/external/valgrind/main/none/tests/s390x/ |
D | condloadstore.stdout.exp | 1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 0000000000000000 [all …]
|
/external/qemu/ |
D | d3des.c | 124 void cpkey(register unsigned long *into) in cpkey() argument 129 while( from < endp ) *into++ = *from++; in cpkey() 152 static void scrunch(register unsigned char *outof, register unsigned long *into) in scrunch() argument 154 *into = (*outof++ & 0xffL) << 24; in scrunch() 155 *into |= (*outof++ & 0xffL) << 16; in scrunch() 156 *into |= (*outof++ & 0xffL) << 8; in scrunch() 157 *into++ |= (*outof++ & 0xffL); in scrunch() 158 *into = (*outof++ & 0xffL) << 24; in scrunch() 159 *into |= (*outof++ & 0xffL) << 16; in scrunch() 160 *into |= (*outof++ & 0xffL) << 8; in scrunch() [all …]
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | laststmtchanges.test | 35 insert into t0 values (1); 36 insert into t0 values (1); 37 insert into t0 values (2); 38 insert into t0 values (2); 39 insert into t0 values (1); 40 insert into t0 values (1); 41 insert into t0 values (1); 42 insert into t0 values (2); 102 # changes() changed properly after insert into table containing after trigger 109 insert into t2 values (NULL, changes(), NULL); [all …]
|
D | trigger4.test | 31 insert into test1 (id,a) values (NEW.id,NEW.a); 32 insert into test2 (id,b) values (NEW.id,NEW.b); 34 insert into test values(1,2,3); 47 insert into test values(4,5,6); 90 insert into test values(7,8,9); 97 insert into test values(7,8,9); 113 insert into test values(7,8,9); 147 insert into tbl values (new.a,new.b); 149 insert into tbl values(101,1001); 150 insert into tbl values(102,1002); [all …]
|
D | tkt3419.test | 29 insert into a values (1); 30 insert into a values (2); 32 insert into b values (3, 1); 33 insert into b values (4, 1); 34 insert into b values (5, 1); 35 insert into b values (6, 1); 36 insert into b values (9, 2); 38 insert into c values (4, 3); 39 insert into c values (5, 5); 40 insert into c values (6, 4); [all …]
|
D | lastinsert.test | 13 # Note 1: insert into table is now the only statement which changes LIRID 14 # Note 2: upon entry into before or instead of triggers, 18 # Note 4: LIRID is not changed by an insert into a view (since everything 28 # LIRID changed properly after an insert into a table 32 insert into t1 values (1); 33 insert into t1 values (NULL); 34 insert into t1 values (NULL); 82 # LIRID changed properly after an insert into table containing an after trigger 87 insert into t2 values (NEW.k*2, last_insert_rowid(), NULL, NULL); 91 insert into t1 values (13); [all …]
|
D | join4.test | 25 insert into t1 values(1,'one'); 26 insert into t1 values(2,'two'); 27 insert into t1 values(3,'three'); 28 insert into t1 values(4,'four'); 31 insert into t2 values(2,'niban','ok'); 32 insert into t2 values(4,'yonban','err'); 42 insert into t1 values(1,'one'); 43 insert into t1 values(2,'two'); 44 insert into t1 values(3,'three'); 45 insert into t1 values(4,'four'); [all …]
|
D | tkt2339.test | 26 insert into t1 values (1); 27 insert into t1 values (2); 28 insert into t1 values (3); 29 insert into t1 values (4); 32 insert into t2 values (11); 33 insert into t2 values (12); 34 insert into t2 values (13); 35 insert into t2 values (14);
|
D | null.test | 26 insert into t1 values(1,0,0); 27 insert into t1 values(2,0,1); 28 insert into t1 values(3,1,0); 29 insert into t1 values(4,1,1); 30 insert into t1 values(5,null,0); 31 insert into t1 values(6,null,1); 32 insert into t1 values(7,null,null); 200 insert into t2 values(1,1); 201 insert into t2 values(2,null); 202 insert into t2 values(3,null); [all …]
|
D | tkt2942.test | 38 insert into t1 values (2); 39 insert into t1 values (1); 40 insert into t1 values (3); 41 insert into t1 values (4);
|
/external/clang/test/SemaObjC/ |
D | scope-check.m | 6 goto L; // expected-error{{goto into protected scope}} 7 goto L2; // expected-error{{goto into protected scope}} 8 goto L3; // expected-error{{goto into protected scope}} 20 goto L4; // expected-error{{goto into protected scope}} 21 goto L5; // expected-error{{goto into protected scope}} 24 goto L6; // expected-error{{goto into protected scope}} 35 goto L7; // expected-error{{goto into protected scope}} 37 goto L7; // expected-error{{goto into protected scope}} 40 goto L8; // expected-error{{goto into protected scope}} 50 goto L9; // expected-error{{goto into protected scope}} [all …]
|
/external/oauth/core/src/main/java/net/oauth/ |
D | OAuthMessage.java | 207 Map<String, Object> into = new HashMap<String, Object>(); in getDump() local 208 dump(into); in getDump() 209 return into; in getDump() 212 protected void dump(Map<String, Object> into) throws IOException { in dump() argument 213 into.put("URL", URL); in dump() 216 into.putAll(getParameterMap()); in dump() 312 StringBuilder into = new StringBuilder(); in getAuthorizationHeader() local 314 into.append(" realm=\"").append(OAuth.percentEncode(realm)).append('"'); in getAuthorizationHeader() 321 if (into.length() > 0) into.append(","); in getAuthorizationHeader() 322 into.append(" "); in getAuthorizationHeader() [all …]
|
/external/valgrind/main/ |
D | glibc-2.34567-NPTL-helgrind.supp | 33 # helgrind-glibc2X-002 was merged into helgrind-glibc2X-001 35 # helgrind-glibc2X-003 was merged into helgrind-glibc2X-001 49 # helgrind-glibc2X-006 was merged into helgrind-glibc2X-005 51 # helgrind-glibc2X-007 was merged into helgrind-glibc2X-001 53 # helgrind-glibc2X-008 was merged into helgrind-glibc2X-004 55 # helgrind-glibc2X-009 was merged into helgrind-glibc2X-004 57 # helgrind-glibc2X-010 was merged into helgrind-glibc2X-001 59 # helgrind-glibc2X-011 was merged into helgrind-glibc2X-004 61 # helgrind-glibc2X-012 was merged into helgrind-glibc2X-001 63 # helgrind-glibc2X-013 was merged into helgrind-glibc2X-001 [all …]
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_leveldb_coding.cc | 205 inline void EncodeIntSafely(int64 nParam, int64 max, std::string* into) { in EncodeIntSafely() argument 207 return EncodeInt(nParam, into); in EncodeIntSafely() 222 void EncodeByte(unsigned char value, std::string* into) { in EncodeByte() argument 223 into->push_back(value); in EncodeByte() 226 void EncodeBool(bool value, std::string* into) { in EncodeBool() argument 227 into->push_back(value ? 1 : 0); in EncodeBool() 230 void EncodeInt(int64 value, std::string* into) { in EncodeInt() argument 239 into->push_back(c); in EncodeInt() 244 void EncodeVarInt(int64 value, std::string* into) { in EncodeVarInt() argument 256 into->push_back(c); in EncodeVarInt() [all …]
|
/external/guava/guava/src/com/google/common/hash/ |
D | Funnels.java | 39 public void funnel(byte[] from, Sink into) { in funnel() argument 40 into.putBytes(from); in funnel() 58 public void funnel(CharSequence from, Sink into) { in funnel() argument 59 into.putString(from); in funnel()
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpResponseMessage.java | 36 public void dump(Map<String, Object> into) throws IOException { in dump() argument 37 super.dump(into); in dump() 38 into.put(STATUS_CODE, Integer.valueOf(getStatusCode())); in dump() 41 into.put(LOCATION, location); in dump()
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_variance_impl_mmx.asm | 114 add rbx,rdx ; Inc pointer into ref data 115 add rax,rcx ; Inc pointer into the new data 138 add rbx,rdx ; Inc pointer into ref data 139 add rax,rcx ; Inc pointer into the new data 161 add rbx,rdx ; Inc pointer into ref data 162 add rax,rcx ; Inc pointer into the new data 184 add rbx,rdx ; Inc pointer into ref data 185 add rax,rcx ; Inc pointer into the new data 207 add rbx,rdx ; Inc pointer into ref data 208 add rax,rcx ; Inc pointer into the new data [all …]
|
/external/elfutils/libdwfl/ |
D | core-file.c | 352 void *into = *buffer; in dwfl_elf_phdr_memory_callback() local 358 into = malloc (*buffer_available); in dwfl_elf_phdr_memory_callback() 359 if (unlikely (into == NULL)) in dwfl_elf_phdr_memory_callback() 366 ssize_t nread = pread_retry (elf->fildes, into, *buffer_available, start); in dwfl_elf_phdr_memory_callback() 369 if (into != *buffer) in dwfl_elf_phdr_memory_callback() 370 free (into); in dwfl_elf_phdr_memory_callback() 378 const void *eos = memchr (into, '\0', nread); in dwfl_elf_phdr_memory_callback() 379 if (unlikely (eos == NULL) || unlikely (eos == into)) in dwfl_elf_phdr_memory_callback() 382 free (into); in dwfl_elf_phdr_memory_callback() 385 nread = eos + 1 - into; in dwfl_elf_phdr_memory_callback() [all …]
|
/external/eigen/doc/ |
D | I01_TopicLazyEvaluation.dox | 13 …ether to evaluate it into a temporary variable. Indeed, in certain cases it is better to evaluate … 15 A traditional math library without expression templates always evaluates all sub-expressions into t… 19 …traditional library would evaluate \c vec2 + vec3 into a temporary \c vec4 and then copy \c vec4 … 21 Expression-templates-based libraries can avoid evaluating sub-expressions into temporaries, which i… 23 … lazy evaluation, and when on the contrary it should evaluate immediately into a temporary variabl… 43 Eigen first evaluates <tt>matrix * matrix</tt> into a temporary matrix, and then copies it into the… 55 …into a temporary matrix. Indeed, experiments showed that it is often beneficial for performance to… 57 … total cost of an operation is reduced if a sub-expression gets evaluated into a temporary. Indeed… 61 …variable. Eigen understands this and evaluates <tt>matrix3 + matrix4</tt> into a temporary variabl…
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
D | NavigatorGamepad.cpp | 36 static void sampleGamepads(GamepadList* into) in sampleGamepads() argument 45 RefPtr<Gamepad> gamepad = into->item(i); in sampleGamepads() 53 into->set(i, gamepad); in sampleGamepads() 55 into->set(i, 0); in sampleGamepads()
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-3.m | 29 // storing into an array of strong pointer types. 33 // storing indirectly into an array of strong pointer types. 39 // storing into a struct element of an array of strong pointer types. 44 // Storing into an ivar of an array of strong pointer types.
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | variance_impl_mmx.asm | 114 add rbx,rdx ; Inc pointer into ref data 115 add rax,rcx ; Inc pointer into the new data 138 add rbx,rdx ; Inc pointer into ref data 139 add rax,rcx ; Inc pointer into the new data 161 add rbx,rdx ; Inc pointer into ref data 162 add rax,rcx ; Inc pointer into the new data 184 add rbx,rdx ; Inc pointer into ref data 185 add rax,rcx ; Inc pointer into the new data 207 add rbx,rdx ; Inc pointer into ref data 208 add rax,rcx ; Inc pointer into the new data [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
D | API CHANGES.TXT | 5 Look for Get() to turn into indexers! 9 … methods have been turned virtual. Constants in UPPERCASE_ONLY have been turned into UppercaseOnly. 13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property 37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property 47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes …
|
/external/chromium_org/third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/ |
D | perllocal.pod | 7 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5> 29 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5> 51 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5>
|
/external/llvm/test/Transforms/ConstantMerge/ |
D | merge-both.ll | 2 ; Test that in one run var3 is merged into var2 and var1 into var4. 3 ; Test that we merge @var5 and @var6 into one with the higher alignment, and 4 ; don't merge var7/var8 into var5/var6.
|