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

1 2 3 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
alltests.java 46 * Build test suite by adding each test to the test sink
47 * @param sink test sink
49 public void build(DOMTestSink sink) {
50 sink.addTest(attrcreatedocumentfragment.class);
51 sink.addTest(attrcreatetextnode.class);
52 sink.addTest(attrcreatetextnode2.class);
53 // sink.addTest(attrdefaultvalue.class); //javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
54 sink.addTest(attreffectivevalue.class);
55 // sink.addTest(attrentityreplacement.class)
    [all...]
  /dalvik/dx/tests/054-dex-high16/
Blort.java 19 public static void sink(int i) { method in class:Blort
23 public static void sink(long l) { method in class:Blort
27 public static void sink(float f) { method in class:Blort
31 public static void sink(double d) { method in class:Blort
36 sink(Integer.MIN_VALUE);
37 sink(0x40000000);
38 sink(0x20000000);
39 sink(0x10000000);
40 sink(0x00080000);
41 sink(0x00040000)
    [all...]
expected.txt 4 0002: invoke-static {v0, v1}, Blort.sink:(D)V
6 0007: invoke-static {v0, v1}, Blort.sink:(D)V
8 000c: invoke-static {v0, v1}, Blort.sink:(D)V
10 0011: invoke-static {v0, v1}, Blort.sink:(D)V
12 0016: invoke-static {v0, v1}, Blort.sink:(D)V
17 0002: invoke-static {v0}, Blort.sink:(F)V
19 0007: invoke-static {v0}, Blort.sink:(F)V
21 000c: invoke-static {v0}, Blort.sink:(F)V
23 0011: invoke-static {v0}, Blort.sink:(F)V
25 0016: invoke-static {v0}, Blort.sink:(F)
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
alltests.java 46 * Build test suite by adding each test to the test sink
47 * @param sink test sink
49 public void build(DOMTestSink sink) {
50 // sink.addTest(attrgetownerelement01.class); // javax.xml.parsers.ParserConfigurationException: No validating DocumentBuilder implementation available
51 sink.addTest(attrgetownerelement02.class);
52 sink.addTest(attrgetownerelement03.class);
53 sink.addTest(attrgetownerelement04.class);
54 sink.addTest(attrgetownerelement05.class);
55 sink.addTest(createAttributeNS01.class)
    [all...]
  /dalvik/dx/tests/048-dex-new-array/
Blort.java 19 public static void sink(Object x) { method in class:Blort
24 sink(new boolean[0]); method
25 sink(new byte[1]); method
26 sink(new char[2]); method
27 sink(new short[3]); method
28 sink(new int[4]); method
29 sink(new long[5]); method
30 sink(new float[6]); method
31 sink(new double[7]); method
32 sink(new Object[0]) method
    [all...]
expected.txt 5 0003: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
8 0009: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
11 000f: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
14 0015: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
17 001b: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
20 0021: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
23 0027: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
26 002d: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
28 0032: invoke-static {v0}, Blort.sink:(Ljava/lang/Object;)V
  /external/bluetooth/bluez/audio/
sink.c 45 #include "sink.h"
58 struct sink { struct
95 error("Invalid sink state %d", state);
102 struct sink *sink = dev->sink; local
104 sink_state_t old_state = sink->state;
107 sink->state = new_state;
127 struct sink *sink = dev->sink local
177 struct sink *sink = device->sink; local
191 struct sink *sink = dev->sink; local
279 struct sink *sink = user_data; local
307 struct sink *sink = user_data; local
491 struct sink *sink = user_data; local
576 struct sink *sink = dev->sink; local
615 struct sink *sink = device->sink; local
654 struct sink *sink = device->sink; local
688 struct sink *sink = device->sink; local
723 struct sink *sink = device->sink; local
743 struct sink *sink = device->sink; local
805 struct sink *sink = dev->sink; local
848 struct sink *sink; local
872 struct sink *sink = dev->sink; local
882 struct sink *sink = dev->sink; local
892 struct sink *sink = dev->sink; local
900 struct sink *sink = dev->sink; local
    [all...]
gsta2dpsink.c 53 GST_ELEMENT_DETAILS("Bluetooth A2DP sink",
54 "Sink/Audio",
59 GST_STATIC_PAD_TEMPLATE("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
169 if (self->sink != NULL)
170 gst_avdtp_sink_set_device(self->sink,
181 if (self->sink != NULL)
182 g_object_set(G_OBJECT(self->sink), "auto-connect",
200 if (self->sink != NULL) {
201 device = gst_avdtp_sink_get_device(self->sink);
207 if (self->sink != NULL
403 GstElement *sink; local
447 gst_bin_remove(GST_BIN(self), sink); local
    [all...]
sink.h 42 struct sink *sink_init(struct audio_device *dev);
49 gboolean sink_setup_stream(struct sink *sink, struct avdtp *session);
50 gboolean sink_shutdown(struct sink *sink);
gstavdtpsink.h 51 GstBaseSink sink; member in struct:_GstAvdtpSink
80 GstCaps *gst_avdtp_sink_get_device_caps(GstAvdtpSink *sink);
81 gboolean gst_avdtp_sink_set_device_caps(GstAvdtpSink *sink,
84 guint gst_avdtp_sink_get_link_mtu(GstAvdtpSink *sink);
86 void gst_avdtp_sink_set_device(GstAvdtpSink *sink,
89 gchar *gst_avdtp_sink_get_device(GstAvdtpSink *sink);
Android.mk 17 module-bluetooth-sink.c \
18 sink.c \
gstavdtpsink.c 85 GST_ELEMENT_DETAILS("Bluetooth AVDTP sink",
86 "Sink/Audio",
91 GST_STATIC_PAD_TEMPLATE("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
189 GstAvdtpSink *sink = GST_AVDTP_SINK(object); local
193 if (sink->device)
194 g_free(sink->device);
195 sink->device = g_value_dup_string(value);
199 sink->autoconnect = g_value_get_boolean(value);
210 GstAvdtpSink *sink = GST_AVDTP_SINK(object); local
214 g_value_set_string(value, sink->device)
1133 GstAvdtpSink *sink = GST_AVDTP_SINK(basesink); local
    [all...]
device.h 48 struct sink;
65 struct sink *sink; member in struct:audio_device
  /external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.cpp 21 * SECTION:webkit-video-sink
22 * @short_description: GStreamer video sink
24 * #WebKitVideoSink is a GStreamer sink element that triggers
36 static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE("sink",
81 "webkit video sink")
95 gst_element_class_set_details_simple(element_class, "WebKit video sink",
96 "Sink/Video", "Sends video data from a GStreamer pipeline to a Cairo surface",
101 webkit_video_sink_init(WebKitVideoSink* sink, WebKitVideoSinkClass* klass)
105 sink->priv = priv = G_TYPE_INSTANCE_GET_PRIVATE(sink, WEBKIT_TYPE_VIDEO_SINK, WebKitVideoSinkPrivate)
113 WebKitVideoSink* sink = reinterpret_cast<WebKitVideoSink*>(data); local
139 WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(bsink); local
230 WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(object); local
265 WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(object); local
276 WebKitVideoSink* sink = WEBKIT_VIDEO_SINK(object); local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
introspect.h 82 * The server can have an arbitrary number of sinks and sources. Each sink
96 * \subsection siso_subsec Sink Inputs and Source Outputs
98 * Sink inputs and source outputs are the representations of the client ends
102 * Sink inputs and source outputs only have an index to identify them. As
134 * sink or source. This mapping between sink/source names and modules can be
138 * \li By sink/source name - pa_context_get_autoload_info_by_name()
164 * It is also possible to mute a sink or source:
171 * \subsection siso_subsec Sink Inputs and Source Outputs
175 * of its associated sink input, using pa_context_set_sink_input_volume()
326 uint32_t sink; \/**< Index of the connected sink *\/ member in struct:pa_sink_input_info
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 69 private Pipe.SinkChannel sink; field in class:SinkChannelTest
80 sink = pipe.sink();
97 assertEquals(SelectionKey.OP_WRITE, sink.validOps());
116 sink.configureBlocking(sinkBlockingMode[i]);
118 // if sink and source both are blocking mode, source only needs read
119 // once to get what sink write.
124 sink.write(buf);
159 sink.write(ByteBuffer.wrap(strbytes));
197 sink.configureBlocking(true)
    [all...]
PipeTest.java 59 * @tests java.nio.channels.Pipe#sink()
64 method = "sink",
69 SinkChannel sink = pipe.sink(); local
70 assertTrue(sink.isBlocking());
SourceChannelTest.java 57 private Pipe.SinkChannel sink; field in class:SourceChannelTest
68 sink = pipe.sink();
99 sink.write(ByteBuffer.allocate(1));
134 sink.write(buffer);
135 sink.close();
217 sink = pipe.sink();
219 sink.configureBlocking(sinkBlockingMode[i]);
224 long writeCount = sink.write(bufArray)
    [all...]
  /external/skia/src/views/
SkEventSink.cpp 65 SkEventSink* sink = globals.fSinkHead; local
70 SkEventSink* next = sink->fNextSink;
71 if (sink == this)
79 prev = sink;
80 sink = next;
181 void SkEventSink::copyListeners(const SkEventSink& sink)
183 SkListenersTagList* sinkList = (SkListenersTagList*)sink.findTagList(kListeners_SkTagList);
241 SkEventSink* sink = SkEventSink::FindSink(sinkID); local
243 if (sink)
257 return sink->doEvent(evt) ? kHandled_EventResult : kNotHandled_EventResult
285 SkEventSink* sink = globals.fSinkHead; local
    [all...]
  /system/bluetooth/data/
audio.conf 5 # NOTE: Enable=Sink means that bluetoothd exposes Sink interface for remote
8 Enable=Sink,Control
  /libcore/luni/src/main/java/java/nio/channels/
Pipe.java 24 * A pipe contains two channels, forming a unidirectional pipe. One is the writable sink channel,
31 * Writable sink channel used to write to a pipe.
100 * Returns the sink channel of the pipe.
102 * @return a writable sink channel of the pipe.
104 public abstract SinkChannel sink(); method in class:Pipe
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 61 /** Indicates the state of an A2DP audio sink has changed.
112 /** Initiate a connection to an A2DP sink.
129 /** Initiate disconnect from an A2DP sink.
146 /** Initiate suspend from an A2DP sink.
162 /** Initiate resume from an suspended A2DP sink.
178 /** Check if a specified A2DP sink is connected.
189 /** Check if any A2DP sink is connected.
204 /** Check if any A2DP sink is in Non Disconnected state
220 /** Get the state of an A2DP sink
236 * Set priority of a2dp sink
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
strtest.cpp 414 SimpleByteSink sink(buffer);
415 sink.Append("abc", 3);
416 sink.Flush();
417 if(!(sink.length() == 4 && 0 == memcmp("abcz", buffer, 4) && buffer[4] == '!')) {
423 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
428 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
433 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
443 CheckedArrayByteSink sink(buffer, (int32_t)sizeof(buffer));
444 sink.Append("abc", 3);
445 if(!(sink.NumberOfBytesWritten() == 3 && 0 == memcmp("abc", buffer, 3) && buffer[3] == '!'))
    [all...]
  /external/icu4c/test/intltest/
strtest.cpp 414 SimpleByteSink sink(buffer);
415 sink.Append("abc", 3);
416 sink.Flush();
417 if(!(sink.length() == 4 && 0 == memcmp("abcz", buffer, 4) && buffer[4] == '!')) {
423 char *dest = sink.GetAppendBuffer(0, 50, scratch, (int32_t)sizeof(scratch), &capacity);
428 dest = sink.GetAppendBuffer(10, 50, scratch, 9, &capacity);
433 dest = sink.GetAppendBuffer(5, 50, scratch, (int32_t)sizeof(scratch), &capacity);
443 CheckedArrayByteSink sink(buffer, (int32_t)sizeof(buffer));
444 sink.Append("abc", 3);
445 if(!(sink.NumberOfBytesWritten() == 3 && 0 == memcmp("abc", buffer, 3) && buffer[3] == '!'))
    [all...]
  /external/skia/include/views/
SkEventSink.h 43 /** Returns true if the sink (or one of its subclasses) understands the event as a query.
44 If so, the sink may modify the event to communicate its "answer".
52 /** Copy listeners from one event sink to another, typically from parent to child.
53 @param from the event sink to copy the listeners from
73 If one is found, it calls the sink's doEvent method, returning

Completed in 375 milliseconds

1 2 3 4 5 6 7 8 91011>>