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

  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 32 public Captures(Capture<T> captured) {
33 this.capture = captured;
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 80 "captured parameters");
123 // Assignment to captured parameters.
127 }(20, 37), "captured assignment");
147 "captured a in with");
157 "in a catch in a named function captured a in with ");
  /external/android-mock/src/com/google/android/testing/mocking/
AndroidMock.java     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
dataview.js 6 * This view displays options for importing/exporting the captured data. Its
12 * - Shows how many events have been captured.
102 * Updates the counters showing how many events have been captured.
152 * Presents the captured data as formatted text.
165 text.push('Number of passively captured events: ' +
167 text.push('Number of actively captured events: ' +
main.js 75 // captured data.
477 // captured log entries before the passively logged entries are received.
491 // Add back early actively captured events, if any.
794 * Returns a list of all captured events.
801 * Returns the number of events that were captured while we were
809 * Returns the number of events that were captured passively by the
836 * Deletes captured events with source IDs in |sourceIds|.
860 * Deletes all captured events.
    [all...]
logviewpainter.js 77 // Annotate this entry with "(P)" if it was passively captured.
  /external/pcre/
pcrecpp_unittest.cc 577 string captured("");
579 RE(regex,options).FullMatch(str, &captured);
581 RE(regex,options).PartialMatch(str, &captured);
582 CHECK_EQ(captured, expected);
707 string captured; local
713 CHECK(re.Extract("\\1", str , &captured));
714 CHECK_EQ(captured, "world");
719 re.Extract("\\1",str, &captured );
720 CHECK_EQ(captured, "world");
    [all...]
  /external/quake/quake/src/WinQuake/
quake-data.spec.sh 37 advanced 3-D experience ever captured on CD ROM. Features free and fluid
quake-shareware.spec.sh 36 advanced 3-D experience ever captured on CD ROM. Features free and fluid
quake.spec.sh 36 advanced 3-D experience ever captured on CD ROM. Features free and fluid
  /external/qemu/audio/
audio.c 1592 int captured, min; local
1620 int live, rpos, captured; local
    [all...]
winaudio.c 504 /* report the number of captured samples to the audio subsystem */
509 int captured = 0; local
554 captured += wav_samples;
572 return captured;
  /external/easymock/src/org/easymock/
EasyMock.java     [all...]
  /external/libvpx/build/make/
gen_msvs_proj.sh 562 TODO: Add any files not captured by filters.
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 452 (?(1)| # If $1 captured, then do nothing;
481 (?(1)|(?=\\s)) # If $1 captured, then do nothing;
  /external/v8/src/
regexp.js 384 // pairs for the match and all the captured substrings), the invariant is
d8.js     [all...]
  /dalvik/docs/
prettify.js 43 * Java annotations (start with "@") are now captured as literals ("lit")
    [all...]
  /external/blktrace/doc/
blktrace.tex 348 traced. To limit the events being captured, you can specify one or
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 739 milliseconds