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

<<41424344454647484950>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
_system_properties.h 81 ** - there is only one writer, but many readers
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 92 writer = PlistWriter(pathOrFile)
93 writer.writeln("<plist version=\"1.0\">")
94 writer.writeValue(rootObject)
95 writer.writeln("</plist>")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 75 * That all calls to the writer are with strings, and no other methods
76 on the writer are accessed.
242 self.writer = wsgi_writer
246 self.writer(s)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 92 writer = PlistWriter(pathOrFile)
93 writer.writeln("<plist version=\"1.0\">")
94 writer.writeValue(rootObject)
95 writer.writeln("</plist>")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 75 * That all calls to the writer are with strings, and no other methods
76 on the writer are accessed.
242 self.writer = wsgi_writer
246 self.writer(s)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 78 // reader and writer methods
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 38 * Construct a trace file writer.
  /art/runtime/
locks.h 71 // mutators by having an exclusive (writer) owner. In normal execution each mutator thread holds
130 // Allow reader-writer mutual exclusion on the mark and live bitmaps of the heap.
  /external/chromium_org/chromeos/dbus/
bluetooth_adapter_client.cc 160 dbus::MessageWriter writer(&method_call);
161 writer.AppendObjectPath(device_path);
  /external/chromium_org/net/third_party/nss/ssl/
notes.txt 103 Data that must be protected while being used by a "writer":
127 Note, this really should be a reader/writer lock.
  /external/chromium_org/net/tools/quic/benchmark/
run_client.py 147 csv_writer = csv.writer(f, delimiter=',')
153 csv_writer = csv.writer(f, delimiter=',')
  /external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.cc 95 QuicPacketWriter* writer,
105 writer_(writer),
quic_time_wait_list_manager.h 42 // writer - the entity that writes to the socket. (Owned by the dispatcher)
44 QuicTimeWaitListManager(QuicPacketWriter* writer,
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_css_property_names.py 182 class CSSPropertiesWriter(in_generator.Writer):
190 in_generator.Writer.__init__(self, file_paths)
  /external/chromium_org/third_party/skia/include/core/
SkWriter32.h 173 * Writes a string to the writer, which can be retrieved with
289 * Helper class to allocated SIZE bytes as part of the writer, and to provide
  /external/chromium_org/third_party/skia/src/core/
SkValidatingReadBuffer.cpp 247 return NULL; // writer failed to give us the flattenable
251 // failure was ours, not the writer.
  /external/chromium_org/tools/stats_viewer/
Resources.resx 19 <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
117 <resheader name="writer">
  /external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
Resources.resx 30 <resheader name="writer">
137 <resheader name="writer">
VSPackage.resx 31 <resheader name="writer">
138 <resheader name="writer">
  /external/doclava/src/com/google/doclava/
ClearPage.java 28 import java.io.Writer;
136 Writer stream = null;

Completed in 1678 milliseconds

<<41424344454647484950>>