HomeSort by relevance Sort by last modified time
    Searched defs:capture (Results 1 - 25 of 478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/
import.rb 21 def capture(t) method in class:TestImportedGrammars
22 @didr_master.capture(t)
25 a : B { capture("S.a") } ;
53 def capture(t) method in class:TestImportedGrammars
54 @master_2.capture(t)
57 a[x] returns [y] : B {capture("S.a"); $y="1000";} ;
66 s : label=a[3] {capture($label.y)} ;
84 def capture(t) method in class:TestImportedGrammars
85 @master_3.capture(t)
89 capture("whatevs"
118 def capture(t) method
131 def capture(t) method
162 def capture(t) method
175 def capture(t) method
209 def capture(t) method
237 def capture(t) method
265 def capture(t) method
290 def capture(t) method
    [all...]
  /system/bt/hci/include/
btsnoop.h 28 // Capture |packet| and dump it to the btsnoop logs. If |is_received| is
31 void (*capture)(const BT_HDR* packet, bool is_received); member in struct:btsnoop_t
  /external/autotest/client/cros/video/
import_screenshot_capturer.py 15 Uses utility capture but specifies the geometry/dimensions of final image.
38 def capture(self, filename): member in class:ImportScreenShotCapturer
40 Capture the screenshot.
chameleon_screenshot_capturer.py 15 Provides an interface to capture a dut screenshot using a Chameleon Board.
19 c.capture(filename)
84 def capture(self, filename, box=None): member in class:ChameleonScreenshotCapturer
  /external/autotest/client/cros/chameleon/
chameleon_video_capturer.py 14 Wraps around chameleon APIs to provide an easy way to capture video frames.
40 def capture(self, player, max_frame_count, box=None): member in class:ChameleonVideoCapturer
46 @param max_frame_count: int, maximum total number of frames to capture.
screen_capture.py 5 """Classes to do screen capture."""
31 """A class to capture the screen on Chameleon.
33 Calling its member method capture() captures the screen.
43 def capture(self): member in class:CommonChameleonScreenCapturer
60 """A class to capture the screen on a VGA port of Chameleon.
62 Calling its member method capture() captures the screen.
72 def capture(self): member in class:VgaChameleonScreenCapturer
89 """A class to capture the external screen on Chrome OS.
91 Calling its member method capture() captures the screen.
101 def capture(self) member in class:CrosExternalScreenCapturer
123 def capture(self): member in class:CrosInternalScreenCapturer
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py 15 return int(capture(['sysctl', '-n', 'hw.ncpu']))
42 def capture(args, env=None): function
44 """capture(command) - Run the given command (or argv list) in a shell and
  /external/testng/src/test/java/test/pholser/
Captor.java 27 public void capture( String aString ) { method in class:Captor
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastConfigServiceTest.java 111 captorStart.capture(), captorEnd.capture(), captorType.capture());
130 captorStart.capture(), captorEnd.capture(), captorType.capture());
CellBroadcastBootupConfigTest.java 158 mStartIds.capture(), mEndIds.capture(), mTypes.capture());
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.py 16 def capture(self, t): member in class:t026actions.parserClass.TParser
36 def capture(self, t): member in class:t026actions.lexerClass.TLexer
  /external/guava/guava/src/com/google/common/reflect/
TypeCapture.java 32 final Type capture() { method in class:TypeCapture
  /external/mockito/src/main/java/org/mockito/
ArgumentCaptor.java 14 * Use it to capture argument values for further assertions.
23 * verify(mock).doSomething(argument.capture());
31 * verify(mock).varArgMethod(varArgs.capture());
73 * Use it to capture the argument. This method <b>must be used inside of verification</b>.
82 public T capture() { method in class:ArgumentCaptor
110 * verify(mock, times(2)).doSomething(peopleCaptor.capture());
123 * verify(mock).countPeople(peopleCaptor.capture());
  /frameworks/av/services/oboeservice/
AAudioEndpointManager.cpp 61 AAudioServiceEndpointCapture *capture = new AAudioServiceEndpointCapture(audioService); local
62 if (capture->open(deviceId) != AAUDIO_OK) {
64 delete capture;
66 mInputs[deviceId] = capture;
67 endpoint = capture;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
CallbackHandlerTest.java 71 Mockito.verify(mEmengencyListener).setEmergencyCallsOnly(captor.capture());
93 Mockito.verify(mSignalCallback).setWifiIndicators(enableArg.capture(),
94 statusArg.capture(), qsArg.capture(), inArg.capture(), outArg.capture(),
95 descArg.capture(), isTransient.capture());
132 Mockito.verify(mSignalCallback).setMobileDataIndicators(statusArg.capture(),
133 qsArg.capture(), typeIconArg.capture(), qsTypeIconArg.capture(), inArg.capture()
    [all...]
NetworkControllerWifiTest.java 113 scoreCacheCaptor.capture(),
122 anyBoolean(), iconArg.capture(), any(), anyBoolean(), anyBoolean(),
135 // Capture requested keys and count down latch if present
268 anyBoolean(), any(), any(), inArg.capture(), outArg.capture(), any(), anyBoolean());
280 enabledArg.capture(), any(), iconArg.capture(), anyBoolean(),
281 anyBoolean(), descArg.capture(), anyBoolean());
293 anyBoolean(), iconArg.capture(), any(), anyBoolean(), anyBoolean(),
NetworkControllerBaseTest.java 299 Mockito.verify(mCallbackHandler, Mockito.atLeastOnce()).setNoSims(hasNoSimsArg.capture());
312 iconArg.capture(),
314 typeIconArg.capture(), dataInArg.capture(), dataOutArg.capture(),
344 iconArg.capture(),
346 typeIconArg.capture(),
368 iconArg.capture(),
369 qsIconArg.capture(),
370 typeIconArg.capture(),
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
TileLayoutTest.java 137 // Capture the layout calls for both tiles.
143 .layout(left1.capture(), top1.capture(), right1.capture(), bottom1.capture());
149 .layout(left2.capture(), top2.capture(), right2.capture(), bottom2.capture());
  /external/clang/test/OpenMP/
atomic_messages.cpp 336 T capture() { function
338 // Test for atomic capture
339 #pragma omp atomic capture
340 // expected-error@+2 {{the statement for 'atomic capture' must be a compound statement of form '{v = x; x binop= expr;}', '{x binop= expr; v = x;}', '{v = x; x = x binop expr;}', '{v = x; x = expr binop x;}', '{x = x binop expr; v = x;}', '{x = expr binop x; v = x;}' or '{v = x; x = expr;}', '{v = x; x++;}', '{v = x; ++x;}', '{++x; v = x;}', '{x++; v = x;}', '{v = x; x--;}', '{v = x; --x;}', '{--x; v = x;}', '{x--; v = x;}' where x is an l-value expression with scalar type}}
343 #pragma omp atomic capture
344 // expected-error@+2 {{the statement for 'atomic capture' must be an expression statement of form 'v = ++x;', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x binop= expr;', 'v = x = x binop expr' or 'v = x = expr binop x', where x and v are both l-value expressions with scalar type}}
347 #pragma omp atomic capture
348 // expected-error@+2 {{the statement for 'atomic capture' must be an expression statement of form 'v = ++x;', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x binop= expr;', 'v = x = x binop expr' or 'v = x = expr binop x', where x and v are both l-value expressions with scalar type}}
351 #pragma omp atomic capture
352 // expected-error@+2 {{the statement for 'atomic capture' must be an expression statement of form 'v = ++x;', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x bi (…)
508 int capture() { function
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 20 import org.easymock.Capture;
28 private final Capture<T> capture; field in class:Captures
32 public Captures(Capture<T> captured) {
33 this.capture = captured;
37 buffer.append("capture(").append(capture).append(")");
52 capture.setValue(potentialValue);
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 132 camera_status_t ACameraCaptureSession::capture( function in class:ACameraCaptureSession
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 6 """ This module is responsible to capture the compiler invocation of any
39 __all__ = ['capture', 'intercept_build_main', 'intercept_build_wrapper']
63 return capture(args, bin_dir)
66 def capture(args, bin_dir): function
  /external/libcxx/utils/libcxx/
util.py 85 def capture(args, env=None): function
86 """capture(command) - Run the given command (or argv list) in a shell and
  /external/llvm/utils/lit/lit/
util.py 38 return int(capture(['sysctl', '-n', 'hw.ncpu']))
66 def capture(args, env=None): function
67 """capture(command) - Run the given command (or argv list) in a shell and
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 114 signalStrengthArgumentCaptor.capture());
121 signalStrengthArgumentCaptor.capture());
135 cellInfoArgumentCaptor.capture());
252 cellLocationCapture.capture());
261 cellLocationCapture.capture());

Completed in 2062 milliseconds

1 2 3 4 5 6 7 8 91011>>