HomeSort by relevance Sort by last modified time
    Searched defs:COLOR_RED (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/services/tests/
runtests.py 29 COLOR_RED = '\033[0;31m'
35 COLOR_RED,
  /external/google-benchmark/src/
colorprint.h 11 COLOR_RED,
  /external/libcxx/utils/google-benchmark/src/
colorprint.h 11 COLOR_RED,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
colorprint.h 11 COLOR_RED,
  /external/tensorflow/tensorflow/python/debug/cli/
cli_shared.py 45 COLOR_RED = "red"
230 RL("ERROR: " + msg, COLOR_RED)])
  /packages/apps/TV/tuner/src/com/android/tv/tuner/util/
StatusTextUtils.java 27 private static final String COLOR_RED = "red";
55 audioPositionColor = COLOR_RED;
108 buffer.append(COLOR_RED);
129 buffer.append(COLOR_RED);
  /external/mesa3d/src/amd/common/
ac_debug.c 38 #define COLOR_RED "\033[31m"
169 fprintf(f, COLOR_RED "PKT3_UNKNOWN 0x%x%s" COLOR_RESET ":\n",
287 fprintf(f, COLOR_RED "Trace point ID: %u\n", packet_id);
294 fprintf(f, COLOR_RED
298 fprintf(f, COLOR_RED
303 fprintf(f, COLOR_RED
308 fprintf(f, COLOR_RED
  /external/replicaisland/src/com/replica/replicaisland/
DebugSystem.java 21 public static final int COLOR_RED = 0;
87 case COLOR_RED:
99 case COLOR_RED:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
colordlg.h 13 #define COLOR_RED 706
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 148 #define COLOR_RED "\033[31m"
424 fprintf(f, COLOR_RED "!!!!! This slot was corrupted in GPU memory !!!!!"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 49 public static final int COLOR_RED = SWT.COLOR_DARK_RED;
134 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED.
175 * one of COLOR_DEFAULT, COLOR_RED, COLOR_BLUE or COLOR_RED.
  /system/bt/service/client/
main.cc 65 #define COLOR_RED "\x1B[0;91m"
124 cout << COLOR_RED << message << COLOR_OFF << endl;
129 << (status ? (COLOR_GREEN "success") : (COLOR_RED "failure"))
    [all...]
  /external/minijail/
common.mk 234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
242 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
361 COLOR_RED = \x1b[31;01m
    [all...]
  /external/modp_b64/
common.mk 233 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
241 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
359 COLOR_RED = \x1b[31;01m
    [all...]
  /test/vts/runners/target/gtest/
gtest_main.cpp 55 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW };
64 using testing::internal::COLOR_RED;
327 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
386 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
390 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
398 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
402 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
    [all...]
  /bionic/tests/
gtest_main.cpp 82 COLOR_RED,
93 using testing::internal::COLOR_RED;
369 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
386 ColoredPrintf(COLOR_RED, "[ FAILED ] ");
388 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
457 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
460 ColoredPrintf(COLOR_RED, "[ TIMEOUT ] ");
481 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
484 ColoredPrintf(COLOR_RED, "[ FAIL ] ");
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 190 #define COLOR_RED COLOUR_RED
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
Cea608CCParser.java 287 static final int COLOR_RED = 4;
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
ClosedCaptionRenderer.java 503 static final int COLOR_RED = 4;
    [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 508 static final int COLOR_RED = 4;
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc     [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc     [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc     [all...]

Completed in 1424 milliseconds

1 2