Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/external/v8/src/snapshot/
Dserializer.cc102 sink_.Put(kSynchronize, "Finished with deferred objects"); in SerializeDeferredObjects()
158 sink_.Put(kHotObjectWithSkip + index, "HotObjectWithSkip"); in SerializeHotObject()
161 sink_.Put(kHotObject + index, "HotObject"); in SerializeHotObject()
195 sink_.Put(kBackref + how_to_code + where_to_point + space, "BackRef"); in SerializeBackReference()
197 sink_.Put(kBackrefWithSkip + how_to_code + where_to_point + space, in SerializeBackReference()
227 sink_.Put(kBuiltin + how_to_code + where_to_point, "Builtin"); in SerializeBuiltinReference()
260 sink_.Put(kRootArrayConstants + root_index, "RootConstant"); in PutRoot()
262 sink_.Put(kRootArrayConstantsWithSkip + root_index, "RootConstant"); in PutRoot()
267 sink_.Put(kRootArray + how_to_code + where_to_point, "RootSerialization"); in PutRoot()
275 sink_.Put(kOnePointerRawData, "Smi"); in PutSmi()
[all …]
Dsnapshot-source-sink.cc23 Put(static_cast<int>(integer & 0xFF), "IntPart1"); in PutInt()
24 if (bytes > 1) Put(static_cast<int>((integer >> 8) & 0xFF), "IntPart2"); in PutInt()
25 if (bytes > 2) Put(static_cast<int>((integer >> 16) & 0xFF), "IntPart3"); in PutInt()
26 if (bytes > 3) Put(static_cast<int>((integer >> 24) & 0xFF), "IntPart4"); in PutInt()
Dpartial-serializer.cc74 sink_.Put(kPartialSnapshotCache + how_to_code + where_to_point, in SerializeObject()
138 sink_.Put(kEmbedderFieldsData, "embedder fields data"); in SerializeEmbedderFields()
151 sink_.Put(kNewObject + reference.space(), "embedder field holder"); in SerializeEmbedderFields()
160 sink_.Put(kSynchronize, "Finished with embedder fields data"); in SerializeEmbedderFields()
Dsnapshot-source-sink.h90 void Put(byte b, const char* description) { data_.push_back(b); } in Put() function
94 Put(static_cast<byte>(b), description); in PutSection()
/external/v8/src/
Dstring-stream.cc38 bool StringStream::Put(char c) { in Put() function in v8::internal::StringStream
89 Put(format[offset]); in Add()
119 Put(static_cast<char>(value[i])); in Add()
132 Put(value); in Add()
263 bool StringStream::Put(String* str) { in Put() function in v8::internal::StringStream
264 return Put(str, 0, str->length()); in Put()
268 bool StringStream::Put(String* str, int start, int end) { in Put() function in v8::internal::StringStream
275 if (!Put(static_cast<char>(c))) { in Put()
287 Put(str); in PrintName()
312 Put(' '); in PrintUsingMap()
[all …]
Dcompilation-cache.cc172 void CompilationCacheScript::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheScript
205 void CompilationCacheEval::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheEval
236 Put(source, flags, data); in Lookup()
246 void CompilationCacheRegExp::Put(Handle<String> source, in Put() function in v8::internal::CompilationCacheRegExp
317 script_.Put(source, native_context, language_mode, function_info); in PutScript()
331 eval_global_.Put(source, outer_info, function_info, context, feedback_cell, in PutEval()
337 eval_contextual_.Put(source, outer_info, function_info, native_context, in PutEval()
349 reg_exp_.Put(source, flags, data); in PutRegExp()
Dstring-stream.h116 bool Put(char c);
117 bool Put(String* str);
118 bool Put(String* str, int start, int end);
Dcompilation-cache.h89 void Put(Handle<String> source, Handle<Context> context,
124 void Put(Handle<String> source, Handle<SharedFunctionInfo> outer_info,
142 void Put(Handle<String> source,
/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc60 void ByteArray::Put(int32_t index, byte_t b) { in Put() function in sfntly::ByteArray
73 int32_t ByteArray::Put(int index, ByteVector* b) { in Put() function in sfntly::ByteArray
75 return Put(index, &((*b)[0]), 0, b->size()); in Put()
78 int32_t ByteArray::Put(int32_t index, in Put() function in sfntly::ByteArray
119 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read); in CopyTo()
151 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) { in CopyFrom()
171 if (Put(index, &b[0], 0, bytes_read) != bytes_read) { in CopyFrom()
Dwritable_font_data.cc52 ba->Put(0, b); in CreateWritableFontData()
58 array_->Put(BoundOffset(index), b); in WriteByte()
66 return array_->Put(BoundOffset(index), in WriteBytes()
83 array_->Put(BoundOffset(index), in WriteBytesPad()
99 array_->Put(index + i, pad); in WritePadding()
Dbyte_array.h75 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/dng_sdk/source/
Ddng_stream.cpp380 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()
Ddng_image_writer.h114 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 …]
Ddng_iptc.cpp660 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()
/external/grpc-grpc/test/core/tsi/
Dssl_session_cache_test.cc105 cache->Put("first.dropbox.com", std::move(sess2)); in TEST()
112 cache->Put("first.dropbox.com", std::move(sess3)); in TEST()
121 cache->Put(domain.c_str(), tracker.NewSession(id)); in TEST()
132 cache->Put("7.random.domain", tracker.NewSession(7)); in TEST()
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs199 public void Put<T>(T[] x)
202 _space = _bb.Put(_space, x);
212 public void Put<T>(Span<T> x)
215 _space = _bb.Put(_space, x);
313 Put(x); in Put() method
334 Put(x); in Put() method
577 _space = _bb.Put(_space, chars); in CreateUTF8String()
/external/volley/src/test/java/com/android/volley/mock/
DTestRequest.java107 public static class Put extends Base { class in TestRequest
108 public Put() { in Put() method in TestRequest.Put
114 public static class PutWithBody extends Put {
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs54 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()
DCircularBuffer.cs39 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/libchrome/libchrome_tools/patch/
Dmacros.patch22 // Put this in the declarations for a class to be uncopyable.
28 // Put this in the declarations for a class to be unassignable.
33 // Put this in the declarations for a class to be uncopyable and unassignable.
/external/syzkaller/vendor/google.golang.org/genproto/googleapis/api/annotations/
Dhttp.pb.go359 Put string `protobuf:"bytes,3,opt,name=put,proto3,oneof"` member
404 return x.Put
472 b.EncodeStringBytes(x.Put)
555 n += proto.SizeVarint(uint64(len(x.Put)))
556 n += len(x.Put)
/external/syzkaller/vendor/google.golang.org/grpc/encoding/proto/
Dproto.go78 protoBufferPool.Put(cb)
95 protoBufferPool.Put(cb)
/external/u-boot/board/freescale/mpc8536ds/
DREADME75 3. Put image to SDCard
76 Put the follwing info at the assigned address on the SDCard:
125 3. Put image to SPI flash
126 Put the info in the above table onto the SPI flash, then
/external/boringssl/src/ssl/test/runner/
Dcommon.go307 Put(sessionKey string, cs *ClientSessionState) methodSpec
320 Put(sessionId string, session *sessionState) methodSpec
1908 func (c *lruSessionCache) Put(sessionKey string, cs interface{}) { func
1953 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) { func
1954 c.lruSessionCache.Put(sessionKey, cs)
1971 func (c *lruServerSessionCache) Put(sessionId string, session *sessionState) { func
1972 c.lruSessionCache.Put(sessionId, session)
/external/syzkaller/dashboard/app/
Djobs.go61 if _, err := datastore.Put(c, bugKey, bug); err != nil {
142 if _, err := datastore.Put(c, jobKey, existingJob); err != nil {
149 if _, err := datastore.Put(c, jobKey, job); err != nil {
240 if _, err := datastore.Put(c, jobKey, job); err != nil {
300 if _, err := datastore.Put(c, jobKey, job); err != nil {
421 if _, err := datastore.Put(c, jobKey, job); err != nil {

12345678910>>...16