/external/opencv/cxcore/include/ |
cxcore.h | 1034 CVAPI(CvSeq*) cvEndWriteSeq( CvSeqWriter* writer ); variable 1039 CVAPI(void) cvFlushSeqWriter( CvSeqWriter* writer ); variable 1104 CVAPI(void) cvCreateSeqBlock( CvSeqWriter* writer ); variable [all...] |
/external/valgrind/main/helgrind/docs/ |
hg-manual.xml | 25 notifications), reader-writer locks, spinlocks, semaphores and 108 reader-writer lock arguments, and vice 137 performed for reader-writer locks.</para> 532 <listitem><para>The same idea applies to reader-writer locks, 756 semaphore routines or reader-writer locks from POSIX mutexes and 757 condition variables. Instead use POSIX reader-writer locks and 761 abstractions: mutexes, reader-writer locks, condition variables [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/ |
apitooling-ant.jar | |
/prebuilts/tools/common/m2/internal/xom/xom/1.0/ |
xom-1.0.jar | |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 404 sp<NBLog::Writer> AudioFlinger::newWriter_l(size_t size, const char *name) 407 return new NBLog::Writer(); 410 sp<NBLog::Writer> writer = new NBLog::Writer(size, shared); local 415 return writer; 418 void AudioFlinger::unregisterWriter(const sp<NBLog::Writer>& writer) 420 if (writer == 0) { 423 sp<IMemory> iMemory(writer->getIMemory()) [all...] |
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
LSSerializerImpl.java | 28 import java.io.Writer;
973 Writer writer = destination.getCharacterStream(); local [all...] |
/external/chromium/chrome/browser/sync/syncable/ |
syncable.cc | [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
DomTest.java | 1081 FileWriter writer = new FileWriter(file); local 1713 StringWriter writer = new StringWriter(); local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XStringForFSB.java | 146 // java.io.CharArrayWriter writer = new java.io.CharArrayWriter(); 147 // java.io.PrintWriter pw = new java.io.PrintWriter(writer); 151 // String str = writer.toString();
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
DocumentLoader.cpp | [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 1160 const WriteScanline writer = ChooseWriter(bm); local [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 1160 const WriteScanline writer = ChooseWriter(bm); local [all...] |
/frameworks/base/core/java/android/app/ |
Service.java | 677 * @param writer The PrintWriter to which you should dump your state. This will be 681 protected void dump(FileDescriptor fd, PrintWriter writer, String[] args) { 682 writer.println("nothing to dump"); [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 51 import java.io.Writer; 180 public void write(Writer w) throws IOException { 254 public void write(Writer w) throws IOException { [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
URLConnectionTest.java | 293 OutputStreamWriter writer 295 writer.write("hello"); 296 writer.flush(); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
VideoEditorProject.java | 1243 final StringWriter writer = new StringWriter(); local [all...] |
/art/compiler/llvm/ |
llvm_compilation_unit.cc | 314 // that architecture. Since the Oat writer only guarantee that the compiled
|
/external/aac/libAACenc/src/ |
bitenc.h | 118 * \brief Arbitrary order bitstream writer. This function can either assemble a bit stream
|
/external/aac/libMpegTPEnc/src/ |
tpenc_adts.h | 87 contents/description: ADTS Transport writer
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 306 * @param s The writer where the dump will be sent to.
|
/external/ceres-solver/internal/ceres/ |
program_evaluator.h | 60 // // Create a jacobian that this writer can write. Same as
|
/external/chromium/net/http/ |
http_cache_transaction.h | 89 // Returns the LoadState of the writer transaction of a given ActiveEntry. In
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
mux.py | [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.h | 59 // Adds another reader/writer to this entry, if possible, returning |this| to
|