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

  /external/gflags/android/gflags/
gflags_google.h 62 using GFLAGS_NAMESPACE::ProgramUsage;
gflags.h 195 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
197 extern GFLAGS_DLL_DECL const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h 62 using GFLAGS_NAMESPACE::ProgramUsage;
gflags.h 194 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
196 extern GFLAGS_DLL_DECL const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_gflags.h 62 using GFLAGS_NAMESPACE::ProgramUsage;
gflags.h 194 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
196 extern GFLAGS_DLL_DECL const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_speed_test.cc 65 std::cout << google::ProgramUsage();
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_analyze.cc 61 printf("%s", google::ProgramUsage());
neteq_rtpplay.cc 407 std::cout << google::ProgramUsage();
  /external/gflags/src/
gflags_reporting.cc 265 fprintf(stdout, "%s: %s\n", Basename(argv0), ProgramUsage());
324 XMLText(ProgramUsage()).c_str());
gflags.cc     [all...]
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 198 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
200 extern const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/webrtc/third_party/gflags/gen/posix/include/gflags/
gflags.h 220 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
222 extern const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc 86 std::cout << google::ProgramUsage();
  /external/webrtc/third_party/gflags/gen/win/include/gflags/
gflags.h 242 // ProgramUsage() is thread-safe as long as SetUsageMessage() is only
244 extern GFLAGS_DLL_DECL const char* ProgramUsage(); // string set by SetUsageMessage()
  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 72 printf("%s", google::ProgramUsage());
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 149 printf("%s\n", google::ProgramUsage());
  /external/gflags/test/
gflags_unittest.cc 949 ProgramUsage());
    [all...]

Completed in 322 milliseconds