代码搜索:Invoke
找到约 4,823 项符合「Invoke」的源代码
代码结果 4,823
www.eeworm.com/read/287209/4025471
c invoke.c
#include
#ifdef _WIN32
#define PATH_SEPARATOR ';'
#else /* UNIX */
#define PATH_SEPARATOR ':'
#endif
#define USER_CLASSPATH "." /* where Prog.class is */
main() {
JNIEnv *env;
JavaV
www.eeworm.com/read/275683/4172819
java invoke.java
/**
* Copyright (c) 2005, www.pdfbox.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/275683/4172849
java invoke.java
/**
* Copyright (c) 2005, www.pdfbox.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/440906/1783484
java invoke.java
// Test to make sure the minimal invocation works.
public class invoke
{
public static native int val ();
static
{
System.out.println ("trying...");
System.loadLibrary ("invoke");
www.eeworm.com/read/440906/1783499
c invoke.c
#include
JNIEXPORT jint JNICALL
Java_invoke_val (JNIEnv *env, jclass klass)
{
return 23;
}
www.eeworm.com/read/430360/1932593
asm invoke.asm
;-------------------------------------------------------------------------------
; colibrary procedure Invoke_
;
; -------------------------------------------------------
; This procedure was wr
www.eeworm.com/read/422066/2042986
java invoke.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/383926/2609648
java invoke.java
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag.
*
* This is free software; you can redistribute it