Home
last modified time | relevance | path

Searched refs:insert (Results 1776 - 1800 of 3502) sorted by relevance

1...<<71727374757677787980>>...141

/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBImporter.java26 * <LI>The class should parse resources one at a time and use the importResource() method to insert them into the resource bundle.</LI>
195 String insert[] = {item.getKey(), (bundle.encoding.equals("") ? "(Base Class)" : bundle.encoding)}; in resolveResource()
196 String result = (String)JOptionPane.showInputDialog(this, Resources.getTranslation("import_resource_conflict_choose", insert) + in resolveResource()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java380 buf.insert(0, UTF16.valueOf(ch)); in iterativeNorm()
409 buf.insert(0, UTF16.valueOf(ch)); in iterativeNorm()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRBBIDataWrapper.java398 dest.insert(0, ' '); in intToString()
408 dest.insert(0, ' '); in intToHexString()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorIDParser.java303 // canonID. In the reverse, insert it at zero, and invert in parseGlobalFilter()
315 canonID.insert(0, pattern + ID_DELIM); in parseGlobalFilter()
722 buf.insert(0, specs.filter); in specsToID()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DCanonGSUBBuilder.java131 contextualTree.insert(convertArabicString(decompType, ligature, decomposition, isolClassTable)); in buildArabicLigatureTree()
136 //canonicalTree.insert(decomposition + UCharacter.toString(ligature)); in buildArabicLigatureTree()
282 ligatureTree.insert(equivalent + composed); in buildLigatureTree()
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp131 block->instructions.insert(std::prev(block->instructions.end()), std::move(instr)); in insert_before_logical_end()
133 block->instructions.insert(std::prev(it.base()), std::move(instr)); in insert_before_logical_end()
216 /* If the loop-header has a back-edge, we need to insert a phi. in init_any_pred_defined()
H A Daco_ssa_elimination.cpp86 /* insert the parallelcopies from logical phis before p_logical_end */ in insert_parallelcopies()
111 block.instructions.insert(it, std::move(pc)); in insert_parallelcopies()
114 /* insert parallelcopies for the linear phis at the end of blocks just before the branch */ in insert_parallelcopies()
136 block.instructions.insert(it, std::move(pc)); in insert_parallelcopies()
403 /* insert parallelcopies from SSA elimination */ in ssa_elimination()
/third_party/node/src/
H A Dblob_serializer_deserializer-inl.h275 sink.insert(sink.end(), data.c_str(), data.c_str() + length); in WriteString()
304 sink.insert(sink.end(), pos, pos + size); in WriteArithmetic()
H A Dheap_utils.cc89 engine_nodes_.insert(n.get());
100 edges_[from].insert(std::make_pair(name, to));
/third_party/node/deps/v8/tools/unittests/
H A Drun_perf_test.py96 sys.path.insert(0, BASE_DIR)
110 sys.path.insert(0, BASE_DIR)
/third_party/ninja/src/
H A Dbuild_log.cc157 entries_.insert(Entries::value_type(log_entry->output, log_entry)); in RecordCommand()
346 entries_.insert(Entries::value_type(entry->output, entry)); in Load()
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js306 await cacache.index.insert(this.options.cachePath, this.key, null, cacheOpts)
446 await cacache.index.insert(options.cachePath, this.key, this.entry.integrity, {
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dspecifiers.py697 left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0])))
698 right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0])))
/third_party/node/deps/npm/node_modules/yallist/
H A Dyallist.js349 walker = insert(this, walker, nodes[i])
367 function insert (self, node, value) {
/third_party/node/deps/v8/src/compiler/
H A Dload-elimination.h134 info_for_node_.insert(std::make_pair(object, info)); in AbstractField()
161 copy->info_for_node_.insert(this_it); in Merge()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc215 auto insert_result = processed->insert(worklist.back()); in RunEarleyAlgorithm()
243 waiting[{pos, next}].insert(&item); in RunEarleyAlgorithm()
H A Dinstance-type-generator.cc188 unconstrained_children_by_size.insert( in SolveInstanceTypeConstraints()
191 constrained_children_by_start.insert( in SolveInstanceTypeConstraints()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp392 std::pair<def_map::iterator,bool> r = m.insert(std::make_pair(v, index)); in set_index()
403 m.insert(std::make_pair(v, index)); in new_index()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c101 * we want to find a slot where we can insert a scalar MOV with
105 insert(struct ir2_context *ctx, unsigned block_idx, unsigned reg_idx, in insert() function
150 * in this case, insert a mov to place the 2nd src into to same reg
174 /* TODO, insert needs logic for this */ in scalarize_case1()
189 /* find a place to insert the mov */ in scalarize_case1()
190 sched = insert(ctx, instr->block_idx, reg->idx, src1, &comp); in scalarize_case1()
324 /* TODO can still insert scalar if src_count=3, if smart about it */ in sched_next()
345 * TODO: if we are smart we can still insert if instr_v->src_count==3 in sched_next()
410 /* catch texture fetch after scheduling and insert the in schedule_instrs()
/third_party/rust/crates/clap/src/parser/
H A Dvalidator.rs174 seen.insert(c_id.clone()).then(|| { in build_conflict_err()
234 self.required.insert(req); in gather_requires()
239 self.required.insert(r.clone()); in gather_requires()
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs324 subs.insert(sc.get_name()),
331 subs.insert(alias),
/third_party/python/Lib/idlelib/
H A Diomenu.py170 self.text.insert("1.0", chars)
177 self.text.mark_set("insert", "1.0")
178 self.text.yview("insert")
263 self.text.insert("end-1c", "\n") # Changes 'end-1c' value.
H A Dformat.py62 find_paragraph(text, text.index("insert"))
70 text.mark_set("insert", first)
73 text.insert(first, newdata)
76 text.mark_set("insert", last)
77 text.see("insert")
166 # re-split and re-insert the comment header.
234 head = text.index("insert linestart")
235 tail = text.index("insert lineend +1c")
248 lines: List of new lines to insert between head
257 text.mark_set("insert", hea
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLContext.cpp105 propArray.insert(propArray.cend(), properties, propIt); in createCommandQueueWithProperties()
216 propArray.insert(propArray.cend(), properties, propIt); in createSamplerWithProperties()
H A DImage.cpp102 mSourcesOf.insert(imageSource); in addImageSource()
329 mState.targets.insert(sibling); in addTargetSibling()

Completed in 20 milliseconds

1...<<71727374757677787980>>...141