Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 2103) sorted by relevance

12345678910>>...85

/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() argument
32 RangeTree intersection = existing.intersect(ranges); in checkDisjoint()
35 throw new RangeException(column, value, existing, ranges, intersection, mode); in checkDisjoint()
41 RangeTree existing, in RangeException() argument
45 super(explain(checkNotNull(column), value, existing, ranges, intersection, checkNotNull(mode))); in RangeException() local
51 RangeTree existing, in explain() argument
60 value, column, mode, toLines(intersection), toLines(existing), toLines(ranges)); in explain()
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp98 void DSLWriter::AddVarDeclaration(DSLStatement& existing, DSLVar& additional) { in AddVarDeclaration() argument
99 if (existing.fStatement->is<Block>()) { in AddVarDeclaration()
100 SkSL::Block& block = existing.fStatement->as<Block>(); in AddVarDeclaration()
103 } else if (existing.fStatement->is<VarDeclaration>()) { in AddVarDeclaration()
106 stmts.push_back(std::move(existing.fStatement)); in AddVarDeclaration()
108 existing.fStatement = SkSL::Block::MakeUnscoped(/*line=*/-1, std::move(stmts)); in AddVarDeclaration()
109 } else if (existing.fStatement->isEmpty()) { in AddVarDeclaration()
111 existing.fStatement = Declare(additional).release(); in AddVarDeclaration()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp139 symbol_table_entry *existing = get_entry(v->name); in add_variable() local
144 if (existing->v == NULL && existing->t == NULL) { in add_variable()
145 existing->v = v; in add_variable()
154 if (existing != NULL) in add_variable()
155 entry->f = existing->f; in add_variable()
196 symbol_table_entry *existing = get_entry(f->name); in add_function() local
197 if ((existing->f == NULL) && (existing->t == NULL)) { in add_function()
198 existing->f = f; in add_function()
Dlinker.cpp787 ir_variable *const existing, in validate_intrastage_arrays() argument
795 if (var->type->is_array() && existing->type->is_array()) { in validate_intrastage_arrays()
797 const glsl_type *no_array_existing = existing->type->fields.array; in validate_intrastage_arrays()
805 ((var->type->length == 0)|| (existing->type->length == 0))) { in validate_intrastage_arrays()
807 if ((int)var->type->length <= existing->data.max_array_access) { in validate_intrastage_arrays()
813 existing->data.max_array_access); in validate_intrastage_arrays()
815 existing->type = var->type; in validate_intrastage_arrays()
817 } else if (existing->type->length != 0) { in validate_intrastage_arrays()
818 if((int)existing->type->length <= var->data.max_array_access && in validate_intrastage_arrays()
819 !existing->data.from_ssbo_unsized_array) { in validate_intrastage_arrays()
[all …]
/third_party/node/deps/npm/test/lib/commands/
Dshrinkwrap.js54 const existing = JSON.stringify({ lockfileVersion: 2 }) constant
62 existingDir = { 'package-lock.json': existing }
65 existingDir = { 'npm-shrinkwrap.json': existing }
68 existingDir = { node_modules: { '.package-lock.json': existing } }
85 t.match(t.context, assertions.existing)
135 existing: { property
160 existing: { property
185 existing: { property
/third_party/rust/crates/clap/src/util/
Dflat_map.rs20 for (index, existing) in self.keys.iter().enumerate() { in insert()
21 if *existing == key { in insert()
47 for existing in &self.keys { in contains_key()
48 if existing.borrow() == key { in contains_key()
83 for (index, existing) in self.keys.iter().enumerate() { in entry()
84 if *existing == key { in entry()
96 for (index, existing) in self.keys.iter().enumerate() { in get()
97 if existing.borrow() == k { in get()
109 for (index, existing) in self.keys.iter().enumerate() { in get_mut()
110 if existing.borrow() == k { in get_mut()
Dflat_set.rs19 for existing in &self.inner { in insert()
20 if *existing == value { in insert()
33 for existing in &self.inner { in contains()
34 if existing.borrow() == value { in contains()
/third_party/python/Lib/logging/
Dconfig.py163 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument
175 for log in existing:
217 existing = list(root.manager.loggerDict.keys())
222 existing.sort()
232 if qn in existing:
233 i = existing.index(qn) + 1 # start with the entry after qn
236 num_existing = len(existing)
238 if existing[i][:pflen] == prefixed:
239 child_loggers.append(existing[i])
241 existing.remove(qn)
[all …]
/third_party/toybox/tests/
Dmkdir.test10 touch existing
13 rm existing
26 mkdir existing
28 rmdir existing
/third_party/json/docs/mkdocs/docs/features/element_access/
Dchecked_access.md51 non-existing, an exception is thrown.
88 | access to existing object key | reference to existing value is returned | const refere…
89 …ss to valid array index | reference to existing value is returned | const reference t…
90 | access to non-existing object key | `basic_json::out_of_range` exception is thrown | `basic_json:…
Dunchecked_access.md31 … a reference, so it can modify the original value. In case the passed object key is non-existing, a
94 - It is **undefined behavior** to access a const object with a non-existing key.
109existing object key | reference to existing value is returned …
110existing value is returned …
111 | access to non-existing object key | reference to newly inserted `#!json null` value is returned …
/third_party/node/lib/internal/modules/esm/
Dfetch_module.js142 const existing = cacheForGET.get(parsed.href);
143 if (existing) {
144 return existing;
267 const existing = cacheForGET.get(href);
268 if (existing) {
269 return existing;
/third_party/curl/tests/data/
Dtest5348 non-existing host
32 FTP RETR twice using multi: non-existing host and non-existing file
35 ftp://non-existing-host.haxx.se/path/%TESTNUMBER ftp://%HOSTIP:%FTPPORT/path/%TESTNUMBER
Dtest5077 non-existing host
21 multi interface get with non-existing host name
27 http://non-existing-host.haxx.se/
Dtest206 non-existing host
25 attempt connect to non-existing host name
28 --ipv4 non-existing-host.haxx.se.
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dshrinkwrap.js.test.cjs53 exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing > must match snapshot 1`…
75 exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing downgrade > must match s…
98 exports[`test/lib/commands/shrinkwrap.js TAP with hidden lockfile existing upgrade > must match sna…
206 exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing > must match snapsho…
230 exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing downgrade > must mat…
251 exports[`test/lib/commands/shrinkwrap.js TAP with npm-shrinkwrap.json existing upgrade > must match…
327 exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing > must match snapshot …
351 exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing downgrade > must match…
372 exports[`test/lib/commands/shrinkwrap.js TAP with package-lock.json existing upgrade > must match s…
/third_party/mbedtls/docs/architecture/psa-migration/
Dtesting.md35 in order to create PK contexts that can then be passed to existing TLS and
45 - in `test_suite_pk` we modified the existing `pk_psa_sign` test function to
50 - integration testing of the new API with each existing API which should
57 existing `mbedtls_x509write_csr_set_key()`. (And also
74 - in `test_suite_cipher`, the existing test functions `auth_crypt_tv` and
78 - usually already covered by existing tests for higher-level modules:
80 covered by running the existing TLS tests in a build with
94 be already be covered by running the existing tests in a build with
95 `MBEDTLS_USE_PSA_CRYPTO` enabled; however we need to make sure the existing
/third_party/musl/src/unistd/
Dsymlink.c5 int symlink(const char *existing, const char *new) in symlink() argument
8 return syscall(SYS_symlink, existing, new); in symlink()
10 return syscall(SYS_symlinkat, existing, AT_FDCWD, new); in symlink()
Dlink.c5 int link(const char *existing, const char *new) in link() argument
8 return syscall(SYS_link, existing, new); in link()
10 return syscall(SYS_linkat, AT_FDCWD, existing, AT_FDCWD, new, 0); in link()
/third_party/typescript/tests/cases/compiler/
DjsxIntrinsicElementsTypeArgumentErrors.tsx14 const e = <div<Record<object, object>>></div>; // existing but incorrect nested type args
16 const f = <div<number>></div>; // existing type argument with no internal issues
27 const k = <div<Record<object, object>>/>; // existing but incorrect nested type args
29 const l = <div<number>/>; // existing type argument with no internal issues
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program_cache.c127 const struct crocus_compiled_shader *existing = entry->data; in find_existing_assembly() local
129 if (existing->map_size != assembly_size) in find_existing_assembly()
132 if (memcmp(map + existing->offset, assembly, assembly_size) == 0) in find_existing_assembly()
133 return existing; in find_existing_assembly()
199 const struct crocus_compiled_shader *existing = find_existing_assembly( in crocus_upload_shader() local
208 if (existing) { in crocus_upload_shader()
209 shader->offset = existing->offset; in crocus_upload_shader()
210 shader->map_size = existing->map_size; in crocus_upload_shader()
/third_party/node/lib/
Devents.js548 let existing;
567 existing = events[type];
570 if (existing === undefined) {
575 if (typeof existing === 'function') {
577 existing = events[type] =
578 prepend ? [listener, existing] : [existing, listener];
581 existing.unshift(listener);
583 existing.push(listener);
588 if (m > 0 && existing.length > m && !existing.warned) {
589 existing.warned = true;
[all …]
/third_party/mesa3d/src/panfrost/lib/genxml/
Ddecode_common.c136 struct pandecode_mapped_memory *existing = in pandecode_inject_mmap() local
139 if (existing && existing->gpu_va == gpu_va) { in pandecode_inject_mmap()
140 existing->length = sz; in pandecode_inject_mmap()
141 existing->addr = cpu; in pandecode_inject_mmap()
142 pandecode_add_name(existing, gpu_va, name); in pandecode_inject_mmap()
/third_party/protobuf/python/
Drelease.sh88 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/*
96 twine upload --skip-existing -r testpypi -u protobuf-wheel-test dist/*
113 twine upload --skip-existing -u protobuf-packages dist/*
120 twine upload --skip-existing -u protobuf-packages dist/*
/third_party/mbedtls/tests/suites/
Dtest_suite_error.data13 Non existing high error
16 Non existing low error
19 Non existing low and high error

12345678910>>...85