HomeSort by relevance Sort by last modified time
    Searched refs:capture (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /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/webkit/WebKitTools/Scripts/webkitpy/steps/
updatechangelogswithreview_unittests.py 38 capture = OutputCapture()
41 capture.assert_outputs(self, step._guess_reviewer_from_bug, [75], expected_stderr=expected_stderr)
44 capture = OutputCapture()
46 capture.assert_outputs(self, step.run, [{}])
closebugforlanddiff_unittest.py 38 capture = OutputCapture()
41 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
scope-003.js 54 var self = this; // capture a reference to the global object;
66 capture(this.toString());
71 capture(this.toString());
96 function capture(val) function
  /device/samsung/crespo/alsa-lib/src/conf/cards/
Maestro3.conf 30 capture.pcm {
PC-Speaker.conf 48 capture.pcm {
PMac.conf 30 capture.pcm {
PMacToonie.conf 44 capture.pcm {
CMI8338-SWIEC.conf 31 capture.pcm {
124 capture.pcm {
CMI8338.conf 30 capture.pcm {
138 capture.pcm {
CMI8788.conf 37 capture.pcm {
126 capture.pcm {
ENS1370.conf 31 capture.pcm {
FM801.conf 30 capture.pcm {
VIA686A.conf 33 capture.pcm {
Aureon51.conf 19 capture.pcm {
155 capture.pcm {
169 name "IEC958 Capture Switch"
Aureon71.conf 19 capture.pcm {
166 capture.pcm {
180 name "IEC958 Capture Switch"
CMI8738-MC6.conf 30 capture.pcm {
156 capture.pcm {
CMI8738-MC8.conf 44 capture.pcm {
225 capture.pcm {
HDA-Intel.conf 44 capture.pcm {
53 name "Digital Capture Volume"
118 capture.pcm {
129 name "IEC958 Capture Switch"
ICE1712.conf 19 capture.pcm {
130 capture.pcm {
  /external/chromium/base/
linked_ptr.h 83 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
112 capture(ptr);
149 void capture(T* ptr) { function in class:linked_ptr
  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
207 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
207 void capture(T* ptr) { function in class:testing::internal::linked_ptr
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 75 // Capture parameters in nested contexts.
85 "capture value returned");
91 "capture value ignored");
97 "capture to boolean");
103 "capture short-circuit boolean or true");
109 "capture short-circuit boolean and false");
121 "deep nested capture");

Completed in 218 milliseconds

1 2 3 4