/external/llvm/test/CodeGen/AArch64/ |
D | bitfield-insert.ll | 26 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 …]
|
D | bitfield-insert-0.ll | 6 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/ |
D | glsl_symbol_table.cpp | 87 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()
|
D | linker.cpp | 420 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/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableMap.java | 63 @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/ |
D | mkdir.test | 10 touch existing 13 rm existing 26 mkdir existing 28 rmdir existing
|
D | mkfifo.test | 10 touch existing 13 rm existing
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Striped.java | 360 L existing = existingRef == null ? null : existingRef.get(); 361 if (existing != null) { 362 return existing; 369 existing = existingRef == null ? null : existingRef.get(); 370 if (existing != null) { 371 return existing; 427 L existing = locks.get(index); 428 if (existing != null) { 429 return existing; 432 existing = locks.putIfAbsent(index, created); [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_implicit.c | 395 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/ |
D | InterferenceRegisterMapper.java | 88 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/ |
D | arc-property.m | 5 …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…
|
D | arc-property-lifetime.m | 6 …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 m… 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 …
|
D | error-property-gc-attr.m | 22 @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…
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 491 public static byte[] clone(byte[] data, byte[] existing) in clone() argument 497 if ((existing == null) || (existing.length != data.length)) in clone() 501 System.arraycopy(data, 0, existing, 0, existing.length); in clone() 502 return existing; in clone() 565 public static long[] clone(long[] data, long[] existing) in clone() argument 571 if ((existing == null) || (existing.length != data.length)) in clone() 575 System.arraycopy(data, 0, existing, 0, existing.length); in clone() 576 return existing; in clone()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Graph.java | 63 Node existing = nodes.get(a); in getNode() local 64 if ( existing!=null ) return existing; in getNode()
|
/external/mockito/src/org/mockito/internal/util/collections/ |
D | IdentitySet.java | 15 for(Object existing:list) { in contains() 16 if (existing == o) { in contains()
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Post/ |
D | CrossHatch.frag | 45 // Mix line color with existing color information 47 // Mix paper color with existing color information
|
D | CrossHatch15.frag | 47 // Mix line color with existing color information 49 // Mix paper color with existing color information
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_appengine_auth_models_test.py | 176 success, existing = models.Unique.create_multi(uniques) 183 if unique_username in existing: 186 if unique_auth_id in existing: 189 if unique_email in existing:
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 38 * Retrieve existing file (RETR) from the server 48 * Rename an existing file (RNFR/RNTO) 50 * Delete an existing file (DELE) 70 …* Failed delete an existing file (DELE): file does not exist, missing required access permissions …
|