Home
last modified time | relevance | path

Searched defs:components (Results 1 – 25 of 1893) sorted by relevance

12345678910>>...76

/aosp_15_r20/out/soong/.intermediates/external/firebase-messaging/firebase-components-aar/android_common/aar/
Dclasses.jar ... firebase.components abstract com.google.firebase.components.AbstractComponentContainer extends java.lang.Object implements com ...
Dfirebase-components-aar.jar ... firebase.components abstract com.google.firebase.components.AbstractComponentContainer extends java.lang.Object implements com ...
/aosp_15_r20/libcore/luni/src/test/java/crossvmtest/java/lang/
H A DRecordComponentTest.java61 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testBasic() local
67 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetAccessor() local
76 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetAnnotation() local
87 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetRecordComponentAnnotation() local
101 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetAnnotations() local
107 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetDeclaredAnnotations() local
113 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetDeclaringRecord() local
119 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetName() local
125 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testGetType() local
131 RecordComponent[] components = RecordInteger.class.getRecordComponents(); in testToString() local
[all …]
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components() function
37 inline length_t components(tvec2<T, P> const & v) in components() function
43 inline length_t components(tvec3<T, P> const & v) in components() function
49 inline length_t components(tvec4<T, P> const & v) in components() function
55 inline length_t components(genType const & m) in components() function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dtype_trait.hpp46 static length_t const components = 0; member
59 components = 1 enumerator
71 components = 2 enumerator
83 components = 3 enumerator
95 components = 4 enumerator
107 components = 2, enumerator
121 components = 2, enumerator
135 components = 2, enumerator
149 components = 3, enumerator
163 components = 3, enumerator
[all …]
H A Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components() function
37 inline length_t components(tvec2<T, P> const & v) in components() function
43 inline length_t components(tvec3<T, P> const & v) in components() function
49 inline length_t components(tvec4<T, P> const & v) in components() function
55 inline length_t components(genType const & m) in components() function
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dpath.rs37 pub fn components(&self) -> Components { in components() method
221 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
222 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
228 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
229 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
236 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
243 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
244 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
251 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
252 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
/aosp_15_r20/external/rust/crates/uefi/src/fs/path/
Dpath.rs37 pub fn components(&self) -> Components { in components() method
221 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
222 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
228 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
229 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
236 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
243 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
244 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
251 let components = path.components().collect::<Vec<_>>(); in components_iter() localVariable
252 let components: Vec<&CStr16> = components.iter().map(|x| x.as_ref()).collect::<Vec<_>>(); in components_iter() localVariable
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DColor_ColorLongTest.java185 float[] components = { 0.5f, 0.5f, 1.0f, 0.25f, 0.5f, 0.8f }; in testValueOf() local
194 assertNotEquals(color8.red(), components[0]); in testValueOf() local
218 float[] components = c.getComponents(); in testComponents() local
220 assertEquals(c.red(), components[0], 0.0f); in testComponents() local
221 assertEquals(c.green(), components[1], 0.0f); in testComponents() local
222 assertEquals(c.blue(), components[2], 0.0f); in testComponents() local
223 assertEquals(c.alpha(), components[3], 0.0f); in testComponents() local
227 assertNotEquals(c.red(), components[0]); in testComponents() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h313 const std::vector<const Constant*>& components) in CompositeConstant()
315 CompositeConstant(const Type* ty, std::vector<const Constant*>&& components) in CompositeConstant()
325 const std::vector<const Constant*>& components) in StructConstant()
327 StructConstant(const Struct* ty, std::vector<const Constant*>&& components) in StructConstant()
348 const std::vector<const Constant*>& components) in VectorConstant()
351 VectorConstant(const Vector* ty, std::vector<const Constant*>&& components) in VectorConstant()
381 const std::vector<const Constant*>& components) in MatrixConstant()
384 MatrixConstant(const Vector* ty, std::vector<const Constant*>&& components) in MatrixConstant()
412 ArrayConstant(const Array* ty, const std::vector<const Constant*>& components) in ArrayConstant()
414 ArrayConstant(const Array* ty, std::vector<const Constant*>&& components) in ArrayConstant()
/aosp_15_r20/cts/tests/credentials/src/android/credentials/cts/
H A DCtsDevicePolicyTest.java181 Set<String> components = in setCredentialManagerPolicy_allowlistAndSystemPolicy_allowsAllowlistedAndSystemProviders() local
223 Set<String> components = in setCredentialManagerPolicy_allowlistAndSystemPolicy_allowsAllowlistedAndSystemProviders_SDK() local
263 Set<String> components = in setCredentialManagerPolicy_allowlistPolicy_allowsAllowlistedProviders() local
301 Set<String> components = in setCredentialManagerPolicy_blocklistPolicy_allowsNotBlocklistedProviders() local
334 Set<String> components = in setCredentialManagerPolicy_nullPolicy_allowsAllProviders() local
370 Set<String> components = in setCredentialManagerPolicy_allowListPolicy_doesNotApply_allowsAllProviders() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DAsn1Sequence.java99 Iterable<? extends SequenceComponent> components = getComponents(); in decodeBerValue() local
131 private void checkMandatoryFieldsPresent(Iterable<? extends SequenceComponent> components) { in checkMandatoryFieldsPresent()
143 private SequenceComponent getComponent(Iterable<? extends SequenceComponent> components, in getComponent()
161 Iterable<? extends SequenceComponent> components = getComponents(); in encodePerImpl() local
257 Iterable<? extends SequenceComponent> components) { in calculateBitFieldSize()
273 Iterable<? extends SequenceComponent> components = getComponents(); in decodePerImpl() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DPredicates.java96 Iterable<? extends Predicate<? super T>> components) { in and()
108 public static <T extends @Nullable Object> Predicate<T> and(Predicate<? super T>... components) { in and()
130 Iterable<? extends Predicate<? super T>> components) { in or()
142 public static <T extends @Nullable Object> Predicate<T> or(Predicate<? super T>... components) { in or()
353 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate
355 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate()
396 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate
398 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
436 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DPredicates.java96 Iterable<? extends Predicate<? super T>> components) { in and()
108 public static <T extends @Nullable Object> Predicate<T> and(Predicate<? super T>... components) { in and()
130 Iterable<? extends Predicate<? super T>> components) { in or()
142 public static <T extends @Nullable Object> Predicate<T> or(Predicate<? super T>... components) { in or()
353 private final List<? extends Predicate<? super T>> components; field in Predicates.AndPredicate
355 private AndPredicate(List<? extends Predicate<? super T>> components) { in AndPredicate()
396 private final List<? extends Predicate<? super T>> components; field in Predicates.OrPredicate
398 private OrPredicate(List<? extends Predicate<? super T>> components) { in OrPredicate()
436 private static String toStringHelper(String methodName, Iterable<?> components) { in toStringHelper()
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPowerComponentUtilUnitTest.java118 List<Integer> components = List.of(PowerComponent.AUDIO, PowerComponent.BLUETOOTH, in testPowerComponentsToStrings() local
133 List<Integer> components = new ArrayList<>(); in testPowerComponentsToStrings_empty() local
143 List<Integer> components = List.of(PowerComponent.AUDIO, PowerComponent.BLUETOOTH, 42); in testPowerComponentsToStrings_unknownComponent() local
152 List<Integer> components = List.of(PowerComponent.AUDIO, PowerComponent.BLUETOOTH, in testPowerComponentsToStrings_customComponent() local
160 private void assertComponentStringsMatchExpected(List<Integer> components, in assertComponentStringsMatchExpected()
/aosp_15_r20/system/tools/hidl/host_utils/
DStringHelper.cpp139 std::vector<std::string> components; in ToCamelCase() local
154 std::vector<std::string> components; in ToPascalCase() local
163 std::vector<std::string> components; in ToUpperSnakeCase() local
172 std::vector<std::string> components; in ToLowerSnakeCase() local
250 const std::string &s, char c, std::vector<std::string> *components) { in SplitString()
266 const std::vector<std::string> &components, in JoinStrings()
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DTextStorageRepositoryTest.kt88 val components = in <lambda>() constant
102 val components = in <lambda>() constant
119 val components = in <lambda>() constant
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DArrayReferenceImpl.c73 jboolean *components; in writeBooleanComponents() local
90 jbyte *components; in writeByteComponents() local
107 jchar *components; in writeCharComponents() local
124 jshort *components; in writeShortComponents() local
141 jint *components; in writeIntComponents() local
158 jlong *components; in writeLongComponents() local
175 jfloat *components; in writeFloatComponents() local
192 jdouble *components; in writeDoubleComponents() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwizzle.cpp112 std::string Swizzle::MaskString(const ComponentArray& components) { in MaskString()
123 ComponentArray components) { in optimize_constructor_swizzle()
259 ComponentArray components; in Convert() local
441 bool Swizzle::IsIdentity(const ComponentArray& components) { in IsIdentity()
453 ComponentArray components) { in Make()
536 ComponentArray components) { in MakeExact()
/aosp_15_r20/system/tools/hidl/utils/
DFQName.cpp420 std::vector<std::string> components = getPackageAndVersionComponents(true /* sanitized */); in tokenName() local
432 std::vector<std::string> components = getPackageAndVersionComponents(true /* sanitized */); in cppNamespace() local
437 std::vector<std::string> components = base::Split(mName, "."); in cppLocalName() local
446 std::vector<std::string> components = base::Split(name(), "."); in cppName() local
457 std::vector<std::string> components = getPackageAndVersionComponents(true /* sanitized */); in javaPackage() local
473 std::vector<std::string> components = getPackageComponents(); in getPackageAndVersionComponents() local
546 std::vector<std::string> components = getPackageComponents(); in inPackage() local
/aosp_15_r20/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java97 boolean filter(int[] components); in filter()
116 int[] components = filter.getComponents(); in hasComponents() local
244 public static List<String> powerComponentsToStrings(Iterable<Integer> components) { in powerComponentsToStrings()
259 public static String powerComponentsToString(Iterable<Integer> components) { in powerComponentsToString()
277 public static Iterable<Integer> toPowerComponents(Iterable<String> components, boolean prefix) { in toPowerComponents()
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_build_data.c79 unsigned components) in reserve_iterator()
166 unsigned components = glsl_get_components(var->type); in collect_io_data_fs() local
236 unsigned components) in reserve_vs_input()
256 unsigned components) in reserve_vs_output()
290 unsigned components = glsl_get_components(var->type); in collect_io_data_vs() local

12345678910>>...76