Searched defs:Put (Results 1 - 23 of 23) sorted by last modified time

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) method in class:DotZLib.CircularBuffer
51 public bool Put(byte b) method in class:DotZLib.CircularBuffer
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h83 state into a temporary value. Afterwards, one can write ("Put")
86 Get and Put are characterised by a byte offset into the guest
91 The basic "Get" and "Put" operations are sufficient to model normal
2538 /* ------------------ Circular Array Put ------------------ */
2744 } Put; member in union:_IRStmt::__anon19234
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h382 // Put.
383 void Put(void *item) { function in class:ProducerConsumerQueue
521 queue_.Put(closure);
H A Dtsan_unittest.cpp147 // Put everything into stderr.
457 // Two write accesses to GLOB are separated by PCQ Put/Get.
461 // 2. Q.Put() ---------\ .
468 Q.Put(NULL);
799 // 4. Q.Put() ---------------> d. Q.Get()
810 Q.Put(NULL);
899 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
907 Q1.Put(NULL);
911 Q2.Put(NUL
6578 void Put(int message) { function in class:FifoMessageQueue
[all...]
/external/v8/src/ast/
H A Dast.h136 void Put(Variable* variable, FeedbackVectorSlot slot) { function in class:v8::internal::FeedbackVectorSlotCache
/external/v8/src/
H A Dcompilation-cache.cc181 if (generation != 0) Put(source, context, language_mode, shared);
191 void CompilationCacheScript::Put(Handle<String> source, function in class:v8::internal::CompilationCacheScript
197 SetFirstTable(CompilationCacheTable::Put(table, source, context,
221 Put(source, outer_info, function_info, scope_position);
232 void CompilationCacheEval::Put(Handle<String> source, function in class:v8::internal::CompilationCacheEval
261 Put(source, flags, data);
272 void CompilationCacheRegExp::Put(Handle<String> source, function in class:v8::internal::CompilationCacheRegExp
333 script_.Put(source, context, language_mode, function_info);
346 eval_global_.Put(source, outer_info, function_info, scope_position);
349 eval_contextual_.Put(sourc
[all...]
H A Dobjects.cc1902 accumulator->Put(static_cast<char>(stream.GetNext()));
1904 accumulator->Put('>');
1920 accumulator->Put(static_cast<char>(c));
1924 accumulator->Put('.');
1925 accumulator->Put('.');
1926 accumulator->Put('.');
1928 accumulator->Put('>');
1960 accumulator->Put(str);
1988 accumulator->Put(str);
1997 accumulator->Put('>');
10395 Handle<CodeCacheHashTable> CodeCacheHashTable::Put( function in class:v8::internal::CodeCacheHashTable
10560 Handle<PolymorphicCodeCacheHashTable> PolymorphicCodeCacheHashTable::Put( function in class:v8::internal::PolymorphicCodeCacheHashTable
17943 Handle<CompilationCacheTable> CompilationCacheTable::Put( function in class:v8::internal::CompilationCacheTable
18548 Handle<ObjectHashTable> ObjectHashTable::Put(Handle<ObjectHashTable> table, function in class:v8::internal::ObjectHashTable
18562 Handle<ObjectHashTable> ObjectHashTable::Put(Handle<ObjectHashTable> table, function in class:v8::internal::ObjectHashTable
18642 Handle<WeakHashTable> WeakHashTable::Put(Handle<WeakHashTable> table, function in class:v8::internal::WeakHashTable
[all...]
H A Dstring-stream.cc33 bool StringStream::Put(char c) { function in class:v8::internal::StringStream
84 Put(format[offset]);
114 Put(static_cast<char>(value[i]));
127 Put(value);
305 bool StringStream::Put(String* str) { function in class:v8::StringStream
306 return Put(str, 0, str->length());
310 bool StringStream::Put(String* str, int start, int end) { function in class:v8::StringStream
317 if (!Put(static_cast<char>(c))) {
329 Put(str);
359 Put(' ');
[all...]
/external/v8/src/debug/
H A Ddebug.cc2024 isolate_->logger()->DebugTag("Put command on command_queue.");
2025 command_queue_.Put(message);
2360 void CommandMessageQueue::Put(const CommandMessage& message) { function in class:v8::internal::CommandMessageQueue
2372 new_queue.Put(Get());
2401 void LockingCommandMessageQueue::Put(const CommandMessage& message) { function in class:v8::internal::LockingCommandMessageQueue
2403 queue_.Put(message);
2404 logger_->DebugEvent("Put", message.text());
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc58 void ByteArray::Put(int32_t index, byte_t b) { function in class:sfntly::ByteArray
71 int32_t ByteArray::Put(int index, ByteVector* b) { function in class:sfntly::ByteArray
73 return Put(index, &((*b)[0]), 0, b->size());
76 int32_t ByteArray::Put(int32_t index, function in class:sfntly::ByteArray
117 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read);
149 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) {
169 if (Put(index, &b[0], 0, bytes_read) != bytes_read) {
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp5525 void CXFA_FM2JSContext::Put(FXJSE_HOBJECT hThis, function in class:CXFA_FM2JSContext
5571 L"Put");
7127 {"Put", CXFA_FM2JSContext::Put},
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp985 Put( m_pad_val, m_bit_idx & 7 );
1015 void WMBitStream::Put( int val, int bits ) function in class:WMBitStream
1054 Put( code >> 8, code & 255 );
/external/libchrome/base/containers/
H A Dmru_cache.h93 iterator Put(const KeyType& key, const PayloadType& payload) { function in class:base::MRUCacheBase
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/dng_sdk/source/
H A Ddng_image.cpp687 void dng_image::Put (const dng_pixel_buffer &buffer) function in class:dng_image
H A Ddng_image_writer.cpp130 stream.Put (buffer.Buffer (), size);
164 stream.Put (iptcDigest.data, 16);
175 stream.Put (imageResources->Buffer (), size);
241 void tag_string::Put (dng_stream &stream) const function in class:tag_string
244 stream.Put (fString.Get (), Size ());
279 void tag_encoded_text::Put (dng_stream &stream) const function in class:tag_encoded_text
285 stream.Put ("UNICODE\000", 8);
303 stream.Put ("ASCII\000\000\000", 8);
305 stream.Put (fText.Get (), fCount - 8);
313 void tag_data_ptr::Put (dng_strea function in class:tag_data_ptr
460 void tag_cfa_pattern::Put (dng_stream &stream) const function in class:tag_cfa_pattern
517 void tag_iptc::Put (dng_stream &stream) const function in class:tag_iptc
637 void dng_tiff_directory::Put (dng_stream &stream, function in class:dng_tiff_directory
2602 void tiff_dng_extended_color_profile::Put (dng_stream &stream, function in class:tiff_dng_extended_color_profile
[all...]
H A 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 function in class:exif_tag_set
974 fExifIFD.Put (stream);
975 fGPSIFD .Put (strea
[all...]
H A Ddng_stream.cpp380 void dng_stream::Put (const void *data, function in class:dng_stream
480 Put (&x, 2);
516 Put (&x, 4);
573 Put (&x, 8);
619 Put (&x, 4);
678 Put (&x, 8);
752 Put (zeroBuffer.Buffer (), (uint32) blockSize);
1113 dstStream.Put (smallBuffer, (uint32) count);
1134 dstStream.Put (bigBuffer.Buffer (),
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h60 void Put(Cache *c, Callback cb, Node *ptr, uptr size) { function in class:__sanitizer::Quarantine
H A Dsanitizer_stackdepotbase.h30 handle_type Put(args_type args, bool *inserted = nullptr);
98 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, function in class:__sanitizer::StackDepotBase
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
H A Ddb.py21 __all__ = ['Put', 'Delete']
29 class Put(base.Operation): class in inherits:base.Operation
30 """Put entity into datastore via mutation_pool.
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap

Completed in 1080 milliseconds