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

<<51525354555657585960>>

  /external/chromium/chrome/browser/renderer_host/
download_resource_handler.cc 142 // Pass the buffer to the download file writer.
  /external/chromium/sdch/open-vcdiff/
ChangeLog 59 * Make the code table writer a virtual interface.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.cc 134 // Create a rtp dump writer for the output RTP dump stream.
  /external/chromium_org/chromeos/dbus/
nfc_client_unittest.cc 320 dbus::MessageWriter writer(&signal);
321 writer.AppendString(property_name);
323 writer.OpenVariant("ao", &variant_writer);
325 writer.CloseContainer(&variant_writer);
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc 67 // by the index writer has gotten appended to the pickled format).
  /external/chromium_org/ppapi/tests/
test_post_message.cc 588 " tempFile.createWriter(function(writer) {"
589 " writer.onerror = function() { callback(null); };"
590 " writer.onwriteend = function() { callback(fileSystem); };"
594 " writer.write(blob);"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.h 102 size_t count, bool rtcp, uint32 rtp_ssrc, RtpDumpWriter* writer);
  /external/chromium_org/third_party/re2/util/
mutex.h 91 // but only one writer. We represent this by having mutex_ be -1 when
  /external/chromium_org/third_party/sqlite/src/ext/async/
README.txt 69 steady stream that exceeds the I/O capability of the background writer
  /external/chromium_org/third_party/sqlite/src/test/
wal3.test 237 # When recovering the contents of a WAL file, a process obtains the WRITER
244 # the WRITER lock (should be the same). Test case wal3-4.4.
403 # that a writer has written to the log. In this case the reader should
550 # wal-index header and the lock was obtained that a writer has
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
json_writer_unittest.py 40 output: The output of the json writer as returned by grit.
reg_writer_unittest.py 29 output: The output of the reg writer as returned by grit.
  /external/chromium_org/tools/page_cycler/webpagereplay/extension/
background.js 8 // The callback (e.g. report writer) is set via AddBenchmarckCallback.
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmap.py 95 png.Writer(**self.metadata).write_array(f, self.pixels)
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 42 LK_Exclusive ///< Exclusive/writer lock of a mutex.
  /external/clang/include/clang/Frontend/
FrontendOptions.h 122 /// instruct the AST writer to create
  /external/clang/utils/TableGen/
TableGen.cpp 72 "Generate clang PCH attribute writer"),
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 20 // Simple reader-writer spin-mutex. Optimized for not-so-contended case.
  /external/jpeg/
jdatasrc.c 124 * buffer is the application writer's problem.
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_api.c 390 ** writer selects an AID that is not routed to the UICC (regardless
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFObjectWriter.cpp 1 //===-- AArch64ELFObjectWriter.cpp - AArch64 ELF Writer -------------------===//
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 1 //===-- ARMELFObjectWriter.cpp - ARM ELF Writer ---------------------------===//
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 31 // Include the auto-generated portion of the assembly writer.
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 45 COFFDumper(const llvm::object::COFFObjectFile *Obj, StreamWriter& Writer)
46 : ObjDumper(Writer)
106 StreamWriter& Writer,
112 Result.reset(new COFFDumper(COFFObj, Writer));
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 498 CvSeqWriter writer; local
532 CV_CALL( cvStartWriteSeq( CV_32SC2, sizeof(CvSeq), sizeof(CvPoint), storage, &writer ));
544 CV_WRITE_SEQ_ELEM( pt, writer );
551 seq = cvEndWriteSeq( &writer );
    [all...]

Completed in 808 milliseconds

<<51525354555657585960>>