/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 131 // Now trigger the transmission 161 // Now trigger the transmission 191 // Now trigger the transmission 228 // Now trigger the transmission 268 // Now trigger the transmission 358 // Now trigger the transmission
|
/packages/apps/Gallery3D/src/com/cooliris/picasa/ |
EntrySchema.java | 292 // Add an insert trigger. 293 sql.append("CREATE TRIGGER "); 303 // Add an update trigger. 304 sql.append("CREATE TRIGGER "); 314 // Add a delete trigger. 315 sql.append("CREATE TRIGGER ");
|
/bionic/libc/kernel/arch-x86/asm/ |
apicdef_32.h | 254 trigger : 1, member in struct:local_apic::__anon129 312 trigger : 1, member in struct:local_apic::__anon135 325 trigger : 1, member in struct:local_apic::__anon136
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
apicdef_32.h | 254 trigger : 1, member in struct:local_apic::__anon1184 312 trigger : 1, member in struct:local_apic::__anon1190 325 trigger : 1, member in struct:local_apic::__anon1191
|
/external/quake/quake/src/QW/progs/ |
subs.qc | 34 // trigger angles are used for one-way touches. An angle of 0 is assumed 94 // set nextthink to trigger a think when dest is reached 152 // set nextthink to trigger a think when dest is reached
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
ThresholdingOutputStream.java | 33 * NOTE: This implementation may trigger the event <em>before</em> the threshold
70 * Constructs an instance of this class which will trigger an event at the
73 * @param threshold The number of bytes at which to trigger an event.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
syncstr.h | 416 CARD64 test_value; /* trigger event threshold value */ 441 SyncTrigger trigger; member in struct:_SyncAlarm 457 SyncTrigger trigger; member in struct:__anon14003
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
apicdef_32.h | 254 trigger : 1, member in struct:local_apic::__anon16055 312 trigger : 1, member in struct:local_apic::__anon16061 325 trigger : 1, member in struct:local_apic::__anon16062
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
apicdef_32.h | 254 trigger : 1, member in struct:local_apic::__anon16840 312 trigger : 1, member in struct:local_apic::__anon16846 325 trigger : 1, member in struct:local_apic::__anon16847
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
SmsMessageReceiver.java | 65 // Trigger the main activity to fire up a dialog that shows/reads the received messages
|
/external/chromium/third_party/icu/source/stubdata/ |
stubdata.vcproj | 78 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 176 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 273 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 373 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt""
|
/external/icu4c/stubdata/ |
stubdata.vcproj | 78 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 176 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 273 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt"" 373 CommandLine="echo "File with stubdata build time, used as a dependency to trigger fresh data build, since stubdata dll will overwrite the real one." > "$(ProjectDir)stubdatabuilt.txt""
|
/external/kernel-headers/original/asm-x86/ |
io_apic_32.h | 77 trigger : 1, /* 0: edge, 1: level */ member in struct:IO_APIC_route_entry
|
mpspec_32.h | 31 extern void mp_override_legacy_irq (u8 bus_irq, u8 polarity, u8 trigger, u32 gsi);
|
/external/v8/test/mjsunit/regress/ |
regress-137.js | 42 case 15: return "F"; // Enough cases to trigger fast-case Smi switch.
|
/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.html | 29 // In order to trigger this bug, the transaction must acquire an exclusive
|
/external/webkit/WebCore/manual-tests/ |
onbeforeunload-close_with_javascript.html | 12 <p><b>BUG ID:</b> <a href="rdar://problem/4394910">4394910</a> calling Javascript window.close() does not trigger onbeforeunload event</p>
|
/external/webkit/WebCore/platform/graphics/openvg/ |
EGLDisplayOpenVG.h | 52 * will trigger an assertion by itself. */
|
/external/webkit/WebKit/gtk/tests/ |
testhttpbackend.c | 61 /* load_uri will trigger the navigation-policy-decision-requested
|
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
smePrivate.h | 52 TI_UINT32 uStatusCode; /* Extra information to the reason. i.e. packet status code or roaming trigger */
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
TrafficMonitorAPI.h | 90 TraffTrigger_t Trigger;
|
/libcore/luni/src/test/java/tests/api/java/util/concurrent/ |
DelayQueueTest.java | 68 long trigger; field in class:DelayQueueTest.NanoDelay 70 trigger = System.nanoTime() + i; 73 long i = trigger; 74 long j = y.trigger; 88 return other.trigger == trigger; 92 long n = trigger - System.nanoTime(); 97 return trigger; 101 return String.valueOf(trigger);
|
/libcore/sqlite-jdbc/src/main/java/SQLite/ |
Constants.java | 109 public static final int SQLITE_CREATE_TEMP_TRIGGER = 5; /* Trigger Name Table Name */ 111 public static final int SQLITE_CREATE_TRIGGER = 7; /* Trigger Name Table Name */ 118 public static final int SQLITE_DROP_TEMP_TRIGGER = 14; /* Trigger Name Table Name */ 120 public static final int SQLITE_DROP_TRIGGER = 16; /* Trigger Name Table Name */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
kvm.h | 39 __u8 elcr; /* PIIX edge/trigger selection */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
errno.h | 44 will be a function declaration without a prototype and may trigger
|