Home
last modified time | relevance | path

Searched defs:components (Results 51 – 75 of 1893) sorted by relevance

12345678910>>...76

/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallLogEntryText.java146 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextListForEntries() local
205 List<CharSequence> components = new ArrayList<>(); in buildSecondaryTextForBottomSheet() local
286 private static CharSequence joinSecondaryTextComponents(List<CharSequence> components) { in joinSecondaryTextComponents()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp234 unsigned int components = tcu::getNumUsedChannels(tcuTextureFormat.order); in createTexture() local
479 unsigned int components, bool isSRGB, in generateTextureData()
540 void InternalformatCaseBase::convertByte(tcu::Vec4 inColor, unsigned char *dst, int components) in convertByte()
547 void InternalformatCaseBase::convertUByte(tcu::Vec4 inColor, unsigned char *dst, int components) in convertUByte()
553 void InternalformatCaseBase::convertHFloat(tcu::Vec4 inColor, unsigned char *dst, int components) in convertHFloat()
560 void InternalformatCaseBase::convertFloat(tcu::Vec4 inColor, unsigned char *dst, int components) in convertFloat()
567 void InternalformatCaseBase::convertShort(tcu::Vec4 inColor, unsigned char *dst, int components) in convertShort()
577 void InternalformatCaseBase::convertUShort(tcu::Vec4 inColor, unsigned char *dst, int components) in convertUShort()
587 void InternalformatCaseBase::convertInt(tcu::Vec4 inColor, unsigned char *dst, int components) in convertInt()
594 void InternalformatCaseBase::convertUInt(tcu::Vec4 inColor, unsigned char *dst, int components) in convertUInt()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
530 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
530 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DGainmap.cpp133 static void Gainmap_getRatioMin(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getRatioMin()
143 static void Gainmap_getRatioMax(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getRatioMax()
153 static void Gainmap_getGamma(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getGamma()
164 static void Gainmap_getEpsilonSdr(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getEpsilonSdr()
175 static void Gainmap_getEpsilonHdr(JNIEnv* env, jobject, jlong gainmapPtr, jfloatArray components) { in Gainmap_getEpsilonHdr()
/aosp_15_r20/external/libchrome/libchrome_tools/uprev/
H A Dlazytree.py56 def _remove(self, components): argument
85 def _get(self, components): argument
107 def _set(self, components, f): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dinput_lib.py834 def _from_components(self, components): argument
865 components=None, argument
975 def _from_components(self, components): argument
1005 components=None, argument
1294 def _from_components(self, components): argument
1323 components=None, argument
1692 def _from_components(self, components): argument
1718 components=None, argument
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/
DResolverListAdapterTest.kt509 val components = it.arguments[0] as MutableList<ResolvedComponentInfo> in test_resultsSorted_appearInSortedOrderInAdapter() constant
566 val components = it.arguments[0] as MutableList<ResolvedComponentInfo> in test_ineligibleActivityFilteredOut_filteredComponentNotPresentInAdapter() constant
621 val components = it.arguments[0] as MutableList<ResolvedComponentInfo> in test_baseResolveList_excludedFromIneligibleActivityFiltering() constant
675 val components = it.arguments[0] as MutableList<ResolvedComponentInfo> in test_lowPriorityComponentFilteredOut_filteredComponentNotPresentInAdapter() constant
/aosp_15_r20/frameworks/base/core/java/com/android/internal/infra/
H A DWhitelistHelper.java57 @Nullable ArraySet<ComponentName> components) { in setWhitelist()
97 @Nullable List<ComponentName> components) { in setWhitelist()
172 final ArraySet<ComponentName> components = mWhitelistedPackages.valueAt(i); in dump() local
/aosp_15_r20/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp113 EGLint components[3]; in TEST_F() local
187 EGLint components[4]; in TEST_F() local
242 EGLint components[4]; in TEST_F() local
387 EGLint components[4]; in TEST_F() local
462 EGLint components[4]; in get8BitConfig() local
696 EGLint components[4]; in TEST_F() local
822 EGLint components[4]; in TEST_F() local
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/AutomaticZenRuleTests/
H A DAutomaticZenRuleTests.java87 private boolean testUsingAppComponents(ComponentName owner, ComponentName components[]) { in testUsingAppComponents()
153 ComponentName[] components = {appComponent}; in testPocCVE_2022_20143() local
176 ComponentName[] components = {firstConfigurationActivity, secondConfigurationActivity}; in testPocCVE_2022_20425() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLSwizzle.h58 const ComponentArray& components) in Swizzle()
96 const ComponentArray& components() const { in components() function
115 const ComponentArray& components) in Swizzle()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconstants.cpp256 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
279 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
283 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
287 auto components = GetConstantsFromIds(literal_words_or_ids); in CreateConstant() local
552 std::vector<const analysis::Constant*> components; in GetVectorComponents() local
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/processor/internal/root/ir/
DAggregatedDepsIr.java16 private final java.util.List<java.lang.String> components = null; field in AggregatedDepsIr
30 java.util.List<java.lang.String> components, @org.jetbrains.annotations.Nullable() in AggregatedDepsIr()
112 java.util.List<java.lang.String> components, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_hit_attrib_derefs.c40 nir_def *components[NIR_MAX_VEC_COMPONENTS]; in lower_hit_attrib_deref() local
84 nir_def *components[2]; in lower_hit_attrib_deref() local
90 nir_def *components[4]; in lower_hit_attrib_deref() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPendingPackageBroadcasts.java54 public void put(int userId, String packageName, ArrayList<String> components) { in put()
64 ArrayList<String> components = getOrAllocate(userId, packageName); in addComponent() local
74 ArrayList<String> components = getOrAllocate(userId, packageName); in addComponents() local
/aosp_15_r20/external/coreboot/Documentation/mainboard/up/squared/
H A Dindex.md17 ### Platform
30 ### Flash chip
55 ### Debugging
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ocr/
H A DTextComponent.java27 private final ImmutableList<TextComponent> components; field in TextComponent
34 ImmutableList<TextComponent> components) { in TextComponent()
146 private ImmutableList<TextComponent> components = ImmutableList.of(); field in TextComponent.Builder
/aosp_15_r20/hardware/google/aemu/base/
DPathUtils.cpp253 std::string PathUtils::recompose(const std::vector<String>& components, in recompose()
289 std::string PathUtils::recompose(const std::vector<std::string>& components, in recompose()
296 void PathUtils::simplifyComponents(std::vector<String>* components) { in simplifyComponents()
323 void PathUtils::simplifyComponents(std::vector<std::string>* components) { in simplifyComponents()
/aosp_15_r20/external/mesa3d/src/glx/
H A Dpixel.c71 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in FillBitmap() local
153 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glFillImage() local
257 GLint components, groupsPerRow, rowSize, padding, elementsPerRow; in EmptyBitmap() local
379 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; in __glEmptyImage() local
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dconfig.rs27 let components: Vec<&str> = value.split(':').collect(); in from_str() localVariable
86 let components: Vec<&str> = value.split(':').collect(); in from_str() localVariable
130 let components: Vec<&str> = value.split(':').collect(); in parse_plugin_mount_option() localVariable
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-shaper-arabic-table.hh426 uint16_t components[1]; member
530 uint16_t components[1]; member
548 uint16_t components[2]; member
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DSourceTypeBoundClass.java48 private final ImmutableList<RecordComponentInfo> components; field in SourceTypeBoundClass
65 ImmutableList<RecordComponentInfo> components, in SourceTypeBoundClass()
165 public ImmutableList<RecordComponentInfo> components() { in components() method in SourceTypeBoundClass
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_mem.cc96 int components = flags.components; in UncompressLow() local
540 [=, &buffer](int width, int height, int components) { in Uncompress()
555 int* components) { in GetImageInfo()
603 const int components = (static_cast<int>(flags.format) & 0xff); in CompressInternal() local
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/
H A Dparallel_device_lib.cc300 std::vector<TensorHandlePtr> components; in CopyToParallelDevice() local
460 std::vector<TensorHandlePtr> components; in Join() local
506 std::vector<TensorHandlePtr> components, absl::Span<const int64_t> shape, in FromTensorHandles()
534 std::vector<TensorHandlePtr> components, TF_Status* status) { in FromTensorHandles()

12345678910>>...76