/external/chromium/chrome/browser/sessions/ |
session_restore.h | 39 // Specifically used in the restoration of a foreign session. This method 46 // Specifically used in the restoration of a foreign session. This method
|
/external/quake/quake/src/QW/ |
release233_notes.txt | 21 - The client now ignores foreign connection requests while connected to a
23 - A foreign message packet with C-style format strings no longer cause a
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
AndroidTranslatorClassIntrumentedTest.java | 45 * Test "foreign class" getting its methods shadowed whe it's 58 * Test "foreign class" not getting its methods shadowed when it's
|
/external/webkit/Source/WebCore/loader/appcache/ |
ApplicationCacheResource.cpp | 80 if (type & Foreign) 81 printf("foreign ");
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List10.java | 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
|
List11.java | 47 "Foreign", "History", "Independent", "Romance", "Sci-Fi", "Television", "Thriller"
|
/device/lge/mako/camera/ |
configure.ac | 5 AM_INIT_AUTOMAKE([-Werror -Wall gnu foreign])
|
/external/chromium/third_party/libevent/test/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign no-dependencies
|
/external/dnsmasq/bld/ |
Makefile | 14 $(XGETTEXT) -d dnsmasq --foreign-user --omit-header --keyword=_ -o $@ -i $(OBJS:.o=.c)
|
/external/libvorbis/ |
Makefile.am | 3 AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
|
/external/libvpx/libvpx/nestegg/ |
Makefile.am | 1 AUTOMAKE_OPTIONS = foreign 1.11 no-dist-gzip dist-bzip2 subdir-objects
|
/external/oprofile/ |
autogen.sh | 41 run "$AUTOMAKE --foreign --add-missing --copy"
|
/external/oprofile/doc/ |
opimport.1.in | 15 converts sample database files from a foreign binary format (abi) to the native format.
|
/ndk/sources/host-tools/make-3.81/glob/ |
Makefile.am | 18 AUTOMAKE_OPTIONS = foreign
|
/libcore/luni/src/test/java/tests/java/sql/ |
UpdateFunctionalityTest2.java | 163 * foreign key value - expecting SQLException 165 * TODO foreign key functionality is not supported 202 * foreign key value to row with CASCADE action - expecting 205 * TODO Foreign key functionality is not supported 223 * TODO Foreign key functionality is not supported
|
InsertFunctionalityTest.java | 127 * table with integrity checking when row has incorrect foreign key 137 // TODO Foreign key functionality isn't supported 145 // TODO Foreign key functionality isn't supported
|
/external/qemu/slirp/ |
socket.h | 32 struct in_addr so_faddr; /* foreign host table entry */ 34 u_int16_t so_fport; /* foreign port */
|
/external/chromium/chrome/browser/ui/webui/ |
foreign_session_handler.h | 45 // Determines whether foreign sessions should be obtained from the sync model.
|
/external/openfst/ |
configure.ac | 2 AM_INIT_AUTOMAKE([foreign nostdinc -Wall -Werror])
|
/external/protobuf/gtest/ |
configure.ac | 23 AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
SnailItem.java | 27 // used so we can show an foreign component (like an
|
/external/chromium/chrome/browser/sync/glue/ |
session_change_processor.cc | 174 // Deletions should only be for a foreign client itself, and hence affect 213 // Model associator handles foreign session update and add the same. 217 // Notify foreign session handlers that there are new sessions.
|
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 103 * updated, the foreign key (imported key) is changed accordingly. 108 * States that the evaluation of foreign key constraints is deferred (delayed 114 * States that the evaluation of foreign key constraint is {@code IMMEDIATE} 126 * States that the evaluation of foreign key constraint must not be {@code 132 * States that a primary key must not be updated when imported as a foreign 139 * foreign (imported) key is changed to its default value. Applies to the 146 * foreign (imported) key is changed to {@code NULL}. Applies to the {@code 751 * Returns a list of foreign key columns in a given foreign key table that 754 * expected to return a single foreign key - primary key pair in most cases [all...] |
/external/llvm/examples/ExceptionDemo/ |
ExceptionDemo.cpp | 11 // shows several test cases including the handling of foreign exceptions. 14 // of -1 will trigger a foreign C++ exception to be thrown; type info types 38 // - Value -1 causes a foreign C++ exception to be thrown and not be 340 /// used by foreign exception handlers when deleting our exception 682 // We have been notified of a foreign exception being thrown, [all...] |
/external/v8/src/ |
factory.h | 196 // Foreign objects are pretenured when allocated by the bootstrapper. 197 Handle<Foreign> NewForeign(Address addr, 200 // Allocate a new foreign object. The foreign is pretenured (allocated 202 Handle<Foreign> NewForeign(const AccessorDescriptor* foreign);
|