/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/ |
D | adaptor.pass.cpp | 112 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 124 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 136 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local 148 …std::pair<std::tuple<int, int>, std::tuple<int>> nested[] = {{{1, 2}, {3}}, {{4, 5}, {6}}, {{7, 8}… in test() local 160 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local
|
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/ |
D | adaptor.pass.cpp | 112 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 124 std::pair<std::tuple<int>, std::tuple<int>> nested[] = {{{1}, {2}}, {{3}, {4}}, {{5}, {6}}}; in test() local 136 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local 148 …std::pair<std::tuple<int, int>, std::tuple<int>> nested[] = {{{1, 2}, {3}}, {{4, 5}, {6}}, {{7, 8}… in test() local 160 …std::pair<std::tuple<int>, std::tuple<int, int>> nested[] = {{{1}, {2, 3}}, {{4}, {5, 6}}, {{7}, {… in test() local
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | move_unittest.cc | 54 const auto* nested = &message1.optional_nested_message(); in TEST() local 68 const auto* nested = &message1.optional_nested_message(); in TEST() local 94 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 110 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 128 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 144 const auto* nested = &message1.optional_nested_message(); in TEST() local
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | move_unittest.cc | 54 const auto* nested = &message1.optional_nested_message(); in TEST() local 68 const auto* nested = &message1.optional_nested_message(); in TEST() local 94 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 110 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 128 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 144 const auto* nested = &message1.optional_nested_message(); in TEST() local
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
D | move_unittest.cc | 54 const auto* nested = &message1.optional_nested_message(); in TEST() local 68 const auto* nested = &message1.optional_nested_message(); in TEST() local 94 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 110 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 128 const auto* nested = &message1_on_arena->optional_nested_message(); in TEST() local 144 const auto* nested = &message1.optional_nested_message(); in TEST() local
|
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/meta/ |
D | refactoring.hpp | 85 typename NestedT::embed_t nested; member in boost::spirit::refactor_unary_parser 107 typename NestedT::embed_t nested; member in boost::spirit::refactor_unary_gen 168 typename NestedT::embed_t nested; member in boost::spirit::refactor_action_parser 190 typename NestedT::embed_t nested; member in boost::spirit::refactor_action_gen 250 typename NestedT::embed_t nested; member in boost::spirit::attach_action_parser 272 typename NestedT::embed_t nested; member in boost::spirit::attach_action_gen
|
/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/ |
D | GwtSerializerTest.java | 36 Nested echo(Nested nested); in echo() 38 NestedWithBuilder echo(NestedWithBuilder nested); in echo() 50 void echo(Nested nested, AsyncCallback<Nested> callback); in echo() 52 void echo(NestedWithBuilder nested, AsyncCallback<NestedWithBuilder> callback); in echo() 94 public Nested echo(Nested nested) { in echo() 99 public NestedWithBuilder echo(NestedWithBuilder nested) { in echo() 233 Nested nested = Nested.create("able", Simple.create("baker")); in testNested() local 239 NestedWithBuilder nested = in testNestedWithBuilder() local
|
/external/nanopb-c/tests/typename_mangling/ |
D | with_package.proto | 7 required NestedMessage nested = 2; field 13 required NestedLevel2 nested = 1; field 16 required NestedLevel3 nested = 1; field
|
/external/perfetto/ui/src/base/ |
D | object_utils_unittest.ts | 18 const nested = {quux: 'qux'}; constant 43 const nested = {quux: 'qux'}; constant
|
/external/stg/test_cases/info_tests/typedef/ |
D | scoped_composite_nested_struct.cc | 5 } nested; member in Scope::__anon198859d80110 11 } nested; member 17 } nested; member
|
/external/stg/test_cases/diff_tests/typedef/ |
D | scoped_composite_nested_struct.0.cc | 7 } nested; member in Scope::__anon4f2a66430110 13 } nested; member 19 } nested; member
|
D | scoped_composite_nested_struct.1.cc | 5 } nested; member in Scope::__anon4f2af2a40110 11 } nested; member 17 } nested; member
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | tf_utils.py | 106 def map_structure_with_atomic(is_atomic_fn, map_fn, nested): argument 210 def convert_inner_node_data(nested, wrap=False): argument 222 def _is_serialized_node_data(nested): argument 230 def _is_atomic_nested(nested): argument 238 def _convert_object_or_list(nested): argument
|
/external/pigweed/pw_protobuf/ |
D | varint_size_test.cc | 35 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local 52 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local 71 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local
|
D | stream_decoder_test.cc | 357 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 412 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 455 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 493 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 522 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 560 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 588 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 618 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 648 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local 678 StreamDecoder nested = decoder.GetNestedDecoder(); in TEST() local [all …]
|
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
D | NotImplementedExceptionTest.java | 32 final Throwable nested = new RuntimeException(); in testConstructors() local 52 …essage, final NotImplementedException nie, final String message, final Throwable nested, final Str… in assertCorrect()
|
/external/stg/test_cases/diff_tests/struct/ |
D | nested.0.cc | 1 struct nested { struct 6 struct nested inner; argument
|
D | nested.1.cc | 1 struct nested { struct 6 struct nested inner; argument
|
D | nested.0.c | 1 struct nested { struct 6 struct nested inner; argument
|
D | nested.1.c | 1 struct nested { struct 6 struct nested inner; argument
|
/external/stg/test_cases/info_tests/struct/ |
D | nested.cc | 1 struct nested { struct 6 struct nested inner; argument
|
D | nested.c | 1 struct nested { struct 6 struct nested inner; argument
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/ |
D | FileUtilsDeleteDirectoryLinuxTest.java | 80 final File nested = new File(top, "nested"); in testThrowsOnCannotDeleteFile() local 101 final File nested = new File(top, "nested"); in testThrowsOnNullList() local
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
D | ProfilerTest.java | 96 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local 125 public void doSubtask(Profiler nested) { in doSubtask()
|
/external/rust/android-crates-io/crates/miette-derive/src/ |
D | fmt.rs | 211 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable 218 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable 225 let nested = parse_token_expr(&content, true)?; in parse_token_expr() localVariable
|