HomeSort by relevance Sort by last modified time
    Searched refs:gflags (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/gflags/android/gflags/
gflags_completions.h 115 namespace gflags { namespace
  /external/grpc-grpc/test/cpp/util/
test_config_cc.cc 19 #include <gflags/gflags.h>
22 // In some distros, gflags is in the namespace google, and in some others,
23 // in gflags. This hack is enabling us to find both.
25 namespace gflags {} namespace
27 using namespace gflags;
grpc_cli.cc 60 #include <gflags/gflags.h>
  /external/gflags/test/config/
CMakeLists.txt 0 ## gflags package configuration tests
7 find_package (gflags REQUIRED)
10 target_link_libraries (foo gflags::gflags)
main.cc 2 #include <gflags/gflags.h>
14 gflags::SetUsageMessage("Test CMake configuration of gflags library (gflags-config.cmake)");
15 gflags::SetVersionString("0.1");
16 gflags::ParseCommandLineFlags(&argc, &argv, true);
18 gflags::ShutDownCommandLineFlags();
  /external/gflags/test/
gflags_declare_test.cc 1 #include <gflags/gflags.h>
gflags_declare_flags.cc 4 #include <gflags/gflags_declare.h>
gflags_strip_flags_test.cc 38 #include <gflags/gflags.h>
  /device/google/cuttlefish_common/host/frontend/vnc_server/
main.cpp 20 #include <gflags/gflags.h>
33 ::gflags::ParseCommandLineFlags(&argc, &argv, true);
  /external/libyuv/files/third_party/gflags/gen/posix/include/private/
config.h 53 #define PACKAGE gflags
56 #define PACKAGE_NAME gflags
59 #define PACKAGE_STRING gflags 2.2.0
62 #define PACKAGE_TARNAME gflags-2.2.0
71 #define PACKAGE_BUGREPORT https://github.com/schuhschuh/gflags/issues
86 // Whether gflags library is a DLL.
92 // included by internal modules when building the gflags library itself.
101 // Flags defined by the gflags library itself must be exported
107 // The unittests import the symbols of the shared gflags library
  /external/libyuv/files/third_party/gflags/gen/win/include/private/
config.h 53 #define PACKAGE gflags
56 #define PACKAGE_NAME gflags
59 #define PACKAGE_STRING gflags 2.2.0
62 #define PACKAGE_TARNAME gflags-2.2.0
71 #define PACKAGE_BUGREPORT https://github.com/schuhschuh/gflags/issues
86 // Whether gflags library is a DLL.
92 // included by internal modules when building the gflags library itself.
101 // Flags defined by the gflags library itself must be exported
107 // The unittests import the symbols of the shared gflags library
  /external/gflags/test/nc/
gflags_nc.cc 32 // A negative comiple test for gflags.
34 #include <gflags/gflags.h>
CMakeLists.txt 0 ## gflags negative compilation tests
12 find_package (gflags REQUIRED)
16 target_link_libraries(gflags_${TEST_NAME} gflags)
  /device/google/cuttlefish_common/host/commands/ivserver/
main.cpp 21 #include <gflags/gflags.h>
  /external/grpc-grpc/test/cpp/codegen/
golden_file_test.cc 22 #include <gflags/gflags.h>
25 // In some distros, gflags is in the namespace google, and in some others,
26 // in gflags. This hack is enabling us to find both.
28 namespace gflags {} namespace
30 using namespace gflags;
  /external/grpc-grpc/test/cpp/end2end/
client_crash_test_server.cc 19 #include <gflags/gflags.h>
36 // In some distros, gflags is in the namespace google, and in some others,
37 // in gflags. This hack is enabling us to find both.
39 namespace gflags {} namespace
41 using namespace gflags;
server_crash_test_client.cc 19 #include <gflags/gflags.h>
38 // In some distros, gflags is in the namespace google, and in some others,
39 // in gflags. This hack is enabling us to find both.
41 namespace gflags {} namespace
43 using namespace gflags;
  /external/grpc-grpc/test/cpp/qps/
benchmark_config.cc 20 #include <gflags/gflags.h>
53 // In some distros, gflags is in the namespace google, and in some others,
54 // in gflags. This hack is enabling us to find both.
56 namespace gflags {} namespace
58 using namespace gflags;
worker.cc 25 #include <gflags/gflags.h>
  /external/grpc-grpc/test/cpp/interop/
server_helper.cc 23 #include <gflags/gflags.h>
  /device/google/cuttlefish_common/host/frontend/adb_connector/
main.cpp 25 #include <gflags/gflags.h>
81 gflags::ParseCommandLineFlags(&argc, &argv, true);
  /device/google/cuttlefish_common/host/commands/logcat_receiver/
main.cpp 17 #include <gflags/gflags.h>
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/
main.cc 20 #include <gflags/gflags.h>
  /external/autotest/client/deps/glbench/src/
xlib_window.cc 5 #include <gflags/gflags.h>
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_gflags.h 31 // Imports the gflags library symbols into an alternative/deprecated namespace.
34 # error The internal header gflags_gflags.h may only be included by gflags.h
41 namespace gflags { namespace
98 } // namespace gflags

Completed in 341 milliseconds

1 2 3 4