/third_party/icu/icu4c/source/i18n/ |
H A D | numparse_affixes.cpp | 361 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local 363 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
|
H A D | csdetect.cpp | 205 UBool temp = fStripTags; in setStripTagsFlag() local 208 return temp; in setStripTagsFlag()
|
H A D | utrans.cpp | 149 UParseError temp; in utrans_openU() local 152 parseError = &temp; in utrans_openU()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.cc | 389 UseScratchRegisterScope temp(this); 390 Register rd = temp.Acquire();
|
/third_party/node/deps/icu-small/source/common/ |
H A D | norm2allmodes.h | 296 UnicodeString temp; variable 297 ReorderingBuffer buffer(impl, temp);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | utrans.cpp | 149 UParseError temp; in utrans_openU() local 152 parseError = &temp; in utrans_openU()
|
H A D | numparse_affixes.cpp | 361 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local 363 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
|
H A D | csdetect.cpp | 205 UBool temp = fStripTags; in setStripTagsFlag() local 208 return temp; in setStripTagsFlag()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 431 char* temp = reinterpret_cast<char*>(&instr); \ 432 return reinterpret_cast<Instruction*>(temp)->Name(); \
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 565 ICollection temp = this.Select(pair => new DictionaryEntry(pair.Key, pair.Value)).ToList();
in ICollection.CopyTo() 566 temp.CopyTo(array, index);
in ICollection.CopyTo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 397 ID3D11Resource *temp = mData->object; in init() local 399 texture.mData->object = static_cast<ResourceT *>(temp); in init()
|
H A D | ResourceManager11.h | 324 auto temp = this->mData->object; in SharedResource11() local 326 obj.mData->object = static_cast<T *>(temp); in SharedResource11()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 118 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | mem_pass.cpp | 118 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csdetect.cpp | 205 UBool temp = fStripTags; in setStripTagsFlag() local 208 return temp; in setStripTagsFlag()
|
H A D | numparse_affixes.cpp | 347 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local 349 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
|
H A D | utrans.cpp | 149 UParseError temp; in utrans_openU() local 152 parseError = &temp; in utrans_openU()
|
/third_party/skia/tests/ |
H A D | ProgramsTest.cpp | 109 SkString temp = this->invokeChild(0, args); variable 110 args.fFragBuilder->codeAppendf("return %s;", temp.c_str());
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 25 int temp; in X11CodeToKey() local 27 keySymbols = XGetKeyboardMapping(display, scancode, 1, &temp); in X11CodeToKey()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-array.hh | 225 Type temp = arrayZ[rhs]; in reverse() local 227 arrayZ[lhs] = temp; in reverse()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | font_data_test.cc | 321 ByteArrayPtr temp = new MemoryByteArray(size); in TestWritableFontData() local 322 WritableFontDataPtr wfd_copy = new WritableFontData(temp); in TestWritableFontData()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 296 UnicodeString temp; variable 297 ReorderingBuffer buffer(impl, temp);
|
/third_party/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 119 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 120 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 371 // Emit desired load opcode, using temp addr_reg. in EmitLoad() 594 // Emit desired store opcode, using temp addr_reg. in VisitStore() 1090 InstructionOperand temp = g.TempRegister(); in VisitInt32Mul() local 1091 Emit(kMips64Shl | AddressingModeField::encode(kMode_None), temp, in VisitInt32Mul() 1095 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt32Mul() 1144 InstructionOperand temp = g.TempRegister(); in VisitInt64Mul() local 1145 Emit(kMips64Dshl | AddressingModeField::encode(kMode_None), temp, in VisitInt64Mul() 1149 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt64Mul() 1877 // Emit desired load opcode, using temp addr_reg. in VisitUnalignedLoad() 1933 // Emit desired store opcode, using temp addr_re in VisitUnalignedStore() 2301 InstructionOperand temp[3]; VisitWord32Compare() local 2327 InstructionOperand temp[3]; VisitWord32Compare() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 1050 InstructionOperand temp = g.TempRegister(); in VisitInt32Mul() local 1051 Emit(kLoong64Sll_w | AddressingModeField::encode(kMode_None), temp, in VisitInt32Mul() 1055 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt32Mul() 1104 InstructionOperand temp = g.TempRegister(); in VisitInt64Mul() local 1105 Emit(kLoong64Sll_d | AddressingModeField::encode(kMode_None), temp, in VisitInt64Mul() 1109 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt64Mul() 1953 // Emit desired load opcode, using temp addr_reg. in VisitAtomicLoad() 2022 // Emit desired store opcode, using temp addr_reg. in VisitAtomicStore() 2045 InstructionOperand temp[3]; in VisitAtomicExchange() local 2046 temp[ in VisitAtomicExchange() 2071 InstructionOperand temp[3]; VisitAtomicCompareExchange() local [all...] |