HomeSort by relevance Sort by last modified time
    Searched refs:supress (Results 1 - 2 of 2) sorted by null

  /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...]
  /ndk/build/core/
default-build-commands.mk 84 # linking executable to supress warning about missing symbol by *so not directly needed.

Completed in 4012 milliseconds