/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextStream.java | 278 final java.io.Writer writer = m_writer; local 292 writer.write(m_lineSep, 0, m_lineSepLen); 295 writer.write(c); 324 writer.write('&'); 325 writer.write('#'); 326 writer.write(Integer.toString(c)); 327 writer.write(';'); 344 writer.write(c);
|
/external/ceres-solver/internal/ceres/ |
compressed_row_jacobian_writer.h | 31 // A jacobian writer that directly writes to compressed row sparse matrices.
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_system_backend_delegate.cc | 73 // Hosted documents don't support stream writer.
|
webkit_file_stream_writer_impl.h | 39 // Creates a writer for a file at |file_path| on FileSystem returned by
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
operation_manager.h | 31 // Manages image writer operations for the current profile. Including clean-up
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_device_client.cc | 172 dbus::MessageWriter writer(&method_call); 173 writer.AppendString(uuid); 202 dbus::MessageWriter writer(&method_call); 203 writer.AppendString(uuid);
|
/external/chromium_org/content/browser/download/ |
save_file_resource_handler.h | 55 // Passes the buffer to the download file writer.
|
/external/chromium_org/content/common/ |
gamepad_seqlock_unittest.cc | 78 // The main thread is the writer, and the spawned are readers.
|
/external/chromium_org/dbus/ |
file_descriptor.h | 26 // writer.AppendFileDescriptor(dbus::FileDescriptor(1));
|
/external/chromium_org/gpu/command_buffer/common/ |
command_buffer_shared.h | 14 // ensure that the reader gets a consistent copy of what the writer wrote.
|
/external/chromium_org/net/quic/ |
quic_data_writer.h | 58 // offset must be within the writer's capacity.
|
/external/chromium_org/remoting/protocol/ |
connection_to_client_unittest.cc | 88 // The test will crash if data writer tries to write data to the
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_event_factory.py | 40 class EventFactoryWriter(name_macros.Writer):
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriterBase.h | 59 blink::WebFileWriter* writer() function in class:WebCore::FileWriterBase
|
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.h | 95 void writeExtraData(UChar32 c, uint32_t value, ExtraDataWriter &writer);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sharedexclusivelock.h | 38 // multiple-readers/single-writer model.
|
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
sarea.h | 85 /** \todo Use readers/writer lock for drawable_lock */
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
Makefile | 46 $(call tablegen, -gen-asm-writer, AMDGPU.td, $@)
|
/external/chromium_org/third_party/skia/gyp/ |
jsoncpp.gyp | 34 '../third_party/externals/jsoncpp/include/json/writer.h',
|
/external/chromium_org/third_party/sqlite/src/test/ |
thread005.test | 82 # One thread is a reader and the other thread a reader and a writer. The 83 # writer thread repeats the following transaction as fast as possible: 105 # executed by the writer adds a row with "b IS NULL" to the table, but 111 # writer was executing the UPDATE statement, then it could incorrectly
|
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
codec.py | 5 class Writer:
|
/external/chromium_org/tools/generate_stubs/ |
generate_stubs_unittest.py | 164 self.writer = gs.PosixStubWriter(self.module_name, self.signatures) 204 self.writer.WriteImplementationContents('my_namespace', outfile) 240 self.writer.WriteHeaderContents(module_names, 'my_namespace', 'GUARD_', 275 self.writer.WriteUmbrellaInitializer(module_names, 'my_namespace', outfile)
|
/external/chromium_org/tools/gn/ |
ninja_script_target_writer.h | 75 // Path output writer that doesn't do any escaping or quoting. It does,
|
/external/compiler-rt/lib/ |
udivsi3.c | 19 /* Translated from Figure 3-40 of The PowerPC Compiler Writer's Guide */
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestVersionTracker.java | 345 PrintWriter writer = new PrintWriter(new FileWriter(propertiesFile,append)); local 351 writer.println(((TestPlugin)elements.get(key)).toString()); 352 writer.flush(); 354 writer.close();
|