Home
last modified time | relevance | path

Searched defs:nested (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/
Dadaptor.pass.cpp112 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/
Dadaptor.pass.cpp112 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/
Dmove_unittest.cc54 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/
Dmove_unittest.cc54 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/
Dmove_unittest.cc54 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/
Drefactoring.hpp85 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/
DGwtSerializerTest.java36 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/
Dwith_package.proto7 required NestedMessage nested = 2; field
13 required NestedLevel2 nested = 1; field
16 required NestedLevel3 nested = 1; field
/external/perfetto/ui/src/base/
Dobject_utils_unittest.ts18 const nested = {quux: 'qux'}; constant
43 const nested = {quux: 'qux'}; constant
/external/stg/test_cases/info_tests/typedef/
Dscoped_composite_nested_struct.cc5 } nested; member in Scope::__anon198859d80110
11 } nested; member
17 } nested; member
/external/stg/test_cases/diff_tests/typedef/
Dscoped_composite_nested_struct.0.cc7 } nested; member in Scope::__anon4f2a66430110
13 } nested; member
19 } nested; member
Dscoped_composite_nested_struct.1.cc5 } nested; member in Scope::__anon4f2af2a40110
11 } nested; member
17 } nested; member
/external/tensorflow/tensorflow/python/keras/utils/
Dtf_utils.py106 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/
Dvarint_size_test.cc35 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
Dstream_decoder_test.cc357 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/
DNotImplementedExceptionTest.java32 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/
Dnested.0.cc1 struct nested { struct
6 struct nested inner; argument
Dnested.1.cc1 struct nested { struct
6 struct nested inner; argument
Dnested.0.c1 struct nested { struct
6 struct nested inner; argument
Dnested.1.c1 struct nested { struct
6 struct nested inner; argument
/external/stg/test_cases/info_tests/struct/
Dnested.cc1 struct nested { struct
6 struct nested inner; argument
Dnested.c1 struct nested { struct
6 struct nested inner; argument
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DFileUtilsDeleteDirectoryLinuxTest.java80 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/
DProfilerTest.java96 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/
Dfmt.rs211 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

12345678910>>...13