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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Analysis/BasicAA/
noalias-param.ll 3 declare i32* @captures(i32* %cap) nounwind readonly
8 %cap = call i32* @captures(i32* %a) nounwind readonly
18 %cap = call i32* @captures(i32* %c) nounwind readonly
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 24 public class Captures<T> implements IArgumentMatcher, Serializable {
32 public Captures(Capture<T> captured) {
46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this,
  /external/chromium_org/v8/test/mjsunit/
string-match.js 33 function testMatch(name, input, regexp, result, captures, from, to) {
40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : "";
47 // Returns array of match and captures.
49 assertEquals(captures.length + 1, matchResult.length, name + "-cap-return");
51 assertEquals(captures[i - 1], matchResult[i], name + "-cap-return-" + i);
60 if (i <= captures.length) {
61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
regexp-global.js 45 // Test zero-length matches that have non-zero-length sub-captures.
52 // Test multiple captures.
65 // Test multiple alternate captures.
97 // Test zero-length matches that have non-zero-length sub-captures.
104 // Test multiple captures.
117 // Test multiple alternate captures.
134 // Test zero-length matches that have non-zero-length sub-captures that do not
144 // Create regexp that has a *lot* of captures.
168 // Large regexp (a lot of captures).
regexp-lookahead.js 28 // Tests captures in positive and negative look-ahead in regular expressions.
75 // Positive lookahead with captures.
86 // Captures are cleared on backtrack past the look-ahead.
129 // Test mixed nested look-ahead with captures.
  /external/v8/test/mjsunit/
string-match.js 33 function testMatch(name, input, regexp, result, captures, from, to) {
40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : "";
47 // Returns array of match and captures.
49 assertEquals(captures.length + 1, matchResult.length, name + "-cap-return");
51 assertEquals(captures[i - 1], matchResult[i], name + "-cap-return-" + i);
60 if (i <= captures.length) {
61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
  /external/chromium_org/remoting/host/
video_scheduler.h 38 // Class responsible for scheduling frame captures from a
70 // VideoScheduler would ideally schedule captures so as to saturate the slowest
72 // rate-limit captures to avoid overloading the host system, either by consuming
100 // Starts scheduling frame captures.
103 // Stop scheduling frame captures. This object cannot be re-used once
107 // Pauses or resumes scheduling of frame captures. Pausing/resuming captures
124 // Stops scheduling frame captures on the capture thread.
142 // rate-limit frame captures to network throughput.
audio_capturer_linux.h 19 // Linux implementation of AudioCapturer interface which captures audio by
  /external/clang/test/Analysis/
stack-addr-ps.c 60 // This block is a global since it has no captures.
66 // This block is stack allocated because it has captures.
83 // Handle blocks that have no captures or are otherwise declared 'static'.
  /external/chromium_org/third_party/WebKit/ManualTests/plugins/
plugin-paint-causes-layout.html 34 <p>This test should not assert or crash when loaded in Safari, when Safari captures a snapshot.</p>
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.h 38 // Captures the snapshot now instead of when the system requests it.
61 // Captures and returns the screenshot of the window. The caller is
  /external/clang/test/SemaObjC/
arc-jump-block.m 22 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}}
25 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
  /external/easymock/src/org/easymock/internal/
Invocation.java 27 import org.easymock.internal.matchers.Captures;
39 private final Collection<Captures<?>> currentCaptures = new ArrayList<Captures<?>>(
156 public void addCapture(Captures<Object> capture, Object value) {
162 for (Captures<?> c : currentCaptures) {
168 for (Captures<?> c : currentCaptures) {
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 19 T captures(T x, T y) { function
35 template int captures(int, int);
36 template X captures(X, X);
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 50 <key>captures</key>
66 <key>captures</key>
86 <key>captures</key>
  /external/chromium_org/content/browser/frame_host/
navigation_entry_screenshot_manager.h 22 // NavigationEntryScreenshotManager takes care of taking image-captures for the
24 // captured images. These image-captures are used for history navigation using
  /external/clang/include/clang/Sema/
ScopeInfo.h 335 // local variables, and C++1y initialized captures (which can have an
445 /// CaptureMap - A map of captured variables to (index+1) into Captures.
452 /// Captures - The captures.
453 SmallVector<Capture, 4> Captures;
466 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
468 CaptureMap[Var] = Captures.size();
475 Captures.push_back(Capture(Field, Init));
484 return Captures[CXXThisCaptureIndex - 1];
496 return Captures[CaptureMap[Var] - 1]
    [all...]
  /external/clang/test/Parser/
cxx0x-lambda-expressions.cpp 52 // We support init-captures in C++11 as an extension.
56 // for init-captures is complete.
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.h 26 // Captures the visible part of the current tab as a base64-encoded PNG.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
NavigationHistory.java 10 * {@link NavigationHistory} captures a snapshot of the navigation history of a
  /external/chromium_org/ppapi/generators/
idl_log.py 11 """Captures and routes logging output.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
android_screen_recorder_profiler.py 13 """Captures a screen recording on Android."""
  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 157 // Snapshot always captures the physical pixels.
174 // Snapshot always captures the physical pixels.
193 // Snapshot always captures the physical pixels.
213 // Snapshot always captures the physical pixels.
  /external/libpcap/
sll.h 42 * For captures on Linux cooked sockets, we construct a fake header
69 * new header in captures of that type, so that programs that can
70 * handle DLT_LINUX_SLL captures will continue to handle them correctly
121 * captures.)
  /external/mockito/src/org/mockito/invocation/
MockHandler.java 24 * method calls on mocks for further verification, captures the stubbing information when mock is stubbed,

Completed in 1175 milliseconds

1 2 3 4 5 6 7 8 91011>>