/external/v8/src/ |
api.h | 123 v8::internal::Foreign::cast(obj)->foreign_address())); 183 v8::internal::Handle<v8::internal::Foreign> obj); 237 static inline v8::internal::Handle<v8::internal::Foreign> 274 MAKE_TO_LOCAL(ToLocal, Foreign, External) 312 MAKE_OPEN_HANDLE(External, Foreign)
|
property.h | 157 Object* foreign, 160 : Descriptor(key, foreign, attributes, CALLBACKS, index) {}
|
/external/libffi/ |
README | 30 FFI stands for Foreign Function Interface. A foreign function 34 layer of a fully featured foreign function interface. A layer must
|
/external/libffi/include/ |
Makefile.in | 182 AUTOMAKE_OPTIONS = foreign 199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 201 $(AUTOMAKE) --foreign include/Makefile
|
/external/libffi/man/ |
Makefile.in | 173 AUTOMAKE_OPTIONS = foreign 188 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ 190 $(AUTOMAKE) --foreign man/Makefile
|
/libcore/luni/src/test/java/tests/support/ |
DatabaseCreator.java | 66 + " PRIMARY KEY (id) FOREIGN KEY (fkey) REFERENCES " 107 + "CONSTRAINT fk1 FOREIGN KEY (name_id) " + "REFERENCES " 114 + "CONSTRAINT fk2 FOREIGN KEY (name_id) " + "REFERENCES "
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.html | 193 <!-- Start disabled until sync is enabled and foreign sessions are 195 <div id="foreign-sessions" class="section collapsed disabled"
|
/external/libffi/src/sparc/ |
v8.S | 4 SPARC Foreign Function Interface 53 ld [%l0+ARGS], %o0 ! call foreign function
|
v9.S | 4 SPARC 64-bit Foreign Function Interface 58 ldx [%l0+ARGS], %o0 ! call foreign function
|
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
NonsenseGenerator.java | 40 "friendly", "cowardly", "convenient", "foreign", "national", "tall",
|
/external/antlr/antlr-3.4/runtime/C/ |
configure.ac | 54 AM_INIT_AUTOMAKE(foreign)
|
/external/chromium/chrome/browser/policy/ |
device_management_service.cc | 194 NOTREACHED() << "Callback from foreign URL fetcher";
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine_unittest.cc | 160 {"foriegn", "foreign"},
|
/external/chromium/testing/gmock/ |
configure.ac | 19 AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
/external/chromium/third_party/libevent/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/libffi/src/m32r/ |
ffi.c | 5 M32R Foreign Function Interface
|
/external/libffi/src/m68k/ |
ffi.c | 4 m68k Foreign Function Interface
|
/external/libffi/testsuite/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = foreign dejagnu
|
/external/libpng/ |
Makefile.am | 14 AUTOMAKE_OPTIONS = foreign
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
haskell.php | 60 'Foreign', 'Numeric', 'Prelude'
|
/external/llvm/lib/Archive/ |
ArchiveReader.cpp | 106 // The empty name ( '/' and 15 blanks) is for a foreign (non-LLVM) symbol 274 // check if this is the foreign symbol table 279 // What? Multiple foreign symbol tables? Just chuck it 387 // Skip the foreign symbol table, we don't do anything with it
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
GeneratedMessageTest.java | 279 // Pass builder for foreign message instance. 283 // Create expected version passing foreign message instance explicitly. 293 // Pass builder for foreign message instance. 297 // Create expected version passing foreign message instance explicitly.
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 387 unittest::ForeignMessage foreign; local 388 foreign.set_c(42); 390 CopyFrom(foreign); 391 int min_expected_size = base_size + foreign.SpaceUsed();
|
/external/qemu/slirp/ |
sbuf.c | 81 /* Shouldn't happen, but... e.g. foreign host closes connection */
|
/external/qemu/slirp-android/ |
sbuf.c | 81 /* Shouldn't happen, but... e.g. foreign host closes connection */
|