Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 7038) sorted by relevance

12345678910>>...282

/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/tensorflow/tensorflow/core/kernels/
Dtensor_flag_utils_test.cc41 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
46 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
53 Tensor t(DataType::DT_FLOAT, {1, 1}); in TEST() local
61 Tensor t(DataType::DT_FLOAT, {1, 2}); in TEST() local
74 Tensor t(DataType::DT_FLOAT, {1, 3}); in TEST() local
84 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
94 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
102 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
110 Tensor t(DataType::DT_FLOAT, {2, 3}); in TEST() local
118 Tensor t(DataType::DT_FLOAT, {}); in TEST() local
[all …]
/external/rust/crates/tokio/src/fs/file/
Dtests.rs22 let mut t = task::spawn(file.read(&mut buf)); in open_read() localVariable
48 let mut t = task::spawn(file.read(&mut buf)); in read_twice_before_dispatch() localVariable
74 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable
82 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable
90 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable
121 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable
129 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable
137 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable
173 let mut t = task::spawn(file.read(&mut buf)); in read_err_then_read_success() localVariable
183 let mut t = task::spawn(file.read(&mut buf)); in read_err_then_read_success() localVariable
[all …]
/external/python/cpython2/Demo/parser/
Dunparse.py82 def _Import(self, t): argument
86 def _ImportFrom(self, t): argument
98 def _Assign(self, t): argument
105 def _AugAssign(self, t): argument
111 def _Return(self, t): argument
117 def _Pass(self, t): argument
120 def _Break(self, t): argument
123 def _Continue(self, t): argument
126 def _Delete(self, t): argument
130 def _Assert(self, t): argument
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTimeTest.java37 Time t = new Time(); in shouldSetToNow() local
45 Time t = new Time(); in shouldHaveNoArgsConstructor() local
51 Time t = new Time(); in shouldHaveCopyConstructor() local
65 Time t = new Time(); in shouldHaveSetTime() local
80 Time t = new Time(); in shouldHaveSet3Args() local
89 Time t = new Time(); in shouldHaveSet6Args() local
101 Time t = new Time("UTC"); in shouldHaveTimeZoneConstructor() local
107 Time t = new Time(); in shouldClear() local
125 Time t = new Time(); in shouldHaveToMillis() local
137 Time t = new Time("UTC"); in shouldSwitchTimeZones() local
[all …]
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
DGeneralMocking.java74 TestClass t = mock(TestClass.class); in mockClass() local
84 TestInterface t = mock(TestInterface.class); in mockInterface() local
95 TestClass t = spy(originalT); in spyClass() local
108 TestClass t = spy(TestClass.class); in spyNewClass() local
118 TestClass t = mock(TestClass.class); in verifyAdditionalInvocations() local
138 TestClass t = spy(TestClass.class); in spyThrowingMethod() local
152 TestClass t = spy(TestClass.class); in spyErrorMethod() local
164 TestClass t = spy(TestClass.class); in spyExceptingMethod() local
177 TestInterface t = mock(TestInterface.class); in callAbstractRealMethod() local
189 TestInterface t = mock(TestInterface.class); in callInterfaceWithoutMatcher() local
[all …]
/external/libbpf/src/
Dbtf.h400 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
405 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
410 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
415 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void()
420 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
425 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
430 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
435 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
440 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
445 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
[all …]
/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/text/format/
DTimeTest.java31 Time t = new Time("Europe/Berlin"); in shouldParseRfc3339() local
78 Time t = new Time(); in shouldHaveNoArgsConstructor() local
84 Time t = new Time(); in shouldHaveCopyConstructor() local
98 Time t = new Time(); in shouldHaveSetTime() local
113 Time t = new Time(); in shouldHaveSet3Args() local
122 Time t = new Time(); in shouldHaveSet6Args() local
134 Time t = new Time("UTC"); in shouldHaveTimeZoneConstructor() local
140 Time t = new Time(); in shouldClear() local
158 Time t = new Time(); in shouldHaveToMillis() local
170 Time t = new Time("UTC"); in shouldSwitchTimeZones() local
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc48 static bool stream_list_empty(grpc_chttp2_transport* t, in stream_list_empty()
53 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop()
77 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove()
98 static bool stream_list_maybe_remove(grpc_chttp2_transport* t, in stream_list_maybe_remove()
109 static void stream_list_add_tail(grpc_chttp2_transport* t, in stream_list_add_tail()
130 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add()
141 bool grpc_chttp2_list_add_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writable_stream()
147 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream()
152 bool grpc_chttp2_list_remove_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_remove_writable_stream()
157 bool grpc_chttp2_list_add_writing_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writing_stream()
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc48 static bool stream_list_empty(grpc_chttp2_transport* t, in stream_list_empty()
53 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop()
77 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove()
98 static bool stream_list_maybe_remove(grpc_chttp2_transport* t, in stream_list_maybe_remove()
109 static void stream_list_add_tail(grpc_chttp2_transport* t, in stream_list_add_tail()
130 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add()
141 bool grpc_chttp2_list_add_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writable_stream()
147 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream()
152 bool grpc_chttp2_list_remove_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_remove_writable_stream()
157 bool grpc_chttp2_list_add_writing_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writing_stream()
[all …]
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DCoverageTransformerTest.java68 CoverageTransformer t = createTransformer(); in testFilterAgentClass() local
77 CoverageTransformer t = createTransformer(); in testFilterInclBootstrapClassesPositive() local
84 CoverageTransformer t = createTransformer(); in testFilterInclBootstrapClassesNegative() local
92 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive1() local
100 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive2() local
109 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative1() local
121 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative2() local
131 CoverageTransformer t = createTransformer(); in testFilterIncludedClassPositive() local
139 CoverageTransformer t = createTransformer(); in testFilterIncludedClassNegative() local
147 CoverageTransformer t = createTransformer(); in testFilterExcludedClassPositive() local
[all …]
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeAdaptor.js20 dupNode: function(t) { argument
69 setTokenBoundaries: function(t, startToken, stopToken) { argument
97 getTokenStartIndex: function(t) { argument
104 getTokenStopIndex: function(t) { argument
111 getText: function(t) { argument
118 getType: function(t) { argument
129 getToken: function(t) { argument
136 getChild: function(t, i) { argument
143 getChildCount: function(t) { argument
150 getParent: function(t) { argument
[all …]
/external/rust/crates/tempfile/tests/
Dspooled.rs9 let mut t = spooled_tempfile(10); in test_automatic_rollover() localVariable
33 let mut t = SpooledTempFile::new(100); in test_explicit_rollover() localVariable
86 let mut t = spooled_tempfile(100); in test_seek_buffer() localVariable
92 let mut t = SpooledTempFile::new(10); in test_seek_file() localVariable
140 let mut t = spooled_tempfile(100); in test_seek_read_buffer() localVariable
146 let mut t = SpooledTempFile::new(10); in test_seek_read_file() localVariable
164 let mut t = spooled_tempfile(100); in test_overwrite_middle_of_buffer() localVariable
170 let mut t = SpooledTempFile::new(10); in test_overwrite_middle_of_file() localVariable
176 let mut t = spooled_tempfile(100); in test_overwrite_and_extend_buffer() localVariable
189 let mut t = SpooledTempFile::new(20); in test_overwrite_and_extend_rollover() localVariable
[all …]
/external/antlr/runtime/Ruby/test/functional/delegation/
Dimport.rb21 def capture(t) argument
53 def capture(t) argument
84 def capture(t) argument
118 def capture(t) argument
131 def capture(t) argument
162 def capture(t) argument
175 def capture(t) argument
209 def capture(t) argument
237 def capture(t) argument
265 def capture(t) argument
[all …]
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs60 public override object DupNode(object t) { in DupNode()
116 public override void SetTokenBoundaries(object t, IToken startToken, IToken stopToken) { in SetTokenBoundaries()
133 public override int GetTokenStartIndex(object t) { in GetTokenStartIndex()
140 public override int GetTokenStopIndex(object t) { in GetTokenStopIndex()
147 public override string GetText(object t) { in GetText()
154 public override int GetType(object t) { in GetType()
167 public override IToken GetToken(object t) { in GetToken()
174 public override object GetChild(object t, int i) { in GetChild()
181 public override int GetChildCount(object t) { in GetChildCount()
188 public override object GetParent(object t) { in GetParent()
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dapply_extended_types.pass.cpp108 Tuple t{a}; in test_ext_int_0() local
116 TuplePtr t{&a}; in test_ext_int_0() local
124 TupleBase t{a}; in test_ext_int_0() local
132 TupleWrap t{a}; in test_ext_int_0() local
140 ConstTuple t{a}; in test_ext_int_0() local
148 ConstTuplePtr t{&a}; in test_ext_int_0() local
156 ConstTupleBase t{a}; in test_ext_int_0() local
164 ConstTupleWrap t{a}; in test_ext_int_0() local
171 Tuple t{a}; in test_ext_int_0() local
177 TuplePtr t{&a}; in test_ext_int_0() local
[all …]
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeAdaptor.java51 public Object dupNode(Object t) { in dupNode()
99 public void setTokenBoundaries(Object t, Token startToken, Token stopToken) { in setTokenBoundaries()
110 public int getTokenStartIndex(Object t) { in getTokenStartIndex()
116 public int getTokenStopIndex(Object t) { in getTokenStopIndex()
122 public String getText(Object t) { in getText()
128 public int getType(Object t) { in getType()
138 public Token getToken(Object t) { in getToken()
146 public Object getChild(Object t, int i) { in getChild()
152 public int getChildCount(Object t) { in getChildCount()
158 public Object getParent(Object t) { in getParent()
[all …]
/external/ply/ply/test/
Dyacc_badid.py23 def p_statement_assign(t): argument
27 def p_statement_expr(t): argument
31 def p_statement_expr2(t): argument
35 def p_badrule(t): argument
40 def p_expression_binop(t): argument
50 def p_expression_uminus(t): argument
54 def p_expression_group(t): argument
58 def p_expression_number(t): argument
62 def p_expression_name(t): argument
70 def p_error(t): argument
Dyacc_unused.py23 def p_statement_assign(t): argument
27 def p_statement_expr(t): argument
31 def p_expression_binop(t): argument
41 def p_expression_uminus(t): argument
45 def p_expression_group(t): argument
49 def p_expression_number(t): argument
53 def p_expression_name(t): argument
61 def p_expr_list(t): argument
65 def p_expr_list_2(t): argument
70 def p_error(t): argument
Dyacc_error5.py23 def p_statement_assign(t): argument
27 def p_statement_assign_error(t): argument
33 def p_statement_expr(t): argument
37 def p_expression_binop(t): argument
47 def p_expression_uminus(t): argument
51 def p_expression_group(t): argument
58 def p_expression_group_error(t): argument
65 def p_expression_number(t): argument
69 def p_expression_name(t): argument
77 def p_error(t): argument
/external/kmod/testsuite/
Dtest-modprobe.c28 static noreturn int modprobe_show_depends(const struct test *t) in modprobe_show_depends()
50 static noreturn int modprobe_show_depends2(const struct test *t) in modprobe_show_depends2()
73 static noreturn int modprobe_show_alias_to_none(const struct test *t) in modprobe_show_alias_to_none()
98 static noreturn int modprobe_show_exports(const struct test *t) in modprobe_show_exports()
121 static noreturn int modprobe_builtin(const struct test *t) in modprobe_builtin()
140 static noreturn int modprobe_builtin_lookup_only(const struct test *t) in modprobe_builtin_lookup_only()
162 static noreturn int modprobe_softdep_loop(const struct test *t) in modprobe_softdep_loop()
184 static noreturn int modprobe_install_cmd_loop(const struct test *t) in modprobe_install_cmd_loop()
210 static noreturn int modprobe_param_kcmdline(const struct test *t) in modprobe_param_kcmdline()
234 static noreturn int modprobe_param_kcmdline2(const struct test *t) in modprobe_param_kcmdline2()
[all …]
/external/crosvm/docs/book/
Dmermaid.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typ… argument
24 t.exports={graphlib:n(311),dagre:n(153),intersect:n(368),render:n(370),util:n(12),version:n(382)}},… argument
31 /*! Check if previously processed */if(s.getAttribute("data-processed"))return"continue";s.setAttri… argument
/external/deqp-deps/amber/src/
Dtokenizer_test.cc27 Tokenizer t(""); in TEST_F() local
34 Tokenizer t("TestIdentifier"); in TEST_F() local
46 Tokenizer t("123"); in TEST_F() local
58 Tokenizer t("-123"); in TEST_F() local
70 Tokenizer t("123.456"); in TEST_F() local
84 Tokenizer t(nan_str); in TestNaN() local
109 Tokenizer t("-123.456"); in TEST_F() local
121 Tokenizer t(".123456"); in TEST_F() local
133 Tokenizer t("BufferAccess32"); in TEST_F() local
145 Tokenizer t("TestValue 123.456"); in TEST_F() local
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestTreeWizard.java50 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNode() local
58 CommonTree t = (CommonTree)wiz.create("ID[foo]"); in testSingleNodeWithArg() local
66 CommonTree t = (CommonTree)wiz.create("(A)"); in testSingleNodeTree() local
74 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testSingleLevelTree() local
82 CommonTree t = (CommonTree)wiz.create("(nil A B C)"); in testListTree() local
90 CommonTree t = (CommonTree)wiz.create("A B C"); in testInvalidListTree() local
96 CommonTree t = (CommonTree)wiz.create("(A (B C) (B D) E)"); in testDoubleLevelTree() local
104 CommonTree t = (CommonTree)wiz.create("ID"); in testSingleNodeIndex() local
113 CommonTree t = (CommonTree)wiz.create("(A B C D)"); in testNoRepeatsIndex() local
122 CommonTree t = (CommonTree)wiz.create("(A B (A C B) B D D)"); in testRepeatsIndex() local
[all …]
/external/ply/ply/example/yply/
Dylex.py34 def t_SECTION(t): argument
46 def t_ccomment(t): argument
53 def t_LITERAL(t): argument
59 def t_NEWLINE(t): argument
64 def t_code(t): argument
71 def t_code_ignore_string(t): argument
75 def t_code_ignore_char(t): argument
79 def t_code_ignore_comment(t): argument
83 def t_code_ignore_cppcom(t): argument
87 def t_code_lbrace(t): argument
[all …]

12345678910>>...282