HomeSort by relevance Sort by last modified time
    Searched full:captured (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /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).
27 * Type of the captured element
38 * Default constructor. Only the last element will be captured
55 * Will reset capture to a "nothing captured yet" state
62 * @return true if something was captured
69 * Return captured value
72 * if nothing was captured yet or if more than one value was
73 * captured
74 * @return The last captured value
    [all...]
CaptureType.java 19 * Defines how arguments will be captured by a <tt>Capture</tt> object
EasyMock.java     [all...]
  /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/webkit/WebCore/manual-tests/
DOMContextMenuEvent.html 53 -- No event captured --
  /frameworks/base/include/media/
EffectVisualizerApi.h 47 // VISU_CMD_CAPTURE retrieves the latest PCM snapshot captured by the visualizer engine.
Visualizer.h 34 * Two types of representation of audio content can be captured:
108 // returns the sampling rate of the audio being captured
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
MessageBoxLog.java 88 * Displays the log if anything was captured.
92 * where captured.
  /external/blktrace/btreplay/doc/
abstract.tex 21 record and replay IOs captured by the \texttt{blktrace} utility. Attempts
  /cts/tests/tests/permission/src/android/permission/cts/
CameraPermissionTest.java 67 fail("Successfully captured an image of " + jpegData.length +
  /external/chromium/base/
dynamic_annotations.cc 9 // The arguments are captured by dynamic tools at runtime.
  /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/tcpdump/
print-cip.c 67 * is the number of bytes actually captured.
print-null.c 51 * captured; that isn't necessarily *this* host.
85 * is the number of bytes actually captured.
  /frameworks/base/core/java/android/speech/
IRecognitionService.aidl 46 * Stops listening for speech. Speech captured so far will be recognized as
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DropFeedback.java 49 * When the mouse is captured, drop events will keep going to the rule that started the
  /system/extras/tests/bionic/libc/other/
test_timer_create.c 43 printf("%s thread %d, val = %d, signal captured.\n",
test_timer_create2.c 43 printf("%s thread %p, val = %d, signal captured.\n",
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Experiment.java 103 // Save captured data to file
  /dalvik/tools/
deadcode.py 63 # Add the captured signature to the method list
  /external/protobuf/src/google/protobuf/testing/
googletest.h 54 // Stop capturing stdout or stderr and return the text captured.
  /external/qemu/audio/
winaudio.c 505 /* report the number of captured samples to the audio subsystem */
510 int captured = 0; local
555 captured += wav_samples;
573 return captured;

Completed in 684 milliseconds

1 2 3 4 5 6 7