/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/jspecify/samples/ |
D | UnionTypeArgumentWithUseSite.java | 23 void t(T t); in t() argument 25 void tUnspec(@NullnessUnspecified T t); in tUnspec() 27 void tUnionNull(@Nullable T t); in tUnionNull() 32 void t(Object t); in t() method 36 void tUnspec(@NullnessUnspecified Object t); in tUnspec() 39 void tUnionNull(@Nullable Object t); in tUnionNull() 45 void t(@NullnessUnspecified Object t); in t() method 49 void tUnspec(@NullnessUnspecified Object t); in tUnspec() 52 void tUnionNull(@Nullable Object t); in tUnionNull() 57 void t(@Nullable Object t); in t() method [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/rust/android-crates-io/crates/tokio/src/fs/file/ |
D | tests.rs | 22 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/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/detail/ |
D | polymorphic_iarchive_route.hpp | 60 void *t, in load_object() 66 void * & t, in load_pointer() 92 void load_binary(void * t, std::size_t size) BOOST_OVERRIDE { in load_binary() 96 void load(bool & t) BOOST_OVERRIDE { in load() 99 void load(char & t) BOOST_OVERRIDE { in load() 102 void load(signed char & t) BOOST_OVERRIDE { in load() 105 void load(unsigned char & t) BOOST_OVERRIDE { in load() 110 void load(wchar_t & t) BOOST_OVERRIDE { in load() 115 void load(short & t) BOOST_OVERRIDE { in load() 118 void load(unsigned short & t) BOOST_OVERRIDE { in load() [all …]
|
D | polymorphic_oarchive_route.hpp | 66 const void * t, in save_pointer() 75 void save(const bool t) BOOST_OVERRIDE { in save() 78 void save(const char t) BOOST_OVERRIDE { in save() 81 void save(const signed char t) BOOST_OVERRIDE { in save() 84 void save(const unsigned char t) BOOST_OVERRIDE { in save() 89 void save(const wchar_t t) BOOST_OVERRIDE { in save() 94 void save(const short t) BOOST_OVERRIDE { in save() 97 void save(const unsigned short t) BOOST_OVERRIDE { in save() 100 void save(const int t) BOOST_OVERRIDE { in save() 103 void save(const unsigned int t) BOOST_OVERRIDE { in save() [all …]
|
/external/libbpf/src/ |
D | btf.h | 320 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind() 325 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() 330 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag() 335 static inline bool btf_is_void(const struct btf_type *t) in btf_is_void() 340 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int() 345 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr() 350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() 355 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct() 360 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union() 365 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite() [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/rust/android-crates-io/crates/tempfile/tests/ |
D | spooled.rs | 9 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/robolectric/integration_tests/ctesque/src/sharedTest/java/android/text/format/ |
D | TimeTest.java | 27 Time t = new Time("Europe/Berlin"); in shouldParseRfc3339() local 74 Time t = new Time(); in shouldHaveNoArgsConstructor() local 80 Time t = new Time(); in shouldHaveCopyConstructor() local 94 Time t = new Time(); in shouldHaveSetTime() local 109 Time t = new Time(); in shouldHaveSet3Args() local 118 Time t = new Time(); in shouldHaveSet6Args() local 130 Time t = new Time("UTC"); in shouldHaveTimeZoneConstructor() local 136 Time t = new Time(); in shouldClear() local 154 Time t = new Time(); in shouldHaveToMillis() local 166 Time t = new Time("UTC"); in shouldSwitchTimeZones() local [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 50 static bool stream_list_empty(grpc_chttp2_transport* t, in stream_list_empty() 55 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop() 79 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove() 100 static bool stream_list_maybe_remove(grpc_chttp2_transport* t, in stream_list_maybe_remove() 111 static void stream_list_add_tail(grpc_chttp2_transport* t, in stream_list_add_tail() 132 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add() 143 bool grpc_chttp2_list_add_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writable_stream() 149 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream() 154 bool grpc_chttp2_list_remove_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_remove_writable_stream() 159 bool grpc_chttp2_list_add_writing_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writing_stream() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 50 static bool stream_list_empty(grpc_chttp2_transport* t, in stream_list_empty() 55 static bool stream_list_pop(grpc_chttp2_transport* t, in stream_list_pop() 79 static void stream_list_remove(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_remove() 100 static bool stream_list_maybe_remove(grpc_chttp2_transport* t, in stream_list_maybe_remove() 111 static void stream_list_add_tail(grpc_chttp2_transport* t, in stream_list_add_tail() 132 static bool stream_list_add(grpc_chttp2_transport* t, grpc_chttp2_stream* s, in stream_list_add() 143 bool grpc_chttp2_list_add_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writable_stream() 149 bool grpc_chttp2_list_pop_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_pop_writable_stream() 154 bool grpc_chttp2_list_remove_writable_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_remove_writable_stream() 159 bool grpc_chttp2_list_add_writing_stream(grpc_chttp2_transport* t, in grpc_chttp2_list_add_writing_stream() [all …]
|
/external/jsoup/src/main/java/org/jsoup/parser/ |
D | TokeniserState.java | 11 @Override void read(Tokeniser t, CharacterReader r) { in read() 35 @Override void read(Tokeniser t, CharacterReader r) { in read() 41 @Override void read(Tokeniser t, CharacterReader r) { in read() 65 @Override void read(Tokeniser t, CharacterReader r) { in read() 70 @Override void read(Tokeniser t, CharacterReader r) { in read() 75 @Override void read(Tokeniser t, CharacterReader r) { in read() 80 @Override void read(Tokeniser t, CharacterReader r) { in read() 99 @Override void read(Tokeniser t, CharacterReader r) { in read() 125 @Override void read(Tokeniser t, CharacterReader r) { in read() 146 @Override void read(Tokeniser t, CharacterReader r) { in read() [all …]
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | CoverageTransformerTest.java | 68 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/ |
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/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/executorch/kernels/portable/cpu/util/ |
D | dtype_util.h | 34 const Tensor& t) { in get_load_to_common_fn_realhbbf16() 45 const Tensor& t) { in get_load_to_common_fn_realhbf16() 56 const Tensor& t) { in get_load_to_common_fn_floathbf16() 66 load_to_common_fn<CTYPE_COMMON> get_load_to_common_fn_intb(const Tensor& t) { in get_load_to_common_fn_intb() 77 const Tensor& t) { in get_load_to_common_fn_bool_or_byte() 88 const Tensor& t) { in get_load_to_common_fn_same_as_compute() 103 const Tensor& t) { in get_load_to_common_fn_same_as_common() 117 const Tensor& t) { in get_load_to_common_fn_same_as_common() 126 get_store_common_to_tensor_fn_realhbbf16(const Tensor& t) { in get_store_common_to_tensor_fn_realhbbf16() 137 const Tensor& t) { in get_store_common_to_tensor_fn_realhbf16() [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
|
/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/rappor/third_party/ |
D | dygraph-combined.js | 2 !function(t){"use strict";for(var e,a,i={},r=function(){},n="memory".split(","),o="assert,clear,cou… argument 3 …o)p=o[l%o.length];else{var g=l%2?n+(l+1)/2:Math.ceil((l+1)/2),d=1*g/(1+a);p=t.hsvToRGB(d,i,r)}this… argument 4 …tComputedStyle(i,null);r=o.borderLeft||"0",n=o.borderTop||"0"}if(e+=parseInt(r,10),a+=parseInt(n,1… argument 5 …this.xlabels_.push(r)}}h.strokeStyle=i.getOptionForAxis("axisLineColor","x"),h.lineWidth=i.getOpti… function
|
/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 …]
|