HomeSort by relevance Sort by last modified time
    Searched defs:capture (Results 1 - 25 of 486) 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
145 def capture(self): member in class:CrosCalibrationImageCapturer
    [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
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
CallbackHandlerTest.java 71 Mockito.verify(mEmengencyListener).setEmergencyCallsOnly(captor.capture());
95 Mockito.verify(mSignalCallback).setWifiIndicators(enableArg.capture(),
96 statusArg.capture(), qsArg.capture(), inArg.capture(), outArg.capture(),
97 descArg.capture(), isTransient.capture(), secondary.capture());
135 Mockito.verify(mSignalCallback).setMobileDataIndicators(statusArg.capture(),
    [all...]
NetworkControllerWifiTest.java 211 anyBoolean(), any(), any(), inArg.capture(), outArg.capture(), any(), anyBoolean(),
224 enabledArg.capture(), any(), iconArg.capture(), anyBoolean(),
225 anyBoolean(), descArg.capture(), anyBoolean(), any());
237 anyBoolean(), iconArg.capture(), any(), anyBoolean(), anyBoolean(),
NetworkControllerBaseTest.java 167 .registerDefaultNetworkCallback(callbackArg.capture(), isA(Handler.class));
334 iconArg.capture(),
336 typeIconArg.capture(), dataInArg.capture(), dataOutArg.capture(),
366 iconArg.capture(),
368 typeIconArg.capture(),
397 iconArg.capture(),
398 qsIconArg.capture(),
399 typeIconArg.capture(),
    [all...]
  /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/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());
  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastBootupConfigTest.java 185 mStartIds.capture(), mEndIds.capture(), mTypes.capture());
  /platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
BatteryStatsListenerTest.java 170 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); local
173 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
174 List<Bundle> capturedBundle = capture.getAllValues();
216 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); local
219 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
220 List<Bundle> capturedBundle = capture.getAllValues();
ScreenshotListenerTest.java 118 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); local
121 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
122 List<Bundle> capturedBundle = capture.getAllValues();
158 ArgumentCaptor<Bundle> capture = ArgumentCaptor.forClass(Bundle.class); local
161 SendToInstrumentation.INST_STATUS_IN_PROGRESS), capture.capture());
162 List<Bundle> capturedBundle = capture.getAllValues();
  /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
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
SystemUIDialogTest.java 58 intentFilterCaptor.capture(), any(), any());
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
FilePullerLogCollectorTest.java 31 import org.easymock.Capture;
74 Capture<HashMap<String, Metric>> capture = new Capture<>(); local
82 mMockListener.testEnded(EasyMock.eq(test), EasyMock.eq(50L), EasyMock.capture(capture));
88 HashMap<String, Metric> metricCaptured = capture.getValue();
110 Capture<HashMap<String, Metric>> capture = new Capture<>(); local
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
JUnitToInvocationResultForwarderTest.java 27 import org.easymock.Capture;
118 Capture<TestDescription> capture = new Capture<>(); local
119 mListener.testStarted(EasyMock.capture(capture));
125 TestDescription desc = capture.getValue();
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/metricregression/
DetectRegressionTest.java 153 runResultCaptor.capture(),
154 testResultCaptor.capture());

Completed in 395 milliseconds

1 2 3 4 5 6 7 8 91011>>