/external/chromium/build/ |
whitespace_file.txt | 5 This file is used for making non-code changes to trigger buildbot cycles. Make
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p3.cpp | 8 // TODO: Don't add a namespace qualifier to the template if it would trigger
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p7.cpp | 23 // Specialize everything, so that the explicit instantiation does not trigger
|
/external/clang/test/CodeGen/ |
2008-07-30-redef-of-bitcasted-decl.c | 14 * The purpose of bar is just to trigger a use of the old decl
|
/external/clang/test/PCH/ |
working-directory.cpp | 9 // Instantiating A<char> will trigger a warning, which will end up trying to get the path to
|
/external/kernel-headers/original/linux/ |
errno.h | 25 #define EIOCBRETRY 530 /* iocb queued, will trigger a retry */
|
/external/llvm/test/CodeGen/PowerPC/ |
2009-07-16-InlineAsm-M-Operand.ll | 7 ; of PowerPC "m" operands trigger this bug.
|
/external/llvm/test/CodeGen/X86/ |
i128-sdiv.ll | 3 ; trigger correctly.
|
/external/llvm/test/Transforms/MergeFunc/ |
2013-01-10-MergeFuncAssert.ll | 2 ; This used to trigger a ConstantExpr::getBitCast assertion.
|
/external/qemu/android/ |
display-core.h | 26 * will trigger a timer.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
notimer-after-unload.js | 1 description("Tests that no timers will trigger for navigator.geolocation object after onunload.");
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
scheme.js | 6 // These tests trigger the relative URL resolving behavior of
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
onevent-go.wml | 14 <p>while card 1 is loaded, it will trigger the onenterforward event and jump to card2 immediately</p>
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteAbortException.java | 21 * This can happen either through a call to ABORT in a trigger,
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/ |
inv_mpu_iio-shared | |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsDatabaseHelper.java | 158 "CREATE TRIGGER update_threads_on_insert_part " + 167 // When the 'mid' column in the part table is updated, we need to run the trigger to update 170 "CREATE TRIGGER update_threads_on_update_part " + 186 "CREATE TRIGGER update_threads_on_delete_part " + 201 // When the 'thread_id' column in the pdu table is updated, we need to run the trigger to update 204 "CREATE TRIGGER update_threads_on_update_pdu " + 531 // NOTE don't handle inserts using a trigger because it has an unwanted 533 // id of one of the trigger insert not the original row insert. 535 db.execSQL("CREATE TRIGGER sms_words_update AFTER UPDATE ON sms BEGIN UPDATE words " + 538 db.execSQL("CREATE TRIGGER sms_words_delete AFTER DELETE ON sms BEGIN DELETE FROM " [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
jquery-history.js | 33 $.event.trigger('history', [current, previousNav]); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
/external/doclava/res/assets/templates/assets/ |
jquery-history.js | 33 $.event.trigger('history', [current, previousNav]); 47 $.event.trigger('historyadd', [$.history.getCurrent(), previous]);
|
/external/javassist/src/main/javassist/util/ |
HotSwapper.java | 25 class Trigger { 81 private Trigger trigger; field in class:HotSwapper 84 private static final String TRIGGER_NAME = Trigger.class.getName(); 108 trigger = new Trigger(); 194 synchronized (trigger) { 198 trigger.doSwap();
|
/external/webkit/Source/WebCore/manual-tests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 40 str += "<li>Type " + params.trigger + " into the console and hit Enter"; 42 str += "<li>" + params.trigger;
|
/external/openssl/crypto/ |
sparcv9cap.c | 95 static int trigger=0; 97 if (trigger) return; 98 trigger=1; 173 static int trigger=0; local 175 if (trigger) return; 176 trigger=1;
|
/external/sonivox/jet_tools/JetCreator/ |
JetCreatorhlp.dat | 3 play = Plays the segment with associated event attributes. To trigger the event, click the event in the timeline.
7 event type = Selects the type of trigger event.
12 trigger =
26 trigger clips =
51 track mutes = Checking a mute box will mute the associated track. You should mute a track if you intent to add a trigger event for that track.
65 trigger clips =
104 graph = The currently playing segment is displayed graphically here. You may trigger clips by clicking within their boundaries on the graph.
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
InputManager.java | 55 * The input manager has two concepts, a {@link Trigger} and a mapping.
56 * A trigger represents a specific input trigger, such as a key button,
58 * when the appropriate trigger is activated (e.g. a key is pressed), the
523 public void addMapping(String mappingName, Trigger... triggers) {
530 for (Trigger trigger : triggers) {
531 int hash = trigger.triggerHashCode();
541 logger.log(Level.WARNING, "Attempted to add mapping \"{0}\" twice to trigger.", mappingName);
552 * @see InputManager#addMapping(java.lang.String, com.jme3.input.controls.Trigger[])
[all...] |
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityEndToEndTest.java | 78 // trigger the event 114 // trigger the event 150 // trigger the event 188 // trigger the event 217 // trigger the event 256 // trigger the event 291 // trigger the event 338 // trigger the event 342 // trigger the event
|
/external/chromium/net/base/ |
load_flags_list.h | 43 // (The default behavior is to trigger an OnSSLCertificateError callback.) 47 // (The default behavior is to trigger an OnSSLCertificateError callback). 51 // (The default behavior is to trigger an OnSSLCertificateError callback). 55 // (The default behavior is to trigger an OnSSLCertificateError callback). 59 // (The default behavior is to trigger an OnSSLCertificateError callback).
|