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

12 3 4

  /external/libpcap/packaging/
pcap.spec 4 Summary: packet capture library
15 Packet-capture library LIBPCAP 0.9.4
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
EnergyProbe.java 56 public int capture(int freq) throws InterruptedException { method in class:EnergyProbe
MediaBassBoostTest.java 218 int refEnergy200 = probe.capture(200);
219 int refEnergy1000 = probe.capture(1000);
224 int energy200 = probe.capture(200);
225 int energy1000 = probe.capture(1000);
MediaVirtualizerTest.java 219 int refEnergy200 = probe.capture(200);
220 int refEnergy1000 = probe.capture(1000);
225 int energy200 = probe.capture(200);
226 int energy1000 = probe.capture(1000);
231 // be to have a stereo PCM capture and check that a strongly paned input is centered
232 // when output. However, we cannot capture stereo with the visualizer.
MediaEqualizerTest.java 284 int refEnergy = probe.capture(1000);
291 int energy = probe.capture(1000);
MediaPresetReverbTest.java 221 int energy1000 = probe.capture(1000);
304 int energy1000 = probe.capture(1000);
  /device/samsung/crespo/alsa-lib/src/conf/cards/
ENS1371.conf 30 capture.pcm {
ICE1724.conf 19 capture.pcm {
200 capture.pcm {
214 name "IEC958 Capture Switch"
ATIIXP-SPDMA.conf 30 capture.pcm {
ATIIXP.conf 30 capture.pcm {
CS46xx.conf 31 capture.pcm {
EMU10K1X.conf 19 capture.pcm {
ICH.conf 44 capture.pcm {
ICH4.conf 44 capture.pcm {
VIA8233.conf 38 capture.pcm {
VIA8233A.conf 30 capture.pcm {
VIA8237.conf 38 capture.pcm {
CA0106.conf 19 capture.pcm {
NFORCE.conf 44 capture.pcm {
  /external/easymock/src/org/easymock/internal/
Invocation.java 156 public void addCapture(Captures<Object> capture, Object value) {
157 capture.setPotentialValue(value);
158 currentCaptures.add(capture);
  /packages/apps/Email/src/com/android/exchange/adapter/
Parser.java 52 private boolean capture = false; field in class:Parser
173 * Turns on data capture; this is used to create test streams that represent "live" data and
177 capture = true;
182 * Turns off data capture; writes the captured data to a specified file.
437 * Read an int from the input stream, and capture it if necessary for debugging. Seems a small
446 if (capture) {
  /external/qemu/audio/
audio.h 62 void (*capture) (void *opaque, void *buf, int size); member in struct:audio_capture_ops
wavcapture.c 120 ops.capture = wav_capture;
150 monitor_printf(mon, "Failed to add audio capture\n");
  /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,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 400 * If selection matches a string literal, capture it, otherwise add a fatal error
470 * If selection matches a string literal, capture it, otherwise add a fatal error
    [all...]

Completed in 349 milliseconds

12 3 4