Home
last modified time | relevance | path

Searched defs:existing (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/src/unistd/
H A Dlink.c5 int link(const char *existing, const char *new) in link() argument
H A Dsymlink.c5 int symlink(const char *existing, const char *new) in symlink() argument
H A Dsymlinkat.c4 int symlinkat(const char *existing, int fd, const char *new) in symlinkat() argument
H A Dlinkat.c4 int linkat(int fd1, const char *existing, int fd2, const char *new, int flag) in linkat() argument
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.c164 boolean existing = debug_serial((void *) p, &serial); in debug_reference_slowpath() local
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeException.java30 checkDisjoint( Column<T> column, T value, RangeTree existing, RangeTree ranges, OverwriteMode mode) checkDisjoint() argument
39 RangeException(Column<?> column, @Nullable Object value, RangeTree existing, RangeTree ranges, RangeTree intersection, OverwriteMode mode) RangeException() argument
48 explain( Column<?> column, @Nullable Object value, RangeTree existing, RangeTree ranges, RangeTree intersection, OverwriteMode mode) explain() argument
/third_party/skia/src/sksl/dsl/priv/
H A DDSLWriter.cpp98 void DSLWriter::AddVarDeclaration(DSLStatement& existing, DSLVar& additional) { in AddVarDeclaration() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_symbol_table.cpp139 symbol_table_entry *existing = get_entry(v->name); in add_variable() local
196 symbol_table_entry *existing in add_function() local
[all...]
H A Dlinker.cpp785 validate_intrastage_arrays(struct gl_shader_program *prog, ir_variable *const var, ir_variable *const existing, bool match_precision) validate_intrastage_arrays() argument
874 ir_variable *const existing = variables->get_variable(var->name); cross_validate_globals() local
1353 ir_variable *const existing = remap_variables() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DSizedMRUCache.h81 auto existing = mStore.Peek(key); in eraseByKey() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dtype_info.cc149 const StringPiece* existing = InsertOrReturnExisting( in PopulateNameLookupTable() local
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Ddecode_common.c136 struct pandecode_mapped_memory *existing = in pandecode_inject_mmap() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A 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
[all...]
/third_party/gn/src/gn/
H A Dfunctions.cc197 const NonNestableBlock* existing = in Enter() local
/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc259 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
507 auto existing = entries_.find(key); in GetRelocInfoStatusFor() local
/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
/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
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp115 auto existing = id_equations_.find(lhs); in GetEquations() local
/third_party/node/src/
H A Dnode_platform.cc383 auto& existing = existing_it->second; in UnregisterIsolate() local
/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c322 ares__hosts_file_merge_entry( const ares_hosts_file_t *hf, ares_hosts_entry_t *existing, ares_hosts_entry_t *entry, ares_hosts_file_match_t matchtype) ares__hosts_file_merge_entry() argument
/third_party/glslang/glslang/MachineIndependent/preprocessor/
H A DPp.cpp165 MacroSymbol* existing = lookupMacroDef(defAtom); in CPPdefine() local
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py775 def existing(a, b): member in SpecSignatureTest.test_skip_attributeerrors.RaiserClass
/third_party/curl/lib/
H A Durl.c3330 reuse_conn(struct Curl_easy *data, struct connectdata *temp, struct connectdata *existing) global() argument
3422 struct connectdata *existing = NULL; global() local
[all...]
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp197 const SkOpPtT* SkOpSegment::existing(double t, const SkOpSegment* opp) const { in existing() function in SkOpSegment
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c1033 wpa_tdls_add_peer(struct wpa_sm *sm, const u8 *addr, int *existing) in wpa_tdls_add_peer() argument

Completed in 28 milliseconds

12