HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 76 - 100 of 2074) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/regex-re2/re2/
prefilter_tree.h 6 // that would trigger each regexp. The 'prefilter' of each regexp is
60 // passing the matching trigger information along the tree.
68 // When this node is ready to trigger the parent, what are the indices
69 // of the parent nodes to trigger. The reason there may be more than
76 // When this node is ready to trigger the parent, what are the
  /external/webkit/Tools/Scripts/webkitpy/common/config/
build.py 30 # regexp patterns to the bot platforms for which they should trigger a
43 # Directories that shouldn't trigger builds on any bots.
60 # Directories that should trigger builds on only some bots.
85 # Patterns that shouldn't trigger builds on any bots.
96 # Patterns that should trigger builds on only some bots.
  /frameworks/av/services/camera/libcameraservice/
CameraDeviceBase.h 178 * Trigger auto-focus. The latest ID used in a trigger autofocus or cancel
185 * Cancel auto-focus. The latest ID used in a trigger autofocus/cancel
192 * Trigger pre-capture metering. The latest ID used in a trigger pre-capture
  /external/chromium/chrome/browser/ui/cocoa/
draggable_button_unittest.mm 16 - (void)trigger:(id)sender;
33 - (void)trigger:(id)sender {
54 [button setAction:@selector(trigger:)];
fast_resize_view.h 25 // to trigger a resize.
  /external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallbackCF.cpp 48 static void trigger(CFRunLoopTimerRef, void *info);
58 void DefaultGCActivityCallbackPlatformData::trigger(CFRunLoopTimerRef timer, void *info) function in class:JSC::DefaultGCActivityCallbackPlatformData
92 d->timer.adoptCF(CFRunLoopTimerCreate(0, decade, decade, 0, 0, DefaultGCActivityCallbackPlatformData::trigger, &d->context));
  /frameworks/av/include/drm/
DrmInfo.h 40 * @param[in] drmBuffer Trigger data
115 * Returns the trigger data associated with this instance
117 * @return Trigger data
  /external/chromium/chrome/browser/automation/
ui_controls.h 33 // type (key down, mouse click, etc.) will trigger the Task to be run. Hence
39 // might trigger |task| early.
  /external/chromium/net/url_request/
view_cache_helper.h 69 // This is a helper function used to trigger a completion callback. It may
73 // This will trigger the completion callback if appropriate.
  /external/clang/test/Analysis/
inline.c 67 // not trigger a warning.
85 // not trigger a warning if we are inlining and the body is available.
idempotent-operations.m 45 // trigger an assertion failure when the object is nil.
  /external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
TouchTrigger.java 36 * Class to trigger TouchEvents, keycode can be TouchInput.ALL(=0) or TouchInput.KEYCODE_*
40 public class TouchTrigger implements Trigger {
  /external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloLoop.java 42 /** Sample 4 - how to trigger repeating actions from the main event loop.
66 /* Use the main event loop to trigger repeating actions. */
  /external/v8/test/mjsunit/regress/
regress-1708.js 37 // Fill heap to increase old-space size and trigger lazy sweeping on
48 // the array to trigger left-trimming operations.
  /hardware/libhardware/include/hardware/
sensors.h 154 * Trigger modes
156 * Sensors can report events in different ways called trigger modes,
157 * each sensor type has one and only one trigger mode associated to it.
158 * Currently there are four trigger modes defined:
179 * trigger-mode: continuous
214 * trigger-mode: continuous
232 * trigger-mode: continuous
272 * trigger-mode: continuous
292 * trigger-mode: on-change
301 * trigger-mode: continuou
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CompilerTest.java 30 * which should trigger an exception.
  /external/bison/lib/
strerror-override.h 24 /* Reasonable buffer size that should never trigger ERANGE; if this
  /external/chromium/chrome/browser/extensions/
execute_script_apitest.cc 11 // We need a.com to be a little bit slow to trigger a race condition.
  /external/chromium/chrome/browser/
omnibox_search_hint.h 55 // trigger the hint.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_provider.h 44 // For tests to trigger reloads.
configuration_policy_loader_win.h 15 // Keeps watch on Windows Group Policy notification event to trigger a policy
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client_unittest.cc 154 // Should trigger.
168 // Should trigger twice.
186 // Should trigger both.
211 // Should trigger all three.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
content.js 11 // Timers to trigger "stopEvent" for coalescing events.
  /external/clang/test/Rewriter/
dllimport-typedef.c 8 // This function is added just to trigger a diagnostic. This way we can test how many
missing-dllimport.c 10 // This function is added just to trigger a diagnostic. This way we can test how many

Completed in 782 milliseconds

1 2 34 5 6 7 8 91011>>