/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
D | Asn1Sequence.java | 99 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 …]
|
D | Asn1ObjectIdentifier.java | 116 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/ |
D | Color_ColorLongTest.java | 177 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/ |
D | ByodFlowTestHelper.java | 36 final String[] components = { in setComponentsEnabledState() local 49 for (String component : components) { in setComponentsEnabledState()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | BaseEmulatorActivity.java | 91 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/ |
D | MediaPlayerStressTest.java | 130 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/ |
D | execute_power_tests.py | 65 components = name.split(".") 66 for comp in components[1:]:
|
/cts/tests/tests/graphics/jni/ |
D | VulkanTestHelpers.cpp | 327 .components = formatInfo.samplerYcbcrConversionComponents, in init() 376 .components = in init() 503 .components = {VK_COMPONENT_SWIZZLE_IDENTITY, in init()
|
D | VulkanPreTransformTestHelpers.cpp | 422 .components = in createFrameBuffers()
|
/cts/tests/libcore/javautilcollections/libs/ |
D | guava-20.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |