/external/llvm/lib/IR/ |
Function.cpp | 319 sys::SmartScopedWriter<true> Writer(*GCLock); 328 sys::SmartScopedWriter<true> Writer(*GCLock);
|
/external/llvm/utils/TableGen/ |
CodeGenTarget.cpp | 34 cl::desc("Make -gen-asm-writer emit assembly writer #N"));
|
/external/openssl/crypto/ui/ |
ui_lib.c | 652 int UI_method_set_writer(UI_METHOD *method, int (*writer)(UI *ui, UI_STRING *uis)) 656 method->ui_write_string = writer;
|
/external/skia/tools/skpdiff/ |
skpdiff_server.py | 95 with open(output_path, 'wb') as writer: 96 writer.write(reader.read())
|
/external/valgrind/main/drd/ |
drd_main.c | 200 " writer lock is held longer than the specified\n" 237 " --trace-rwlock=yes|no Trace all reader-writer lock activity[no].\n"
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4READER_Common.h | 132 Set the OSAL file writer functions to the reader (type of value: M4OSA_FileWriterPointer*) 138 Set the OSAL file writer functions to the reader (type of value: M4OSA_NetFunction*)
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_API.h | 470 * @param pFileWritePtrFct (IN) Pointer to OSAL file writer functions 648 * @param pFileWritePtrFct (IN) Pointer to OSAL file writer functions [all...] |
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_API.h | 332 * @param pFileWritePtrFct (IN) Pointer to OSAL file writer functions 356 * @param pTempFile (IN) Temporary file for the constant memory writer to store
|
/hardware/qcom/media/mm-core/inc/ |
QOMX_IVCommonExtensions.h | 206 QOMX_MediaInfoTagLyricist, /**< OMX_U8*. Name of the lyricist or text writer in recording. Specific to ID3 tag.*/ 209 QOMX_MediaInfoTagOriginalLyricist, /**< OMX_U8*. Name of the original lyricist/text writer of original recording.*/
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryStatsHelper.java | 56 import java.io.Writer; 234 Writer result = new StringWriter(); [all...] |
/pdk/apps/CameraITS/service/src/com/android/camera2/its/ |
ItsService.java | 228 Log.i(TAG, "Socket writer thread starting"); 249 Log.i(TAG, "Socket writer thread terminated"); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 341 reader, writer = posix.pipe() 343 os.close(writer)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 341 reader, writer = posix.pipe() 343 os.close(writer)
|
/external/opencv/cvaux/src/ |
cvlee.cpp | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 26 import java.io.Writer;
514 Writer writer = fSerializer.getWriter();
local 542 writer.write(dtd.toString());
543 writer.flush();
[all...] |
/external/doclava/src/com/google/doclava/ |
Doclava.java | [all...] |
/external/zxing/core/ |
core.jar | |
/frameworks/base/services/java/com/android/server/pm/ |
PackageManagerService.java | [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
Launcher.java | 4514 PrintWriter writer = new PrintWriter(fos); local [all...] |
/prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/ |
xercesImpl-2.6.2.jar | |
/external/chromium_org/third_party/libxml/src/ |
NEWS | 234 regexp bug with '.' (Andrew Tosh), flush the writer at the end of the 236 writer CDATA output after a text node (Alex Khesin), UTF-16 encoding 285 reusing a writer for a new document (Dodji Seketeli), Schemas 310 dups in the writer (Rob Richards), xmlCtxtReset bug, UTF-8 encoding 376 fix attribute serialization in writer (Rob Richards), PHP4 DTD validation 436 line break in writer after end PI (Jason Viers). 468 fix DTD writer output (Rob Richards), leak in xmlTextReaderReadInnerXml [all...] |
/external/llvm/docs/ |
WritingAnLLVMPass.rst | 286 0.0100 (100.0%) 0.0000 ( 0.0%) 0.0100 ( 50.0%) 0.0402 ( 84.0%) Bitcode Writer [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_EditVideo.c | [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | 357 ** the writer will first "reset" the WAL back to the beginning and start [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
Monkey.java | 49 import java.io.Writer; 441 Writer logOutput = null; 483 Writer output = new BufferedWriter(new FileWriter(new File( [all...] |