HomeSort by relevance Sort by last modified time
    Searched full:trigger (Results 201 - 225 of 3820) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
syncstr.h 104 CARD64 test_value; /* trigger event threshold value */
129 SyncTrigger trigger; member in struct:_SyncAlarm
145 SyncTrigger trigger; member in struct:__anon40457
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.selection.min.js 7 (function($){function init(plot){var selection={first:{x:-1,y:-1},second:{x:-1,y:-1},show:false,active:false};var savedhandlers={};var mouseUpHandler=null;function onMouseMove(e){if(selection.active){updateSelection(e);plot.getPlaceholder().trigger("plotselecting",[getSelection()])}}function onMouseDown(e){if(e.which!=1)return;document.body.focus();if(document.onselectstart!==undefined&&savedhandlers.onselectstart==null){savedhandlers.onselectstart=document.onselectstart;document.onselectstart=function(){return false}}if(document.ondrag!==undefined&&savedhandlers.ondrag==null){savedhandlers.ondrag=document.ondrag;document.ondrag=function(){return false}}setSelectionPos(selection.first,e);selection.active=true;mouseUpHandler=function(e){onMouseUp(e)};$(document).one("mouseup",mouseUpHandler)}function onMouseUp(e){mouseUpHandler=null;if(document.onselectstart!==undefined)document.onselectstart=savedhandlers.onselectstart;if(document.ondrag!==undefined)document.ondrag=savedhandlers.ondrag;selection.active=false;updateSelection(e);if(selectionIsSane())triggerSelectedEvent();else{plot.getPlaceholder().trigger("plotunselected",[]);plot.getPlaceholder().trigger("plotselecting",[null])}return false}function getSelection(){if(!selectionIsSane())return null;if(!selection.show)return null;var r={},c1=selection.first,c2=selection.second;$.each(plot.getAxes(),function(name,axis){if(axis.used){var p1=axis.c2p(c1[axis.direction]),p2=axis.c2p(c2[axis.direction]);r[name]={from:Math.min(p1,p2),to:Math.max(p1,p2)}}});return r}function triggerSelectedEvent(){var r=getSelection();plot.getPlaceholder().trigger("plotselected",[r]);if(r.xaxis&&r.yaxis)plot.getPlaceholder().trigger("selected",[{x1:r.xaxis.from,y1:r.yaxis.from,x2:r.xaxis.to,y2:r.yaxis.to}])}function clamp(min,value,max){return value<min?min:value>max?max:value}function setSelectionPos(pos,e){var o=plot.getOptions();var offset=plot.getPlaceholder().offset();var plotOffset=plot.getPlotOffset();pos.x=clamp(0,e.pageX-offset.left-plotOffset.left,plot.width());pos.y=clamp(0,e.pageY-offset.top-plotOffset.top,plot.height());if(o.selection.mode=="y")pos.x=pos==selection.first?0:plot.width();if(o.selection.mode=="x")pos.y=pos==selection.first?0:plot.height()}function updateSelection(pos){if(pos.pageX==null)return;setSelectionPos(selection.second,pos);if(selectionIsSane()){selection.show=true;plot.triggerRedrawOverlay()}else clearSelection(true)}function clearSelection(preventEvent){if(selection.show){selection.show=false;plot.triggerRedrawOverlay();if(!preventEvent)plot.getPlaceholder().trigger("plotunselected",[])}}function extractRange(ranges,coord){var axis,from,to,key,axes=plot.getAxes() (…)
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp 1545 RequestTrigger trigger[] = { local
1566 RequestTrigger trigger[] = { local
1587 RequestTrigger trigger[] = { local
3649 RequestTrigger trigger = mTriggerMap.valueAt(i); local
3735 RequestTrigger trigger = mTriggerReplacedMap.valueAt(i); local
3773 RequestTrigger trigger = mTriggerRemovedMap.valueAt(i); local
    [all...]
  /bootable/recovery/otafault/
config.h 18 * Read configuration files in the OTA package to determine which files, if any, will trigger errors.
20 * OTA packages can be modified to trigger errors by adding a top-level
  /cts/tests/camera/src/android/hardware/camera2/cts/
FlashlightTest.java 171 // this will trigger OFF for each id in mFlashCameraIdList
174 // this will trigger ON for id
178 // if id == idToOpen, this will trigger UNAVAILABLE and may trigger OFF.
179 // this may trigger UNAVAILABLE for any other id in mFlashCameraIdList
182 // if id == idToOpen, this will trigger OFF.
183 // this may trigger OFF for any other id in mFlashCameraIdList.
186 // this may trigger OFF for id if not received previously.
  /cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/
LeakTest.java 45 * (but not trigger the original bug). Old HC code can trigger this
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/
template-params.xml 29 \'swipe-to-refresh\' gesture to a ListView, enabling the ability to trigger a refresh
63 'swipe-to-refresh' gesture to a ListView, enabling the ability to trigger a refresh
  /external/autotest/server/site_tests/network_WiFi_RoamEndToEnd/
network_WiFi_RoamEndToEnd.py 18 trigger the client test. Second, where we configure the other AP, tear
19 down the first AP and trigger the client side test again.
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.ba-hashchange.min.js 9 (function($,e,b){var c="hashchange",h=document,f,g=$.event.special,i=h.documentMode,d="on"+c in e&&(i===b||i>7);function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")}$.fn[c]=function(j){return j?this.bind(c,j):this.trigger(c)};$.fn[c].delay=50;g[c]=$.extend(g[c],{setup:function(){if(d){return false}$(f.start)},teardown:function(){if(d){return false}$(f.stop)}});f=(function(){var j={},p,m=a(),k=function(q){return q},l=k,o=k;j.start=function(){p||n()};j.stop=function(){p&&clearTimeout(p);p=b};function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if(q!==m){location.href=location.href.replace(/#.*/,"")+q}}p=setTimeout(n,$.fn[c].delay)}$ (…)
  /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.
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiDevice.java 38 // power off may not trigger new events
41 // power on should always trigger new events
  /external/skia/gm/
textblobcolortrans.cpp 21 // correctly. With smaller atlas sizes, it can also trigger regeneration of texture coords on
30 // Large text is used to trigger atlas eviction
  /external/v8/test/mjsunit/
tail-call-intrinsic.js 25 // Ensure 2 parameters passed straight-through trigger a tail call are handled
42 // Ensure swapped 2 parameters trigger a tail call and do the appropriate
  /external/webrtc/webrtc/base/
safe_conversions.h 32 // overflow or underflow. NaN source will always trigger a CHECK.
41 // underflow. NaN assignment to an integral will trigger a RTC_CHECK condition.
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation_unittest.cc 69 // Trigger an update 2 seconds later to not be rate limited.
86 // Trigger an update 2 seconds later to not be rate limited (but it still
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
WaveTriggerFilter.java 46 public synchronized void trigger() { method in class:WaveTriggerFilter
52 if (port.getName().equals("trigger")) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
WifiNanHalMock.java 29 * is used to trigger the callback from the test harness. The arguments are
67 * trigger callbacks - called by test harness with arguments passed by JSON
  /frameworks/support/core-ui/java/android/support/v4/widget/
SwipeProgressBar.java 35 * trigger a refresh).
97 * gesture. and use this value to update the percentage of the trigger that
173 // Only draw the trigger if there is a space in the center of
175 // trigger. If the progress view is just still animating, let it
222 // There is some portion of trigger to draw. Restore the canvas,
223 // then draw the trigger. Otherwise, the trigger does not appear
235 // Otherwise if we're in the middle of a trigger, draw that.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
asan.pass.cpp 46 T foo = c[c.size()]; // should trigger ASAN
47 assert(false); // if we got here, ASAN didn't trigger
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h 46 * that can trigger a call to an OutputStreamWrapper method.
69 * that can trigger a call to an InputStreamWrapper method.
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dump.py 59 # Now when the type is 'index', 'trigger', or 'view'
64 "type" IN ('index', 'trigger', 'view')
  /frameworks/base/docs/html/reference/android/support/test/runner/
AndroidJUnit4.html 482 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runners.BlockJUnit4ClassRunner" class="jd-expando-trigger closed"
483 ><img height="34" id="inherited-methods-org.junit.runners.BlockJUnit4ClassRunner-trigger"
485 class="jd-expando-trigger-img" /></a>From
1084 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runners.ParentRunner" class="jd-expando-trigger closed"
1085 ><img height="34" id="inherited-methods-org.junit.runners.ParentRunner-trigger"
1087 class="jd-expando-trigger-img" /></a>From
1576 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-org.junit.runner.Runner" class="jd-expando-trigger closed"
1577 ><img height="34" id="inherited-methods-org.junit.runner.Runner-trigger"
1579 class="jd-expando-trigger-img" /></a>From
1672 <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed
    [all...]

Completed in 1437 milliseconds

1 2 3 4 5 6 7 891011>>