/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 14 namespace nested { namespace 27 namespace nested { namespace 120 namespace nested { namespace 213 namespace nested { namespace 259 namespace nested { namespace 272 namespace nested { namespace 323 namespace nested { namespace
|
D | DeeplyNested.cpp | 14 namespace nested { namespace 48 namespace nested { namespace 94 namespace nested { namespace 128 namespace nested { namespace 162 namespace nested { namespace
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/ |
D | INestedService.cpp | 14 namespace nested { namespace 27 namespace nested { namespace 120 namespace nested { namespace 213 namespace nested { namespace 259 namespace nested { namespace 272 namespace nested { namespace 323 namespace nested { namespace
|
D | DeeplyNested.cpp | 14 namespace nested { namespace 48 namespace nested { namespace 94 namespace nested { namespace 128 namespace nested { namespace 162 namespace nested { namespace
|
/aosp_15_r20/external/auto/value/src/it/gwtserializer/src/test/java/com/google/auto/value/client/ |
H A 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
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/pigweed/pw_protobuf/ |
H A 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 …]
|
H A D | varint_size_test.cc | 32 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local 47 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local 65 StreamEncoder nested = encoder.GetNestedEncoder(1); in TEST() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.elements/ |
H A 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
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/ui/ |
H A D | AnimatedValueTest.kt | 185 val nested = AnimatedValue.NotAnimating(AnimatedValue.NotAnimating(10)) in <lambda>() constant 195 val nested = AnimatedValue.Animating(inner) { stopped = true } in <lambda>() constant 207 val nested = AnimatedValue.NotAnimating(inner) in <lambda>() constant 220 val nested = AnimatedValue.Animating(inner) { outerStopped = true } in <lambda>() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/ |
H A 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
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.cpp | 17 namespace nested { namespace 54 namespace nested { namespace 101 namespace nested { namespace 138 namespace nested { namespace 175 namespace nested { namespace
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/ |
D | DeeplyNested.cpp | 17 namespace nested { namespace 54 namespace nested { namespace 101 namespace nested { namespace 138 namespace nested { namespace 175 namespace nested { namespace
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | sre_parse.py | 237 def _class_escape(source, escape, nested): argument 278 def _escape(source, escape, state, nested): argument 336 def _parse_sub(source, state, nested): argument 395 def _parse_sub_cond(source, state, condgroup, nested): argument 414 def _parse(source, state, nested): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_taskgroups.py | 519 async def nested(): function 543 async def nested(): function 562 async def nested(): function 592 async def nested(): function 612 async def nested(): function
|
/aosp_15_r20/external/nanopb-c/tests/typename_mangling/ |
H A D | with_package.proto | 7 required NestedMessage nested = 2; field 13 required NestedLevel2 nested = 1; field 16 required NestedLevel3 nested = 1; field
|
/aosp_15_r20/external/stg/test_cases/diff_tests/typedef/ |
H A D | scoped_composite_nested_struct.0.cc | 7 } nested; member in Scope::__anon3eeeebc30110 13 } nested; member 19 } nested; member
|
H A D | scoped_composite_nested_struct.1.cc | 5 } nested; member in Scope::__anon3eef78240110 11 } nested; member 17 } nested; member
|
/aosp_15_r20/external/stg/test_cases/info_tests/typedef/ |
H A D | scoped_composite_nested_struct.cc | 5 } nested; member in Scope::__anonfb6d7f580110 11 } nested; member 17 } nested; member
|
/aosp_15_r20/frameworks/base/services/incremental/ |
H A D | path.h | 71 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 74 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 77 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/jsTest/src/kotlinx/serialization/json/ |
H A D | DynamicPolymorphismTest.kt | 51 data class CompositeClass(val mark: String, val nested: Sealed) constant in kotlinx.serialization.json.DynamicPolymorphismTest.CompositeClass 102 val nested = this.nested in testComposite() constant 112 val nested = this.nested[1] in testComposite() constant
|
/aosp_15_r20/system/incremental_delivery/incfs/include/ |
H A D | path.h | 41 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 44 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 47 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | util.cc | 527 explicit AttrsValueIterator(PyObject* nested) : nested_(nested) { in AttrsValueIterator() 612 ValueIteratorPtr GetValueIterator(PyObject* nested) { in GetValueIterator() 625 ValueIteratorPtr GetValueIteratorForData(PyObject* nested) { in GetValueIteratorForData() 640 ValueIteratorPtr GetValueIteratorForComposite(PyObject* nested) { in GetValueIteratorForComposite() 669 PyObject* nested, PyObject* list, in FlattenHelper() 986 PyObject* Flatten(PyObject* nested, bool expand_composites) { in Flatten() 1010 PyObject* FlattenForData(PyObject* nested) { in FlattenForData()
|