/external/autotest/contrib/ |
db_cleanup.py | 150 @param foreign_key: Foreign key used in table_to_delete_from to reference 232 Therefore we delete all the afe_job and foreign key relations prior to two 236 completely thorough in ensuring we clean up all the foreign key
|
/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 "
|
/toolchain/binutils/binutils-2.25/binutils/ |
README | 248 gmake starts gnu make as a foreign command. 270 Define the programs as foreign commands by adding these lines to your 283 and define all programs as foreign commands.
|
/external/ImageMagick/www/Magick++/ |
Pixels.html | 24 copying foreign pixel data formats into the pixel cache according to 26 the pixels in the cache to a foreign pixel representation according to
|
/external/libevent/ |
Makefile.am | 7 # 'foreign' means that we're not enforcing GNU package rules strictly. 9 AUTOMAKE_OPTIONS = foreign 1.7
|
/external/libpng/ |
configure.ac | 24 # libpng does not follow GNU file name conventions (hence 'foreign') 30 AM_INIT_AUTOMAKE([1.13 foreign dist-xz color-tests silent-rules subdir-objects])
|
/external/parameter-framework/upstream/parameter/ |
ElementHandle.cpp | 217 // Ensure we're safe against blackboard foreign access 232 // Ensure we're safe against blackboard foreign access
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageMove.java | 32 /** Column name for a foreign key into Mailbox for the folder the message is moving from. */ 34 /** Column name for a foreign key into Mailbox for the folder the message is moving to. */
|
/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-trace/catapult/third_party/html5lib-python/ |
CHANGES.rst | 130 since it doesn't support namespaces, foreign content like SVG and
|
/external/curl/lib/ |
Makefile.am | 22 AUTOMAKE_OPTIONS = foreign nostdinc
|
/external/curl/packages/vms/ |
curl_release_note_start.txt | 39 Normally to use curl from DCL, just create a foreign command as:
|
/external/curl/src/ |
Makefile.am | 22 AUTOMAKE_OPTIONS = foreign nostdinc
|
/external/google-breakpad/src/testing/ |
configure.ac | 19 AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip foreign subdir-objects])
|
/external/libchrome/base/message_loop/ |
incoming_task_queue.cc | 140 // directly, as it could starve handling of foreign threads. Put every task
|
/external/libxml2/test/schemas/ |
bug145246_0.xsd | 30 <!-- foreign namespace
|
/external/v8/test/cctest/ |
test-typing-reset.cc | 228 "function GeometricMean(stdlib, foreign, buffer) {\n"
|
/external/wpa_supplicant_8/src/ap/ |
preauth_auth.c | 62 wpa_printf(MSG_DEBUG, "RSN: pre-auth for foreign address "
|
/external/zlib/src/as400/ |
readme.txt | 111 Remember that most foreign textual data are ASCII coded: this
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabaseConfiguration.java | 80 * True if foreign key constraints are enabled.
|
/libcore/ojluni/src/main/java/java/sql/ |
SQLIntegrityConstraintViolationException.java | 32 * constraint (foreign key, primary key or unique key) has been violated.
|
/ndk/build/tools/toolchain-patches-host/mingw-w64/ |
mingw-w64-widl.patch | 83 AM_INIT_AUTOMAKE([foreign])
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
ClockContract.java | 253 * Foreign key to Alarms table
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/fetch/ |
FetchVoicemailReceiver.java | 94 "ACTION_FETCH_VOICEMAIL from foreign pacakge " + context.getPackageName());
|