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

<<41424344454647484950>>

  /packages/experimental/procstatlog/
procstatreport.py 136 writer = csv.writer(file(filename, "w"))
137 writer.writerow(["Time"] + titles)
148 writer.writerow([msec] + [values.get(n, "") for n in range(num_cols)])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix_opt.h 126 /* Reader/Writer locks are available. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 126 /* Reader/Writer locks are available. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
posix_opt.h 126 /* Reader/Writer locks are available. */
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 219 * The writer to send output to. This field is only used in the ToStream
221 * other fire... methods can flush this writer when tracing.
223 protected java.io.Writer m_writer = null;
536 * Flush and close the underlying java.io.Writer. This method applies to
1017 * This method is only used internally when flushing the writer from the
1018 * various fire...() trace events. Due to the writer being wrapped with
    [all...]
  /external/v8/src/
liveedit.cc 90 ResultWriter writer(chunk_writer);
100 writer.eq();
105 writer.skip1(1);
110 writer.skip2(1);
117 writer.skip1(len1_ - pos1);
122 writer.skip2(len2_ - pos2);
127 writer.close();
    [all...]
  /external/bison/lib/glthread/
lock.c 157 acquires the lock when a writer does not hold the lock and there are
212 /* Drop a writer lock. */
233 locks", to avoid "writer starvation". */
898 /* Drop a writer lock. */
916 locks", to avoid "writer starvation". */
  /external/chromium_org/chrome/app/
chrome_main_delegate.cc 403 diagnostics::DiagnosticsWriter writer(format);
405 command_line, &writer);
444 diagnostics::DiagnosticsWriter writer(format);
447 &writer);
457 command_line, &writer);
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 508 def WriteRootHeaderSuffixRules(writer):
511 writer.write('# Suffix rules, putting all outputs into $(obj).\n')
513 writer.write('$(obj).$(TOOLSET)/%%.o: $(srcdir)/%%%s FORCE_DO_CMD\n' % ext)
514 writer.write('\t@$(call do_cmd,%s,1)\n' % COMPILABLE_EXTENSIONS[ext])
516 writer.write('\n# Try building from generated source, too.\n')
518 writer.write(
520 writer.write('\t@$(call do_cmd,%s,1)\n' % COMPILABLE_EXTENSIONS[ext])
521 writer.write('\n')
523 writer.write('$(obj).$(TOOLSET)/%%.o: $(obj)/%%%s FORCE_DO_CMD\n' % ext)
524 writer.write('\t@$(call do_cmd,%s,1)\n' % COMPILABLE_EXTENSIONS[ext]
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
picture.c 158 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
477 void WebPMemoryWriterInit(WebPMemoryWriter* writer) {
478 writer->mem = NULL;
479 writer->size = 0;
480 writer->max_size = 0;
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
wal2.test 68 # Two connections are established to the database file - a writer ([db])
72 # 1. Modify the database using the writer.
171 set WRITER [list 0 1 lock exclusive]
229 if {$lock == $::WRITER} {
378 lappend expected_locks {0 1 lock exclusive} ;# Lock writer
381 lappend expected_locks {0 1 unlock exclusive} ;# Unlock writer
    [all...]
  /external/llvm/lib/MC/
MCAssembler.cpp 297 : Context(Context_), Backend(Backend_), Emitter(Emitter_), Writer(&Writer_),
306 delete Writer;
307 Writer = &ObjectWriter;
534 /// \brief Write the contents of a fragment to the given object writer. Expects
752 // writer of the relocation, and give it an opportunity to adjust the
806 // Allow the object writer a chance to perform post-layout binding (for
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 1422 ConfigurationWriter writer = new ConfigurationWriter(file); local
1536 ConfigurationWriter writer = new ConfigurationWriter(outputStream); local
    [all...]
  /external/webp/src/enc/
picture.c 158 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
477 void WebPMemoryWriterInit(WebPMemoryWriter* writer) {
478 writer->mem = NULL;
479 writer->size = 0;
480 writer->max_size = 0;
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1403 StringWriter writer = new StringWriter(); local
1416 StringWriter writer = new StringWriter(); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 30 import java.io.Writer;
201 public void debugPrint(Writer out, boolean verbose) {
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 28 import java.io.Writer;
197 public void debugPrint(Writer out, boolean verbose) {
  /external/aac/libMpegTPEnc/include/
tpenc_lib.h 131 * \brief Register SBR heaqder writer callback.
144 * \brief Register SSC writer callback.
  /external/chromium_org/content/browser/
byte_stream_unittest.cc 157 // Confirm that Flush() method makes the writer to send written contents to
182 // Check that it's ok to Flush() an empty writer.
  /external/chromium_org/dbus/
message.h 263 // writer.AppendString(str);
268 // to create a sub-writer for passing to OpenArray, etc.
  /external/chromium_org/mojo/system/
raw_channel_posix_unittest.cc 301 // Tests reading (writing using our own custom writer).
454 } // Joins all the writer threads.
  /external/chromium_org/net/http/
http_cache.h 228 Transaction* writer; member in struct:net::HttpCache::ActiveEntry
331 // Converts the active writer transaction to a reader so that other

Completed in 1194 milliseconds

<<41424344454647484950>>