Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 25 of 61) sorted by relevance

123

/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DRangeException.java31 Column<T> column, T value, RangeTree existing, RangeTree ranges, OverwriteMode mode) { in checkDisjoint()
41 RangeTree existing, in RangeException()
45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() local
51 RangeTree existing, in explain()
/third_party/musl/src/unistd/
Dsymlink.c5 int symlink(const char *existing, const char *new) in symlink()
Dlink.c5 int link(const char *existing, const char *new) in link()
Dsymlinkat.c4 int symlinkat(const char *existing, int fd, const char *new) in symlinkat()
Dlinkat.c4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) in linkat()
/third_party/cef/tools/
Dmake_ctocpp_impl.py501 def make_ctocpp_function_impl(clsname, funcs, existing, base_scoped): argument
517 def make_ctocpp_virtual_function_impl(header, cls, existing, base_scoped): argument
Dmake_cpptoc_impl.py458 def make_cpptoc_function_impl(cls, funcs, existing, prefixname, defined_names, argument
480 def make_cpptoc_virtual_function_impl(header, cls, existing, prefixname, argument
/third_party/node/deps/npm/test/lib/commands/
Dshrinkwrap.js54 const existing = JSON.stringify({ lockfileVersion: 2 }) constant
135 existing: { property
160 existing: { property
185 existing: { property
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp98 void DSLWriter::AddVarDeclaration(DSLStatement& existing, DSLVar& additional) { in AddVarDeclaration()
/third_party/mesa3d/src/util/
Du_debug_refcnt.c164 boolean existing = debug_serial((void *) p, &serial); in debug_reference_slowpath() local
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp139 symbol_table_entry *existing = get_entry(v->name); in add_variable() local
196 symbol_table_entry *existing = get_entry(f->name); in add_function() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DPreferences.java141 Vector existing = new Vector(); in getRecentFilesPreferences() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c127 const struct crocus_compiled_shader *existing = entry->data; in find_existing_assembly() local
199 const struct crocus_compiled_shader *existing = find_existing_assembly( in crocus_upload_shader() local
/third_party/mesa3d/src/panfrost/bifrost/
Dbifrost_isa.py118 def parse_copy(enc, existing): argument
/third_party/typescript/src/compiler/
DtsbuildPublic.ts1406 const existing = state.filesWatched.get(path); constant
1424 const existing = state.filesWatched.get(path); constant
1447 const existing = Debug.checkDefined(state.filesWatched.get(path)); constant
1476 const existing = getBuildInfoCacheEntry(state, buildInfoPath, resolvedConfigPath); constant
1495 const existing = state.buildInfoCache.get(resolvedConfigPath); constant
1501 const existing = state.buildInfoCache.get(resolvedConfigPath); constant
DwatchUtilities.ts339 const existing = extendedConfigFilesMap.get(extendedConfigFilePath); constant
349 const existing = extendedConfigFilesMap.get(extendedConfigFilePath); constant
Dsys.ts434 const existing = cache.get(path); constant
620 const existing = invokeMap.get(rootDirName); constant
654 const existing = cacheToUpdateChildWatches.get(dirPath); constant
687 const existing = invokeMap.get(rootDirName); constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSizedMRUCache.h81 auto existing = mStore.Peek(key); in eraseByKey() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dtype_info.cc149 const StringPiece* existing = InsertOrReturnExisting( in PopulateNameLookupTable() local
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode_common.c136 struct pandecode_mapped_memory *existing = in pandecode_inject_mmap() local
/third_party/typescript/src/compiler/transformers/
Djsx.ts46 … const existing = currentFileState.utilizedImplicitRuntimeImports?.get(importSource)?.get(name); constant
/third_party/typescript/src/harness/
DsourceMapRecorder.ts360 const existing = files.get(path); constant
DfakesHosts.ts332 const existing = this._sourceFiles.get(canonicalFileName); constant
/third_party/node/deps/v8/src/codegen/
Dconstant-pool.cc259 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
507 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DSmallSortedMap.java487 final V existing = get(entry.getKey()); in contains() local

123