Home
last modified time | relevance | path

Searched refs:COLOR (Results 1 – 25 of 183) sorted by relevance

12345678

/external/linux-kselftest/android/patches/
D0015-selftests-futex-report-success-failure-to-environmen.patch37 COLOR="-c"
45 -./futex_requeue_pi $COLOR
46 -./futex_requeue_pi $COLOR -b
47 -./futex_requeue_pi $COLOR -b -l
48 -./futex_requeue_pi $COLOR -b -o
49 -./futex_requeue_pi $COLOR -l
50 -./futex_requeue_pi $COLOR -o
51 +run_test ./futex_requeue_pi $COLOR
52 +run_test ./futex_requeue_pi $COLOR -b
53 +run_test ./futex_requeue_pi $COLOR -b -l
[all …]
/external/linux-kselftest/tools/testing/selftests/futex/functional/
Drun.sh38 COLOR="-c"
46 run_test ./futex_requeue_pi $COLOR
47 run_test ./futex_requeue_pi $COLOR -b
48 run_test ./futex_requeue_pi $COLOR -b -l
49 run_test ./futex_requeue_pi $COLOR -b -o
50 run_test ./futex_requeue_pi $COLOR -l
51 run_test ./futex_requeue_pi $COLOR -o
53 run_test ./futex_requeue_pi $COLOR -b -l -t 5000
54 run_test ./futex_requeue_pi $COLOR -l -t 5000
55 run_test ./futex_requeue_pi $COLOR -b -l -t 500000
[all …]
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp38 #define COLOR EXPECT_FALSE(type->sampler_shadow); macro
52 T( sampler1D, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
53 T( sampler2D, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
54 T( sampler3D, GLSL_SAMPLER_DIM_3D, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
55 T( samplerCube, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 3)
56 T( sampler1DArray, GLSL_SAMPLER_DIM_1D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 2)
57 T( sampler2DArray, GLSL_SAMPLER_DIM_2D, GLSL_TYPE_FLOAT, ARRAY, COLOR, 3)
58 T( samplerCubeArray, GLSL_SAMPLER_DIM_CUBE, GLSL_TYPE_FLOAT, ARRAY, COLOR, 4)
59 T( sampler2DRect, GLSL_SAMPLER_DIM_RECT, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 2)
60 T( samplerBuffer, GLSL_SAMPLER_DIM_BUF, GLSL_TYPE_FLOAT, NONARRAY, COLOR, 1)
[all …]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DProcess.cpp58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" macro
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
/external/llvm/lib/Support/
DProcess.cpp58 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" macro
61 COLOR(FGBG, "0", BOLD),\
62 COLOR(FGBG, "1", BOLD),\
63 COLOR(FGBG, "2", BOLD),\
64 COLOR(FGBG, "3", BOLD),\
65 COLOR(FGBG, "4", BOLD),\
66 COLOR(FGBG, "5", BOLD),\
67 COLOR(FGBG, "6", BOLD),\
68 COLOR(FGBG, "7", BOLD)\
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProcess.cpp68 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" macro
71 COLOR(FGBG, "0", BOLD),\
72 COLOR(FGBG, "1", BOLD),\
73 COLOR(FGBG, "2", BOLD),\
74 COLOR(FGBG, "3", BOLD),\
75 COLOR(FGBG, "4", BOLD),\
76 COLOR(FGBG, "5", BOLD),\
77 COLOR(FGBG, "6", BOLD),\
78 COLOR(FGBG, "7", BOLD)\
/external/llvm-project/llvm/lib/Support/
DProcess.cpp71 #define COLOR(FGBG, CODE, BOLD) "\033[0;" BOLD FGBG CODE "m" macro
74 COLOR(FGBG, "0", BOLD),\
75 COLOR(FGBG, "1", BOLD),\
76 COLOR(FGBG, "2", BOLD),\
77 COLOR(FGBG, "3", BOLD),\
78 COLOR(FGBG, "4", BOLD),\
79 COLOR(FGBG, "5", BOLD),\
80 COLOR(FGBG, "6", BOLD),\
81 COLOR(FGBG, "7", BOLD)\
/external/llvm-project/llvm/test/FileCheck/
Dopt-color.txt11 ; RUN: FileCheck -check-prefix NO-COLOR %s < %t.no-color
12 ; RUN: FileCheck -check-prefix COLOR %s < %t.color
14 ; Make sure our NO-COLOR and COLOR patterns are sane: they don't match the
16 ; RUN: not FileCheck -check-prefix COLOR %s < %t.no-color
17 ; RUN: not FileCheck -check-prefix NO-COLOR %s < %t.color
21 ; NO-COLOR: : error: CHECK: expected string not found in input
22 ; COLOR: : {{.+}}error: {{.+}}CHECK: expected string not found in input
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/
DPartnerConfig.java31 CONFIG_NAVIGATION_BAR_BG_COLOR(PartnerConfigKey.KEY_NAVIGATION_BAR_BG_COLOR, ResourceType.COLOR),
35 PartnerConfigKey.KEY_NAVIGATION_BAR_DIVIDER_COLOR, ResourceType.COLOR),
38 CONFIG_FOOTER_BAR_BG_COLOR(PartnerConfigKey.KEY_FOOTER_BAR_BG_COLOR, ResourceType.COLOR),
117 PartnerConfigKey.KEY_FOOTER_BUTTON_DISABLED_BG_COLOR, ResourceType.COLOR),
121 PartnerConfigKey.KEY_FOOTER_PRIMARY_BUTTON_BG_COLOR, ResourceType.COLOR),
125 PartnerConfigKey.KEY_FOOTER_PRIMARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
129 PartnerConfigKey.KEY_FOOTER_SECONDARY_BUTTON_BG_COLOR, ResourceType.COLOR),
133 PartnerConfigKey.KEY_FOOTER_SECONDARY_BUTTON_TEXT_COLOR, ResourceType.COLOR),
136 CONFIG_LAYOUT_BACKGROUND_COLOR(PartnerConfigKey.KEY_LAYOUT_BACKGROUND_COLOR, ResourceType.COLOR),
145 CONFIG_HEADER_TEXT_COLOR(PartnerConfigKey.KEY_HEADER_TEXT_COLOR, ResourceType.COLOR),
[all …]
/external/angle/src/tests/perf_tests/
DBlitFramebufferPerf.cpp21 COLOR, enumerator
31 case BufferType::COLOR: in BufferTypeString()
48 case BufferType::COLOR: in BufferTypeMask()
65 case BufferType::COLOR: in BufferTypeFormat()
82 case BufferType::COLOR: in BufferTypeAttachment()
118 BufferType type = BufferType::COLOR;
199 case BufferType::COLOR: in drawBenchmark()
245 D3D11(BufferType::COLOR, 0),
249 D3D11(BufferType::COLOR, 2),
/external/llvm-project/lld/test/MachO/
Dcolor-diagnostics.test5 # RUN: | FileCheck -check-prefix=COLOR %s
7 # RUN: | FileCheck -check-prefix=COLOR %s
9 # COLOR: {{lld: .\[0;31merror: .\[0munknown argument '-xyz'}}
10 # COLOR: {{lld: .\[0;31merror: .\[0mcannot open /nosuchfile}}
/external/llvm-project/lld/test/COFF/
Dcolor-diagnostics.test5 # RUN: | FileCheck -check-prefix=COLOR %s
7 # RUN: | FileCheck -check-prefix=COLOR %s
9 # COLOR: {{lld-link: .\[0;35mwarning: .\[0mignoring unknown argument '-xyz'}}
10 # COLOR: {{lld-link: .\[0;31merror: .\[0mcould not open '/nosuchfile'}}
/external/llvm-project/lld/test/ELF/
Dcolor-diagnostics.test5 # RUN: | FileCheck -check-prefix=COLOR %s
7 # RUN: | FileCheck -check-prefix=COLOR %s
9 # COLOR: {{ld.lld: .\[0;31merror: .\[0munknown argument '-xyz'}}
10 # COLOR: {{ld.lld: .\[0;31merror: .\[0mcannot open /nosuchfile}}
/external/igt-gpu-tools/lib/i915/shaders/gpgpu/
Dgpgpu_fill.gxa11 define(`COLOR', `g1.0')
12 define(`COLORUB', `COLOR<0,1,0>UB')
13 define(`COLORUD', `COLOR<0,1,0>UD')
17 mov(4) COLOR<1>UB COLORUB {align1};
/external/igt-gpu-tools/lib/i915/shaders/media/
Dmedia_fill.gxa10 define(`COLOR', `g1.0')
11 define(`COLORUB', `COLOR<0,1,0>UB')
12 define(`COLORUD', `COLOR<0,1,0>UD')
14 mov(4) COLOR<1>UB COLORUB {align1};
/external/llvm-project/lldb/test/Shell/Driver/
DTestUseColor.test4 RUN: cat -e %t | FileCheck %s --check-prefix COLOR
5 COLOR: use-color (boolean) = true
7 COLOR: {{.+}}0;1;31merror: {{.+}}0m'bogus' is not a valid command
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DContextTest.java68 private static final Context.Key<String> COLOR = Context.key("color"); field in ContextTest
208 assertNull(COLOR.get()); in valuesAndOverrides()
214 assertNull(COLOR.get()); in valuesAndOverrides()
221 assertNull(COLOR.get()); in valuesAndOverrides()
227 assertNull(COLOR.get()); in valuesAndOverrides()
233 Context base = Context.current().withValues(PET, "dog", COLOR, "blue"); in withValuesThree()
240 assertEquals("blue", COLOR.get()); in withValuesThree()
249 Context base = Context.current().withValues(PET, "dog", COLOR, "blue"); in withValuesFour()
256 assertEquals("blue", COLOR.get()); in withValuesFour()
551 Context base = Context.current().withValue(COLOR, "blue"); in typicalTryFinallyHandling()
[all …]
/external/deqp-deps/amber/tests/cases/
Drelative_includes_hlsl.amber25 float4 color : COLOR;
29 float4 color : COLOR) {
48 float4 main(float4 color : COLOR) : SV_TARGET {
/external/mesa3d/src/freedreno/afuc/
DMakefile81 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
87 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
93 …@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local director…
99 …@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local director…
105 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
116 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
127 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
133 @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
139 …@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: …
149 …@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build …
/external/llvm-project/clang/test/Analysis/exploded-graph-rewriter/
Dnode_labels.dot2 // RUN: | FileCheck %s -check-prefixes=CHECK,LIGHT,COLOR
4 // RUN: | FileCheck %s -check-prefixes CHECK,DARK,COLOR
35 // COLOR-SAME: <font color="red"><b>Bug Report Attached</b></font>
41 // COLOR-SAME: <font color="cornflowerblue"><b>Sink Node</b></font>
/external/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-mov.sh3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
Dfrag-lit.sh3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
Dfrag-srcmod-swz.sh3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
Dfrag-add.sh3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR
Dfrag-dst.sh3 DCL IN[0], COLOR, LINEAR
4 DCL OUT[0], COLOR

12345678