/external/v8/src/snapshot/ |
D | snapshot-source-sink.cc | 30 Put(static_cast<int>(integer & 0xff), "IntPart1"); in PutInt() 31 if (bytes > 1) Put(static_cast<int>((integer >> 8) & 0xff), "IntPart2"); in PutInt() 32 if (bytes > 2) Put(static_cast<int>((integer >> 16) & 0xff), "IntPart3"); in PutInt() 33 if (bytes > 3) Put(static_cast<int>((integer >> 24) & 0xff), "IntPart4"); in PutInt()
|
D | serialize.cc | 1413 sink_->Put(kSynchronize, "Finished with deferred objects"); in SerializeDeferredObjects() 1439 sink_->Put(kSkip, "Skip"); in VisitPointers() 1442 sink_->Put(kOnePointerRawData, "Smi"); in VisitPointers() 1444 sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte"); in VisitPointers() 1486 sink_->Put(kOnePointerRawData, "Smi"); in VisitPointers() 1488 sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte"); in VisitPointers() 1609 sink_->Put(kHotObjectWithSkip + index, "HotObjectWithSkip"); in SerializeKnownObject() 1612 sink_->Put(kHotObject + index, "HotObject"); in SerializeKnownObject() 1627 sink_->Put(kAttachedReference + kPlain + kStartOfObject, "Source"); in SerializeKnownObject() 1633 sink_->Put(kAttachedReference + kPlain + kStartOfObject, "Global Proxy"); in SerializeKnownObject() [all …]
|
D | snapshot-source-sink.h | 86 void Put(byte b, const char* description) { data_.Add(b); } in Put() function 90 Put(static_cast<byte>(b), description); in PutSection()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 58 void ByteArray::Put(int32_t index, byte_t b) { in Put() function in sfntly::ByteArray 71 int32_t ByteArray::Put(int index, ByteVector* b) { in Put() function in sfntly::ByteArray 73 return Put(index, &((*b)[0]), 0, b->size()); in Put() 76 int32_t ByteArray::Put(int32_t index, in Put() function in sfntly::ByteArray 117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read); in CopyTo() 149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) { in CopyFrom() 169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) { in CopyFrom()
|
D | writable_font_data.cc | 49 ba->Put(0, b); in CreateWritableFontData() 55 array_->Put(BoundOffset(index), b); in WriteByte() 63 return array_->Put(BoundOffset(index), in WriteBytes() 80 array_->Put(BoundOffset(index), in WriteBytesPad() 96 array_->Put(index + i, pad); in WritePadding()
|
D | byte_array.h | 75 virtual void Put(int32_t index, byte_t b); 80 virtual int32_t Put(int32_t index, ByteVector* b); 91 virtual int32_t Put(int32_t index,
|
/external/v8/src/ |
D | compilation-cache.cc | 181 if (generation != 0) Put(source, context, language_mode, shared); in Lookup() 191 void CompilationCacheScript::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheScript 197 SetFirstTable(CompilationCacheTable::Put(table, source, context, in Put() 221 Put(source, outer_info, function_info, scope_position); in Lookup() 232 void CompilationCacheEval::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheEval 261 Put(source, flags, data); in Lookup() 272 void CompilationCacheRegExp::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheRegExp 333 script_.Put(source, context, language_mode, function_info); in PutScript() 346 eval_global_.Put(source, outer_info, function_info, scope_position); in PutEval() 349 eval_contextual_.Put(source, outer_info, function_info, scope_position); in PutEval() [all …]
|
D | string-stream.cc | 33 bool StringStream::Put(char c) { in Put() function in v8::internal::StringStream 84 Put(format[offset]); in Add() 114 Put(static_cast<char>(value[i])); in Add() 127 Put(value); in Add() 305 bool StringStream::Put(String* str) { in Put() function in v8::internal::StringStream 306 return Put(str, 0, str->length()); in Put() 310 bool StringStream::Put(String* str, int start, int end) { in Put() function in v8::internal::StringStream 317 if (!Put(static_cast<char>(c))) { in Put() 329 Put(str); in PrintName() 359 Put(' '); in PrintUsingMap() [all …]
|
D | string-stream.h | 112 bool Put(char c); 113 bool Put(String* str); 114 bool Put(String* str, int start, int end);
|
D | compilation-cache.h | 84 void Put(Handle<String> source, 120 void Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info, 136 void Put(Handle<String> source,
|
/external/dng_sdk/source/ |
D | dng_stream.cpp | 380 void dng_stream::Put (const void *data, in Put() function in dng_stream 480 Put (&x, 2); in Put_uint16() 516 Put (&x, 4); in Put_uint32() 573 Put (&x, 8); in Put_uint64() 619 Put (&x, 4); in Put_real32() 678 Put (&x, 8); in Put_real64() 752 Put (zeroBuffer.Buffer (), (uint32) blockSize); in PutZeros() 1113 dstStream.Put (smallBuffer, (uint32) count); in CopyToStream() 1134 dstStream.Put (bigBuffer.Buffer (), in CopyToStream()
|
D | dng_image_writer.h | 114 virtual void Put (dng_stream &stream) const = 0; 154 virtual void Put (dng_stream &stream) const; 181 virtual void Put (dng_stream &stream) const; 201 virtual void Put (dng_stream &stream) const; 527 virtual void Put (dng_stream &stream) const; 571 virtual void Put (dng_stream &stream) const; 654 void Put (dng_stream &stream, 972 void Put (dng_stream &stream) const in Put() function 974 fExifIFD.Put (stream); in Put() 975 fGPSIFD .Put (stream); in Put() [all …]
|
D | dng_iptc.cpp | 660 stream.Put (ss.Get (), len); in SpoolString() 714 stream.Put (buffer.Buffer_char (), len); in SpoolString() 772 stream.Put (s, 1); in Spool() 825 stream.Put (dateString.Get (), 8); in Spool() 839 stream.Put (timeString.Get (), timeString.Length ()); in Spool() 860 stream.Put (dateString.Get (), 8); in Spool() 874 stream.Put (timeString.Get (), timeString.Length ()); in Spool()
|
D | dng_image_writer.cpp | 130 stream.Put (buffer.Buffer (), size); in SpoolAdobeData() 164 stream.Put (iptcDigest.data, 16); in SpoolAdobeData() 175 stream.Put (imageResources->Buffer (), size); in SpoolAdobeData() 241 void tag_string::Put (dng_stream &stream) const in Put() function in tag_string 244 stream.Put (fString.Get (), Size ()); in Put() 279 void tag_encoded_text::Put (dng_stream &stream) const in Put() function in tag_encoded_text 285 stream.Put ("UNICODE\000", 8); in Put() 303 stream.Put ("ASCII\000\000\000", 8); in Put() 305 stream.Put (fText.Get (), fCount - 8); in Put() 313 void tag_data_ptr::Put (dng_stream &stream) const in Put() function in tag_data_ptr [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | common.go | 235 Put(sessionKey string, cs *ClientSessionState) methodSpec 248 Put(sessionId string, session *sessionState) methodSpec 1011 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { func 1056 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) { func 1057 c.lruSessionCache.Put(sessionKey, cs) 1074 func (c *lruServerSessionCache) Put(sessionId string, session *sessionState) { func 1075 c.lruSessionCache.Put(sessionId, session)
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | mr.py | 148 yield op.db.Put(new_alert) 154 yield op.db.Put(test) 167 yield op.db.Put(suite)
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
/external/v8/test/cctest/ |
D | test-dictionary.cc | 52 table = HashMap::Put(table, a, b); in TestHashMap() 65 table = HashMap::Put(table, a, factory->NewJSArray(13)); in TestHashMap() 81 table = HashMap::Put(table, key, value); in TestHashMap() 217 HashMap::Put(table, key, key); in TestHashMapCausesGC()
|
/external/opencv/otherlibs/highgui/ |
D | bitstrm.h | 223 void Put( int val, int bits ); 246 void Put( int val, int bits );
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 112 StackDepotHandle h = theDepot.Put(stack); in StackDepotPut() 117 return theDepot.Put(stack); in StackDepotPut_WithHandle()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/ |
D | db.py | 29 class Put(base.Operation): class
|
/external/libcxx/include/ |
D | streambuf | 57 // 27.6.2.2.5 Put area: 74 // 27.6.2.3.3 Put area: 102 // 27.6.2.4.5 Put area: 158 // 27.6.2.2.5 Put area: 175 // 27.6.2.3.3 Put area: 203 // 27.6.2.4.5 Put area:
|
/external/valgrind/coregrind/ |
D | m_translate.c | 455 first_Put = st->Ist.Put.offset; in vg_SP_update_pass() 457 + sizeofIRType( typeOfIRExpr( bb->tyenv, st->Ist.Put.data )) in vg_SP_update_pass() 465 if (st->Ist.Put.data->tag == Iex_RdTmp in vg_SP_update_pass() 466 && get_SP_delta(st->Ist.Put.data->Iex.RdTmp.tmp, &delta)) { in vg_SP_update_pass() 467 IRTemp tttmp = st->Ist.Put.data->Iex.RdTmp.tmp; in vg_SP_update_pass() 544 mkIRExprVec_3( IRExpr_RdTmp(old_SP), st->Ist.Put.data, in vg_SP_update_pass() 552 mkIRExprVec_2( IRExpr_RdTmp(old_SP), st->Ist.Put.data ) in vg_SP_update_pass() 612 && st->Ist.Put.data->tag == Iex_RdTmp) { in vg_SP_update_pass() 613 vg_assert( typeOfIRTemp(bb->tyenv, st->Ist.Put.data->Iex.RdTmp.tmp) in vg_SP_update_pass() 615 add_SP_alias(st->Ist.Put.data->Iex.RdTmp.tmp, 0); in vg_SP_update_pass()
|
/external/valgrind/drd/tests/ |
D | tsan_unittest.cpp | 468 Q.Put(NULL); in Putter() 810 Q.Put(NULL); in Putter() 907 Q1.Put(NULL); in Putter1() 911 Q2.Put(NULL); in Putter2() 1424 Q.Put(NULL); in Putter() 1461 q->Put(NULL); in Putter() 1462 q->Put(NULL); in Putter() 1843 Q.Put(NULL); in Putter() 1940 q->Put(NULL); in Putter() 1941 q->Put(NULL); in Putter() [all …]
|