HomeSort by relevance Sort by last modified time
    Searched refs:capture (Results 101 - 125 of 212) sorted by null

1 2 3 45 6 7 8 9

  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 136 .startMonitoring(isA(Context.class), trackerHandler.capture());
NetworkStatsServiceTest.java 44 import static org.easymock.EasyMock.capture;
76 import org.easymock.Capture;
150 final Capture<INetworkManagementEventObserver> networkObserver = new Capture<
152 mNetManager.registerObserver(capture(networkObserver)); method
302 final Capture<INetworkManagementEventObserver> networkObserver = new Capture<
304 mNetManager.registerObserver(capture(networkObserver)); method
    [all...]
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 189 // Submit capture requests
194 ALOGV("Submitting capture request %d with exposure %lld", i,
196 dout << "Capture request " << i << " exposure is "
198 ASSERT_EQ(OK, mDevice->capture(tmpRequest));
206 ALOGV("Reading capture request %d with exposure %lld", i, exposures[i]);
208 ALOGV("Reading capture request-1 %d", i);
211 ALOGV("Reading capture request-2 %d", i);
  /packages/apps/Browser/src/com/android/browser/
PreloadController.java 206 public void openFileChooser(ValueCallback<Uri> uploadMsg, String acceptType, String capture) {
Tab.java 1499 capture(); method
1909 protected void capture() { method in class:Tab
    [all...]
PieControl.java 243 mUi.getActiveTab().capture();
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 18 def capture(self, t): member in class:TestAutoAST.parserClass.TParser
45 def capture(self, t): member in class:TestAutoAST.lexerClass.TLexer
  /external/llvm/utils/lit/lit/
TestFormats.py 30 lines = Util.capture([path, '--gtest_list_tests'],
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivity.java 83 setContentView(R.layout.capture);
  /frameworks/av/services/camera/libcameraservice/
ProCamera2Client.cpp 213 return mDevice->capture(metadata);
  /frameworks/base/core/java/android/ddm/
DdmHandleViewDebug.java 56 /** Capture View Layers. */
65 /** Capture View. */
264 ViewDebug.capture(rootView, b, targetView);
  /frameworks/base/core/java/android/view/
ViewDebug.java 289 * @return the View to capture from, or null if not found
297 // Maximum delay in ms after which we stop trying to capture a View's drawing
300 private static final String REMOTE_COMMAND_CAPTURE = "CAPTURE";
422 capture(view, clientStream, params[0]); method
713 private static void capture(View root, final OutputStream clientStream, String parameter) method in class:ViewDebug
717 capture(root, clientStream, captureView); method
721 public static void capture(View root, final OutputStream clientStream, View captureView) method in class:ViewDebug
726 Log.w("View", "Failed to create capture bitmap!");
768 Log.w("View", "Could not complete the capture of the view " + captureView);
    [all...]
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfileActivity.java 233 // toggle capture button to indicate capture state to user
244 mCaptureButton = (ToggleButton) findViewById(R.id.capture);
295 // Capture toggle button
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 75 OVERRUN_IE = 0x00000400, /* interrupt enable: capture overrun */
334 capture: 1, member in struct:snd_trident_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 75 OVERRUN_IE = 0x00000400, /* interrupt enable: capture overrun */
334 capture: 1, member in struct:snd_trident_voice
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 393 const char *capture[] = { "high-performance", "high-quality", "video-mode" }; variable
463 //Start preview after capture.
593 //Start preview after capture.
1121 captureSizeIDX = 3; /* Default capture resolution is 8MP */
1159 ippIDX = 0;//set the ipp to ldc-nsf as the capture mode is set to HQ by default
1171 params.set(KEY_MODE, (capture[capture_mode]));
    [all...]
camera_test_script.cpp 59 extern const char *capture[];
183 //patch for image capture
485 printf("Video Capture Size: %s\n", VcaptureSize[i].desc);
603 if( !strcmp(capture[capture_mode], "high-quality") ) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 805 const BlockDecl::Capture &capture = *i; local
806 Writer.AddDeclRef(capture.getVariable(), Record);
809 if (capture.isByRef()) flags |= 1;
810 if (capture.isNested()) flags |= 2;
811 if (capture.hasCopyExpr()) flags |= 4;
814 if (capture.hasCopyExpr()) Writer.AddStmt(capture.getCopyExpr());
    [all...]
  /external/v8/src/
string.js 329 // If the two digit capture reference is within range of
343 // digit capture references, we can only enter here when a
344 // single digit capture reference is outside the range of
376 // Compute the string of a given regular expression capture.
381 var start = lastCaptureInfo[CAPTURE(scaled)];
384 var end = lastCaptureInfo[CAPTURE(scaled + 1)];
389 // Add the string of a given regular expression capture to the
395 var start = matchInfo[CAPTURE(scaled)];
397 var end = matchInfo[CAPTURE(scaled + 1)];
regexp.js 317 // last pair (after the first pair) of elements of the capture array even if
320 var start = lastMatchInfo[CAPTURE(length - 2)];
321 var end = lastMatchInfo[CAPTURE(length - 1)];
371 var matchStart = lastMatchInfo[CAPTURE(index)];
372 var matchEnd = lastMatchInfo[CAPTURE(index + 1)];
383 // that there are at least two capture indeces. The array also contains
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 
  /external/clang/utils/analyzer/
SATestBuild.py 67 return int(capture(['sysctl', '-n', 'hw.ncpu']))
  /external/easymock/src/org/easymock/
EasyMock.java 1460 public static <T> T capture(Capture<T> captured) { method in class:EasyMock
    [all...]
  /frameworks/av/services/camera/libcameraservice/camera2/
ZslProcessor3.cpp 104 ALOGE("%s: Camera %d: Error querying capture output stream info: "
242 ALOGV("%s: ZSL queue frame AE state is %d, need full capture",
270 ALOGE("%s: Camera %d: Unable to stop preview for ZSL capture: "
282 "capture request: %s (%d)", __FUNCTION__,
290 res = client->getCameraDevice()->capture(request);
292 ALOGE("%s: Unable to send ZSL reprocess request to capture: %s"
305 // If in middle of capture, can't clear out queue
321 String8 result(" Latest ZSL capture request:\n");
325 String8 result(" Latest ZSL capture request: none yet\n");
410 "full capture", __FUNCTION__, entry.data.u8[0])
    [all...]
  /development/build/tools/
sdk_repo.mk 110 # so we capture all extras first.

Completed in 786 milliseconds

1 2 3 45 6 7 8 9