Searched
full:writer (Results
676 -
700 of
2093) sorted by null
<<21222324252627282930>>
/external/grub/stage2/ |
apic.h | 9 * Family Developer's Manual, Volume 3: Operating System Writer's
|
/external/libnfc-nci/src/nfc/int/ |
tags_int.h | 22 * This file contains the common data types shared by Reader/Writer mode
|
/external/llvm/include/llvm/CodeGen/ |
LinkAllAsmWriterComponents.h | 10 // This header file pulls in all assembler writer related passes for tools like
|
/external/llvm/lib/Bitcode/ |
LLVMBuild.txt | 19 subdirectories = Reader Writer
|
/external/llvm/lib/Bitcode/Writer/ |
LLVMBuild.txt | 1 ;===- ./lib/Bitcode/Writer/LLVMBuild.txt -----------------------*- Conf -*--===;
|
/external/llvm/lib/Target/ARM/ |
CMakeLists.txt | 8 tablegen(LLVM ARMGenAsmWriter.inc -gen-asm-writer)
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
BlankMethodItem.java | 43 public boolean writeTo(IndentingWriter writer) {
|
MethodItem.java | 58 public abstract boolean writeTo(IndentingWriter writer) throws IOException;
|
/external/valgrind/main/drd/ |
drd_rwlock.h | 25 // Reader-writer lock state information.
|
/frameworks/av/include/media/ |
SingleStateQueue.h | 21 // Non-blocking single-reader / single-writer multi-word atomic load / store
|
/frameworks/av/include/media/nbaio/ |
Pipe.h | 24 // Pipe is multi-thread safe for readers (see PipeReader), but safe for only a single writer thread.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_Error.h | 81 #define M4MP4_WRITER 0x02 /**<Core MP4 writer*/ 91 #define M4SDP_WRITER 0x22 /**<Core SDP writer*/ 110 #define M4OSA_FILE_WRITER 0x62 /**<OSAL file writer*/ 114 #define M4OSA_SOCKET 0x71 /**<OSAL socket (both reader and writer)*/
|
M4OSA_FileCommon_priv.h | 22 * writer and file reader.
|
/frameworks/av/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalFunctions.h | 84 * @brief This function will register a specific file format writer. 86 * context the writer context. 183 * @brief Unregister writer 223 * @brief Set current writer
|
/frameworks/base/keystore/java/android/security/ |
Credentials.java | 33 import java.io.Writer; 130 Writer writer = new OutputStreamWriter(bao, StandardCharsets.US_ASCII); local 131 PemWriter pw = new PemWriter(writer);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
DexDumpAction.java | 167 final BufferedWriter writer = new BufferedWriter(new FileWriter(dstFile)); local 179 writer.write(line); 180 writer.write(lineSep); 204 writer.close();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
IGLProperty.java | 61 /** Pretty print current property value to the given writer. */
|
/art/compiler/ |
image_test.cc | 77 ImageWriter writer(*compiler_driver_.get()); 78 bool success_image = writer.Write(tmp_image.GetFilename(), requested_image_base, 81 bool success_fixup = ElfFixup::Fixup(tmp_oat.get(), writer.GetOatDataBegin());
|
/cts/libs/vogar-expect/src/vogar/ |
Outcome.java | 99 StringWriter writer = new StringWriter(); local 100 PrintWriter out = new PrintWriter(writer); 102 return Arrays.asList(writer.toString().split("\\n"));
|
/external/bison/lib/ |
closeout.c | 66 guaranteed that the pipe writer terminates before the pipe reader. In 71 ahead of time whether the pipe writer or the pipe reader will terminate 72 first. In this case, an EPIPE is an indication that the pipe writer can
|
/external/chromium/chrome/browser/ui/gtk/ |
certificate_dialogs.cc | 27 class Writer : public Task { 29 Writer(const FilePath& path, const std::string& data) 47 BrowserThread::FILE, FROM_HERE, new Writer(path, data));
|
/external/chromium_org/chromeos/dbus/ |
cros_disks_client.cc | 92 dbus::MessageWriter writer(&method_call); 93 writer.AppendString(source_path); 94 writer.AppendString(source_format); 104 writer.AppendArrayOfStrings(mount_options); 119 dbus::MessageWriter writer(&method_call); 120 writer.AppendString(device_path); 128 writer.AppendArrayOfStrings(unmount_options); 157 dbus::MessageWriter writer(&method_call); 158 writer.AppendString(device_path); 159 writer.AppendString(filesystem) [all...] |
cros_disks_client_unittest.cc | 63 dbus::MessageWriter writer(response.get()); 65 writer.OpenArray("{sv}", &array_writer); 117 writer.CloseContainer(&array_writer);
|
/external/chromium_org/ppapi/proxy/ |
device_enumeration_resource_helper.cc | 207 ArrayWriter writer(output); 208 if (!writer.is_valid()) 216 if (!writer.StoreResourceVector(device_resources))
|
file_ref_resource.cc | 238 ArrayWriter writer(output); 239 if (!writer.is_valid()) { 254 writer.StoreVector(entries);
|
Completed in 745 milliseconds
<<21222324252627282930>>