/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/rust/crates/tokio/tests/ |
D | fs_file_mocked.rs | 81 let mut t = task::spawn(file.read(&mut buf)); in open_read() localVariable 107 let mut t = task::spawn(file.read(&mut buf)); in read_twice_before_dispatch() localVariable 130 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable 138 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable 146 let mut t = task::spawn(file.read(&mut buf)); in read_with_smaller_buf() localVariable 163 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable 171 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable 179 let mut t = task::spawn(file.read(&mut buf)); in read_with_bigger_buf() localVariable 204 let mut t = task::spawn(file.read(&mut buf)); in read_err_then_read_success() localVariable 214 let mut t = task::spawn(file.read(&mut buf)); in read_err_then_read_success() localVariable [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_flag_utils_test.cc | 41 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTimeTest.java | 37 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/python/cpython2/Demo/parser/ |
D | unparse.py | 82 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/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/ |
D | GeneralMocking.java | 74 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/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 48 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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 48 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/antlr/runtime/Ruby/test/functional/delegation/ |
D | import.rb | 21 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/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | CoverageTransformerTest.java | 67 CoverageTransformer t = createTransformer(); in testFilterAgentClass() local 76 CoverageTransformer t = createTransformer(); in testFilterInclBootstrapClassesPositive() local 83 CoverageTransformer t = createTransformer(); in testFilterInclBootstrapClassesNegative() local 91 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive1() local 99 CoverageTransformer t = createTransformer(); in testFilterClassLoaderPositive2() local 107 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative1() local 118 CoverageTransformer t = createTransformer(); in testFilterClassLoaderNegative2() local 128 CoverageTransformer t = createTransformer(); in testFilterIncludedClassPositive() local 136 CoverageTransformer t = createTransformer(); in testFilterIncludedClassNegative() local 144 CoverageTransformer t = createTransformer(); in testFilterExcludedClassPositive() local [all …]
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.js | 20 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/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | CommonTreeAdaptor.cs | 60 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/ply/ply/test/ |
D | yacc_badid.py | 23 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
|
D | yacc_unused.py | 23 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
|
D | yacc_error5.py | 23 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
|
D | yacc_error4.py | 23 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_error_handler(t): argument 65 def p_error(t): argument
|
D | yacc_unused_rule.py | 23 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_integer(t): argument 65 def p_error(t): argument
|
D | yacc_rr.py | 23 def p_statement_assign(t): argument 27 def p_statement_assign_2(t): argument 31 def p_statement_expr(t): argument 35 def p_expression_binop(t): argument 45 def p_expression_uminus(t): argument 49 def p_expression_group(t): argument 53 def p_expression_number(t): argument 57 def p_expression_name(t): argument 65 def p_error(t): argument
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.java | 51 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/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | apply_extended_types.pass.cpp | 108 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/kmod/testsuite/ |
D | test-modprobe.c | 28 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/ply/ply/example/yply/ |
D | ylex.py | 34 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 …]
|
/external/llvm-project/clang/unittests/AST/ |
D | StructuralEquivalenceTest.cpp | 296 auto t = makeNamedDecls("void foo();", "template<class T> void foo();", in TEST_F() local 302 auto t = makeDecls<FunctionDecl>( in TEST_F() local 310 auto t = makeDecls<FunctionDecl>( in TEST_F() local 318 auto t = makeDecls<FunctionDecl>("struct X{ X(); };", "struct X{ ~X(); };", in TEST_F() local 325 auto t = in TEST_F() local 331 auto t = makeNamedDecls("void foo(int);", "void foo(const int);", Lang_CXX03); in TEST_F() local 337 auto t = makeNamedDecls("void foo();", "void foo() throw();", Lang_CXX03); in TEST_F() local 342 auto t = makeNamedDecls("void foo();", in TEST_F() local 348 auto t = makeNamedDecls("void foo() throw();", in TEST_F() local 354 auto t = makeNamedDecls("void foo() throw();", in TEST_F() local [all …]
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestTreeWizard.java | 50 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/deqp-deps/amber/src/ |
D | tokenizer_test.cc | 27 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 …]
|