/external/qemu/telephony/ |
gsm.c | 808 bwriter_init( BWriter writer, bytes_t dst, int start ) 812 writer->dst = dst + (start >> 3); 813 writer->pad = 0; 814 writer->bits = shift; 815 writer->offset = start; 818 writer->pad = writer->dst[0] & ~(0xFF << shift); 823 bwriter_add7( BWriter writer, unsigned value ) 825 writer->pad |= (unsigned)(value << writer->bits) 853 BWriterRec writer[1]; local 930 BWriterRec writer[1]; local [all...] |
/frameworks/av/include/media/nbaio/ |
NBLog.h | 32 class Writer; 54 friend class Writer; 84 // FIXME Timeline was intended to wrap Writer and Reader, but isn't actually used yet. 99 friend class Writer; 110 // Writer is thread-safe with respect to Reader, but not with respect to multiple threads 111 // calling Writer methods. If you need multi-thread safety for writing, use LockedWriter. 112 class Writer : public RefBase { 114 Writer(); // dummy nop implementation without shared memory 118 Writer(size_t size, void *shared); 119 Writer(size_t size, const sp<IMemory>& iMemory) [all...] |
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
AndroidJUnitRunner.java | 199 PrintStream writer = new PrintStream(byteArrayOutputStream); local 204 addListeners(listeners, testRunner, writer); 206 TestRequest testRequest = buildRequest(getArguments(), writer); 213 writer.println(String.format( 216 t.printStackTrace(writer); 220 reportRunEnded(listeners, writer, results); 221 writer.close(); 231 PrintStream writer) { 233 addListener(listeners, testRunner, new SuiteAssignmentPrinter(writer)); 235 addListener(listeners, testRunner, new TextListener(writer)); [all...] |
/external/aac/libMpegTPEnc/src/ |
tpenc_lib.cpp | 137 } writer; member in struct:TRANSPORTENC 269 hTpEnc->writer.adif.headerWritten = 0; 270 hTpEnc->writer.adif.samplingRate = hTpEnc->config.samplingRate; 271 hTpEnc->writer.adif.bitRate = hTpEnc->config.bitRate; 272 hTpEnc->writer.adif.profile = ((int)hTpEnc->config.aot) - 1; 273 hTpEnc->writer.adif.cm = hTpEnc->config.channelMode; 274 hTpEnc->writer.adif.bVariableRate = 0; 275 hTpEnc->writer.adif.instanceTag = 0; 285 if ( adtsWrite_Init(&hTpEnc->writer.adts, &hTpEnc->config) != 0) { 297 &hTpEnc->writer.latm [all...] |
/external/chromium/net/http/ |
http_cache.cc | 98 writer(NULL), 115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {} 120 WorkItem* writer; member in struct:net::HttpCache::PendingOp 380 entry->writer = NULL; 391 delete pending_op->writer; 448 MetadataWriter* writer = new MetadataWriter(trans); local 450 // The writer will self destruct when done. 451 writer->Write(url, expected_response_time, buf, buf_len); 508 if (pending_op->writer) { 516 pending_op->writer = item.release() 913 Transaction* writer = i->second->writer; local [all...] |
/external/chromium_org/net/http/ |
http_cache.cc | 94 writer(NULL), 111 PendingOp() : disk_entry(NULL), writer(NULL) {} 116 WorkItem* writer; member in struct:net::HttpCache::PendingOp 309 entry->writer = NULL; 324 delete pending_op->writer; 383 MetadataWriter* writer = new MetadataWriter(trans); local 385 // The writer will self destruct when done. 386 writer->Write(url, expected_response_time, buf, buf_len); 461 if (pending_op->writer) { 469 pending_op->writer = item.release() 902 Transaction* writer = i->second->writer; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_writer.cc | 15 Writer::Writer(WritableFile* dest) 24 Writer::~Writer() { 27 Status Writer::AddRecord(const Slice& slice) { 75 Status Writer::EmitPhysicalRecord(RecordType t, const char* ptr, size_t n) {
|
/external/chromium_org/third_party/skia/include/pipe/ |
SkGPipe.h | 69 * Called periodically by the writer, to get a working buffer of RAM to 83 * If bytes == 0, then the writer has finished. 106 * Tells the writer that the reader will be in a different process, so 112 * Only meaningful if kCrossProcess_Flag is set. Tells the writer that 119 * Tells the writer that there will be multiple threads reading the stream 134 * Tells the writer to commit all recorded draw commands to the
|
/external/skia/include/pipe/ |
SkGPipe.h | 69 * Called periodically by the writer, to get a working buffer of RAM to 83 * If bytes == 0, then the writer has finished. 106 * Tells the writer that the reader will be in a different process, so 112 * Only meaningful if kCrossProcess_Flag is set. Tells the writer that 119 * Tells the writer that there will be multiple threads reading the stream 134 * Tells the writer to commit all recorded draw commands to the
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
ExceptionExtensions.cs | 40 public static void PrintStackTrace( Exception e, TextWriter writer ) 42 writer.WriteLine( e.ToString() ); 47 writer.WriteLine( " " + line );
|
/external/chromium_org/chromeos/dbus/ |
shill_service_client.cc | 102 dbus::MessageWriter writer(&method_call); 103 writer.AppendString(name); 104 ShillClientHelper::AppendValueDataAsVariant(&writer, value); 116 dbus::MessageWriter writer(&method_call); 117 ShillClientHelper::AppendServicePropertiesDictionary(&writer, properties); 129 dbus::MessageWriter writer(&method_call); 130 writer.AppendString(name); 143 dbus::MessageWriter writer(&method_call); 144 writer.AppendArrayOfStrings(names); 187 dbus::MessageWriter writer(&method_call) [all...] |
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_linux_unittest.cc | 129 dbus::MessageWriter writer(response.get()); 130 writer.AppendArrayOfObjectPaths(object_paths); 150 dbus::MessageWriter writer(response.get()); 153 writer.AppendVariantOfUint32(kDeviceTypeWifi); 161 dbus::MessageWriter writer(response.get()); 165 writer.AppendArrayOfObjectPaths(object_paths); 186 dbus::MessageWriter writer(response.get()); 191 writer.OpenVariant("ay", &variant_writer); 193 writer.CloseContainer(&variant_writer); 197 writer.AppendVariantOfString(kMacAddress) [all...] |
/external/chromium_org/ppapi/proxy/ |
network_list_resource.cc | 54 ArrayWriter writer(output); 55 if (index >= list_.size() || !writer.is_valid()) 70 if (!writer.StoreResourceVector(addr_resources))
|
/external/guava/guava-gwt/src/com/google/common/collect/ |
ImmutableSortedMap_CustomFieldSerializer.java | 53 public static void serialize(SerializationStreamWriter writer, 55 writer.writeObject(instance.comparator()); 57 Map_CustomFieldSerializerBase.serialize(writer, instance);
|
RegularImmutableSortedSet_CustomFieldSerializer.java | 60 public static void serialize(SerializationStreamWriter writer, 62 writer.writeObject(instance.comparator()); 64 Collection_CustomFieldSerializerBase.serialize(writer, instance);
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
AnnotationMemberValue.java | 84 public void write(AnnotationsWriter writer) throws IOException { 85 writer.annotationValue(); 86 value.write(writer);
|
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriterPass.cpp | 1 //===--- Bitcode/Writer/BitcodeWriterPass.cpp - Bitcode Writer ------------===// 26 const char *getPassName() const { return "Bitcode Writer"; }
|
/external/skia/dm/ |
DMPipeTask.cpp | 54 SkGPipeWriter writer; local 56 SkCanvas* pipeCanvas = writer.startRecording(&pipeController, 62 writer.endRecording();
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/ |
CommentMethodItem.java | 50 public boolean writeTo(IndentingWriter writer) throws IOException { 51 writer.write('#'); 52 writer.write(comment);
|
CommentedOutMethodItem.java | 47 public boolean writeTo(IndentingWriter writer) throws IOException { 48 writer.write('#'); 49 commentedOutMethodItem.writeTo(writer);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
EnumEncodedValueAdaptor.java | 38 public static void writeTo(IndentingWriter writer, FieldIdItem item) throws IOException { 39 writer.write(".enum "); 40 ReferenceFormatter.writeFieldReference(writer, item);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Renderers/ |
BooleanRenderer.java | 36 public static void writeTo(IndentingWriter writer, boolean val) throws IOException { 38 writer.write("true"); 40 writer.write("false");
|
FloatRenderer.java | 36 public static void writeTo(IndentingWriter writer, float val) throws IOException { 37 writer.write(Float.toString(val)); 38 writer.write('f');
|
/frameworks/av/media/libstagefright/tests/ |
DummyRecorder.cpp | 31 DummyRecorder *writer = static_cast<DummyRecorder *>(pthis); local 32 writer->readFromSource(); 79 ALOGV("A fake writer accessing the frames");
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
GraphReader.java | 44 StringWriter writer = new StringWriter(); local 49 writer.write(buffer, 0, bytesRead); 54 return readGraphString(writer.toString());
|