HomeSort by relevance Sort by last modified time
    Searched refs:Capture (Results 1 - 8 of 8) sorted by null

  /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/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).
29 public class Capture<T> implements Serializable {
40 public Capture() {
45 * Constructor allowing to select the capture type
48 * capture type
50 public Capture(CaptureType type) {
55 * Will reset capture to a "nothing captured yet" state
123 throw new IllegalArgumentException("Unknown capture type: " + type);
EasyMock.java 1460 public static <T> T capture(Capture<T> captured) { method in class:EasyMock
    [all...]
  /external/quake/quake/src/WinQuake/
quake-rogue.spec.sh 67 And, a much enhanced version of Capture the Flag!
68 Capture the Flag. You've seen it on the Internet; now it's in your hands.
  /external/v8/test/mjsunit/
string-match.js 61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
108 testMatch("Capture-Nonglobal", stringSample3, re_multicap,
113 // Global regexp (also check that capture from before are cleared)
129 testMatch("Capture-Global", stringSample, re_cap,
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");
  /external/v8/src/
jsregexp.h 402 VISIT(Capture) \
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]

Completed in 529 milliseconds