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

1 2 3 4 5 6 7 8 91011>>

  /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).
27 * Type of the captured element
38 * Default constructor. Only the last element will be captured
55 * Will reset capture to a "nothing captured yet" state
62 * @return true if something was captured
69 * Return captured value
72 * if nothing was captured yet or if more than one value was
73 * captured
74 * @return The last captured value
    [all...]
CaptureType.java 19 * Defines how arguments will be captured by a <tt>Capture</tt> object
EasyMock.java     [all...]
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===//
10 // This file contains routines that help determine which pointers are captured.
11 // A pointer value is captured if the function makes a copy of any part of the
12 // pointer that outlives the call. Not being captured means, more or less, that
39 /// PointerMayBeCaptured - Return true if this pointer value may be captured
56 // is captured to avoid taking too much compile time.
74 // Not captured if the callee is readonly, doesn't return a copy through
80 // Not captured if only passed via 'nocapture' arguments. Note that
82 // be captured. This is a subtle point considering that (for example)
85 // captured, even though the loaded value might be the pointer itsel
    [all...]
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 11 [foo,&this] {}; // expected-error {{'this' cannot be captured by reference}}
12 [&this] {}; // expected-error {{'this' cannot be captured by reference}}
  /frameworks/base/services/java/com/android/server/am/
ThumbnailHolder.java 22 Bitmap lastThumbnail; // Last thumbnail captured for this item.
23 CharSequence lastDescription; // Last description captured for this item.
  /external/clang/test/SemaObjC/
warn-retain-cycle.m 9 [x setBlock: // expected-note {{block will be retained by the captured object}}
11 x.block = // expected-note {{block will be retained by the captured object}}
14 [x addBlock: // expected-note {{block will be retained by the captured object}}
42 x->owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}}
43 x.owner.strong = ^{ (void) x; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}}
57 self.owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}}
63 owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}}
65 owner.strong = ^{ ^{ (void) owner; }(); }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}}
67 owner.strong = ^{ (void) sizeof(self); // expected-note {{block will be retained by an object strongly retained by the captured object}}
75 owner.strong = ^{ (void) owner; }; // expected-warning {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the captured object}
    [all...]
  /external/chromium/chrome/browser/userfeedback/proto/
dom.proto 4 // Messages containing DOM data captured from the browser.
13 // Data captured from HTMLDocument DOM object.
26 // Data captured from HTMLElement DOM object.
45 // Data captured from DOM Navigator object.
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 32 public Captures(Capture<T> captured) {
33 this.capture = captured;
  /external/pcre/
pcre_get.c 208 * Copy captured string to given buffer *
211 /* This function copies a single captured substring into a given buffer.
218 stringcount the number of substrings that were captured
231 PCRE_ERROR_NOSUBSTRING (-7) no such captured substring
252 * Copy named captured string to given buffer *
255 /* This function copies a single captured substring into a given buffer,
263 stringcount the number of substrings that were captured
276 PCRE_ERROR_NOSUBSTRING (-7) no such captured substring
291 * Copy all captured strings to new store *
295 of the captured substrings in it. A NULL pointer is put on the end of the list
    [all...]
  /external/chromium/base/
message_pump_glib_x.h 26 // was captured and being processed by GDK (when |false|).
40 // Update the lookup table and flag the events that should be captured and
65 // was captured and being processed by GDK (when |false|).
message_pump_glib_x_dispatch.h 16 // dispatch both GdkEvents* and XEvents* captured directly from X.
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
AlignFeatures.h 81 int reference_frame_index; // Index of the reference frame from all captured frames
82 int num_frames_captured; // Total number of frames captured (different from frame_number)
83 double average_tx_per_frame; // Average pixel translation per captured frame
  /external/pcre/doc/
pcre_copy_substring.3 19 This is a convenience function for extracting a captured substring into a given
pcre_copy_named_substring.3 21 This is a convenience function for extracting a captured substring, identified
pcre_get_named_substring.3 21 This is a convenience function for extracting a captured substring by name. The
pcre_get_substring.3 19 This is a convenience function for extracting a captured substring. The
pcre_get_substring_list.3 17 This is a convenience function for extracting a list of all the captured
  /external/chromium/chrome/browser/chromeos/login/
camera_controller.h 22 // Called when new frame was captured by camera.
44 // Returns the last captured frame from the camera.
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.h 47 // Creates a mostly off-screen window to contain the HWND to be captured.
53 // The current HWND being captured.
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 10 // This file contains routines that help determine which pointers are captured.
20 /// PointerMayBeCaptured - Return true if this pointer value may be captured
  /external/llvm/test/Transforms/ObjCARC/
retain-block-alloca.ll 30 %block.captured = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>* %block, i64 0, i32 5
31 store %0* %array, %0** %block.captured, align 8
37 %strongdestroy = load %0** %block.captured, align 8
67 %block.captured = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }>* %block, i64 0, i32 5
68 store %0* %array, %0** %block.captured, align 8
74 %strongdestroy = load %0** %block.captured, align 8
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 80 "captured parameters");
123 // Assignment to captured parameters.
127 }(20, 37), "captured assignment");
147 "captured a in with");
157 "in a catch in a named function captured a in with ");
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 1 // UndefCapturedBlockVarChecker.cpp - Uninitialized captured vars -*- C++ -*-=//
82 BT.reset(new BuiltinBug("uninitialized variable captured by block"));
89 << "' is uninitialized when captured by block";
  /external/webkit/Source/WebCore/manual-tests/
DOMContextMenuEvent.html 53 -- No event captured --

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>