HomeSort by relevance Sort by last modified time
    Searched refs:Native (Results 1 - 19 of 19) sorted by null

  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 29 int sum = Native.add(2, 3);
35 class Native {
42 static native int add(int a, int b);
  /frameworks/base/media/libdrm/mobile1/
Android.mk 56 # Build DRM1 Java Native Interface(JNI) library
62 # Source files of DRM1 Java Native Interfaces
  /external/v8/test/mjsunit/
debug-script.js 42 if (scripts[i].type == Debug.ScriptType.Native) {
44 // TODO(1641): Remove check for equally named native scripts once the
60 // This has to be updated if the number of native scripts change.
70 var math_script = Debug.findScript('native math.js');
71 assertEquals('native math.js', math_script.name);
72 assertEquals(Debug.ScriptType.Native, math_script.type);
75 var date_delay_script = Debug.findScript('native date.js');
76 assertEquals('native date.js', date_delay_script.name);
77 assertEquals(Debug.ScriptType.Native, date_delay_script.type);
80 var debug_delay_script = Debug.findScript('native debug.js')
    [all...]
unicode-test.js     [all...]
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 27 # Native code.
34 $(TOPDIR)frameworks/base/native/include \
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 24 var Native = function(options){
36 object.constructor = Native;
37 object.$family = {name: 'native'};
44 Native.typize(object, family);
49 if (generics) Native.genericize(obj, name, protect);
73 Native.genericize = function(object, property, check){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family){
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object}
    [all...]
concat-jquery-mootools-prototype.js 143 // Resetting the length to 0, then using the native Array push
    [all...]
  /cts/
CtsTestCaseList.mk 113 # Native test executables that need to have associated test XMLs.
122 $(call cts-get-native-paths,$(cts_native_exes))
  /external/llvm/tools/llvm-ld/
llvm-ld.cpp 87 static cl::opt<bool> Native("native",
88 cl::desc("Generate a native binary instead of a shell script"));
90 static cl::opt<bool>NativeCBE("native-cbe",
91 cl::desc("Generate a native binary with the C backend and GCC"));
250 /// GenerateAssembly - generates a native assembly language source file from the
306 /// GenerateNative - generates a native object file from the
312 /// NativeLinkItems - The native libraries, files, code with which to link
346 // Run GCC to assemble and link the program into native code.
396 errs() << "Generating Native Executable With:\n"
    [all...]
  /dalvik/vm/
Dvm.mk 103 Native.cpp \
145 native/InternalNative.cpp \
146 native/dalvik_bytecode_OpcodeInfo.cpp \
147 native/dalvik_system_DexFile.cpp \
148 native/dalvik_system_VMDebug.cpp \
149 native/dalvik_system_VMRuntime.cpp \
150 native/dalvik_system_VMStack.cpp \
151 native/dalvik_system_Zygote.cpp \
152 native/java_lang_Class.cpp \
153 native/java_lang_Double.cpp
    [all...]
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 624 the "all-targets", "Native", "NativeCodeGen", and "Engine" components.
632 # Find the configured native target.
645 parser.error("invalid native target: %r (not in project)" % (
648 parser.error("invalid native target: %r (not a target)" % (
698 native_group = find_special_group('Native')
708 # If we have a native target, then that defines the native and
715 # If we have a native target with a JIT, use that for the engine. Otherwise,
771 group.add_option("", "--native-target",
773 help=("Treat the named target as the 'native' one, if
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 541 /// The 'native' strategy is to use the architecture's provided
543 Native,
661 // We can never access structs with object members with a native
697 // Otherwise, we can use native loads and stores.
698 Kind = Native;
800 case PropertyImplStrategy::Native: {
    [all...]
  /external/v8/src/
d8.js 94 Debug.ScriptType = { Native: 0,
934 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
944 ScriptTypeFlag(Debug.ScriptType.Native) |
    [all...]
debug-debugger.js 59 Debug.ScriptType = { Native: 0,
638 throw new Error('Cannot set break point in native code.');
647 if (script.type == Debug.ScriptType.Native) {
648 throw new Error('Cannot set break point in native code.');
    [all...]
  /external/elfutils/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/bison/
configure 869 --disable-nls do not use Native Language Support
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 705 milliseconds