Home
last modified time | relevance | path

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

12345678910>>...33

/external/chromium-trace/catapult/dashboard/dashboard/
Dadd_point_queue.py249 existing = graph_data.Master.get_by_id(name)
250 if existing:
251 return existing
259 existing = graph_data.Bot.get_by_id(name)
260 if existing:
261 return existing
291 existing = graph_data.Test.get_by_id(name, parent_key)
293 if not existing:
306 if existing.deprecated:
307 existing.deprecated = False
[all …]
/external/llvm/test/CodeGen/AArch64/
Dbitfield-insert.ll26 define void @test_whole32(i32* %existing, i32* %new) {
31 %oldval = load volatile i32, i32* %existing
39 store volatile i32 %combined, i32* %existing
44 define void @test_whole64(i64* %existing, i64* %new) {
50 %oldval = load volatile i64, i64* %existing
58 store volatile i64 %combined, i64* %existing
63 define void @test_whole32_from64(i64* %existing, i64* %new) {
71 %oldval = load volatile i64, i64* %existing
78 store volatile i64 %combined, i64* %existing
83 define void @test_32bit_masked(i32 *%existing, i32 *%new) {
[all …]
Dbitfield-insert-0.ll6 define void @test_bfi0(i32* %existing, i32* %new) {
9 %oldval = load volatile i32, i32* %existing
16 store volatile i32 %combined, i32* %existing
/external/mesa3d/src/glsl/
Dglsl_symbol_table.cpp87 symbol_table_entry *existing = get_entry(v->name); in add_variable() local
92 if (existing->v == NULL && existing->t == NULL) { in add_variable()
93 existing->v = v; in add_variable()
102 if (existing != NULL) in add_variable()
103 entry->f = existing->f; in add_variable()
127 symbol_table_entry *existing = get_entry(f->name); in add_function() local
128 if ((existing->f == NULL) && (existing->t == NULL)) { in add_function()
129 existing->f = f; in add_function()
Dlinker.cpp420 ir_variable *const existing = variables.get_variable(var->name); in cross_validate_globals() local
421 if (existing != NULL) { in cross_validate_globals()
422 if (var->type != existing->type) { in cross_validate_globals()
429 && existing->type->is_array() in cross_validate_globals()
430 && (var->type->fields.array == existing->type->fields.array) in cross_validate_globals()
432 || (existing->type->length == 0))) { in cross_validate_globals()
434 existing->type = var->type; in cross_validate_globals()
441 existing->type->name); in cross_validate_globals()
447 if (existing->explicit_location in cross_validate_globals()
448 && (var->location != existing->location)) { in cross_validate_globals()
[all …]
/external/autotest/server/site_tests/bluetooth_SDP_ServiceSearchAttributeRequest/
Dcontrol19 * non-existing Service, existing Attribute
20 * existing Service, non-existing Attribute
21 * non-existing Service, non-existing Attribute
22 * existing Service, existing Attribute
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableMap.java63 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex]; in RegularImmutableMap() local
65 ImmutableMapEntry<K, V> newEntry = (existing == null) in RegularImmutableMap()
67 : new NonTerminalMapEntry<K, V>(entry, existing); in RegularImmutableMap()
70 checkNoConflictInBucket(key, newEntry, existing); in RegularImmutableMap()
90 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex]; in RegularImmutableMap() local
92 ImmutableMapEntry<K, V> newEntry = (existing == null) in RegularImmutableMap()
94 : new NonTerminalMapEntry<K, V>(key, value, existing); in RegularImmutableMap()
97 checkNoConflictInBucket(key, newEntry, existing); in RegularImmutableMap()
/external/toybox/tests/
Dmkdir.test10 touch existing
13 rm existing
26 mkdir existing
28 rmdir existing
Dmkfifo.test10 touch existing
13 rm existing
/external/guava/guava/src/com/google/common/util/concurrent/
DStriped.java359 L existing = existingRef == null ? null : existingRef.get();
360 if (existing != null) {
361 return existing;
368 existing = existingRef == null ? null : existingRef.get();
369 if (existing != null) {
370 return existing;
426 L existing = locks.get(index);
427 if (existing != null) {
428 return existing;
431 existing = locks.putIfAbsent(index, created);
[all …]
/external/guice/core/src/com/google/inject/internal/
DScopeBindingProcessor.java52 ScopeBinding existing = injector.state.getScopeBinding(annotationType); in visit() local
53 if (existing != null) { in visit()
54 if (!scope.equals(existing.getScope())) { in visit()
55 errors.duplicateScopes(existing, annotationType, scope); in visit()
/external/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/534 ftp://%HOSTIP:%FTPPORT/path/534
Dtest206 non-existing host
25 attempt connect to non-existing host name
28 non-existing-host.haxx.se.
Dtest5077 non-existing host
21 multi interface get with non-existing host name
27 http://non-existing-host.haxx.se/
Dtest10848 non-existing host
30 http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se.
/external/google-breakpad/src/third_party/libdisasm/
Dia32_implicit.c395 x86_oplist_t * existing; in ia32_insn_implicit_ops() local
397 for ( existing = insn->operands; existing; existing = existing->next ) { in ia32_insn_implicit_ops()
398 if (existing->op.type == op_register && in ia32_insn_implicit_ops()
399 existing->op.data.reg.id == list->operand) { in ia32_insn_implicit_ops()
400 op = &existing->op; in ia32_insn_implicit_ops()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DInterferenceRegisterMapper.java88 IntSet existing = newRegInterference.get(newReg); in interferes() local
90 if (existing == null) { in interferes()
93 return existing.has(oldReg); in interferes()
95 return existing.has(oldReg) in interferes()
/external/clang/test/SemaObjC/
Darc-property.m5 …id __weak myString; // expected-error {{existing instance variable 'myString' for strong property …
7 …id __weak myString2; // expected-error {{existing instance variable 'myString2' for strong propert…
9 …id StrongIvar5; // expected-error {{existing instance variable 'StrongIvar5' for __weak property '…
34 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for __weak property '…
35 …id __strong y; // expected-error {{existing instance variable 'y' for __weak property 'y' must be…
Darc-property-lifetime.m6 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
23 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
40 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
41 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
73 …id y; // expected-error {{existing instance variable 'y' for property 'y' with assign attribute mu…
88 …id y; // expected-error {{existing instance variable 'y' for property 'y' with unsafe_unretained a…
183 …id _prop; // expected-error {{existing instance variable '_prop' for property 'prop' with assign a…
Derror-property-gc-attr.m22 @synthesize pweak=IVAR; // expected-error {{existing instance variable 'IVAR' for __weak property …
23 @synthesize NOT=II; // expected-error {{existing instance variable 'II' for strong property 'NOT' m…
26 @synthesize AWEAK; // expected-error {{existing instance variable 'AWEAK' for strong property 'AWEA…
Dmrc-weak.m20 …id _wa; // expected-error {{existing instance variable '_wa' for __weak property 'wa' must be __we…
22 …__unsafe_unretained id _wc; // expected-error {{existing instance variable '_wc' for __weak proper…
24 …__weak id _ub; // expected-error {{existing instance variable '_ub' for property 'ub' with unsafe_…
27 …__weak id _sb; // expected-error {{existing instance variable '_sb' for strong property 'sb' may n…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java548 public static byte[] clone(byte[] data, byte[] existing) in clone() argument
554 if ((existing == null) || (existing.length != data.length)) in clone()
558 System.arraycopy(data, 0, existing, 0, existing.length); in clone()
559 return existing; in clone()
622 public static long[] clone(long[] data, long[] existing) in clone() argument
628 if ((existing == null) || (existing.length != data.length)) in clone()
632 System.arraycopy(data, 0, existing, 0, existing.length); in clone()
633 return existing; in clone()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DGraph.java63 Node existing = nodes.get(a); in getNode() local
64 if ( existing!=null ) return existing; in getNode()
/external/mockito/src/org/mockito/internal/util/collections/
DIdentitySet.java15 for(Object existing:list) { in contains()
16 if (existing == o) { in contains()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
DCONTRIBUTING16 * follows the existing style of the code base (PEP-8).
29 * Check to see if there's an existing issue/pull request for the
32 * If there isn't an existing issue there, please file an issue. The ideal

12345678910>>...33