Searched defs:capture (Results 1 - 14 of 14) sorted by relevance

/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java28 private final Capture<T> capture; field in class:Captures
33 this.capture = captured;
37 buffer.append("capture(").append(capture).append(")");
52 capture.setValue(potentialValue);
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
H A Dscope-003.js54 var self = this; // capture a reference to the global object;
66 capture(this.toString());
71 capture(this.toString());
96 function capture(val) function
/external/chromium/base/
H A Dlinked_ptr.h83 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
112 capture(ptr);
149 void capture(T* ptr) { function in class:linked_ptr
/external/easymock/src/org/easymock/internal/
H A DInvocation.java156 public void addCapture(Captures<Object> capture, Object value) { argument
157 capture.setPotentialValue(value);
158 currentCaptures.add(capture);
/external/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h142 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/
H A Dgtest-linked_ptr.h142 explicit linked_ptr(T* ptr = NULL) { capture(ptr); }
170 capture(ptr);
207 void capture(T* ptr) { function in class:testing::internal::linked_ptr
/external/qemu/audio/
H A Daudio.h62 void (*capture) (void *opaque, void *buf, int size); member in struct:audio_capture_ops
/external/easymock/src/org/easymock/
H A DEasyMock.java1460 public static <T> T capture(Capture<T> captured) { method in class:EasyMock
1467 * name clash: capture(org.easymock.Capture<java.lang.Long>) and
1468 * <T>capture(org.easymock.Capture<T>) have the same erasure
1476 // public static int capture(Capture<Integer> captured) {
1487 // public static long capture(Capture<Long> captured) {
1498 // public static float capture(Capture<Float> captured) {
1509 // public static double capture(Capture<Double> captured) {
1520 // public static byte capture(Capture<Byte> captured) {
1531 // public static char capture(Capture<Character> captured) {
/external/webkit/JavaScriptCore/yarr/
H A DRegexInterpreter.h277 bool capture() function in struct:JSC::Yarr::ByteTerm
H A DRegexPattern.h172 bool capture() function in struct:JSC::Yarr::PatternTerm
H A DRegexInterpreter.cpp583 if (term.capture()) {
640 if (term.capture()) {
653 if (term.capture()) {
667 if (term.capture()) {
706 if (term.capture()) {
857 if (term.capture()) {
1258 ParenthesesStackEntry(unsigned beginTerm, unsigned savedAlternativeIndex/*, unsigned subpatternId, bool capture = false*/)
1337 void atomParenthesesSubpatternBegin(unsigned subpatternId, bool capture, int inputPosition, unsigned frameLocation, unsigned alternativeFrameLocation) argument
1341 m_bodyDisjunction->terms.append(ByteTerm(ByteTerm::TypeParenthesesSubpatternOnceBegin, subpatternId, capture, inputPosition));
/external/v8/src/
H A Dast.h1781 explicit RegExpBackReference(RegExpCapture* capture) argument
1782 : capture_(capture) { }
1791 RegExpCapture* capture() { return capture_; } function in class:v8::internal::RegExpBackReference
H A Dparser.cc666 // Index in captures array of first capture in this sub-expression, if any.
667 // Also the capture index of this sub-expression itself, if group_type
675 // Stored disjunction type (capture, look-ahead or grouping), if any.
677 // Stored disjunction's capture index (if any).
697 // The capture count is only valid after we have scanned for captures.
4312 RegExpCapture* capture = new RegExpCapture(body, capture_index); local
4313 captures_->at(capture_index - 1) = capture;
4314 body = capture;
4438 RegExpCapture* capture = NULL; local
4440 capture
[all...]
/external/kernel-headers/original/linux/
H A Dvideodev2.h79 #define VID_TYPE_CAPTURE 1 /* Can capture */
88 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */
245 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
248 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
250 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
252 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
1374 struct v4l2_captureparm capture; member in union:v4l2_streamparm::__anon3510

Completed in 2276 milliseconds