Searched refs:comp (Results 1 – 21 of 21) sorted by relevance
322 ComponentName comp; in testQueryEnforceIntentFilterMatch() local326 comp = new ComponentName(RESOLUTION_TEST_PKG_NAME, ACTIVITY_NAME); in testQueryEnforceIntentFilterMatch()327 intent.setComponent(comp); in testQueryEnforceIntentFilterMatch()333 comp = new ComponentName(RESOLUTION_TEST_PKG_NAME, SERVICE_NAME); in testQueryEnforceIntentFilterMatch()334 intent.setComponent(comp); in testQueryEnforceIntentFilterMatch()337 comp = new ComponentName(RESOLUTION_TEST_PKG_NAME, RECEIVER_NAME); in testQueryEnforceIntentFilterMatch()338 intent.setComponent(comp); in testQueryEnforceIntentFilterMatch()344 comp = new ComponentName(RESOLUTION_TEST_PKG_NAME, ACTIVITY_NAME); in testQueryEnforceIntentFilterMatch()345 intent.setComponent(comp); in testQueryEnforceIntentFilterMatch()348 comp = new ComponentName(RESOLUTION_TEST_PKG_NAME, SERVICE_NAME); in testQueryEnforceIntentFilterMatch()[all …]
17 package com.android.cts.comp.provisioning;24 import com.android.cts.comp.AdminReceiver;
17 package com.android.cts.comp.provisioning;25 import com.android.cts.comp.AdminReceiver;
16 package com.android.cts.comp.provisioning;26 import com.android.cts.comp.AdminReceiver;
1908 final double[] comp = {Color.red(rgbColor), Color.green(rgbColor), Color.blue(rgbColor)}; in convertRgbToXyz() local1909 for (int i = 0; i < comp.length; i++) { in convertRgbToXyz()1910 comp[i] /= 255.0; in convertRgbToXyz()1911 if (comp[i] > 0.04045) { in convertRgbToXyz()1912 comp[i] = Math.pow((comp[i] + 0.055) / 1.055, 2.4); in convertRgbToXyz()1914 comp[i] /= 12.92; in convertRgbToXyz()1916 comp[i] *= 100; in convertRgbToXyz()1918 final double x = (comp[RED] * 0.4124) + (comp[GREEN] * 0.3576) + (comp[BLUE] * 0.1805); in convertRgbToXyz()1919 final double y = (comp[RED] * 0.2126) + (comp[GREEN] * 0.7152) + (comp[BLUE] * 0.0722); in convertRgbToXyz()1920 final double z = (comp[RED] * 0.0193) + (comp[GREEN] * 0.1192) + (comp[BLUE] * 0.9505); in convertRgbToXyz()[all …]
17 package com.android.cts.comp;
16 package com.android.cts.comp;
72 virtual void onWorkDone(const std::weak_ptr<android::Codec2Client::Component> &comp, in onWorkDone()74 (void)comp; in onWorkDone()81 const std::weak_ptr<android::Codec2Client::Component> &comp, in onTripped()83 (void)comp; in onTripped()87 virtual void onError(const std::weak_ptr<android::Codec2Client::Component> &comp, in onError()89 (void)comp; in onError()93 virtual void onDeath(const std::weak_ptr<android::Codec2Client::Component> &comp) override { in onDeath()94 (void)comp; in onDeath()
131 comp = Comp(*comp_)132 section = 'Decoders' if comp.is_decoder else 'Encoders'138 yield ' <MediaCodec name="%s" type="%s" update="true">' % (comp.name, comp.mime)146 (comp.name, size, N))
116 JavadocTool comp = JavadocTool.make0(context); in getRootDoc() local117 RootDocImpl root = comp.getRootDocImpl(docLocale, encoding, showAccess, in getRootDoc()
66 for comp in components[1:]:67 mod = getattr(mod, comp)
2294 .filter(comp -> comp.startsWith(packageName)) in testUpdateServiceWithoutIntent_disablesService()2313 .stream().filter(comp -> in testUpdateServiceWithoutIntent_disablesService()2314 comp.startsWith(packageName)) in testUpdateServiceWithoutIntent_disablesService()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
289 ComponentName comp = ComponentName.unflattenFromString(appName); in waitForAppFocus() local290 if (waitForApp.equals(comp.getPackageName())) { in waitForAppFocus()