Home
last modified time | relevance | path

Searched refs:components (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/asn1/base/
DAsn1Sequence.java99 Iterable<? extends SequenceComponent> components = getComponents(); in decodeBerValue() local
105 SequenceComponent component = getComponent(components, tag); in decodeBerValue()
125 checkMandatoryFieldsPresent(components); in decodeBerValue()
131 private void checkMandatoryFieldsPresent(Iterable<? extends SequenceComponent> components) { in checkMandatoryFieldsPresent() argument
132 for (SequenceComponent component : components) { in checkMandatoryFieldsPresent()
143 private SequenceComponent getComponent(Iterable<? extends SequenceComponent> components, in getComponent() argument
145 for (SequenceComponent component : components) { in getComponent()
161 Iterable<? extends SequenceComponent> components = getComponents(); in encodePerImpl() local
162 int bitFieldSize = calculateBitFieldSize(components); in encodePerImpl()
166 for (SequenceComponent component : components) { in encodePerImpl()
[all …]
DAsn1ObjectIdentifier.java116 List<Integer> components = Lists.newLinkedList(); in decodeBerInternal() local
123 if (components.isEmpty()) { in decodeBerInternal()
126 components.add(firstComponent); in decodeBerInternal()
127 components.add(secondComponent); in decodeBerInternal()
129 components.add(currentComponent); in decodeBerInternal()
134 value = ImmutableList.copyOf(components); in decodeBerInternal()
/cts/tests/tests/graphics/src/android/graphics/cts/
DColor_ColorLongTest.java177 float[] components = { 0.5f, 0.5f, 1.0f, 0.25f, 0.5f, 0.8f }; in testValueOf() local
178 Color color8 = valueOf(components, ColorSpace.get(Named.SRGB)); in testValueOf()
185 components[0] = 127.0f; in testValueOf()
186 assertNotEquals(color8.red(), components[0]); in testValueOf() local
210 float[] components = c.getComponents(); in testComponents() local
211 assertEquals(c.getComponentCount(), components.length); in testComponents()
212 assertEquals(c.red(), components[0], 0.0f); in testComponents() local
213 assertEquals(c.green(), components[1], 0.0f); in testComponents() local
214 assertEquals(c.blue(), components[2], 0.0f); in testComponents() local
215 assertEquals(c.alpha(), components[3], 0.0f); in testComponents() local
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodFlowTestHelper.java36 final String[] components = { in setComponentsEnabledState() local
49 for (String component : components) { in setComponentsEnabledState()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DBaseEmulatorActivity.java91 final void setupServices(Context context, ComponentName... components) { in setupServices() argument
93 new SetupServicesTask().execute(components); in setupServices()
154 protected Boolean doInBackground(ComponentName... components) { in doInBackground() argument
155 List<ComponentName> enableComponents = Arrays.asList(components); in doInBackground()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DMediaPlayerStressTest.java130 String[] components = mediaName.split(VIDEO_TOP_DIR); in getClipFormats() local
131 String key = mediaNameToKey(components[components.length -1]); in getClipFormats()
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py65 components = name.split(".")
66 for comp in components[1:]:
/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp327 .components = formatInfo.samplerYcbcrConversionComponents, in init()
376 .components = in init()
503 .components = {VK_COMPONENT_SWIZZLE_IDENTITY, in init()
DVulkanPreTransformTestHelpers.cpp422 .components = in createFrameBuffers()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...