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

  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /external/robolectric-shadows/shadows/framework/
Android.mk 29 $(intermediates)/sqlite-natives:linux-x86_64/libsqlite4java.so \
30 $(intermediates)/sqlite-natives:linux-x86/libsqlite4java.so \
31 $(intermediates)/sqlite-natives:mac-x86_64/libsqlite4java.jnilib \
32 $(intermediates)/sqlite-natives:windows-x86_64/sqlite4java.dll \
33 $(intermediates)/sqlite-natives:windows-x86/sqlite4java.dll
54 $(intermediates)/sqlite-natives/linux-x86_64/libsqlite4java.so: prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/libsqlite4java-linux-amd64/0.282/libsqlite4java-linux-amd64-0.282.so
57 $(intermediates)/sqlite-natives/linux-x86/libsqlite4java.so: prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/libsqlite4java-linux-i386/0.282/libsqlite4java-linux-i386-0.282.so
60 $(intermediates)/sqlite-natives/mac-x86_64/libsqlite4java.jnilib: prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/libsqlite4java-osx/0.282/libsqlite4java-osx-0.282.jnilib
63 $(intermediates)/sqlite-natives/windows-x86_64/sqlite4java.dll: prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4java-win32-x64/0.282/sqlite4java-win32-x64-0.282.dll
66 $(intermediates)/sqlite-natives/windows-x86/sqlite4java.dll: prebuilts/tools/common/m2/repository/com/almworks/sqlite4java/sqlite4 (…)
    [all...]
  /external/v8/tools/foozzie/testdata/
failure_output.txt 12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition --turbo-filter=~ --hydrogen-filter=~ --validate-asm --nocrankshaft
14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --es-staging --random-seed 12345 --ignition-staging --validate-asm
  /external/v8/src/
startup-data-util.cc 87 char* natives; local
90 base::RelativePath(&natives, directory_path, "natives_blob.bin"),
92 free(natives);
d8.js 12 // Hacky solution to circumvent forcing --allow-natives-syntax for d8
compiler.cc     [all...]
  /external/v8/src/js/
prologue.js 27 // In normal natives, this exports functions to other normal natives.
28 // In experimental natives, this exports to other experimental natives and
29 // to normal natives that import using utils.ImportFromExperimental.
39 // In normal natives, this imports from other normal natives.
40 // In experimental natives, this imports from other experimental natives and
41 // whitelisted exports from normal natives
    [all...]
  /external/v8/src/snapshot/
natives-external.cc 5 #include "src/snapshot/natives.h"
14 #error natives-external.cc is used only for the external snapshot build.
143 // The natives blob. Memory is owned by caller.
148 * Read the Natives blob, as previously set by SetNativesFromFile.
165 * Set the Natives (library sources) blob, as generated by js2c + the build
193 // natives are usually compiled in. Since we implement them based on
  /external/libmojo/base/android/jni_generator/
jni_generator.py 395 natives = []
411 natives += [native]
412 return natives
683 natives = ExtractNatives(contents, options.ptr_type)
686 if len(natives) == 0 and len(called_by_natives) == 0:
690 jni_namespace, fully_qualified_class, natives, called_by_natives, [],
726 def __init__(self, namespace, fully_qualified_class, natives,
731 self.natives = natives
815 for native in self.natives
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 1569 v8::StartupData natives; local
    [all...]
  /external/v8/tools/
js2c.py 77 # allowed in the natives files.
79 raise Error("Eval disallowed in natives.")
81 raise Error("With statements disallowed in natives.")
276 #include "src/snapshot/natives.h"
  /external/v8/
Android.v8.mk 15 src/api-natives.cc \
413 src/snapshot/natives-common.cc \
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 
  /external/v8/src/parsing/
parser-base.h 236 ALLOW_ACCESSORS(natives);
    [all...]
parser.cc 528 // if a function uses the special natives syntax, which is something the
    [all...]
  /external/kotlinc/lib/
kotlin-compiler.jar 

Completed in 564 milliseconds