Home
last modified time | relevance | path

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

12345678910>>...40

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/nested/
DINestedService.cpp14 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
DDeeplyNested.cpp14 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/
DINestedService.cpp14 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
DDeeplyNested.cpp14 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 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
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/pigweed/pw_protobuf/
H A 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 …]
H A Dvarint_size_test.cc32 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 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
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/ui/
H A DAnimatedValueTest.kt185 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 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
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/android/aidl/tests/nested/
DDeeplyNested.cpp17 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/
DDeeplyNested.cpp17 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/
Dsre_parse.py237 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/
Dtest_taskgroups.py519 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 Dwith_package.proto7 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 Dscoped_composite_nested_struct.0.cc7 } nested; member in Scope::__anon3eeeebc30110
13 } nested; member
19 } nested; member
H A Dscoped_composite_nested_struct.1.cc5 } nested; member in Scope::__anon3eef78240110
11 } nested; member
17 } nested; member
/aosp_15_r20/external/stg/test_cases/info_tests/typedef/
H A Dscoped_composite_nested_struct.cc5 } nested; member in Scope::__anonfb6d7f580110
11 } nested; member
17 } nested; member
/aosp_15_r20/frameworks/base/services/incremental/
H A Dpath.h71 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 DDynamicPolymorphismTest.kt51 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 Dpath.h41 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 Dutil.cc527 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()

12345678910>>...40