Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dtype_operators.h97 template <typename A, typename B, typename... Any>
98 struct IsConvertible<std::vector<A, Any...>, ArrayWrapper<B>>
100 template <typename A, typename B, typename... Any>
101 struct IsConvertible<ArrayWrapper<A>, std::vector<B, Any...>>
103 template <typename A, typename B, typename... Any, std::size_t Size>
104 struct IsConvertible<std::vector<A, Any...>, std::array<B, Size>>
106 template <typename A, typename B, typename... Any, std::size_t Size>
107 struct IsConvertible<std::array<A, Size>, std::vector<B, Any...>>
151 template <typename A, typename B, typename... Any>
152 struct IsConvertible<std::basic_string<A, Any...>, StringWrapper<B>>
[all …]
Dstring_wrapper.h110 template <typename T, typename... Any>
111 StringWrapper<const T> WrapString(const std::basic_string<T, Any...>& s) { in WrapString()
/frameworks/libs/net/common/devicetests/com/android/testutils/
DConcurrentInterpreter.kt14 typealias InterpretMatcher<T> = Pair<Regex, (ConcurrentInterpreter<T>, T, MatchResult) -> Any?> in <lambda>()
54 fun interpretMultiple(instr: String, r: T): Any? { in <lambda>()
59 fun interpret(instr: String, r: T): Any? { in <lambda>()
/frameworks/libs/net/common/
DAndroid.bp21 // places many of its classes, even non-API service classes, on the boot classpath. Any file that
151 // Any class here *must* have a corresponding jarjar rule in the telephony build rules.
162 // Any class here *must* have a corresponding jarjar rule in the wifi build rules.
178 // Any class here *must* have a corresponding jarjar rule in the wifi build rules.
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py36 from typing import Any, Callable, Dict, Generic, Iterable, List, NamedTuple, TextIO, Tuple, TypeVar…
126 def dict_lookup_any_key(dictionary: dict, *keys: List[Any]): argument
164 def as_run_command(tpl: NamedTuple) -> List[Union[str, Any]]:
Danalyze_metrics.py35 from typing import Any, List, Dict, Iterable, TextIO, Tuple
164 def data_to_numpy(it: Iterable[Tuple[List[str], List[List[int]]]]) -> Iterable[Tuple[List[str], Any
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp102 case C2FieldDescriptor::INT32: fsv = C2SupportedRange<int32_t>::Any(); break; in createFieldsAndSupportedValues()
103 case C2FieldDescriptor::UINT32: fsv = C2SupportedRange<uint32_t>::Any(); break; in createFieldsAndSupportedValues()
104 case C2FieldDescriptor::INT64: fsv = C2SupportedRange<int64_t>::Any(); break; in createFieldsAndSupportedValues()
105 case C2FieldDescriptor::UINT64: fsv = C2SupportedRange<uint64_t>::Any(); break; in createFieldsAndSupportedValues()
106 case C2FieldDescriptor::FLOAT: fsv = C2SupportedRange<float>::Any(); break; in createFieldsAndSupportedValues()
107 case C2FieldDescriptor::BLOB: fsv = C2SupportedRange<uint8_t>::Any(); break; in createFieldsAndSupportedValues()
108 case C2FieldDescriptor::STRING: fsv = C2SupportedRange<char>::Any(); break; in createFieldsAndSupportedValues()
DC2InterfaceUtils.cpp385 _mRange(C2SupportedRange<T>::Any()), in Impl()
/frameworks/base/tools/aapt2/
DResources.proto144 // Any comment associated with the declaration.
176 // Any comment associated with the declaration.
232 // Any comment associated with the value.
382 // Any comments associated with the enum or flag.
435 // Any comments associated with the entry.
463 // Any comments associated with the declaration.
481 // Any comments associated with the element.
509 // Any comments associated with the plural.
DResourcesInternal.proto51 // Any symbols this file auto-generates/exports (eg. @+id/foo in an XML file).
/frameworks/base/core/proto/android/os/
Denums.proto62 // Any change to the types in the thermal hal should be made here as well.
83 // Any change to the types in the thermal hal should be made here as well.
105 // Any change to the types in the thermal hal should be made here as well.
Dbatterystats.proto178 // Any display state error that comes through should be sent to hackbod@.
/frameworks/base/core/proto/android/app/
Dnotificationmanager.proto52 // Any sender is prioritized.
Denums.proto46 // The values here must not be modified. Any new process states can be appended to the end.
Dsettings_enums.proto272 // ACTION: Settings > Any preference is changed
1304 // DATA_USAGE_LIST -> Any item or App info -> Data usage
/frameworks/base/core/proto/android/content/
Dpackage_item_info.proto101 // managed external storage will be backed up; Any negative value
/frameworks/base/core/proto/android/service/
Dnotification.proto255 // Any sender is prioritized.
/frameworks/compile/slang/
DREADME.rst267 redraw is necessary until something changes on the Java side. Any
279 T1, T2, and T3 represent any supported Renderscript type. Any parameters
/frameworks/rs/script_api/
Drs_graphics.spec566 function uses the default passthough ProgramVertex. Any bound ProgramVertex
657 Any of left, right, top, bottom could be NULL
/frameworks/ml/nn/tools/api/
DREADME.md183 pattern*. Any other pattern is a *simple pattern*. The condition is **on** in
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceUtils.h80 inline static constexpr C2SupportedRange<T> Any() {
/frameworks/base/core/proto/android/server/
Dalarmmanagerservice.proto78 // Any alarms that we don't want to run during idle mode. Will be empty if the
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt268 Any executables containing that work also fall under Section 6,
350 the Library except as expressly provided under this License. Any
/frameworks/rs/script_api/include/
Drs_graphics.rsh867 * function uses the default passthough ProgramVertex. Any bound ProgramVertex
995 * Any of left, right, top, bottom could be NULL
/frameworks/ml/nn/runtime/
DNOTICE706 Any litigation relating to this License may be brought only in the
719 necessary to make it enforceable. Any law or regulation which provides

12