/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/chromium_org/v8/src/ |
interpreter-irregexp.h | 19 int* captures,
|
/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/libpcap/ |
pcap_get_tstamp_precision.3pcap.in | 25 captures 38 returns the precision of the time stamp returned in packet captures on the pcap 47 that pcap captures contains time stamps in microseconds or nanoseconds
|
/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).
|
/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 129 // Stops scheduling frame captures on the capture thread. 147 // rate-limit frame captures to network throughput.
|
audio_capturer_linux.h | 19 // Linux implementation of AudioCapturer interface which captures audio by
|
shaped_screen_capturer.h | 15 // Screen capturer that also captures desktop shape.
|
/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/lldb/test/pexpect-2.4/examples/ |
python.py | 3 """This starts the python interpreter; captures the startup message; then gives
|
/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/chromium_org/third_party/webrtc/modules/desktop_capture/ |
desktop_and_cursor_composer.h | 20 // A wrapper for DesktopCapturer that also captures mouse using specified 26 // Creates a new blender that captures mouse cursor using |mouse_monitor| and
|
mouse_cursor_monitor.h | 24 // Captures mouse shape and position. 79 // Captures current cursor shape and position (depending on the |mode| passed
|
/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/include/clang/Sema/ |
ScopeInfo.h | 360 // local variables, and C++1y initialized captures (which can have an 455 /// CaptureMap - A map of captured variables to (index+1) into Captures. 462 /// Captures - The captures. 463 SmallVector<Capture, 4> Captures; 476 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, 478 CaptureMap[Var] = Captures.size(); 490 return Captures[CXXThisCaptureIndex - 1]; 502 return Captures[CaptureMap[Var] - 1]; 509 return Captures[Known->second - 1] [all...] |
/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/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
screen_capturer_win_gdi.h | 29 // ScreenCapturerWinGdi captures 32bit RGB using GDI. 51 // Captures the current screen contents into the current buffer. Returns true
|
/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.
|