/aosp_15_r20/external/pdfium/testing/resources/javascript/ |
H A D | document_properties_expected.txt | 102 Alert: *** Setting properties to ["red", 0, "blue", 42] *** 103 Alert: this.ADBE = ["red", 0, "blue", 42]; yields red,0,blue,42 104 Alert: this.author = ["red", 0, "blue", 42]; yields red,0,blue,42 105 Alert: this.baseURL = ["red", 0, "blue", 42]; yields red,0,blue,42 106 Alert: this.bookmarkRoot = ["red", 0, "blue", 42]; yields red,0,blue,42 107 Alert: this.calculate = ["red", 0, "blue", 42]; yields red,0,blue,42 108 Alert: this.Collab = ["red", 0, "blue", 42]; yields red,0,blue,42 109 Alert: this.creationDate = ["red", 0, "blue", 42]; yields red,0,blue,42 110 Alert: this.creator = ["red", 0, "blue", 42]; yields red,0,blue,42 111 Alert: this.delay = ["red", 0, "blue", 42]; yields red,0,blue,42 [all …]
|
/aosp_15_r20/external/llvm/test/Transforms/LoopVectorize/ |
H A D | minmax_reduction.ll | 28 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 31 %cmp3 = icmp sgt i32 %0, %max.red.08 32 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 39 ret i32 %max.red.0 57 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 60 %cmp3 = icmp slt i32 %max.red.08, %0 61 %max.red.0 = select i1 %cmp3, i32 %0, i32 %max.red.08 68 ret i32 %max.red.0 85 %max.red.08 = phi i32 [ %max, %entry ], [ %max.red.0, %for.body ] 88 %cmp3 = icmp slt i32 %0, %max.red.08 [all …]
|
/aosp_15_r20/external/stg/test_cases/diff_tests/describe/expected/ |
H A D | types_c.btf_btf_viz | 5 "3" [color=red, label="'int' → 'int(*)[7]'"] 11 "6" [color=red, label="'int' → 'int*'"] 17 "9" [color=red, label="'int' → 'int(*)()'"] 24 "13" [color=red, shape=rectangle, label="'struct amusement'"] 26 "13:0" [color=red, label="byte size changed from 96 to 816"] 28 "15" [color=red, label="'int' → 'int[7]'"] 31 "16" [color=red, label="'int B' → 'int* B'"] 33 "16:0" [color=red, label="offset changed from 32 to 256"] 36 "17" [color=red, label="'int C' → 'int(* C)()'"] 38 "17:0" [color=red, label="offset changed from 64 to 320"] [all …]
|
H A D | types_c.o_o_viz | 5 "3" [color=red, label="'int' → 'int(*)[7]'"] 11 "6" [color=red, label="'int' → 'int*'"] 17 "9" [color=red, label="'int' → 'int(*)()'"] 24 "13" [color=red, shape=rectangle, label="'struct amusement'"] 26 "13:0" [color=red, label="byte size changed from 96 to 816"] 28 "15" [color=red, label="'int' → 'int[7]'"] 31 "16" [color=red, label="'int B' → 'int* B'"] 33 "16:0" [color=red, label="offset changed from 32 to 256"] 36 "17" [color=red, label="'int C' → 'int(* C)()'"] 38 "17:0" [color=red, label="offset changed from 64 to 320"] [all …]
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | ParcelFileDescriptorProcessTest.java | 49 private IParcelFileDescriptorPeer red; field in ParcelFileDescriptorProcessTest 94 "android.os.cts", "android.os.cts.ParcelFileDescriptorPeer$Red")); in setUp() 104 red = redConn.get(); in setUp() 106 red.setPeer(blue); in setUp() 107 blue.setPeer(red); in setUp() 129 // red <-- blue in testPullPipeNormal() 130 red.setupReadPipe(); in testPullPipeNormal() 134 assertEquals(1, red.read()); in testPullPipeNormal() 137 assertEquals(-1, red.read()); in testPullPipeNormal() 138 assertEquals(null, red.checkError()); in testPullPipeNormal() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | sheets_v4.spreadsheets.html | 125 …red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.… 129 … "red": 3.14, # The amount of red in the color as a value in the interval [0, 1]. 132 …red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.… 136 … "red": 3.14, # The amount of red in the color as a value in the interval [0, 1]. 140 …red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.… 144 … "red": 3.14, # The amount of red in the color as a value in the interval [0, 1]. 147 …red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.… 151 … "red": 3.14, # The amount of red in the color as a value in the interval [0, 1]. 155 …red, green, blue, and alpha values each differ by at most 1e-5. Example (Java): import com.google.… 159 … "red": 3.14, # The amount of red in the color as a value in the interval [0, 1]. [all …]
|
/aosp_15_r20/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/ |
H A D | RequiresPermissionCheckerTest.java | 38 private static final String RED = "red"; field in RequiresPermissionCheckerTest 57 final ParsedRequiresPermission a = build(Arrays.asList(RED, BLUE), Arrays.asList()); in testParser_AllOf() 58 final ParsedRequiresPermission b = build(Arrays.asList(RED), Arrays.asList()); in testParser_AllOf() 65 final ParsedRequiresPermission a = build(Arrays.asList(), Arrays.asList(RED, BLUE)); in testParser_AnyOf() 66 final ParsedRequiresPermission b = build(Arrays.asList(), Arrays.asList(RED)); in testParser_AnyOf() 73 final ParsedRequiresPermission a = build(Arrays.asList(RED, BLUE), Arrays.asList()); in testParser_AnyOf_AllOf() 74 final ParsedRequiresPermission b = build(Arrays.asList(), Arrays.asList(RED)); in testParser_AnyOf_AllOf() 89 " private static final String RED = \"red\";", in testSimple() 91 " @RequiresPermission(RED) abstract int red();", in testSimple() 93 " @RequiresPermission(allOf={RED, BLUE}) abstract int all();", in testSimple() [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | NinePatch_test.cpp | 25 #define RED "\xff\x00\x00\xff" macro 42 (uint8_t*)TRANS RED TRANS, 48 (uint8_t*)BLACK RED BLACK, 54 (uint8_t*)WHITE RED RED RED RED RED WHITE, 55 (uint8_t*)BLACK RED RED RED RED RED WHITE, 56 (uint8_t*)BLACK RED RED RED RED RED WHITE, 57 (uint8_t*)WHITE RED RED RED RED RED WHITE, 63 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE, 64 (uint8_t*)BLACK RED BLUE RED BLUE BLUE RED BLUE RED WHITE, 65 (uint8_t*)WHITE RED BLUE RED BLUE BLUE RED BLUE RED WHITE, [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/framework/theme/ |
H A D | SettingsTonalPalette.kt | 124 neutral100 = Color(red = 255, green = 255, blue = 255), in tonalPalette() 125 neutral99 = Color(red = 255, green = 251, blue = 254), in tonalPalette() 126 neutral95 = Color(red = 244, green = 239, blue = 244), in tonalPalette() 127 neutral90 = Color(red = 230, green = 225, blue = 229), in tonalPalette() 128 neutral80 = Color(red = 201, green = 197, blue = 202), in tonalPalette() 129 neutral70 = Color(red = 174, green = 170, blue = 174), in tonalPalette() 130 neutral60 = Color(red = 147, green = 144, blue = 148), in tonalPalette() 131 neutral50 = Color(red = 120, green = 117, blue = 121), in tonalPalette() 132 neutral40 = Color(red = 96, green = 93, blue = 98), in tonalPalette() 133 neutral30 = Color(red = 72, green = 70, blue = 73), in tonalPalette() [all …]
|
/aosp_15_r20/external/angle/src/image_util/ |
H A D | imageformats.cpp | 20 dst->red = lum; in readColor() 28 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 38 dst->red = src->R; in readColor() 46 dst->red = gl::normalizedToFloat(src->R); in readColor() 54 dst->R = static_cast<uint8_t>(src->red); in writeColor() 59 dst->R = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 69 dst->red = 0.0f; in readColor() 88 dst->red = lum; in readColor() 96 dst->L = gl::floatToNormalized<uint8_t>(src->red); in writeColor() 109 dst->red = lum; in readColor() [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/chip/vpe10/ |
H A D | vpe10_cm_common.c | 50 corner_points[0].red.x, &fmt, &corner_points[0].red.custom_float_x)) { in cm_helper_convert_to_custom_float() 65 corner_points[0].red.y, &fmt, &corner_points[0].red.custom_float_y)) { in cm_helper_convert_to_custom_float() 80 corner_points[0].red.slope, &fmt, &corner_points[0].red.custom_float_slope)) { in cm_helper_convert_to_custom_float() 96 corner_points[1].red.custom_float_y = vpe_fixpt_clamp_u0d14(corner_points[1].red.y); in cm_helper_convert_to_custom_float() 101 corner_points[1].red.y, &fmt, &corner_points[1].red.custom_float_y)) { in cm_helper_convert_to_custom_float() 121 corner_points[1].red.x, &fmt, &corner_points[1].red.custom_float_x)) { in cm_helper_convert_to_custom_float() 137 corner_points[1].red.slope, &fmt, &corner_points[1].red.custom_float_slope)) { in cm_helper_convert_to_custom_float() 158 if (!vpe_convert_to_custom_float_format(rgb->red, &fmt, &rgb->red_reg)) { in cm_helper_convert_to_custom_float() 197 corner_points[0].red.offset, &fmt, &corner_points[0].red.custom_float_offset)) { in cm_helper_convert_to_custom_float() 298 rgb_resulted[j].red = output_tf->tf_pts.red[i]; in vpe10_cm_helper_translate_curve_to_hw_format() [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/ |
H A D | EnumUtilsTest.java | 55 assertEquals(1L, EnumUtils.generateBitVector(Traffic.class, EnumSet.of(Traffic.RED))); in test_generateBitVector() 58 …assertEquals(3L, EnumUtils.generateBitVector(Traffic.class, EnumSet.of(Traffic.RED, Traffic.AMBER)… in test_generateBitVector() 59 …assertEquals(5L, EnumUtils.generateBitVector(Traffic.class, EnumSet.of(Traffic.RED, Traffic.GREEN)… in test_generateBitVector() 62 …EnumUtils.generateBitVector(Traffic.class, EnumSet.of(Traffic.RED, Traffic.AMBER, Traffic.GREEN))); in test_generateBitVector() 108 () -> EnumUtils.generateBitVector(Traffic.class, Traffic.RED, null)); in test_generateBitVector_nullArrayElement() 113 …rows(NullPointerException.class, () -> EnumUtils.generateBitVector(null, EnumSet.of(Traffic.RED))); in test_generateBitVector_nullClass() 118 … assertThrows(NullPointerException.class, () -> EnumUtils.generateBitVector(null, Traffic.RED)); in test_generateBitVector_nullClassWithArray() 124 () -> EnumUtils.generateBitVector(Traffic.class, Arrays.asList(Traffic.RED, null))); in test_generateBitVector_nullElement() 136 assertEquals(1L, EnumUtils.generateBitVector(Traffic.class, Traffic.RED)); in test_generateBitVectorFromArray() 139 assertEquals(3L, EnumUtils.generateBitVector(Traffic.class, Traffic.RED, Traffic.AMBER)); in test_generateBitVectorFromArray() [all …]
|
/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/ |
H A D | color_test_values.c | 131 shaper->pwl.corner_points[0].red.custom_float_x = 57344; in build_test_shaper_sdr() 134 shaper->pwl.corner_points[0].red.custom_float_y = 0; in build_test_shaper_sdr() 137 shaper->pwl.corner_points[1].red.custom_float_x = 48128; in build_test_shaper_sdr() 140 shaper->pwl.corner_points[1].red.custom_float_y = 16383; in build_test_shaper_sdr() 1714 post1D->tf_pts.red[0].value = 0; in build_test_post1dlut_sdr() 1717 post1D->tf_pts.red[1].value = 0; in build_test_post1dlut_sdr() 1720 post1D->tf_pts.red[2].value = 0; in build_test_post1dlut_sdr() 1723 post1D->tf_pts.red[3].value = 0; in build_test_post1dlut_sdr() 1726 post1D->tf_pts.red[4].value = 0; in build_test_post1dlut_sdr() 1729 post1D->tf_pts.red[5].value = 0; in build_test_post1dlut_sdr() [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_data.json | 23 "red": 8, number 37 "red": 8, number 51 "red": 8, number 66 "red": 16, number 82 "red": 16, number 98 "red": 32, number 113 "red": 8, number 129 "red": 8, number 144 "red": 8, number 160 "red": 8, number [all …]
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_enum.py | 67 RED = 1 variable in TestEnum.test_enum_comp.Color 78 self.assertEqual(enum_comp(Color.RED, Color.RED), True) 79 self.assertEqual(enum_comp(Color.RED, Color.GREEN), False) 104 RED = 1 variable in TestEnum.test_heterogenous_value_type_enum_error.Color 120 RED = 1 variable in TestEnum.test_enum_name.Color 133 self.assertEqual(enum_name(Color.RED), Color.RED.name) 138 RED = 1 variable in TestEnum.test_enum_value.Color 151 self.assertEqual(enum_value(Color.RED), Color.RED.value) 156 RED = 1 variable in TestEnum.test_enum_as_const.Color 163 return x == Color.RED [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
H A D | red.json | 4 "name": "Create RED with no flags", 7 "red" 15 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red limit 1M avpkt 1500 min 100K max 300K… 18 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb $", 27 "name": "Create RED with adaptive flag", 30 "red" 38 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root red adaptive limit 1M avpkt 1500 min 100K… 41 "matchPattern": "qdisc red 1: root .* limit 1Mb min 100Kb max 300Kb adaptive $", 50 "name": "Create RED with ECN flag", 53 "red" [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerRenderTypeTransaction_test.cpp | 57 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 63 shot->expectColor(rect, Color::RED); in TEST_P() 72 shot->expectColor(rect, Color::RED); in TEST_P() 80 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 89 getScreenCapture()->expectColor(Rect(0, 0, 32, 32), Color::RED); in TEST_P() 95 getScreenCapture()->expectColor(Rect(1, 1, 33, 33), Color::RED); in TEST_P() 102 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 120 ASSERT_NO_FATAL_FAILURE(fillBufferQueueLayerColor(layer, Color::RED, 32, 32)); in TEST_P() 126 getScreenCapture()->expectColor(Rect(0, 0, 2, 2), Color::RED); in TEST_P() 134 Color::RED); in TEST_P() [all …]
|
/aosp_15_r20/external/libnl/lib/route/qdisc/ |
H A D | red.c | 8 * @defgroup qdisc_red Random Early Detection (RED) 18 #include <netlink/route/qdisc/red.h> 50 struct rtnl_red *red = data; in red_msg_parser() local 66 red->qr_limit = opts->limit; in red_msg_parser() 67 red->qr_qth_min = opts->qth_min; in red_msg_parser() 68 red->qr_qth_max = opts->qth_max; in red_msg_parser() 69 red->qr_flags = opts->flags; in red_msg_parser() 70 red->qr_wlog = opts->Wlog; in red_msg_parser() 71 red->qr_plog = opts->Plog; in red_msg_parser() 72 red->qr_scell_log = opts->Scell_log; in red_msg_parser() [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/playlist/ |
D | PlaylistTest.java | 36 private final Path RED = new File("red").toPath(); field in PlaylistTest 50 playlist.add(0, RED); in testAdd() 51 assertPlaylistEquals(RED); in testAdd() 54 assertPlaylistEquals(GREEN, RED); in testAdd() 57 assertPlaylistEquals(GREEN, RED, BLUE); in testAdd() 62 playlist.add(0, RED); in testMove_Two() 64 assertPlaylistEquals(RED, GREEN); in testMove_Two() 67 assertPlaylistEquals(GREEN, RED); in testMove_Two() 69 assertPlaylistEquals(RED, GREEN); in testMove_Two() 72 assertPlaylistEquals(GREEN, RED); in testMove_Two() [all …]
|
/aosp_15_r20/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
H A D | MediaStorageTest.java | 177 final Uri red = create.call(); in doMediaNone() local 192 assertTrue(seen.contains(ContentUris.parseId(red))); in doMediaNone() 195 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "rw")) { in doMediaNone() 269 final Uri red = create.call(); in doReadUriPermissionOnUriWithoutId_sameQueryResult() local 288 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "rw")) { in doReadUriPermissionOnUriWithoutId_sameQueryResult() 347 final Uri red = create.call(); in doOwningOneFileNotGrantPrefixUriPermission() local 355 assertThat(c.getLong(0)).isEqualTo(ContentUris.parseId(red)); in doOwningOneFileNotGrantPrefixUriPermission() 368 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "r")) { in doOwningOneFileNotGrantPrefixUriPermission() 386 try (ParcelFileDescriptor pfd = mContentResolver.openFileDescriptor(red, "rw")) { in doOwningOneFileNotGrantPrefixUriPermission() 474 final Uri red = create.call(); in doMediaRead() local [all …]
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | BlendModeTest.java | 40 private static final int DST_COLOR = Color.RED; 135 testBlendMode(BlendMode.DST_OVER, Color.RED, Color.RED, Color.BLUE); in testBlendMode_DST_OVER() 181 int red = (Color.red(DST_COLOR) * Color.red(Color.BLUE)) / 255; in testBlendMode_MODULATE() local 184 int resultColor = Color.argb(alpha, red, green, blue); in testBlendMode_MODULATE() 198 int redDst = Color.red(DST_COLOR); in testBlendMode_OVERLAY() 199 int redSrc = Color.red(SRC_COLOR); in testBlendMode_OVERLAY() 208 int red = computeOverlay(alphaSrc, alphaDst, redSrc, redDst); in testBlendMode_OVERLAY() local 211 int result = Color.argb(alpha, red, green, blue); in testBlendMode_OVERLAY() 229 int redDst = Color.red(DST_COLOR); in testBlendMode_DARKEN() 230 int redSrc = Color.red(SRC_COLOR); in testBlendMode_DARKEN() [all …]
|
/aosp_15_r20/external/stg/test_cases/diff_tests/function/expected/ |
H A D | parameters_cc.elf_elf_viz | 3 "1" [color=red, label="removed(_Z3f01iii)"] 5 "2" [color=red, label="removed(_Z3f02iii)"] 7 "3" [color=red, label="removed(_Z3f03iii)"] 9 "4" [color=red, label="removed(_Z3f09iii)"] 11 "5" [color=red, label="removed(_Z3f10iii)"] 13 "6" [color=red, label="removed(_Z3f11iii)"] 15 "7" [color=red, label="removed(_Z3f12iii)"] 17 "8" [color=red, label="removed(_ZN1S3f01Eiii)"] 19 "9" [color=red, label="removed(_ZN1S3f02Eiii)"] 21 "10" [color=red, label="removed(_ZN1S3f03Eiii)"] [all …]
|
H A D | parameters_cc.o_o_viz | 3 "1" [color=red, label="removed(int f01(int, int, int) {_Z3f01iii})"] 5 "2" [color=red, label="removed(int f02(int, int, int) {_Z3f02iii})"] 7 "3" [color=red, label="removed(int f03(int, int, int) {_Z3f03iii})"] 9 "4" [color=red, label="removed(int f09(int, int, int) {_Z3f09iii})"] 11 "5" [color=red, label="removed(int f10(int, int, int) {_Z3f10iii})"] 13 "6" [color=red, label="removed(int f11(int, int, int) {_Z3f11iii})"] 15 "7" [color=red, label="removed(int f12(int, int, int) {_Z3f12iii})"] 17 "8" [color=red, label="removed(int S::f01(struct S*, int, int, int) {_ZN1S3f01Eiii})"] 19 "9" [color=red, label="removed(int S::f02(struct S*, int, int, int) {_ZN1S3f02Eiii})"] 21 "10" [color=red, label="removed(int S::f03(struct S*, int, int, int) {_ZN1S3f03Eiii})"] [all …]
|
/aosp_15_r20/external/stg/test_cases/diff_tests/composite/expected/ |
H A D | virtual_inheritance_cc.o_o_viz | 3 …"1" [color=red, label="removed(void VirtualToNon::VirtualToNon(struct VirtualToNon*) {_ZN12Virtual… 5 "2" [color=red, label="removed(_ZTI12VirtualToNon)"] 7 "3" [color=red, label="removed(_ZTS12VirtualToNon)"] 9 "4" [color=red, label="removed(_ZTT12VirtualToNon)"] 11 "5" [color=red, label="removed(_ZTV12VirtualToNon)"] 13 …"6" [color=red, label="added(void NonToVirtual::NonToVirtual(struct NonToVirtual*) {_ZN12NonToVirt… 15 "7" [color=red, label="added(_ZTI12NonToVirtual)"] 17 "8" [color=red, label="added(_ZTS12NonToVirtual)"] 19 "9" [color=red, label="added(_ZTT12NonToVirtual)"] 21 "10" [color=red, label="added(_ZTV12NonToVirtual)"] [all …]
|
/aosp_15_r20/external/python/cpython2/Demo/newmetaclasses/ |
D | Enum.py | 9 red = 1 13 Now, Color.red, Color.green and Color.blue behave totally 64 EnumInstance('Color', 'red', 12) prints as 'Color.red' and behaves 94 red = 1 variable in _test.Color 98 print Color.red 100 print repr(Color.red) 101 print Color.red == Color.red 102 print Color.red == Color.blue 103 print Color.red == 1 104 print Color.red == 2 [all …]
|