HomeSort by relevance Sort by last modified time
    Searched defs:Capture (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/remoting/host/
ipc_video_frame_capturer.cc 39 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) {
  /external/chromium_org/chrome/browser/ui/views/
crypto_module_password_dialog_view_unittest.cc 22 void Capture(const char* text) {
38 base::Bind(&CryptoModulePasswordDialogViewTest::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/content/renderer/media/
webrtc_audio_capturer.cc 293 // Clear the delegate to ensure that no more capture callbacks will
339 DVLOG(1) << "New capture source will now be utilized.";
425 void WebRtcAudioCapturer::Capture(media::AudioBus* audio_source,
  /external/clang/lib/CodeGen/
CGBlocks.h 152 class Capture {
173 static Capture makeIndex(unsigned index) {
174 Capture v;
179 static Capture makeConstant(llvm::Value *value) {
180 Capture v;
206 llvm::DenseMap<const VarDecl*, Capture> Captures;
233 const Capture &getCapture(const VarDecl *var) const {
236 Capture &getCapture(const VarDecl *var) {
237 llvm::DenseMap<const VarDecl*, Capture>::iterator
CGBlocks.cpp 184 /// A chunk of data that we actually have to capture in the block.
189 const BlockDecl::Capture *Capture; // null for 'this'
194 const BlockDecl::Capture *capture,
197 Capture(capture), Type(type) {}
201 if (!Capture)
204 info.Captures[Capture->getVariable()]
205 = CGBlockInfo::Capture::makeIndex(index)
592 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
747 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
984 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); local
1185 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1226 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1338 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1512 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
    [all...]
CGDebugInfo.cpp 835 // For C++11 Lambdas a Field will be the same as a Capture, but the Capture
843 const LambdaExpr::Capture C = *I;
2933 const BlockDecl::Capture &capture = *i; local
2954 const BlockDecl::Capture *capture = i->Capture; local
    [all...]
  /external/chromium_org/third_party/re2/re2/
compile.cc 159 Frag Capture(Frag a, int n);
449 Frag Compiler::Capture(Frag a, int n) {
831 return Capture(child_frags[0], re->cap());
890 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
938 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
    [all...]
regexp.cc 266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) {
475 "invalid named capture group",
529 // Walker class to build map of named capture groups and their indices.
573 // Walker class to build map from capture group indices to their names.
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
  /external/regex-re2/re2/
compile.cc 158 Frag Capture(Frag a, int n);
448 Frag Compiler::Capture(Frag a, int n) {
830 return Capture(child_frags[0], re->cap());
889 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
937 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
    [all...]
regexp.cc 266 Regexp* Regexp::Capture(Regexp* sub, ParseFlags flags, int cap) {
475 "invalid named capture group",
529 // Walker class to build map of named capture groups and their indices.
573 // Walker class to build map from capture group indices to their names.
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.cc 14 // frame capture should be throttled back.
16 // 2. Capture: A bitmap is snapshotted/copied from the RenderView's backing
27 // bitmap returned by Capture, and writes into the reserved slot in the
35 // In the best-performing case, the Render step is bypassed: Capture produces
37 // system is designed so that Capture and Render may run concurrently. A timing
41 // thread1: |-Capture-f1------v |-Capture-f2------v |-Capture-f3----v |-Capt
91 #include "media/video/capture/video_capture_types.h"
137 // the VideoCaptureOracle, which decides which frames to capture, and
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 333 class Capture {
334 // There are three categories of capture: capturing 'this', capturing
336 // arbitrary initializer, and don't really capture in the traditional
339 // There are three ways to capture a local variable:
340 // - capture by copy in the C++11 sense,
341 // - capture by reference in the C++11 sense, and
342 // - __block capture.
343 // Lambdas explicitly specify capture by copy or capture by reference.
344 // For blocks, __block capture applies to variables with that annotation
    [all...]
Initialization.h 118 /// \brief The source location at which the capture occurs.
151 struct C Capture;
181 /// \brief Create the initialization entity for a lambda capture.
185 Capture.Var = Var;
186 Capture.Location = Loc.getRawEncoding();
307 /// \brief Create the initialization entity for a lambda capture.
404 assert(getKind() == EK_LambdaCapture && "Not a lambda capture!");
405 return Capture.Var;
408 /// \brief Determine the location of the capture when initializing
411 assert(getKind() == EK_LambdaCapture && "Not a lambda capture!");
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
DeclCXX.h 515 typedef LambdaExpr::Capture Capture;
553 Capture *Captures;
    [all...]
Stmt.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 106 /// \brief RAII class used to capture the first ID within a redeclaration
148 /// \brief Class used to capture the result of searching for an existing
    [all...]
ASTWriter.cpp     [all...]
  /external/v8/src/
liveobjectlist.cc     [all...]
  /external/chromium_org/v8/src/
hydrogen.h 941 void Capture(HBasicBlock* true_branch,
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 825 milliseconds

1 2