HomeSort by relevance Sort by last modified time
    Searched full:writer (Results 901 - 925 of 2093) sorted by null

<<31323334353637383940>>

  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 257 // Use any parameter writer available for this event type.
272 * Finds a writer to format the parameters for events of type |eventType|.
274 * @return {function} The returned function "writer" can be invoked
275 * as |writer(entry, writer, consumedParams)|. It will
278 * consumed. If no writer is available for |eventType| then
301 * Default parameter writer that outputs a visualization of field named |key|
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 173 virtual QuicTestClient* CreateQuicClient(QuicTestWriter* writer) {
179 client->UseWriter(writer);
442 // Both of these must be called when the writer is not actively used.
786 return writer()->WritePacket(buffer, buf_len, self_address_.address(),
803 scoped_ptr<WrongAddressWriter> writer(new WrongAddressWriter());
805 writer->set_writer(new QuicDefaultPacketWriter(
808 writer.get());
  /frameworks/av/cmds/stagefright/
stagefright.cpp 506 sp<MPEG4Writer> writer =
509 sp<MPEG2TSWriter> writer = local
514 writer->setMaxFileDuration(60000000ll);
519 CHECK_EQ(writer->addSource(
526 CHECK_EQ(writer->start(params.get()), (status_t)OK);
528 while (!writer->reachedEOS()) {
531 writer->stop();
  /external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp 56 static size_t writeTypeface(SkWriter32* writer, SkTypeface* typeface) {
61 if (writer) {
62 writer->write32(size);
64 writer->writePad(data->data(), size);
158 // No need to define fUnflattenProc since the writer will never
205 * the writer is through sending commands. Should generally be true,
307 size_t fBlockSize; // amount allocated for writer
431 SkWriter32* writer, uint32_t flags,
434 , fWriter(*writer)
    [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 56 static size_t writeTypeface(SkWriter32* writer, SkTypeface* typeface) {
61 if (writer) {
62 writer->write32(size);
64 writer->writePad(data->data(), size);
158 // No need to define fUnflattenProc since the writer will never
205 * the writer is through sending commands. Should generally be true,
307 size_t fBlockSize; // amount allocated for writer
431 SkWriter32* writer, uint32_t flags,
434 , fWriter(*writer)
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c 797 ** dlwDestroy - clear the writer's memory. Does not free buffer.
799 ** dlwCopy - copy next doclist from reader to writer.
1293 DLWriter writer; local
1404 PLWriter writer; local
1456 DLWriter writer; local
1529 PLWriter writer; local
1596 DLWriter writer; local
1645 DLWriter writer; local
1691 DLWriter writer; local
1754 DLWriter writer; local
5594 LeafWriter writer; local
6158 LeafWriter writer; local
6604 LeafWriter writer; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 216 PrintWriter writer = new PrintWriter(file); local
217 writer.write("Random number: " + (random.nextInt(100) + 1));
218 writer.close();
  /external/aac/libSYS/include/
wav_file.h 93 * The WAVE file reader/writer is intented to be used in the codec's example
97 * Being a WAVE file reader/writer with very basic functionality, it may not be
196 * \brief Open WAV output/writer handle.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PipedInputStreamTest.java 257 // test if writer recognizes dead reader
309 assertTrue("writer thread failed to recognize dead reader",
312 // attempt to write to stream after writer closed
  /external/chromium_org/chromeos/dbus/
nfc_client_helpers.h 49 // the writer |writer| as a variant type.
51 CHROMEOS_EXPORT void AppendValueDataAsVariant(dbus::MessageWriter* writer,
  /external/chromium_org/content/browser/fileapi/
file_writer_delegate_unittest.cc 112 SandboxFileStreamWriter* writer = new SandboxFileStreamWriter( local
117 writer->set_default_quota(allowed_growth);
118 return new FileWriterDelegate(scoped_ptr<FileStreamWriter>(writer));
  /external/chromium_org/dbus/
object_manager_unittest.cc 168 MessageWriter writer(&method_call);
169 writer.AppendString(action);
170 writer.AppendObjectPath(object_path);
  /external/chromium_org/third_party/WebKit/Source/web/
WebPagePopupImpl.cpp 210 DocumentWriter* writer = frame->loader().activeDocumentLoader()->beginWriting("text/html", "UTF-8"); local
211 m_popupClient->writeDocument(*writer);
212 frame->loader().activeDocumentLoader()->endWriting(writer);
  /external/chromium_org/third_party/sqlite/src/src/
os.h 178 ** There can only be one writer. A RESERVED_LOCK is obtained by locking
184 ** which means we can use reader/writer locks. When reader/writer locks
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
Util.java 235 StringWriter writer = new StringWriter(); local
239 writer.write(buffer, 0, count);
241 return writer.toString();
  /external/qemu/android/
async-socket.h 44 /* Asynchronous socket I/O (reader, or writer) descriptor. */
231 * writer_opaque - An opaque pointer associated with the writer.
245 * writer_opaque - An opaque pointer associated with the writer.
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Edit.c 107 * @param pFileWritePtrFct (IN) Pointer to OSAL file writer functions
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.h 224 NBLog::Writer* mLog;
252 NBLog::Writer mDummyLog;
254 void setLog(NBLog::Writer* log);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 20 import java.io.Writer;
32 Writer mLog;
38 public EGLLogWrapper(EGL egl, int configFlags, Writer log) {
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AbstractClassAdapter.java 149 SignatureWriter writer = new SignatureWriter(); local
150 reader.accept(new RenameSignatureAdapter(writer));
151 sig = writer.toString();
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoDumper.java 82 FileWriter writer = new FileWriter(dumpFile); local
92 writer.write(stringWriter.toString());
93 writer.close();
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 293 * Retrieves the log writer.
295 * @return A {@code PrintWriter} object used as the log writer. {@code null}
296 * if no log writer is set.
  /libcore/luni/src/test/java/libcore/java/lang/
ThrowableTest.java 339 StringWriter writer = new StringWriter(); local
340 throwable.printStackTrace(new PrintWriter(writer));
341 return writer.toString();
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 75 // Store C pointer for writer
161 // Get writer C pointer out of java field.
198 // Destroy writer object

Completed in 1164 milliseconds

<<31323334353637383940>>