Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 184) sorted by relevance

12345678

/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dvariant.h22 template <std::size_t I, typename... Types>
26 template <std::size_t I, typename... Types>
60 template <typename... Types>
70 template <typename... Types>
85 template <typename... Types>
130 template <typename... Types>
406 template <typename... Types>
679 template <typename T, typename... Types>
730 template <typename T, typename... Types>
734 template <typename T, typename... Types>
[all …]
/aosp12/frameworks/native/include/ftl/
H A Dinitializer_list.h49 template <typename T, typename Sizes = std::index_sequence<>, typename... Types>
52 template <typename T, std::size_t... Sizes, typename... Types>
53 struct InitializerList<T, std::index_sequence<Sizes...>, Types...> {
58 T, std::index_sequence<Sizes..., sizeof...(Args)>, Types..., Args&&...> {
65 std::tuple<Types...> tuple;
74 template <typename K, typename V, std::size_t... Sizes, typename... Types>
75 struct InitializerList<KeyValue<K, V>, std::index_sequence<Sizes...>, Types...> {
79 KeyValue<K, V>, std::index_sequence<Sizes..., 3>, Types..., std::piecewise_construct_t,
87 std::tuple<Types...> tuple;
H A Dsmall_map.h95 template <typename U, std::size_t... Sizes, typename... Types>
96 SmallMap(InitializerList<U, std::index_sequence<Sizes...>, Types...>&& list) in SmallMap()
178 template <typename K, typename V, std::size_t... Sizes, typename... Types>
179 SmallMap(InitializerList<KeyValue<K, V>, std::index_sequence<Sizes...>, Types...>&&)
/aosp12/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
H A DGeonamesComparison.java22 import com.android.timezone.location.validation.Types.KnownDifference;
23 import com.android.timezone.location.validation.Types.KnownDifferenceMismatch;
24 import com.android.timezone.location.validation.Types.KnownDifferences;
25 import com.android.timezone.location.validation.Types.Result;
26 import com.android.timezone.location.validation.Types.TestCaseId;
176 private static Types.KnownDifference createNewKnownDifference( in createNewKnownDifference()
178 return new Types.KnownDifference( in createNewKnownDifference()
196 List<Types.KnownDifference> newKnownDifferences = new ArrayList<>();
197 List<Types.KnownDifference> confirmedKnownDifferences = new ArrayList<>();
228 Types.KnownDifference preexistingKnownDifference = in recordResult()
[all …]
H A DTypes.java40 class Types { class
42 private Types() { in Types() method in Types
96 return Types.toProtoText(knownDifferencesProto); in toProtoText()
267 return Types.toProtoText(proto); in toProtoText()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/
H A DPrintTzS2RangeStats.java19 import com.android.timezone.location.data_pipeline.steps.Types;
20 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
21 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
52 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
H A DPrintTzS2CellUnionStats.java19 import com.android.timezone.location.data_pipeline.steps.Types;
20 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
21 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
56 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DResult.h73 template <typename... Types>
74 inline detail::ErrorBuilder<std::decay_t<Types>...> error(Types&&... args) { in error()
75 return detail::ErrorBuilder<std::decay_t<Types>...>(std::forward<Types>(args)...); in error()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java99 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles()
117 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested()
136 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength()
158 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested()
178 public static boolean isAtLeastStrength(@Authenticators.Types int sensorStrength, in isAtLeastStrength()
179 @Authenticators.Types int requestedStrength) { in isAtLeastStrength()
364 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
422 public static @Authenticators.Types int getCurrentStrength(int sensorId) { in getCurrentStrength()
521 @Authenticators.Types int strength) { in authenticatorStrengthToPropertyStrength()
534 public static @Authenticators.Types int propertyStrengthToAuthenticatorStrength( in propertyStrengthToAuthenticatorStrength()
H A DBiometricSensor.java70 public final @Authenticators.Types int oemStrength; // strength as configured by the OEM
74 private @Authenticators.Types int mUpdatedStrength; // updated by BiometricStrengthController
92 @Authenticators.Types int strength, IBiometricAuthenticator impl) { in BiometricSensor()
152 @Authenticators.Types int getCurrentStrength() { in getCurrentStrength()
169 void updateStrength(@Authenticators.Types int newStrength) { in updateStrength()
H A DAuthService.java293 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate()
406 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel()
452 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage()
522 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
740 @BiometricManager.Authenticators.Types int strength) { in getHidlFingerprintSensorProps()
781 @BiometricManager.Authenticators.Types int strength) { in getHidlFaceSensorProps()
796 @BiometricManager.Authenticators.Types int strength) { in getHidlIrisSensorProps()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/proto/
H A Ds2_protos.proto24 // Types used for storing intermediate data in the reference time zone geolocation pipeline.
26 // The proto equivalent to Types.TzS2Polygons.
51 // The proto equivalent to Types.TzS2CellUnion.
59 // The proto equivalent to Types.TzS2Range.
69 // The proto equivalent to Types.TzS2Ranges.
/aosp12/packages/modules/NeuralNetworks/tools/api/
H A Dgenerate_api.sh55 doit canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
65 check canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DBiometricManager.java141 @interface Types {} annotation
224 @Authenticators.Types int mAuthenticators;
227 @Authenticators.Types int authenticators) { in Strings()
461 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate()
475 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate()
499 public Strings getStrings(@Authenticators.Types int authenticators) { in getStrings()
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
H A DTzS2CellUnionsToTzS2Ranges.java21 import com.android.timezone.location.data_pipeline.steps.Types.Pair;
22 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
24 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
25 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
117 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
H A DCreateTzS2ProtoDataFile.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
92 ProtoStorageFormat inputStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
H A DTzS2PolygonsToTzS2CellUnions.java21 import com.android.timezone.location.data_pipeline.steps.Types.Pair;
22 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
24 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
119 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
H A DCanonicalizeTzS2Polygons.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
134 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
H A DMergeTzS2Ranges.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
113 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
/aosp12/frameworks/native/libs/math/include/math/
H A DHashCombine.h31 template<typename... Types>
32 static inline size_t hashCombine(const Types& ... args) { in hashCombine()
/aosp12/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/
H A DTypes.java2 public class Types class
15 protected Types() { throw new RuntimeException("Stub!"); } in Types() method in Types
/aosp12/frameworks/native/libs/binder/tests/unit_fuzzers/
H A DcommonFuzzHelpers.h23 template <class F, class T, class... Types>
24 void callArbitraryFunction(F* fdp, T const& ops_vector, Types... args) { in callArbitraryFunction()
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
H A DTypes.java19 public class Types { class
39 public Types() { in Types() method in Types
/aosp12/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h165 template <typename... Types>
168 template <typename ReturnType, typename... Types>
170 ValidTypes<Types...>) const { in GetAttribute()
173 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value); in GetAttribute()
/aosp12/system/sepolicy/tests/
H A Dpolicy.py186 Types = self.QueryTypeAttribute(Type, True)
187 TypesAndAttributes |= Types
188 for T in Types:
280 Types = set()
292 Types.add(PathType[1])
294 return Types, Files

12345678