| /art/runtime/ |
| indirect_reference_table-inl.h | 109 inline void IrtEntry::Add(ObjPtr<mirror::Object> obj) {
|
| /bionic/libc/malloc_debug/ |
| FreeTrackData.cpp | 93 void FreeTrackData::Add(const Header* header) {
|
| TrackData.cpp | 62 void TrackData::Add(const Header* header, bool backtrace_found) {
|
| /external/boringssl/src/crypto/err/ |
| err_data_generate.go | 93 func (st *stringList) Add(key uint32, value string) error { 213 err = e.reasons.Add(listKey, value)
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| reraiser_thread.py | 79 """Overrides Thread.run() to add support for reraising exceptions.""" 102 self.Add(thread) 104 def Add(self, thread): 105 """Add a thread to the group.
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
| browser_credentials.py | 79 def Add(self, credentials_type, data): 145 or add your own credentials to:
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_mutexset.cc | 25 void MutexSet::Add(u64 id, bool write, u64 epoch) { 47 // Add new mutex descriptor.
|
| /external/libchrome/base/ |
| scoped_observer.h | 30 void Add(Source* source) {
|
| /external/libmojo/mojo/edk/system/ |
| awakable_list.cc | 54 void AwakableList::Add(Awakable* awakable, 79 return watchers_.Add(signals, callback, context, current_state);
|
| /external/libmojo/third_party/catapult/devil/devil/utils/ |
| reraiser_thread.py | 79 """Overrides Thread.run() to add support for reraising exceptions.""" 102 self.Add(thread) 104 def Add(self, thread): 105 """Add a thread to the group.
|
| /external/libvpx/libvpx/test/ |
| md5_helper.h | 22 void Add(const vpx_image_t *img) { 27 // we are shifting by 1 (chroma_shift) we add 1 before doing the shift. 46 void Add(const uint8_t *data, size_t size) {
|
| /external/llvm/examples/HowToUseJIT/ |
| HowToUseJIT.cpp | 78 // Add a basic block to the function. As before, it automatically inserts 94 // Create the add instruction, inserting it into the end of BB. 95 Value *Add = builder.CreateAdd(One, ArgX); 97 // Create the return instruction and add it to the basic block 98 builder.CreateRet(Add); 108 // Add a basic block to the FooF function. 121 // Create the return instruction and add it to the basic block.
|
| /external/llvm/lib/MC/MCDisassembler/ |
| MCExternalSymbolizer.cpp | 23 // This function tries to add a symbolic operand in place of the immediate 90 const MCExpr *Add = nullptr; 95 Add = MCSymbolRefExpr::create(Sym, Ctx); 97 Add = MCConstantExpr::create((int)SymbolicOp.AddSymbol.Value, Ctx); 119 if (Add) 120 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx); 127 } else if (Add) { 129 Expr = MCBinaryExpr::createAdd(Add, Off, Ctx); 131 Expr = Add; 147 // This function tries to add a comment as to what is being referenced by a loa [all...] |
| /external/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64ExternalSymbolizer.cpp | 44 /// tryAddingSymbolicOperand - tryAddingSymbolicOperand trys to add a symbolic 58 /// to add to the comment stream. This function returns Success if it adds 122 // otool expects the fully encoded ADD/LDR instruction to be passed in 126 EncodedInst |= Value << 10; // imm12 [+ shift:2 for ADD] 166 const MCExpr *Add = nullptr; 173 Add = MCSymbolRefExpr::create(Sym, Variant, Ctx); 175 Add = MCSymbolRefExpr::create(Sym, Ctx); 177 Add = MCConstantExpr::create(SymbolicOp.AddSymbol.Value, Ctx); 199 if (Add) 200 LHS = MCBinaryExpr::createSub(Add, Sub, Ctx) [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreMCInstLower.cpp | 77 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx); 78 return MCOperand::createExpr(Add);
|
| /external/pdfium/fpdfsdk/javascript/ |
| JS_KeyValue.cpp | 23 Add(pNewObjData); 30 Add(pNewObjData); 37 Add(pNewObjData); 44 Add(pNewObjData); 50 Add(pNewObjData); 56 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) {
|
| /external/regex-re2/re2/ |
| filtered_re2.cc | 24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern, 51 prefilter_tree_->Add(prefilter);
|
| set.cc | 28 int RE2::Set::Add(const StringPiece& pattern, string* error) { 30 LOG(DFATAL) << "RE2::Set::Add after Compile";
|
| /external/skia/include/private/ |
| GrGLSL_impl.h | 40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) { 104 return GrGLSLExpr1::Add(in0, in1); 144 return GrGLSLExpr4::Add(in0, in1); 156 return GrGLSLExpr4::Add(in0, in1); 168 return GrGLSLExpr4::Add(in0, in1);
|
| /external/skia/src/core/ |
| SkYUVPlanesCache.cpp | 85 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, Info* info, 88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info));
|
| /external/swiftshader/third_party/LLVM/examples/HowToUseJIT/ |
| HowToUseJIT.cpp | 69 // Add a basic block to the function. As before, it automatically inserts
85 // Create the add instruction, inserting it into the end of BB.
86 Value *Add = builder.CreateAdd(One, ArgX);
88 // Create the return instruction and add it to the basic block
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.
113 // Create the return instruction and add it to the basic block.
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
| InstCombineWorklist.h | 36 /// Add - Add the specified instruction to the worklist if it isn't already 38 void Add(Instruction *I) { 40 DEBUG(errs() << "IC: ADD: " << *I << '\n'); 47 Add(I); 50 /// AddInitialGroup - Add the specified batch of stuff in reverse order. 54 assert(Worklist.empty() && "Worklist must be empty to add initial group"); 83 /// AddUsersToWorkList - When an instruction is simplified, add all users of 90 Add(cast<Instruction>(*UI));
|
| /external/v8/src/ |
| external-reference-table.h | 48 void Add(Address address, const char* name) { 54 refs_.Add(entry);
|
| /external/v8/src/heap/ |
| array-buffer-tracker-inl.h | 27 tracker->Add(buffer, length); 50 void LocalArrayBufferTracker::Add(Key key, const Value& value) {
|
| /prebuilts/go/darwin-x86/src/go/scanner/ |
| errors.go | 39 // Add adds an Error with given position and error message to an ErrorList. 40 func (p *ErrorList) Add(pos token.Position, msg string) {
|