Home
last modified time | relevance | path

Searched refs:existing (Results 26 - 50 of 102) sorted by relevance

12345

/third_party/node/lib/
H A Dos.js296 const existing = result[name];
297 if (existing !== undefined)
298 ArrayPrototypePush(existing, entry);
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DUnknownFieldSet.cs173 UnknownField existing; in GetOrAddField()
174 if (fields.TryGetValue(number, out existing)) in GetOrAddField()
176 return existing; in GetOrAddField()
/third_party/node/lib/internal/http2/
H A Dutil.js597 const existing = obj[name];
598 if (existing === undefined) {
608 obj[name] = `${existing}; ${value}`;
618 ArrayPrototypePush(existing, value);
626 obj[name] = `${existing}, ${value}`;
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.c164 boolean existing = debug_serial((void *) p, &serial); in debug_reference_slowpath() local
170 if (!existing) { in debug_reference_slowpath()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/
H A Dmain.go136 existing, err := ioutil.ReadFile(path)
137 if err == nil && string(existing) == content {
/third_party/rust/crates/cxx/gen/build/src/
H A Dout.rs12 if let Ok(existing) = fs::read(path) {
13 if existing == content {
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js330 t.test('set existing version', async t => {
339 t.test('remove existing tag', async t => {
348 t.test('remove non-existing tag', async t => {
/third_party/python/Lib/
H A Drunpy.py121 existing = sys.modules.get(mod_name)
122 if existing is not None and not hasattr(existing, "__path__"):
303 # existing __main__ module may prevent location of the new module.
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp165 MacroSymbol* existing = lookupMacroDef(defAtom); in CPPdefine() local
166 if (existing != nullptr) { in CPPdefine()
167 if (! existing->undef) { in CPPdefine()
173 if (existing->functionLike != mac.functionLike) { in CPPdefine()
176 } else if (existing->args.size() != mac.args.size()) { in CPPdefine()
180 if (existing->args != mac.args) { in CPPdefine()
185 existing->body.reset(); in CPPdefine()
193 oldToken = existing->body.getToken(parseContext, &oldPpToken); in CPPdefine()
208 *existing = mac; in CPPdefine()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSmallSortedMap.java243 // Replace existing array entry. in put()
487 final V existing = get(entry.getKey()); in contains()
489 return existing == value || (existing != null && existing.equals(value)); in contains()
575 * array entries, which invalidates any existing iterators.
615 * array entries, which invalidates any existing iterators.
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp575 // try to find existing type in makeArrayType()
1536 Id existing = NoResult; in makeNullConstant() local
1540 existing = constant->getResultId(); in makeNullConstant()
1543 if (existing != NoResult) in makeNullConstant()
1544 return existing; in makeNullConstant()
1564 Id existing = 0; in makeBoolConstant() local
1568 existing = constant->getResultId(); in makeBoolConstant()
1571 if (existing) in makeBoolConstant()
1572 return existing; in makeBoolConstant()
1591 Id existing in makeIntConstant() local
1615 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2); makeInt64Constant() local
1641 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); makeFloatConstant() local
1668 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, op1, op2); makeDoubleConstant() local
1697 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); makeFloat16Constant() local
1810 Id existing = findCompositeConstant(typeClass, typeId, members); makeCompositeConstant() local
1817 Id existing = findStructConstant(typeId, members); makeCompositeConstant() local
[all...]
/third_party/ffmpeg/tests/fate/
H A Dcbs.mak122 vp90-2-10-show-existing-frame.webm \
123 vp90-2-10-show-existing-frame2.webm \
/third_party/node/tools/
H A Djs2c.py187 with open(target, 'rt') as existing:
188 old_content = existing.read()
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.h88 * Adds a new declaration into an existing declaration statement. This either turns the original
92 static void AddVarDeclaration(DSLStatement& existing, DSLVar& additional);
/third_party/ltp/lib/newlib_tests/shell/
H A Dtst_check_driver.sh46 tst_res TINFO "check non-existing module detection"
47 EXPECT_FAIL tst_check_drivers not-existing-kernel-module
/third_party/python/Tools/scripts/
H A Dstable_abi.py3 By default, the tool only checks existing files/libraries.
368 existing = path.read_text()
370 if generated != existing:
376 generated.splitlines(), existing.splitlines(),
/third_party/ffmpeg/libavutil/tests/
H A Ddict.c124 printf("\nTesting av_dict_set() with existing AVDictionaryEntry.key as key\n"); in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker.h57 ir_variable *const existing,
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_isa.py118 def parse_copy(enc, existing):
121 for ex in existing:
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py272 for (i, existing) in enumerate(self.indexed):
273 if existing.try_extend(bucket):
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc259 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
260 if (existing != entries_.end()) { in GetRelocInfoStatusFor()
507 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
508 if (existing != entries_.end()) { in GetRelocInfoStatusFor()
/third_party/node/src/
H A Dnode_platform.cc383 auto& existing = existing_it->second; in UnregisterIsolate() local
384 if (existing.second) { in UnregisterIsolate()
385 existing.second->Shutdown(); in UnregisterIsolate()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp114 auto existing = id_equations_.find(lhs); in GetEquations() local
115 if (existing == id_equations_.end()) { in GetEquations()
118 return existing->second; in GetEquations()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp114 auto existing = id_equations_.find(lhs); in GetEquations() local
115 if (existing == id_equations_.end()) { in GetEquations()
118 return existing->second; in GetEquations()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go648 if existing := s.lookup(name); existing != nil {
649 return fmt.Errorf("%v '%v' already declared\nFirst declared here: %v", source, name, existing.source)

Completed in 22 milliseconds

12345