HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 51 - 75 of 2139) sorted by null

1 23 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...]
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.h 14 #include "media/video/capture/video_capture.h"
15 #include "media/video/capture/video_capture_types.h"
54 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
55 virtual void OnStopped(VideoCapture* capture) OVERRIDE;
56 virtual void OnPaused(VideoCapture* capture) OVERRIDE;
57 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
58 virtual void OnRemoved(VideoCapture* capture) OVERRIDE;
59 virtual void OnBufferReady(VideoCapture* capture,
62 VideoCapture* capture,
  /external/easymock/src/org/easymock/
Capture.java 23 * Will contain what was captured by the <code>capture()</code> matcher. Knows
24 * if something was captured or not (allows to capture a null value).
29 public class Capture<T> implements Serializable {
40 public Capture() {
45 * Constructor allowing to select the capture type
48 * capture type
50 public Capture(CaptureType type) {
55 * Will reset capture to a "nothing captured yet" state
123 throw new IllegalArgumentException("Unknown capture type: " + type);
  /external/chromium_org/media/video/capture/win/
sink_filter_win.h 6 // a DirectShow Capture filter.
14 #include "media/video/capture/video_capture_device.h"
15 #include "media/video/capture/video_capture_types.h"
16 #include "media/video/capture/win/filter_base_win.h"
17 #include "media/video/capture/win/sink_filter_observer_win.h"
sink_input_pin_win.h 6 // a DirectShow Capture filter.
11 #include "media/video/capture/video_capture_device.h"
12 #include "media/video/capture/video_capture_types.h"
13 #include "media/video/capture/win/pin_base_win.h"
14 #include "media/video/capture/win/sink_filter_win.h"
  /frameworks/av/include/media/
Visualizer.h 38 * The length of the capture can be retrieved or specified by calling respectively
40 * is half of the specified capture size but both sides of the spectrum are returned yielding in a
41 * number of bytes equal to the capture size. The capture size must be a power of 2 in the range
43 * In addition to the polling capture mode, a callback mode is also available by installing a
47 * When data capture is not needed any more, the Visualizer should be disabled.
59 CAPTURE_WAVEFORM = 0x00000001, // capture callback returns a PCM wave form
77 // maximum capture size in samples
79 // minimum capture size in samples
81 // maximum capture rate in millihert
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
capture_view.js 49 CaptureView.TAB_ID = 'tab-handle-capture';
50 CaptureView.TAB_NAME = 'Capture';
51 CaptureView.TAB_HASH = '#capture';
54 CaptureView.MAIN_BOX_ID = 'capture-view-tab-content';
55 CaptureView.BYTE_LOGGING_CHECKBOX_ID = 'capture-view-byte-logging-checkbox';
56 CaptureView.LIMIT_CHECKBOX_ID = 'capture-view-limit-checkbox';
57 CaptureView.LIMIT_HELP_ID = 'capture-view-limit-help';
58 CaptureView.LIMIT_HELP_HOVER_ID = 'capture-view-limit-help-hover';
59 CaptureView.BYTE_LOGGING_HELP_ID = 'capture-view-byte-logging-help';
61 'capture-view-byte-logging-help-hover'
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_device_dummy.h 6 // real video capture support. The class will be removed once the other
7 // platforms have real video capture device support.
16 #include "media/video/capture/video_capture_device.h"
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 5 void g1(int = ([i]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
6 void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
p14.cpp 3 template<typename T> void capture(const T&);
17 (void)[nc] { }; // expected-error{{capture of variable 'nc' as type 'NonCopyable' calls private copy constructor}}
19 ncr.foo(); // expected-error{{capture of variable 'ncr' as type 'NonCopyable' calls private copy constructor}}
49 capture(array[0]);
63 capture(a);
64 capture(b);
p11-1y.cpp 3 // For every init-capture a non-static data member named by the identifier of
4 // the init-capture is declared in the closure type.
14 // "auto init-capture ;"...
22 // compound-statement, the identifier in the init-capture hides any declaration
30 // FIXME: the 'c' in the return type should be the init-capture, not the
55 auto bad_init_2 = [a(1, 2)] {}; // expected-error {{initializer for lambda capture 'a' contains multiple expressions}}
58 auto bad_init_5 = [a(overload_fn)] {}; // expected-error {{cannot deduce type for lambda capture 'a' from initializer of type '<overloaded function}}
59 auto bad_init_6 = [a{overload_fn}] {}; // expected-error {{cannot deduce type for lambda capture 'a' from initializer list}}
61 template<typename...T> void pack_1(T...t) { [a(t...)] {}; } // expected-error {{initializer missing for lambda capture 'a'}}
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 5 // VideoCaptureImplManager manages video capture devices in renderer process.
6 // The video capture clients use AddDevice() to get a pointer to
7 // video capture device. VideoCaputreImplManager supports multiple clients
20 #include "media/video/capture/video_capture.h"
32 // Called by video capture client |handler| to add device referenced
40 // Called by video capture client |handler| to remove device referenced
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_observer.h 15 // Called when screen capture is started.
20 // Called when screen capture is stopped.
  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui.h 12 // Interface for screen capture notification UI shown when content of the screen
18 // Creates platform-specific screen capture notification UI. |text| specifies
  /external/chromium_org/ppapi/api/dev/
ppb_video_capture_dev.idl 15 * Video capture interface. It goes hand-in-hand with PPP_VideoCapture_Dev.
19 * 2- Find available video capture devices using EnumerateDevices.
20 * 3- Open a video capture device. In addition to a device reference (0 can be
24 * 4- Start the capture using StartCapture.
26 * give you the actual capture info (the requested one is not guaranteed), as
33 * 8- Stop the capture using StopCapture.
57 * Enumerates video capture devices. Once the operation is completed
76 * Enumerates video capture devices.
79 * video capture resource.
99 * video capture resource
    [all...]
  /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/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t049treeparserhWalker.g 8 {this.capture($ID+", "+$b.text);}
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 5 // OS X implementation of VideoCaptureDevice, using QTKit as native capture API.
13 #include "media/video/capture/video_capture_device.h"
14 #include "media/video/capture/video_capture_types.h"
20 // Called by VideoCaptureManager to open, close and start, stop video capture
video_capture_device_qtkit_mac.h 6 // communicating with a QTKit capture device.
42 // Returns a dictionary of capture devices with friendly name and unique id.
51 // Sets which capture device to use. Returns YES on sucess, NO otherwise.
54 // Configures the capture properties.
video_capture_device_qtkit_mac.mm 5 #import "media/video/capture/mac/video_capture_device_qtkit_mac.h"
12 #include "media/video/capture/mac/video_capture_device_mac.h"
13 #include "media/video/capture/video_capture_device.h"
14 #include "media/video/capture/video_capture_types.h"
73 // Set the capture device.
75 DLOG(ERROR) << "Video capture device already set.";
85 DLOG(ERROR) << "Video capture device not found.";
91 DLOG(ERROR) << "Could not open video capture device."
102 DLOG(ERROR) << "Could not connect video capture output."
107 // This key can be used to check if video capture code was related to
    [all...]
  /external/littlemock/src/com/google/testing/littlemock/
ArgumentCaptor.java 22 * Simple capture object for use in tests.
26 * @param <T> the type we are going to capture
35 /** Use this argument captor to perform the capture. */
36 public T capture(); method in interface:ArgumentCaptor
  /external/chromium_org/chrome/common/extensions/api/
tab_capture.idl 20 // The new capture status of the tab.
56 static void capture(CaptureOptions options,
59 // Returns a list of tabs that have requested capture or are being
62 // tab capture that would prevent a new tab capture from succeeding (or
68 // Event fired when the capture status of a tab changes.
69 // This allows extension authors to keep track of the capture status of
  /external/chromium_org/ppapi/generators/
idl_log.py 24 self.capture = False
31 if self.capture:
37 if self.capture:
43 if self.capture: self.log.append(msg)
50 self.capture = enable
  /external/chromium_org/remoting/host/
video_scheduler.h 46 // This class is supplied TaskRunners to use for capture, encode and network
47 // operations. Capture, encode and network transmission tasks are interleaved
50 // | CAPTURE ENCODE NETWORK
52 // | . Capture .
57 // | . Capture . . Encode .
62 // | . Capture . . . . Send .
72 // of the capture, encode and network processes. However, it also needs to
80 // Creates a VideoScheduler running capture, encode and network tasks on the
83 // called. |capturer| is used to capture frames.
109 // only affects capture scheduling and does not stop/start the capturer
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_video_capture_dev.h 36 * Video capture interface. It goes hand-in-hand with PPP_VideoCapture_Dev.
40 * 2- Find available video capture devices using EnumerateDevices.
41 * 3- Open a video capture device. In addition to a device reference (0 can be
45 * 4- Start the capture using StartCapture.
47 * give you the actual capture info (the requested one is not guaranteed), as
54 * 8- Stop the capture using StopCapture.
74 * Enumerates video capture devices.
77 * video capture resource.
94 * video capture resource.
112 * Opens a video capture device. |device_ref| identifies a video captur
    [all...]

Completed in 636 milliseconds

1 23 4 5 6 7 8 91011>>