Home
last modified time | relevance | path

Searched refs:insert (Results 3976 - 4000 of 5258) sorted by relevance

1...<<151152153154155156157158159160>>...211

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java1987 segment.insert(0, (char)c); in previousNormalize()
1989 segment.insert(0, Character.toChars(c)); in previousNormalize()
/third_party/icu/icu4c/source/i18n/
H A Dtranslit.cpp245 * insert new text into the buffer. As a result, it only performs
755 variant.insert(0, VARIANT_SEP); in getDisplayName()
1178 rulesSource.insert(0, UNICODE_STRING_SIMPLE("::")); in toRules()
H A Dalphaindex.cpp109 return ~start; // insert s before *si in binarySearch()
114 return ~(start + 1); // insert s after *si in binarySearch()
385 temp.insert(0, (UChar)(0x30 + count % 10)); in fixLabel()
388 temp.insert(0, (UChar)(0x30 + count)); in fixLabel()
H A Drbt_pars.cpp999 idBlockResult.insert(0, END_OF_RULE); in parseRules()
1000 idBlockResult.insert(0, id->canonID); in parseRules()
/third_party/mesa3d/src/amd/compiler/
H A Daco_assembler.cpp840 out.insert(out.begin() + insert_before, insert_data, insert_data + insert_count); in insert_code()
1022 code.insert(code.end(), (uint32_t*)program->constant_data.data(), in emit_program()
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py234 def insert(self, key, value): member in Multimap
985 self.line_list.insert(line, breakpoint)
/third_party/json/tests/thirdparty/Fuzzer/test/
H A DFuzzerUnittest.cpp76 FoundUnits.insert(C); in TEST()
80 ExpectedUnitsWitThisLength.insert(U); in TEST()
/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp792 clang_opts.insert(clang_opts.end(), args->args, args->args + args->num_args); in clc_compile_to_llvm_module()
985 ext_map.insert(std::make_pair(SPIRV::ExtensionID::X, true)); in llvm_mod_to_spirv()
/third_party/node/src/
H A Dnode_http_parser.cc211 all_connections_.insert(parser); in Push()
219 active_connections_.insert(parser); in PushActive()
/third_party/node/deps/icu-small/source/i18n/
H A Dalphaindex.cpp109 return ~start; // insert s before *si in binarySearch()
114 return ~(start + 1); // insert s after *si in binarySearch()
385 temp.insert(0, (char16_t)(0x30 + count % 10)); in fixLabel()
388 temp.insert(0, (char16_t)(0x30 + count)); in fixLabel()
H A Drbt_pars.cpp999 idBlockResult.insert(0, END_OF_RULE); in parseRules()
1000 idBlockResult.insert(0, id->canonID); in parseRules()
H A Dtranslit.cpp245 * insert new text into the buffer. As a result, it only performs
755 variant.insert(0, VARIANT_SEP); in getDisplayName()
1178 rulesSource.insert(0, UNICODE_STRING_SIMPLE("::")); in toRules()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp141 refVal->uses.insert(this); in set()
1189 calls.insert(&main->call); in Program()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc723 end_to_header_.insert({loop_end, loop_header}); in PushLoop()
724 auto it = header_to_info_.insert( in PushLoop()
727 // Get the loop info pointer from the output of insert. in PushLoop()
/third_party/node/deps/v8/src/execution/
H A Dfutex-emulation.cc186 isolate_map.insert(std::make_pair(node->isolate_for_async_waiters_, in NotifyAsyncWaiter()
204 location_lists_.insert( in AddNode()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc979 if (recurring) m_recurringTasks.insert(task); in asyncTaskScheduledForStack()
1160 m_contextGroupIdToDebuggerId.insert( in debuggerIdFor()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc349 args.insert(args.begin(), "state_"); in EmitInstruction()
418 args.insert(args.begin(), "state_"); in EmitInstruction()
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc166 types_map.insert(std::make_pair(key, type)); in add_type()
175 unknown_types_set.insert(ctf_type); in add_unknown_type()
/third_party/python/
H A Dsetup.py151 dirlist.insert(i + 1, dir)
153 dirlist.insert(0, dir)
/third_party/python/Lib/
H A Doptparse.py1474 rargs.insert(0, next_arg)
1518 rargs.insert(0, arg[i:])
/third_party/python/Lib/importlib/
H A D_bootstrap.py847 spec.submodule_search_locations.insert(0, pkgdir)
947 spec.submodule_search_locations.insert(0, pkgdir)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang.y997 $$->insert($$->begin(), 0u);
1005 $$->insert($$->begin(), size);
H A DCompiler.cpp1342 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mUniformBlocks.begin(), mUniformBlocks.end()); in collectInterfaceBlocks()
1343 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mShaderStorageBlocks.begin(), in collectInterfaceBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp471 return LB.Visited.insert(To).second;
965 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp512 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()
528 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()

Completed in 49 milliseconds

1...<<151152153154155156157158159160>>...211