Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 13674) sorted by relevance

12345678910>>...547

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleFallbackData.java21 Map<String, String> t = new HashMap<>(); in buildDefaultScriptTable() local
22 t.put("ab", "Cyrl"); in buildDefaultScriptTable()
23 t.put("abq", "Cyrl"); in buildDefaultScriptTable()
24 t.put("adp", "Tibt"); in buildDefaultScriptTable()
25 t.put("ady", "Cyrl"); in buildDefaultScriptTable()
26 t.put("ae", "Avst"); in buildDefaultScriptTable()
27 t.put("aeb", "Arab"); in buildDefaultScriptTable()
28 t.put("aho", "Ahom"); in buildDefaultScriptTable()
29 t.put("ajt", "Arab"); in buildDefaultScriptTable()
30 t.put("akk", "Xsux"); in buildDefaultScriptTable()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleFallbackData.java22 Map<String, String> t = new HashMap<>(); in buildDefaultScriptTable() local
23 t.put("ab", "Cyrl"); in buildDefaultScriptTable()
24 t.put("abq", "Cyrl"); in buildDefaultScriptTable()
25 t.put("adp", "Tibt"); in buildDefaultScriptTable()
26 t.put("ady", "Cyrl"); in buildDefaultScriptTable()
27 t.put("ae", "Avst"); in buildDefaultScriptTable()
28 t.put("aeb", "Arab"); in buildDefaultScriptTable()
29 t.put("aho", "Ahom"); in buildDefaultScriptTable()
30 t.put("ajt", "Arab"); in buildDefaultScriptTable()
31 t.put("akk", "Xsux"); in buildDefaultScriptTable()
[all …]
/external/ply/ply/example/ansic/
Dcparse.py17 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/
DTuples.py12 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 …]
DStrings.py14 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/cronet/base/strings/
Dstring_tokenizer_unittest.cc17 StringTokenizer t(input, " "); in TEST() local
20 EXPECT_TRUE(t.token_is_delim()); in TEST()
22 EXPECT_TRUE(t.GetNext()); in TEST()
23 EXPECT_FALSE(t.token_is_delim()); in TEST()
24 EXPECT_EQ("this", t.token()); in TEST()
26 EXPECT_TRUE(t.GetNext()); in TEST()
27 EXPECT_FALSE(t.token_is_delim()); in TEST()
28 EXPECT_EQ("is", t.token()); in TEST()
30 EXPECT_TRUE(t.GetNext()); in TEST()
31 EXPECT_FALSE(t.token_is_delim()); in TEST()
[all …]
/external/ImageMagick/PerlMagick/
DMANIFEST35 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/
Dbsaes-armv7.pl83 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/rust/crates/ring/crypto/chacha/asm/
Dchacha-armv4.pl62 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/cronet/third_party/boringssl/src/crypto/chacha/asm/
Dchacha-armv4.pl62 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/boringssl/src/crypto/chacha/asm/
Dchacha-armv4.pl62 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/libcxx/test/std/re/re.traits/
Disctype.pass.cpp27 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/cronet/buildtools/third_party/libc++/trunk/test/std/re/re.traits/
Disctype.pass.cpp23 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/
Dstring_tokenizer_unittest.cc17 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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dparsing.cc39 static grpc_error_handle init_frame_parser(grpc_chttp2_transport* t);
40 static grpc_error_handle init_header_frame_parser(grpc_chttp2_transport* t,
42 static grpc_error_handle init_data_frame_parser(grpc_chttp2_transport* t);
43 static grpc_error_handle init_rst_stream_parser(grpc_chttp2_transport* t);
44 static grpc_error_handle init_settings_frame_parser(grpc_chttp2_transport* t);
46 grpc_chttp2_transport* t);
47 static grpc_error_handle init_ping_parser(grpc_chttp2_transport* t);
48 static grpc_error_handle init_goaway_parser(grpc_chttp2_transport* t);
49 static grpc_error_handle init_skip_frame_parser(grpc_chttp2_transport* t,
52 static grpc_error_handle parse_frame_slice(grpc_chttp2_transport* t,
[all …]
/external/flatbuffers/go/
Dtable.go14 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/
DShadowTimeTest.java37 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/
Dparsing.cc36 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/spdx-tools/idsearcher/
Didsearcher_test.go10 func Test2_1SearcherCanFillInIDs(t *testing.T) {
19 t.Fatalf("expected nil error, got %v", err)
22 t.Fatalf("expected non-nil Document, got nil")
29 t.Fatalf("expected non-nil Packages, got nil")
32 t.Fatalf("expected Packages len to be 1, got %d", len(doc.Packages))
36 t.Fatalf("expected non-nil pkg, got nil")
40 t.Fatalf("expected non-nil Files, got nil")
43 t.Fatalf("expected Files len to be 6, got %d", len(pkg.Files))
48 t.Fatalf("expected non-nil LicenseInfoInFiles, got nil")
51 t.Fatalf("expected LicenseInfoInFiles len to be 1, got %d", len(fileInFolder.LicenseInfoInFiles))
[all …]
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/text/format/
DTimeTest.java31 Time t = new Time("Europe/Berlin"); in shouldParseRfc3339() local
32 assertTrue(desc, t.parse3339("2008-10-13T16:30:50Z")); in shouldParseRfc3339()
33 assertEquals(desc, 2008, t.year); in shouldParseRfc3339()
34 assertEquals(desc, 9, t.month); in shouldParseRfc3339()
35 assertEquals(desc, 13, t.monthDay); in shouldParseRfc3339()
36 assertEquals(desc, 16, t.hour); in shouldParseRfc3339()
37 assertEquals(desc, 30, t.minute); in shouldParseRfc3339()
38 assertEquals(desc, 50, t.second); in shouldParseRfc3339()
39 assertEquals(desc, "UTC", t.timezone); in shouldParseRfc3339()
40 assertFalse(desc, t.allDay); in shouldParseRfc3339()
[all …]
/external/curl/lib/
Dsplay.c43 struct Curl_tree *t) in Curl_splay() argument
47 if(!t) in Curl_splay()
48 return t; in Curl_splay()
53 long comp = compare(i, t->key); in Curl_splay()
55 if(!t->smaller) in Curl_splay()
57 if(compare(i, t->smaller->key) < 0) { in Curl_splay()
58 y = t->smaller; /* rotate smaller */ in Curl_splay()
59 t->smaller = y->larger; in Curl_splay()
60 y->larger = t; in Curl_splay()
61 t = y; in Curl_splay()
[all …]
/external/rust/crates/glam/tests/
Dvec4.rs7 ($t:ident, $new:ident, $vec4:ident, $vec3:ident, $vec2:ident, $mask:ident) => {
9 const V0: $vec4 = $vec4::splat(1 as $t);
10 const V1: $vec4 = $vec4::new(1 as $t, 2 as $t, 3 as $t, 4 as $t);
11 const V2: $vec4 = $vec4::from_array([1 as $t, 2 as $t, 3 as $t, 4 as $t]);
12 assert_eq!([1 as $t, 1 as $t, 1 as $t, 1 as $t], *V0.as_ref());
13 assert_eq!([1 as $t, 2 as $t, 3 as $t, 4 as $t], *V1.as_ref());
14 assert_eq!([1 as $t, 2 as $t, 3 as $t, 4 as $t], *V2.as_ref());
18 assert_eq!($vec4::ZERO, $new(0 as $t, 0 as $t, 0 as $t, 0 as $t));
19 assert_eq!($vec4::ONE, $new(1 as $t, 1 as $t, 1 as $t, 1 as $t));
20 assert_eq!($vec4::X, $new(1 as $t, 0 as $t, 0 as $t, 0 as $t));
[all …]
/external/rust/crates/tokio/src/macros/
Dselect.rs570 (@ { start=$start:expr; $($t:tt)* } ) => {
572 …$crate::select!(@{ start=$start; $($t)*; panic!("all branches are disabled and there is no else br…
574 (@ { start=$start:expr; $($t:tt)* } else => $else:expr $(,)?) => {
575 $crate::select!(@{ start=$start; $($t)*; $else })
577 …(@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr, if $c:expr => $h:block, $($r:t…
578 $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if $c => $h, } $($r)*)
580 (@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr => $h:block, $($r:tt)* ) => {
581 … $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if true => $h, } $($r)*)
583 …(@ { start=$start:expr; ( $($s:tt)* ) $($t:tt)* } $p:pat = $f:expr, if $c:expr => $h:block $($r:tt…
584 $crate::select!(@{ start=$start; ($($s)* _) $($t)* ($($s)*) $p = $f, if $c => $h, } $($r)*)
[all …]
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c106 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/ply/ply/example/optcalc/
Dcalc.py32 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 …]

12345678910>>...547