HomeSort by relevance Sort by last modified time
    Searched full:supress (Results 1 - 25 of 41) sorted by null

1 2

  /external/webrtc/src/system_wrappers/source/
map_unittest.cc 47 void PrintToConsole(const char* message, bool supress) {
48 if (supress) {
88 void PrintMapItem(MapItem* item, bool supress) {
93 PrintToConsole(print_buffer, supress);
97 bool PrintMap(const MapWrapper& print_map, bool supress) {
101 PrintToConsole("[", supress);
103 PrintMapItem(item, supress);
107 PrintToConsole("]\n", supress);
112 bool ReversePrintMap(const MapWrapper& print_map, bool supress) {
116 PrintToConsole("[", supress);
202 const bool supress = true; \/\/ Don't spam the console local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/
README.chromium 17 Lines ending with @supress longLineCheck do not warn
  /external/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_prolog.h 37 /* supress EDC3130: A constant is being used as a conditional expression */
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImageStream.cpp 56 // copyToData and new SkMemoryStream both call ref(), supress one.
  /external/skia/src/pdf/
SkPDFImageStream.cpp 56 // copyToData and new SkMemoryStream both call ref(), supress one.
  /external/kernel-headers/original/linux/
spinlock_api_up.h 24 * flags straight, to supress compiler warnings of unused lock
kobject.h 110 * supress the event generation or add subsystem specific
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.h 28 // Supress a race report if we've already output another race report
31 // Supress a race report if we've already output another race report
  /external/chromium_org/cc/scheduler/
scheduler_state_machine.h 142 // CanDraw can be used to supress flashes or checkerboarding
  /external/eigen/Eigen/src/SparseCore/
SparseProduct.h 170 * C = (A*B).pruned(); // supress numerical zeros (exact)
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
structs.h 155 WebRtc_Word16 decayCoeffPriodic; /* how much to supress a sample */
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 289 (void)Added; // supress compiler warning
347 (void)Added; // supress compiler warning
HexagonHardwareLoops.cpp     [all...]
  /external/chromium_org/third_party/zlib/
deflate.h 196 /* Didn't use ct_data typedef below to supress compiler warning */
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 191 /* Didn't use ct_data typedef below to supress compiler warning */
  /external/chromium_org/third_party/icu/source/i18n/unicode/
usearch.h 735 * starting point will not supress a match beginning at startIdx.
    [all...]
  /external/icu4c/i18n/unicode/
usearch.h 741 * starting point will not supress a match beginning at startIdx.
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 495 // For the noise supress process, synthesis, read out fully processed segment,
  /system/core/logcat/
logcat.cpp 425 " S Silent (supress all output)\n"

Completed in 626 milliseconds

1 2