代码搜索:native
找到约 10,000 项符合「native」的源代码
代码结果 10,000
www.eeworm.com/read/118524/14865233
java jnipiwrapper.java
// JNIPIWrapper.java
// Allows for access to native function
public class JNIPIWrapper {
// load JNIPILibrary into JVM
static {
System.loadLibrary( "JNIPILibrary");
}
//
www.eeworm.com/read/118524/14865251
java jniprintmain.java
// JNIPrintMain.java
// Loads the native library, creates a new instance of the
// Java wrapper class, and calls the native methods.
public class JNIPrintMain{
// uses JNI to print a messag
www.eeworm.com/read/118524/14865256
java jniprintwrapper.java
// JNIPrintWrapper.java
// Allows access to native methods
public class JNIPrintWrapper {
// load library JNIPrintMessage into JVM
static {
System.loadLibrary( "JNIPrintMessage" )
www.eeworm.com/read/172725/5382642
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/172725/5382652
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/172725/5382707
vm sequence.vm
#if ($table.IdMethod == "native")
CREATE SEQUENCE $table.SequenceName;
#end
www.eeworm.com/read/167133/5468817
java esdstream.java
/*
* EsdStream.java
*/
/*
* Copyright (c) 1999 by Matthias Pfisterer
*
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/167133/5468818
java esdrecordingstream.java
/*
* EsdRecordingStream.java
*/
/*
* Copyright (c) 1999 by Matthias Pfisterer
*
*
* This program is free software; you can redistribute it and/or modify
* it u
www.eeworm.com/read/162614/5531762
java vmproxy.java
/* VMProxy.java -- VM interface for proxy class
Copyright (C) 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/
www.eeworm.com/read/162614/5531765
java vmthread.java
/* VMThread -- VM interface for Thread of executable code
Copyright (C) 2003, 2004, 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redis