Searched defs:Put (Results 1 - 22 of 22) sorted by relevance

/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
/external/zlib/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/webkit/Source/JavaScriptCore/wtf/
H A DTCPackedCache.h73 // void Put(K key, V value) { a_[H(key)] = pair<K, V>(key, value); }
82 // (c.Put(key, value), c.GetOrDefault(key, 0)) == value
84 // (c.Put(key, value), <...>, c.GetOrDefault(key, 0)) == value
85 // if the elided code contains no c.Put calls.
88 // has ever been Put. However, a newly initialized cache will have
92 // equivalent to Put(k, initial_value) for all keys k from 0 to
95 // 3. If key and key' differ then the only way Put(key, value) may
97 // false. Furthermore, a Put() call that doesn't change Has(key')
151 void Put(K key, V value) { function in class:PackedCache
/external/v8/src/
H A Dcompilation-cache.cc217 if (generation != 0) Put(source, shared);
231 return table->Put(*source, *function_info);
244 void CompilationCacheScript::Put(Handle<String> source, function in class:v8::internal::CompilationCacheScript
275 Put(source, context, function_info, scope_position);
308 void CompilationCacheEval::Put(Handle<String> source, function in class:v8::internal::CompilationCacheEval
336 Put(source, flags, data);
366 void CompilationCacheRegExp::Put(Handle<String> source, function in class:v8::internal::CompilationCacheRegExp
434 script_.Put(source, function_info);
449 eval_global_.Put(source, context, function_info, scope_position);
452 eval_contextual_.Put(sourc
[all...]
H A Dmksnapshot.cc99 virtual void Put(int byte, const char* description) { function in class:PartialSnapshotSink
H A Dstring-stream.cc53 bool StringStream::Put(char c) { function in class:v8::internal::StringStream
104 Put(format[offset]);
134 Put(static_cast<char>(value[i]));
147 Put(value);
308 bool StringStream::Put(String* str) { function in class:v8::StringStream
309 return Put(str, 0, str->length());
313 bool StringStream::Put(String* str, int start, int end) { function in class:v8::StringStream
321 if (!Put(c)) {
333 Put(str);
361 Put(' ');
[all...]
H A Dserialize.h127 void Put(Address key, int index);
153 void Put(uint32_t key, Address value) { function in class:v8::internal::ExternalReferenceDecoder
394 virtual void Put(int byte, const char* description) = 0;
396 Put(byte, description);
H A Dserialize.cc522 Put(external_references->address(i), i);
552 void ExternalReferenceEncoder::Put(Address key, int index) { function in class:v8::internal::ExternalReferenceEncoder
568 Put(external_references->code(i), external_references->address(i));
1108 Put((static_cast<int>((integer >> shift)) & 0x7f) | 0x80, "IntPart");
1181 sink_->Put(kSkip, "Skip");
1183 sink_->Put(kRawData, "RawData");
1186 sink_->Put(reinterpret_cast<byte*>(current)[i], "Byte");
1298 sink_->Put(kFromStart + how_to_code + where_to_point + space, "RefSer");
1301 sink_->Put(kBackref + how_to_code + where_to_point + space, "BackRefSer");
1343 sink_->Put(kRootArra
[all...]
H A Ddebug.cc3070 isolate_->logger()->DebugTag("Put command on command_queue.");
3071 command_queue_.Put(message);
3100 event_command_queue_.Put(message);
3496 void CommandMessageQueue::Put(const CommandMessage& message) { function in class:v8::internal::CommandMessageQueue
3508 new_queue.Put(Get());
3544 void LockingCommandMessageQueue::Put(const CommandMessage& message) { function in class:v8::internal::LockingCommandMessageQueue
3546 queue_.Put(message);
3547 logger_->DebugEvent("Put", message.text());
H A Dobjects.cc1035 accumulator->Put(buf.GetNext());
1037 accumulator->Put('>');
1053 accumulator->Put(c);
1057 accumulator->Put('.');
1058 accumulator->Put('.');
1059 accumulator->Put('.');
1061 accumulator->Put('>');
1089 accumulator->Put(str);
1090 accumulator->Put('>');
1124 accumulator->Put(st
5341 MaybeObject* CodeCacheHashTable::Put(String* name, Code* code) { function in class:v8::internal::CodeCacheHashTable
5530 MaybeObject* PolymorphicCodeCacheHashTable::Put(MapHandleList* maps, function in class:v8::internal::PolymorphicCodeCacheHashTable
11810 MaybeObject* CompilationCacheTable::Put(String* src, Object* value) { function in class:v8::internal::CompilationCacheTable
11934 MaybeObject* MapCache::Put(FixedArray* array, Map* value) { function in class:v8::internal::MapCache
12554 MaybeObject* ObjectHashTable::Put(Object* key, Object* value) { function in class:v8::internal::ObjectHashTable
[all...]
/external/valgrind/unittest/
H A Dthread_wrappers.h113 // Put.
114 void Put(void *item) { function in class:ProducerConsumerQueue
251 queue_.Put(closure);
H A Dracecheck_unittest.cc213 // Two write accesses to GLOB are separated by PCQ Put/Get.
217 // 2. Q.Put() ---------\ .
224 Q.Put(NULL);
499 // 4. Q.Put() ---------------> d. Q.Get()
510 Q.Put(NULL);
599 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
607 Q1.Put(NULL);
611 Q2.Put(NULL);
1098 // 4. Q.Put()
5936 void Put(int message) { function in class:FifoMessageQueue
[all...]
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc80 void Put(const std::string& name, const std::string& value);
93 void URLQueryParameters::Put(const std::string& name, function in class:policy::URLQueryParameters
134 query_params_.Put(DeviceManagementBackendImpl::kParamRequest, request_type);
135 query_params_.Put(DeviceManagementBackendImpl::kParamDeviceType,
137 query_params_.Put(DeviceManagementBackendImpl::kParamAppType,
139 query_params_.Put(DeviceManagementBackendImpl::kParamDeviceID, device_id);
140 query_params_.Put(DeviceManagementBackendImpl::kParamAgent,
142 query_params_.Put(DeviceManagementBackendImpl::kParamPlatform,
147 query_params_.Put(name, value);
/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/v8/test/cctest/
H A Dtest-serialize.cc185 virtual void Put(int byte, const char* description) { function in class:FileByteSink
/external/valgrind/main/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.cpp143 // Put everything into stderr.
453 // Two write accesses to GLOB are separated by PCQ Put/Get.
457 // 2. Q.Put() ---------\ .
464 Q.Put(NULL);
795 // 4. Q.Put() ---------------> d. Q.Get()
806 Q.Put(NULL);
895 // 2. Q2.Put() ----\ b. Q1.Put() -----\ .
903 Q1.Put(NULL);
907 Q2.Put(NUL
6574 void Put(int message) { function in class:FifoMessageQueue
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.cc1453 bool MutableEntry::Put(Int64Field field, const int64& value) { function in class:syncable::MutableEntry
1469 bool MutableEntry::Put(IdField field, const Id& value) { function in class:syncable::MutableEntry
1491 bool MutableEntry::Put(BaseVersion field, int64 value) { function in class:syncable::MutableEntry
1500 bool MutableEntry::Put(StringField field, const string& value) { function in class:syncable::MutableEntry
1504 bool MutableEntry::Put(ProtoField field, function in class:syncable::MutableEntry
1516 bool MutableEntry::Put(BitField field, bool value) { function in class:syncable::MutableEntry
1570 bool MutableEntry::Put(IndexedBitField field, bool value) { function in class:syncable::MutableEntry
1658 predecessor.Put(NEXT_ID, Get(ID));
1668 successor.Put(PREV_ID, Get(ID));
1672 Put(PREV_I
1677 bool MutableEntry::Put(BitTemp field, bool value) { function in class:syncable::MutableEntry
[all...]
H A Dsyncable.h482 bool Put(Int64Field field, const int64& value);
483 bool Put(IdField field, const Id& value);
487 // The normal Put(IS_PARENT) call will move the item to the front of the
496 bool Put(StringField field, const std::string& value);
497 bool Put(BaseVersion field, int64 value);
499 bool Put(ProtoField field, const sync_pb::EntitySpecifics& value);
500 bool Put(BitField field, bool value);
501 inline bool Put(IsDelField field, bool value) { function in class:syncable::MutableEntry
504 bool Put(IndexedBitField field, bool value);
512 bool Put(BitTem
[all...]
/external/valgrind/tsan/
H A Dts_valgrind.cc430 static inline void Put(EventType type, int32_t tid, uintptr_t pc, function
527 Put(THR_START, VgTidToTsTid(child), 0, 0,
538 Put(WAIT, ts_tid, pc, workitem, 0);
544 Put(THR_FIRST_INSN, VgTidToTsTid(vg_tid), GetVgPc(vg_tid), 0, 0);
555 Put(THR_END, VgTidToTsTid(quit_tid), 0, 0, 0);
587 Put(EXPECT_RACE, ts_tid, /*descr=*/args[2],
603 Put(THR_STACK_TOP, ts_tid, pc, args[1], 0);
606 Put(THR_JOIN_AFTER, ts_tid, pc, (*g_ptid_to_ts_tid)[args[1]], 0);
609 Put(MALLOC, ts_tid, pc, /*ptr=*/args[1], /*size=*/args[2]);
629 Put(MALLO
[all...]
/external/valgrind/main/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
1980 } Put; member in union:_IRStmt::__anon12077

Completed in 382 milliseconds