/external/ply/ply/example/ansic/ |
D | cparse.py | 17 def p_translation_unit_1(t): argument 22 def p_translation_unit_2(t): argument 29 def p_external_declaration_1(t): argument 34 def p_external_declaration_2(t): argument 41 def p_function_definition_1(t): argument 46 def p_function_definition_2(t): argument 51 def p_function_definition_3(t): argument 56 def p_function_definition_4(t): argument 63 def p_declaration_1(t): argument 68 def p_declaration_2(t): argument [all …]
|
/external/python/cpython2/Tools/pybench/ |
D | Tuples.py | 12 t = tuple(range(100)) 18 m = t[50:] 19 m = t[:25] 20 m = t[50:55] 21 m = t[:-1] 22 m = t[1:] 23 m = t[-10:] 24 m = t[:10] 26 m = t[50:] 27 m = t[:25] [all …]
|
D | Strings.py | 14 t = join(map(str,range(1,101))) 17 t + s 18 t + s 19 t + s 20 t + s 21 t + s 23 t + s 24 t + s 25 t + s 26 t + s [all …]
|
/external/ImageMagick/PerlMagick/ |
D | MANIFEST | 35 t/blob.t 36 t/bzlib/input.miff 37 t/bzlib/read.t 38 t/bzlib/write.t 39 t/cgm/input.cgm 40 t/cgm/read.t 41 t/composite.t 42 t/filter.t 43 t/fpx/input_256.fpx 44 t/fpx/input_bw.fpx [all …]
|
/external/rust/crates/ring/crypto/fipsmodule/aes/asm/ |
D | bsaes-armv7.pl | 83 my @t=@_[8..11]; 86 &Inv_GF256 (@b[6,5,0,3,7,1,4,2],@t,@s); 138 my @t=@_[8..11]; 141 &Inv_GF256 (@b[5,1,2,6,3,7,0,4],@t,@s); 240 my @t=@_[12..15]; 242 veor @t[0], @x[0], @x[2] 243 veor @t[1], @x[1], @x[3] 245 &Mul_GF4 (@x[0], @x[1], @y[0], @y[1], @t[2..3]); 250 Mul_GF4_N_GF4 (@t[0], @t[1], @y[0], @y[1], @t[3], 251 @x[2], @x[3], @y[2], @y[3], @t[2]); [all …]
|
/external/llvm-project/libcxx/test/std/algorithms/ |
D | robust_against_adl.pass.cpp | 20 template<class T> struct Holder { T t; }; member 34 Tester t {}; in test() local 48 (void)std::all_of(t.data, t.data+10, [](void*){ return true; }); in test() 49 (void)std::any_of(t.data, t.data+10, [](void*){ return true; }); in test() 50 (void)std::copy(t.data, t.data+10, u.data); in test() 51 (void)std::copy_n(t.data, count, u.data); in test() 52 (void)std::copy_backward(t.data, t.data+10, u.data+10); in test() 53 (void)std::count(t.data, t.data+10, value); in test() 54 (void)std::count_if(t.data, t.data+10, [](void*){ return true; }); in test() 55 (void)std::distance(t.data, t.data+10); in test() [all …]
|
/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-armv4.pl | 62 my @t=map("r$_",(8..11)); 70 my ($xc,$xc_) = (@t[0..1]); 71 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]); 251 str @t[3],[sp,#4*(32+2)] @ save len 255 ldr @t[3], [sp,#4*(15)] 257 ldr @t[2], [sp,#4*(13)] 259 str @t[3], [sp,#4*(16+15)] 260 mov @t[3],#10 265 subs @t[3],@t[3],#1 272 ldr @t[3],[sp,#4*(32+2)] @ load len [all …]
|
/external/rust/crates/ring/crypto/chacha/asm/ |
D | chacha-armv4.pl | 62 my @t=map("r$_",(8..11)); 70 my ($xc,$xc_) = (@t[0..1]); 71 my ($xd,$xd_) = $odd ? (@t[2],@x[$d1]) : (@x[$d0],@t[2]); 253 str @t[3],[sp,#4*(32+2)] @ save len 257 ldr @t[3], [sp,#4*(15)] 259 ldr @t[2], [sp,#4*(13)] 261 str @t[3], [sp,#4*(16+15)] 262 mov @t[3],#10 267 subs @t[3],@t[3],#1 274 ldr @t[3],[sp,#4*(32+2)] @ load len [all …]
|
/external/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 27 std::regex_traits<char> t; in main() local 30 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 33 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 34 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 39 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 40 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/llvm-project/libcxx/test/std/re/re.traits/ |
D | isctype.pass.cpp | 23 std::regex_traits<char> t; in main() local 26 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 27 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() 28 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end()))); in main() 29 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end()))); in main() 30 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end()))); in main() 31 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end()))); in main() 32 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end()))); in main() 35 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end()))); in main() 36 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end()))); in main() [all …]
|
/external/libchrome/base/strings/ |
D | string_tokenizer_unittest.cc | 17 StringTokenizer t(input, " "); in TEST() local 19 EXPECT_TRUE(t.GetNext()); in TEST() 20 EXPECT_EQ(string("this"), t.token()); in TEST() 22 EXPECT_TRUE(t.GetNext()); in TEST() 23 EXPECT_EQ(string("is"), t.token()); in TEST() 25 EXPECT_TRUE(t.GetNext()); in TEST() 26 EXPECT_EQ(string("a"), t.token()); in TEST() 28 EXPECT_TRUE(t.GetNext()); in TEST() 29 EXPECT_EQ(string("test"), t.token()); in TEST() 31 EXPECT_FALSE(t.GetNext()); in TEST() [all …]
|
/external/flatbuffers/go/ |
D | table.go | 14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT { 15 vtable := UOffsetT(SOffsetT(t.Pos) - t.GetSOffsetT(t.Pos)) 16 if vtableOffset < t.GetVOffsetT(vtable) { 17 return t.GetVOffsetT(vtable + UOffsetT(vtableOffset)) 23 func (t *Table) Indirect(off UOffsetT) UOffsetT { 24 return off + GetUOffsetT(t.Bytes[off:]) 28 func (t *Table) String(off UOffsetT) string { 29 b := t.ByteVector(off) 34 func (t *Table) ByteVector(off UOffsetT) []byte { 35 off += GetUOffsetT(t.Bytes[off:]) [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTimeTest.java | 37 Time t = new Time(); in shouldSetToNow() local 39 t.setToNow(); in shouldSetToNow() 40 assertThat(t.toMillis(false)).isEqualTo(1000); in shouldSetToNow() 45 Time t = new Time(); in shouldHaveNoArgsConstructor() local 46 assertNotNull(t.timezone); in shouldHaveNoArgsConstructor() 51 Time t = new Time(); in shouldHaveCopyConstructor() local 52 t.setToNow(); in shouldHaveCopyConstructor() 53 Time t2 = new Time(t); in shouldHaveCopyConstructor() 54 assertEquals(t.timezone, t2.timezone); in shouldHaveCopyConstructor() 55 assertEquals(t.year, t2.year); in shouldHaveCopyConstructor() [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 36 static grpc_error* init_frame_parser(grpc_chttp2_transport* t); 37 static grpc_error* init_header_frame_parser(grpc_chttp2_transport* t, 39 static grpc_error* init_data_frame_parser(grpc_chttp2_transport* t); 40 static grpc_error* init_rst_stream_parser(grpc_chttp2_transport* t); 41 static grpc_error* init_settings_frame_parser(grpc_chttp2_transport* t); 42 static grpc_error* init_window_update_frame_parser(grpc_chttp2_transport* t); 43 static grpc_error* init_ping_parser(grpc_chttp2_transport* t); 44 static grpc_error* init_goaway_parser(grpc_chttp2_transport* t); 45 static grpc_error* init_skip_frame_parser(grpc_chttp2_transport* t, 48 static grpc_error* parse_frame_slice(grpc_chttp2_transport* t, grpc_slice slice, [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | parsing.cc | 39 static grpc_error* init_frame_parser(grpc_chttp2_transport* t); 40 static grpc_error* init_header_frame_parser(grpc_chttp2_transport* t, 42 static grpc_error* init_data_frame_parser(grpc_chttp2_transport* t); 43 static grpc_error* init_rst_stream_parser(grpc_chttp2_transport* t); 44 static grpc_error* init_settings_frame_parser(grpc_chttp2_transport* t); 45 static grpc_error* init_window_update_frame_parser(grpc_chttp2_transport* t); 46 static grpc_error* init_ping_parser(grpc_chttp2_transport* t); 47 static grpc_error* init_goaway_parser(grpc_chttp2_transport* t); 48 static grpc_error* init_skip_frame_parser(grpc_chttp2_transport* t, 51 static grpc_error* parse_frame_slice(grpc_chttp2_transport* t, [all …]
|
/external/ply/ply/example/optcalc/ |
D | calc.py | 32 def t_NUMBER(t): argument 35 t.value = int(t.value) 37 print("Integer value too large %s" % t.value) 38 t.value = 0 39 return t 44 def t_newline(t): argument 46 t.lexer.lineno += t.value.count("\n") 49 def t_error(t): argument 50 print("Illegal character '%s'" % t.value[0]) 51 t.lexer.skip(1) [all …]
|
/external/rust/crates/aho-corasick/src/ |
D | tests.rs | 27 macro_rules! t { macro 92 t!(basic000, &[], "", &[]), 93 t!(basic001, &["a"], "", &[]), 94 t!(basic010, &["a"], "a", &[(0, 0, 1)]), 95 t!(basic020, &["a"], "aa", &[(0, 0, 1), (0, 1, 2)]), 96 t!(basic030, &["a"], "aaa", &[(0, 0, 1), (0, 1, 2), (0, 2, 3)]), 97 t!(basic040, &["a"], "aba", &[(0, 0, 1), (0, 2, 3)]), 98 t!(basic050, &["a"], "bba", &[(0, 2, 3)]), 99 t!(basic060, &["a"], "bbb", &[]), 100 t!(basic070, &["a"], "bababbbba", &[(0, 1, 2), (0, 3, 4), (0, 8, 9)]), [all …]
|
/external/rust/crates/tokio/src/macros/ |
D | select.rs | 508 (@ { start=$start:expr; $($t:tt)* } ) => { 510 …$crate::select!(@{ start=$start; $($t)*; panic!("all branches are disabled and there is no else br… 512 (@ { start=$start:expr; $($t:tt)* } else => $else:expr $(,)?) => { 513 $crate::select!(@{ start=$start; $($t)*; $else }) 515 …(@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr, if $c:expr => $h:block, $($r:t… 516 $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if $c => $h, } $($r)*) 518 (@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:block, $($r:tt)* ) => { 519 … $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if true => $h, } $($r)*) 521 …(@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr, if $c:expr => $h:block $($r:tt… 522 $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if $c => $h, } $($r)*) [all …]
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.c | 106 struct _glxapi_table *t = _mesa_GetGLXDispatchTable(); in get_dispatch() local 108 if (t) { in get_dispatch() 113 d->Table = t; in get_dispatch() 119 prevTable = t; in get_dispatch() 120 return t; in get_dispatch() 153 struct _glxapi_table *t; in glXChooseVisual() local 154 GET_DISPATCH(dpy, t); in glXChooseVisual() 155 if (!t) in glXChooseVisual() 157 return t->ChooseVisual(dpy, screen, list); in glXChooseVisual() 164 struct _glxapi_table *t; in glXCopyContext() local [all …]
|
/external/curl/lib/ |
D | splay.c | 41 struct Curl_tree *t) in Curl_splay() argument 45 if(t == NULL) in Curl_splay() 46 return t; in Curl_splay() 51 long comp = compare(i, t->key); in Curl_splay() 53 if(t->smaller == NULL) in Curl_splay() 55 if(compare(i, t->smaller->key) < 0) { in Curl_splay() 56 y = t->smaller; /* rotate smaller */ in Curl_splay() 57 t->smaller = y->larger; in Curl_splay() 58 y->larger = t; in Curl_splay() 59 t = y; in Curl_splay() [all …]
|
/external/cldr/common/testData/transforms/ |
D | my-fonipa-t-my.txt | 6 ကန်ကြီးဒေါင့်မြို့ kàɴ.t͡ɕí.da̰ʊ̯ɴ.mjo̰ 17 ကိုကိုးကျွန်းမြို့ kò.kó.t͡ɕʊ́ɴ.mjo̰ 18 ကုန်းကြမ်းမြို့ kóʊ̯ɴ.t͡ɕáɴ.mjo̰ 24 ကျိန္တလီမြို့ t͡ɕèɪ̯ɴ.tə.lì.mjo̰ 25 ကျိုက္ခမီမြို့ t͡ɕaɪ̯ʔ.kʰə.mì.mjo̰ 26 ကျိုက်ထိုမြို့ t͡ɕaɪ̯ʔ.tʰò.mjo̰ 27 ကျိုက်ဒုံမြို့ t͡ɕaɪ̯ʔ.dòʊ̯ɴ.mjo̰ 28 ကျိုက်မရောမြို့ t͡ɕaɪ̯ʔ.mə.jɔ́.mjo̰ 29 ကျိုက်လတ်မြို့ t͡ɕaɪ̯ʔ.laʔ.mjo̰ 30 ကျိုင်းတုံမြို့ t͡ɕáɪ̯ɴ.tòʊ̯ɴ.mjo̰ [all …]
|
D | nv-fonipa-t-nv.txt | 2 tʼáá tʼɑ́ː 3 dóó tóː 8 áádóó ɑ́ːtóː 11 díí tɪ́ː 14 ajiłtsoh ɑt͡ʃɪɬt͡sʰoh 15 diné tɪné 18 da tɑ 19 ashdlaʼii ɑʃtˡɑʔɪː 20 Naadiin nɑːtɪːn 24 aheełtʼéego ɑheːɬtʼéeko [all …]
|
/external/python/cpython2/Demo/parser/ |
D | unparse.py | 59 for t in tree: 60 self.dispatch(t) 82 def _Import(self, t): argument 84 interleave(lambda: self.write(", "), self.dispatch, t.names) 86 def _ImportFrom(self, t): argument 88 if t.module and t.module == '__future__': 89 self.future_imports.extend(n.name for n in t.names) 92 self.write("." * t.level) 93 if t.module: 94 self.write(t.module) [all …]
|
/external/llvm-project/lld/test/MachO/ |
D | order-file.s | 2 # RUN: mkdir -p %t 3 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t/test.o 5 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin -o %t/foo.o 6 # RUN: rm -f %t/foo.a 7 # RUN: llvm-ar rcs %t/foo.a %t/foo.o 15 # RUN: echo "_foo # just a comment" > %t/ord-1 16 # RUN: echo "_main # another comment" >> %t/ord-1 17 # RUN: %lld -o %t/test-1 %t/test.o %t/foo.o -order_file %t/ord-1 18 # RUN: llvm-objdump -d %t/test-1 | FileCheck %s --check-prefix=FOO-FIRST 20 # RUN: %lld -o %t/test-1 %t/foo.o %t/test.o -order_file %t/ord-1 [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | prefetch_autotuner_test.cc | 26 PrefetchAutotuner t(2, 0); in TEST() local 27 EXPECT_EQ(2, t.buffer_limit()); in TEST() 28 t.RecordConsumption(0); in TEST() 29 t.RecordConsumption(2); in TEST() 30 t.RecordConsumption(0); in TEST() 31 t.RecordConsumption(2); in TEST() 32 EXPECT_EQ(2, t.buffer_limit()); in TEST() 36 PrefetchAutotuner t(model::kAutotune, 0); in TEST() local 37 EXPECT_EQ(1, t.buffer_limit()); in TEST() 38 t.RecordConsumption(0); // Expect buffer limit to stay the same. in TEST() [all …]
|