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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t052importS1.g 6 this.capture = function(t) {
7 this.gt052importM1.capture(t);
11 a : B { this.capture("S.a") } ;
t052importS2.g 6 this.capture = function(t) {
7 this.gt052importM2.capture(t);
10 a[x] returns [y] : B {this.capture("S.a"); $y="1000";} ;
t052importS3.g 6 this.capture = function(t) {
7 this.gt052importM3.capture(t);
10 this.capture("foo");
t052importS4.g 6 this.capture = function(t) {
7 this.gt052importM4.capture(t);
10 a : b {this.capture("S.a");} ;
t052importS5.g 7 this.capture = function(t) {
8 this.gt052importM5.capture(t);
11 x : A {this.capture("S.x ");} ;
t052importS6.g 6 this.capture = function(t) {
7 this.gt052importM6.capture(t);
10 a : b { this.capture("S.a") } ;
t052importS7.g 6 this.capture = function(t) {
7 this.gt052importM7.capture(t);
10 A : 'a' {this.capture("S.A ");} ;
t052importS8.g 6 this.capture = function(t) {
7 this.gt052importM8.capture(t);
10 A : 'a' {this.capture("S.A");} ;
t052importT4.g 6 this.capture = function(t) {
7 this.gt052importM4.capture(t);
10 a : B {this.capture("T.a");} ; // hidden by S.a
t052importT5.g 7 this.capture = function(t) {
8 this.gt052importM5.capture(t);
11 y : A {this.capture("T.y");} ;
t049treeparsereWalker.g 7 a : ID INT+ PERIOD {this.capture("alt 1");}
8 | ID INT+ SEMI {this.capture("alt 2");}
t052importM8.g 6 A : 'a' {this.capture("M.A ");} ;
t049treeparsercWalker.g 7 b : ID INT {this.capture($ID+" "+$INT+"\n");}
8 | ^(ID INT) {this.capture("^("+$ID+" "+$INT+")");}
t049treeparserdWalker.g 7 b : ID INT+ {this.capture($ID+" "+$INT+"\n");}
8 | ^(x=ID (y=INT)+) {this.capture("^("+$x+' '+$y+")");}
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.c 122 struct XRayTraceCapture* capture,
131 void XRayCheckGuards(struct XRayTraceCapture* capture) {
132 assert(capture->guard0 == XRAY_GUARD_VALUE_0x12345678);
133 assert(capture->guard1 == XRAY_GUARD_VALUE_0x12345678);
134 assert(capture->guard2 == XRAY_GUARD_VALUE_0x87654321);
135 assert(capture->guard3 == XRAY_GUARD_VALUE_0x12345678);
140 struct XRayTraceCapture* capture, int index) {
143 index = capture->buffer_size - 1;
149 struct XRayTraceCapture* capture, int index) {
151 if (index >= capture->buffer_size
327 struct XRayTraceCapture* capture = g_xray_capture; local
353 struct XRayTraceCapture* capture = g_xray_capture; local
412 struct XRayTraceCapture* capture = g_xray_capture; local
444 struct XRayTraceCapture* capture = g_xray_capture; local
717 struct XRayTraceCapture* capture; local
    [all...]
  /external/chromium_org/media/video/capture/
video_capture_proxy.cc 5 #include "media/video/capture/video_capture_proxy.h"
16 media::VideoCapture* capture) {
18 state.started = capture->CaptureStarted();
19 state.width = capture->CaptureWidth();
20 state.height = capture->CaptureHeight();
21 state.frame_rate = capture->CaptureFrameRate();
39 void VideoCaptureHandlerProxy::OnStarted(VideoCapture* capture) {
43 capture,
44 GetState(capture)));
47 void VideoCaptureHandlerProxy::OnStopped(VideoCapture* capture) {
    [all...]
video_capture.h 6 // capture devices.
15 #include "media/video/capture/video_capture_types.h"
50 // Notify client that video capture has been started.
51 virtual void OnStarted(VideoCapture* capture) = 0;
53 // Notify client that video capture has been stopped.
54 virtual void OnStopped(VideoCapture* capture) = 0;
56 // Notify client that video capture has been paused.
57 virtual void OnPaused(VideoCapture* capture) = 0;
59 // Notify client that video capture has hit some error |error_code|.
60 virtual void OnError(VideoCapture* capture, int error_code) = 0
    [all...]
video_capture_proxy.h 10 #include "media/video/capture/video_capture.h"
19 // process, the VideoCaptureImpl calls its handler on a "Video Capture" thread,
23 // Since the VideoCapture is living on the "Video Capture" thread, querying its
48 virtual void OnStarted(VideoCapture* capture) OVERRIDE;
49 virtual void OnStopped(VideoCapture* capture) OVERRIDE;
50 virtual void OnPaused(VideoCapture* capture) OVERRIDE;
51 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
52 virtual void OnRemoved(VideoCapture* capture) OVERRIDE;
54 VideoCapture* capture,
57 VideoCapture* capture,
    [all...]
  /external/libpcap/ChmodBPF/
StartupParameters.plist 3 Provides = ("Non-root permission to capture or send raw packets");
  /external/chromium_org/chrome/browser/resources/net_internals/
capture_view.html 1 <div id=capture-view-tab-content class=content-box>
3 <input id=capture-view-limit-checkbox type=checkbox>
4 <label for='capture-view-limit-checkbox'>
7 <span id=capture-view-limit-help-hover class=mouse-over-help-hover>(?)</span>
9 <div id=capture-view-limit-help class=mouse-over-help>
10 If you capture all events for a long time, it is possible to exhaust memory
16 <input id=capture-view-byte-logging-checkbox type=checkbox>
17 <label for='capture-view-byte-logging-checkbox'>
20 <span id=capture-view-byte-logging-help-hover class=mouse-over-help-hover>(?)</span>
21 <div id=capture-view-byte-logging-help class=mouse-over-help
    [all...]
status_view.css 6 .capture-status-view {
18 #capture-status-view {
23 .capture-status-view-link,
24 .capture-status-view-link:visited,
25 .capture-status-view-link:active {
30 .capture-status-view-link:hover {
36 #capture-status-view-actions {
45 .capture-status-view-arrow {
50 .capture-status-view-arrow::after {
  /external/antlr/antlr-3.4/runtime/Python/tests/
t026actions.g 12 self.capture('init;')
15 self.capture('after;')
20 self.capture('catch;')
24 self.capture('finally;')
32 self.capture('action;')
33 self.capture('\%r \%r \%r \%r \%r \%r \%r \%r;' \% ($text, $type, $line, $pos, $index, $channel, $start, $stop))
35 self.capture(self.foobar)
  /external/chromium_org/ppapi/api/dev/
pp_video_capture_dev.idl 7 * Structs for dealing with video capture.
11 * PP_VideoCaptureDeviceInfo_Dev is a structure that represent a video capture
28 * Initial state, capture is stopped.
32 * StartCapture has been called, but capture hasn't started yet.
36 * Capture has been started.
40 * Capture has been started, but is paused because no buffer is available.
44 * StopCapture has been called, but capture hasn't stopped yet.
  /external/easymock/src/org/easymock/
CaptureType.java 19 * Defines how arguments will be captured by a <tt>Capture</tt> object
21 * @see Capture
25 * Do not capture anything
30 * Will capture the argument of the first matching call
35 * Will capture the argument of the last matching call
40 * Will capture, in order, the arguments of each matching calls
  /external/opencv/otherlibs/highgui/
cvcap.cpp 64 CV_IMPL IplImage* cvQueryFrame( CvCapture* capture )
66 return capture ? capture->queryFrame() : 0;
70 CV_IMPL int cvGrabFrame( CvCapture* capture )
72 return capture ? capture->grabFrame() : 0;
75 CV_IMPL IplImage* cvRetrieveFrame( CvCapture* capture )
77 return capture ? capture->retrieveFrame() : 0;
80 CV_IMPL double cvGetCaptureProperty( CvCapture* capture, int id
    [all...]

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 91011>>