HomeSort by relevance Sort by last modified time
    Searched refs:capture (Results 26 - 50 of 308) sorted by null

12 3 4 5 6 7 8 91011>>

  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 247 public Boolean capture() {
256 public Boolean capture() {
487 public String capture() {
496 public WebSettings capture() {
505 public WebBackForwardList capture() {
514 public Bitmap capture() {
523 public String capture() {
532 public Integer capture() {
541 public Integer capture() {
550 public Integer capture() {
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwWebContentsDelegate.java 25 String acceptTypes, String title, String defaultFilename, boolean capture);
  /external/chromium_org/cc/trees/
blocking_task_runner.h 83 void SetCapture(bool capture);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 28 private boolean capture = false; field in class:ScreenshotAppState
54 capture = true;
80 if (capture){
81 capture = false;
  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 19 import static org.easymock.EasyMock.capture;
31 import org.easymock.Capture;
51 final Capture<IClasspathEntry[]> capturedEntries = new Capture<IClasspathEntry[]>();
52 Capture<IPath> capturedOutput = new Capture<IPath>();
67 javaProject.setRawClasspath(capture(capturedEntries), isA(IProgressMonitor.class)); method
70 javaProject.setRawClasspath(capture(capturedEntries), capture(capturedOutput), method
74 final Capture<String> capturedCompliance = new Capture<String>()
103 javaProject.setOption(eq(JavaCore.COMPILER_COMPLIANCE), capture(capturedCompliance)); method
105 javaProject.setOption(eq(JavaCore.COMPILER_SOURCE), capture(capturedSource)); method
108 capture(capturedTarget)); method
    [all...]
  /external/chromium/base/memory/
linked_ptr.h 84 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
113 capture(ptr);
150 void capture(T* ptr) { function in class:linked_ptr
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/chromium_org/base/memory/
linked_ptr.h 83 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
112 capture(ptr);
149 void capture(T* ptr) { function in class:linked_ptr
  /external/chromium_org/media/cdm/ppapi/
linked_ptr.h 86 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
115 capture(ptr);
154 void capture(T* ptr) { function in class:linked_ptr
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/chromium_org/third_party/lcov/example/
Makefile 73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs --no-external
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 --no-external
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvie.h 94 webrtc::ViECapture* capture, webrtc::ViENetwork* network,
101 capture_(capture),
113 webrtc::ViECapture* capture() { return capture_.get(); } function in class:cricket::ViEWrapper
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
207 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
207 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
198 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/chromium_org/tools/cr/cr/base/
host.py 44 shell=False, capture=False, ignore_dry_run=False,
55 capture: controls wether the output of the command is captured.
62 the status if return_status is true, or the output if capture is true,
79 if capture:
120 shell=True, capture=True, ignore_dry_run=True)
123 def Capture(self, context, *command):
124 return self._Execute(context, command, capture=True, ignore_dry_run=True)
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 47 // capture video from a socket connection
183 LOGV("Done closing Capture Socket");
213 LOGV("You haven't opened the socket capture yet!");
296 CVCapture_Socket* capture = new CVCapture_Socket; local
297 if ( capture-> open(address, port, width, height) )
298 return capture;
300 delete capture;
highgui.h 167 /* "black box" capture structure */
175 CVAPI(int) cvGrabFrame( CvCapture* capture ); variable
181 CVAPI(IplImage*) cvRetrieveFrame( CvCapture* capture ); variable
185 CVAPI(IplImage*) cvQueryFrame( CvCapture* capture ); variable
188 CVAPI(void) cvReleaseCapture( CvCapture** capture ); variable
208 /* retrieve or set capture properties */
209 CVAPI(double) cvGetCaptureProperty( CvCapture* capture, int property_id );
210 CVAPI(int) cvSetCaptureProperty( CvCapture* capture, int property_id, double value );
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /external/llvm/utils/Target/ARM/
analyze-match-table.py 49 from lit.Util import capture namespace
50 llvm_obj_root = capture(["llvm-config", "--obj-root"])

Completed in 375 milliseconds

12 3 4 5 6 7 8 91011>>