/third_party/node/lib/ |
H A D | os.js | 296 const existing = result[name]; 297 if (existing !== undefined) 298 ArrayPrototypePush(existing, entry);
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | UnknownFieldSet.cs | 173 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 D | util.js | 597 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 D | u_debug_refcnt.c | 164 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 D | main.go | 136 existing, err := ioutil.ReadFile(path) 137 if err == nil && string(existing) == content {
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | out.rs | 12 if let Ok(existing) = fs::read(path) { 13 if existing == content {
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 330 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 D | runpy.py | 121 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 D | Pp.cpp | 165 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 D | SmallSortedMap.java | 243 // 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 D | SpvBuilder.cpp | 575 // 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 D | cbs.mak | 122 vp90-2-10-show-existing-frame.webm \ 123 vp90-2-10-show-existing-frame2.webm \
|
/third_party/node/tools/ |
H A D | js2c.py | 187 with open(target, 'rt') as existing: 188 old_content = existing.read()
|
/third_party/skia/src/sksl/dsl/priv/ |
H A D | DSLWriter.h | 88 * 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 D | tst_check_driver.sh | 46 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 D | stable_abi.py | 3 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 D | dict.c | 124 printf("\nTesting av_dict_set() with existing AVDictionaryEntry.key as key\n"); in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | linker.h | 57 ir_variable *const existing,
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_isa.py | 118 def parse_copy(enc, existing): 121 for ex in existing:
|
/third_party/rust/crates/unicode-width/scripts/ |
H A D | unicode.py | 272 for (i, existing) in enumerate(self.indexed): 273 if existing.try_extend(bucket):
|
/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 259 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 D | node_platform.cc | 383 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 D | data_synonym_and_id_equation_facts.cpp | 114 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 D | data_synonym_and_id_equation_facts.cpp | 114 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 D | resolve.go | 648 if existing := s.lookup(name); existing != nil { 649 return fmt.Errorf("%v '%v' already declared\nFirst declared here: %v", source, name, existing.source)
|