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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p8.cpp 9 (void)[=, foo] () {}; // expected-error {{'&' must precede a capture when}}
13 (void)[&, &foo] () {}; // expected-error {{'&' cannot precede a capture when}}
25 (void)[&, &i]{ }; // expected-error{{'&' cannot precede a capture when the capture default is '&'}}
28 (void)[i, i]{ }; // expected-error{{'i' can appear only once in a capture list}}
29 (void)[i(0), i(1)]{ }; // expected-error{{'i' can appear only once in a capture list}}
30 (void)[i, i(1)]{ }; // expected-error{{'i' can appear only once in a capture list}}
31 (void)[i(0), i]{ }; // expected-error{{'i' can appear only once in a capture list}}
  /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);
  /external/chromium_org/native_client_sdk/src/libraries/xray/
xray.h 46 XRAY_NO_INSTRUMENT void XRayShutdown(struct XRayTraceCapture* capture);
47 XRAY_NO_INSTRUMENT void XRayStartFrame(struct XRayTraceCapture* capture);
48 XRAY_NO_INSTRUMENT void XRayEndFrame(struct XRayTraceCapture* capture);
50 struct XRayTraceCapture* capture, uint32_t filter);
51 XRAY_NO_INSTRUMENT void XRaySaveReport(struct XRayTraceCapture* capture,
55 XRAY_NO_INSTRUMENT void XRayReport(struct XRayTraceCapture* capture,
62 struct XRayTraceCapture* capture);
90 inline void XRayShutdown(struct XRayTraceCapture* capture) {}
91 inline void XRayStartFrame(struct XRayTraceCapture* capture) {}
92 inline void XRayEndFrame(struct XRayTraceCapture* capture) {}
    [all...]
xray_priv.h 120 XRAY_NO_INSTRUMENT void XRayCheckGuards(struct XRayTraceCapture* capture);
123 struct XRayTraceCapture* capture, int index);
125 struct XRayTraceCapture* capture, int i);
127 struct XRayTraceCapture* capture, int i);
129 struct XRayTraceCapture* capture, int index);
131 struct XRayTraceCapture* capture, char* src);
133 struct XRayTraceCapture* capture, int index, char* dst);
135 struct XRayTraceCapture* capture, int index);
137 struct XRayTraceCapture* capture, int index);
139 XRAY_NO_INSTRUMENT void XRayFrameMakeLabel(struct XRayTraceCapture* capture,
    [all...]
report.c 28 void XRayTraceReport(struct XRayTraceCapture* capture,
39 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture);
54 total = XRayFrameGetTotalTicks(capture, frame);
55 start = XRayFrameGetTraceStartIndex(capture, frame);
56 end = XRayFrameGetTraceEndIndex(capture, frame);
59 if (!XRayTraceIsAnnotation(capture, index)) {
62 struct XRayTraceBufferEntry* e = XRayTraceGetEntry(capture, index);
73 XRayTraceCopyToString(capture, annotation_index, annotation);
82 index = XRayTraceNextEntry(capture, index);
96 void XRayFrameReport(struct XRayTraceCapture* capture, FILE* f)
    [all...]
browser.c 57 void XRayBrowserTraceReport(struct XRayTraceCapture* capture) {
61 struct XRaySymbolTable* symbols = XRayGetSymbolTable(capture);
63 int32_t thread_id = XRayGetSavedThreadID(capture);
65 int head = XRayFrameGetHead(capture);
66 int frame = XRayFrameGetTail(capture);
70 capture, frame);
72 capture, frame);
81 int start = XRayFrameGetTraceStartIndex(capture, frame);
82 int end = XRayFrameGetTraceEndIndex(capture, frame);
96 for(i = start; i != end; i = XRayTraceNextEntry(capture, i))
    [all...]
  /external/chromium_org/ppapi/c/dev/
pp_video_capture_dev.h 16 * Structs for dealing with video capture.
25 * PP_VideoCaptureDeviceInfo_Dev is a structure that represent a video capture
48 * Initial state, capture is stopped.
52 * StartCapture has been called, but capture hasn't started yet.
56 * Capture has been started.
60 * Capture has been started, but is paused because no buffer is available.
64 * StopCapture has been called, but capture hasn't stopped yet.
  /external/chromium_org/ui/aura/client/
capture_client.h 16 // An interface implemented by an object that manages input capture.
19 // Does a capture on the |window|.
22 // Releases a capture from the |window|.
25 // Returns the current capture window.
32 // Sets/Gets the capture client on the RootWindow.
37 // A utility function to get the current capture window. Returns NULL
38 // if the window doesn't have a root window, or there is no capture window.
capture_delegate.h 14 // This interface provides API to change the RootWindow's capture state
18 // Called when a capture is set on the |new_capture| which is owned by
19 // this root window, and/or a capture is released on the |old_capture|
23 // Sets/Release a native capture on host windows.
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_capture_client.h 17 // A capture client which will collaborate with all other capture clients of
18 // its class. When capture is changed in an instance of this capture client,
19 // capture is released in all other windows.
31 // Called when another instance of the capture client takes capture.
  /external/chromium_org/chrome/browser/resources/net_internals/
status_view.html 7 <!-- Status bar at top of screen when in capture mode. -->
8 <div id=capture-status-view style="display:none">
10 <a href='#capture' class=capture-status-view-link>capturing</a>
11 <a href='#events' class=capture-status-view-link>events
12 (<span id=capture-status-view-captured-events-count
15 <span class=capture-status-view-arrow>
16 <select id=capture-status-view-actions>
17 <optgroup label="Capture">
  /external/chromium_org/content/common/media/
video_capture.h 5 // This file contains commonly used definitions of video capture.
12 // Current status of the video capture device. It's used by multiple classes
14 // Browser process sends information about the current capture state and
video_capture_messages.h 10 #include "media/video/capture/video_capture_types.h"
24 // Tell the renderer process that a new buffer is allocated for video capture.
31 // Tell the renderer process that a buffer is available from video capture.
43 // the video capture device will use.
48 // Start the video capture specified by |device_id|.
53 // Pause the video capture specified by |device_id|.
57 // Close the video capture specified by |device_id|.
  /external/chromium_org/content/renderer/media/
rtc_video_capture_delegate.h 12 #include "media/video/capture/video_capture.h"
20 // from Chrome's video capture implementation.
46 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
47 virtual void OnStopped(media::VideoCapture* capture) OVERRIDE;
48 virtual void OnPaused(media::VideoCapture* capture) OVERRIDE;
49 virtual void OnError(media::VideoCapture* capture, int error_code) OVERRIDE;
50 virtual void OnRemoved(media::VideoCapture* capture) OVERRIDE;
52 media::VideoCapture* capture,
55 media::VideoCapture* capture,
58 media::VideoCapture* capture,
    [all...]
rtc_video_capture_delegate.cc 52 void RtcVideoCaptureDelegate::OnStarted(media::VideoCapture* capture) {
56 void RtcVideoCaptureDelegate::OnStopped(media::VideoCapture* capture) {
59 void RtcVideoCaptureDelegate::OnPaused(media::VideoCapture* capture) {
63 void RtcVideoCaptureDelegate::OnError(media::VideoCapture* capture,
69 this, capture));
72 void RtcVideoCaptureDelegate::OnRemoved(media::VideoCapture* capture) {
77 this, capture));
86 media::VideoCapture* capture,
91 this, capture, buf));
95 media::VideoCapture* capture,
    [all...]
  /developers/samples/android/media/MediaRecorder/MediaRecorder/src/main/res/values/
strings.xml 7 <string name="btnCapture">capture</string>
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t049treeparseraWalker.g 8 {this.capture($ID+", "+$INT);}
t049treeparserbWalker.g 8 {this.capture($ID+", "+$INT)}
t049treeparserfWalker.g 8 {this.capture($ID);}
t049treeparsergWalker.g 8 {this.capture($ID);}
t049treeparseriWalker.g 7 {this.capture($ID+", "+x);}
t052importM2.g 6 s : label=a[3] {this.capture($label.y);} ;
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.cc 15 #include "media/video/capture/video_capture_proxy.h"
120 void PepperPlatformVideoCapture::OnStarted(VideoCapture* capture) {
122 handler_->OnStarted(capture);
125 void PepperPlatformVideoCapture::OnStopped(VideoCapture* capture) {
127 handler_->OnStopped(capture);
130 void PepperPlatformVideoCapture::OnPaused(VideoCapture* capture) {
132 handler_->OnPaused(capture);
135 void PepperPlatformVideoCapture::OnError(VideoCapture* capture,
138 handler_->OnError(capture, error_code);
141 void PepperPlatformVideoCapture::OnRemoved(VideoCapture* capture) {
    [all...]
pepper_video_capture_host.h 13 #include "media/video/capture/video_capture.h"
14 #include "media/video/capture/video_capture_types.h"
39 void OnInitialized(media::VideoCapture* capture, bool succeeded);
42 virtual void OnStarted(media::VideoCapture* capture) OVERRIDE;
43 virtual void OnStopped(media::VideoCapture* capture) OVERRIDE;
44 virtual void OnPaused(media::VideoCapture* capture) OVERRIDE;
45 virtual void OnError(media::VideoCapture* capture, int error_code) OVERRIDE;
46 virtual void OnRemoved(media::VideoCapture* capture) OVERRIDE;
48 media::VideoCapture* capture,
51 media::VideoCapture* capture,
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CaptureFailure.java 21 * A report of failed capture for a single image capture from the image sensor.
25 * to determine the specific nature of the failed capture.</p>
41 * The capture has failed due to a {@link CameraDevice#flush} call from the application.
66 * Get the request associated with this failed capture.
70 * the {@code failed capture}'s {@code getRequest()} will return that {@code request}.
74 * <code><pre>cameraDevice.capture(someRequest, new CaptureListener() {
83 * @return The request associated with this failed capture. Never {@code null}.
90 * Get the frame number associated with this failed capture.
92 * <p>Whenever a request has been processed, regardless of failed capture or success
    [all...]

Completed in 755 milliseconds

12 3 4 5 6 7 8 91011>>