Searched defs:Add (Results 226 - 250 of 310) sorted by relevance

1234567891011>>

/external/clang/test/Parser/
H A Dcxx-altivec.cpp150 Vector Add(Vector lhs, Vector rhs) function
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h42 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class.
307 /// Add* - Add various data types to Bit data.
321 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } function in class:llvm::FoldingSetNodeID
801 ID.Add(P.first);
802 ID.Add(P.second);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp101 void Add(JIT *jit) { function in class:__anon25846::JitPool
150 AllJits->Add(this);
152 // Add target data
177 /// addModule - Add a new Module to the JIT. If we previously removed the last
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp72 enum class BinOpToken : unsigned { Invalid, Add, Sub, BitwiseAnd, member in class:llvm::RuntimeDyldCheckerExprEval::BinOpToken
149 case '+': Op = BinOpToken::Add; break;
162 case BinOpToken::Add:
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp104 const MCBinaryExpr *Add = MCBinaryExpr::CreateAdd(GOT, Sub, OutContext); local
106 Add, OutContext);
/external/opencv/cv/src/
H A Dcvinpaint.cpp117 bool Add(const CvMat* f) { function in class:CvPriorityQueueFloat
784 if (!Heap->Add(band))
800 if (!Out->Add(band))
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc258 source_location_table_->Add(descriptor, location, line, column);
476 DescriptorProto* group = messages->Add();
795 FieldDescriptorProto* first_field = extensions->Add();
817 field = extensions->Add();
1117 void SourceLocationTable::Add( function in class:google::protobuf::compiler::SourceLocationTable
/external/protobuf/src/google/protobuf/
H A Drepeated_field.h82 void Add(const Element& value);
83 Element* Add();
199 typename TypeHandler::Type* Add();
230 // Like Add(), but if there are no cleared objects to use, returns NULL.
326 Element* Add();
377 // Add an already-allocated object, passing ownership to the
397 // Add an element to the pool of cleared objects, passing ownership to
475 inline void RepeatedField<Element>::Add(const Element& value) { function in class:google::protobuf::RepeatedField
481 inline Element* RepeatedField<Element>::Add() { function in class:google::protobuf::RepeatedField
649 inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add() { function in class:google::protobuf::internal::RepeatedPtrFieldBase
828 inline Element* RepeatedPtrField<Element>::Add() { function in class:google::protobuf::RepeatedPtrField
[all...]
/external/tinyxml/
H A Dtinyxml.cpp757 attributeSet.Add( attrib );
1532 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) function in class:TiXmlAttributeSet
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_window_resizer.cc309 // Add |amount| to this WindowSize not exceeding min or max size constraints.
311 int Add(int amount) { function in class:ash::WindowSize
438 // TODO(oshima): Add event source type to WMEvent and move
665 int remainder = nonfull_windows[i]->Add(grow_by);
774 window_tracker_.Add(magnetism_window_);
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc258 void Add(ExtensionDevToolsClientHost* client_host);
281 void AttachedClientHosts::Add(ExtensionDevToolsClientHost* client_host) { function in class:extensions::__anon3666::AttachedClientHosts
323 AttachedClientHosts::GetInstance()->Add(this);
327 extension_registry_observer_.Add(ExtensionRegistry::Get(profile_));
332 registrar_.Add(this, chrome::NOTIFICATION_APP_TERMINATING,
341 registrar_.Add(
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc342 void ChildProcessSecurityPolicyImpl::Add(int child_id) { function in class:content::ChildProcessSecurityPolicyImpl
368 DCHECK_EQ(0U, web_safe_schemes_.count(scheme)) << "Add schemes at most once.";
385 DCHECK_EQ(0U, pseudo_schemes_.count(scheme)) << "Add schemes at most once.";
801 NOTREACHED() << "Add child process at most once.";
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc152 int32 IndexedDBDispatcherHost::Add(IndexedDBCursor* cursor) { function in class:content::IndexedDBDispatcherHost
156 return cursor_dispatcher_host_->map_.Add(cursor);
159 int32 IndexedDBDispatcherHost::Add(IndexedDBConnection* connection, function in class:content::IndexedDBDispatcherHost
167 int32 ipc_database_id = database_dispatcher_host_->map_.Add(connection);
/external/chromium_org/courgette/
H A Dencoded_program.cc717 void Add(uint16 item) { function in class:courgette::RelocBlock
726 Add(0);
751 block.Add(((static_cast<uint16>(type)) << 12 ) | (rva & 0xFFF));
/external/chromium_org/media/cast/test/
H A Dcast_benchmarks.cc521 void Add(const T& x, bool result) { function in class:media::cast::BenchmarkCache
593 cache_.Add(p, result);
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py171 def Add(self, host_oses, channel, version): member in class:MakeHistory
183 def Add(self, bundle, add_archive_for_os=OS_MLW, add_json_for_os=OS_MLW): member in class:MakeFiles
347 # Add another bundle, make sure it still doesn't update
354 self.history.Add(OS_MLW, BETA, V18_0_1025_163)
355 self.files.Add(B18_0_1025_163_MLW)
364 self.history.Add(OS_M, BETA, V18_0_1025_175) # Mac has newer version
365 self.history.Add(OS_MLW, BETA, V18_0_1025_163)
366 self.files.Add(B18_0_1025_163_MLW)
375 self.history.Add(OS_ML, BETA, V18_0_1025_184)
376 self.history.Add(OS_
[all...]
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc146 void Add(const std::string& key, const Slice& value) { function in class:leveldb::Constructor
198 builder.Add(it->first, it->second);
238 builder.Add(it->first, it->second);
335 memtable_->Add(seq, kTypeValue, it->first, it->second);
473 void Add(const std::string& key, const std::string& value) { function in class:leveldb::Harness
474 constructor_->Add(key, value);
682 Add("", "v");
691 Add("abc", "v");
700 Add("abc", "v");
701 Add("abc
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc356 parser_->source_location_table_->Add(
707 DescriptorProto* group = messages->Add();
1176 FieldDescriptorProto* field = extensions->Add();
1554 *public_dependency->Add() = dependency->size();
1560 *weak_dependency->Add() = dependency->size();
1566 DO(ConsumeString(dependency->Add(),
1598 void SourceLocationTable::Add( function in class:google::protobuf::compiler::SourceLocationTable
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h98 void Add(const Element& value);
99 Element* Add();
255 typename TypeHandler::Type* Add();
296 // Like Add(), but if there are no cleared objects to use, returns NULL.
417 Element* Add();
501 // Add an already-allocated object, passing ownership to the
530 // Add an element to the pool of cleared objects, passing ownership to
572 Add(*begin);
630 inline void RepeatedField<Element>::Add(const Element& value) { function in class:google::protobuf::RepeatedField
636 inline Element* RepeatedField<Element>::Add() { function in class:google::protobuf::RepeatedField
837 inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add() { function in class:google::protobuf::internal::RepeatedPtrFieldBase
1047 inline Element* RepeatedPtrField<Element>::Add() { function in class:google::protobuf::RepeatedPtrField
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc198 // This lock is shared between all implementations of HookList::Add & Remove.
205 bool HookList<T>::Add(T value_as_t) { function in class:base::internal::HookList
329 return new_hooks_.Add(hook);
341 return delete_hooks_.Add(hook);
353 return premmap_hooks_.Add(hook);
366 // this test is outside of the Add spin lock.
368 return mmap_replacement_.Add(hook);
380 return mmap_hooks_.Add(hook);
392 return munmap_hooks_.Add(hook);
405 // this test is outside of the Add spi
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook.cc198 // This lock is shared between all implementations of HookList::Add & Remove.
205 bool HookList<T>::Add(T value_as_t) { function in class:base::internal::HookList
329 return new_hooks_.Add(hook);
341 return delete_hooks_.Add(hook);
353 return premmap_hooks_.Add(hook);
366 // this test is outside of the Add spin lock.
368 return mmap_replacement_.Add(hook);
380 return mmap_hooks_.Add(hook);
392 return munmap_hooks_.Add(hook);
405 // this test is outside of the Add spi
[all...]
/external/chromium_org/v8/src/compiler/
H A Dscheduler.cc618 // Add collected nodes for basic blocks to their blocks in the right order.
742 BlockList* Add(Zone* zone, BasicBlock* b) { function in struct:v8::internal::compiler::BlockList
767 outgoing->Add(block, zone);
807 loops[loop_num].members->Add(member->id());
820 loops[loop_num].members->Add(pred->id());
960 backedges.Add(
973 order = order->Add(zone, frame->block);
1010 loop->start = order->Add(zone, block);
1038 // Add it to the outgoing edges of this loop and visit it later.
1067 order = order->Add(zon
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen-gvn.cc28 void Add(HInstruction* instr, Zone* zone) { function in class:v8::internal::FINAL
29 present_depends_on_.Add(side_effects_tracker_->ComputeDependsOn(instr));
172 present_depends_on_.Add(depends_on);
192 present_depends_on_.Add(depends_on); // Keep it.
536 side_effects.Add(side_effects_tracker_.ComputeChanges(instr));
538 block_side_effects_[id].Add(side_effects);
542 loop_side_effects_[id].Add(side_effects);
551 loop_side_effects_[parent_block->block_id()].Add(side_effects);
655 visited_on_paths_.Add(block->block_id());
656 side_effects.Add(block_side_effects
[all...]
H A Dutils.h483 // Add a single element.
484 inline void Add(T value) { function in class:v8::internal::Collector
493 // Add a block of contiguous elements and return a Vector backed by the
512 // Add a contiguous block of elements and return a vector backed
600 chunks_.Add(current_chunk_.SubVector(0, index_));
673 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
806 // Add a single character to the builder. It is not allowed to add
815 // Add an entire string to the builder. Uses strlen() internally to
819 // Add the first 'n' characters of the given string 's' to the
823 // Add characte
[all...]
/external/llvm/lib/Analysis/
H A DValueTracking.cpp48 static void computeKnownBitsAddSub(bool Add, Value *Op0, Value *Op1, bool NSW, argument
52 if (!Add) {
92 if (Add) {
112 if (Add) {
527 case Instruction::Add: {
673 if (Opcode == Instruction::Add ||
1197 case Instruction::Add:
1198 // Add can have at most one carry bit. Thus we know that the output
1695 // Add indices from the extract value instruction
1698 // Add requeste
[all...]

Completed in 6170 milliseconds

1234567891011>>