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

  /external/gflags/test/
CMakeLists.txt 133 # See if we can successfully load our flags from the flagfile
134 add_gflags_test(flagfile.1 0 "gflags_unittest" "${SLASH}gflags_unittest.cc:" gflags_unittest "--flagfile=flagfile.1")
135 add_gflags_test(flagfile.2 0 "PASS" "" gflags_unittest "--flagfile=flagfile.2")
136 add_gflags_test(flagfile.3 0 "PASS" "" gflags_unittest "--flagfile=flagfile.3"
    [all...]
gflags_unittest.cc 249 // Returns the definition of the --flagfile flag to be used in the tests.
253 static const string flagfile = FLAGS_srcdir + "\\gflags_unittest_flagfile"; local
255 static const string flagfile = FLAGS_srcdir + "/gflags_unittest_flagfile";
257 static const string flagfile_flag = string("--flagfile=") + flagfile;
375 // Tests the filename part of the flagfile
    [all...]
  /external/googletest/googletest/src/
gtest.cc 301 flagfile,
302 internal::StringFromGTestEnv("flagfile", ""),
303 "This flag specifies the flagfile to read command-line flags from.");
5278 FILE* flagfile = posix::FOpen(path.c_str(), "r"); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 301 flagfile,
302 internal::StringFromGTestEnv("flagfile", ""),
303 "This flag specifies the flagfile to read command-line flags from.");
5255 FILE* flagfile = posix::FOpen(path.c_str(), "r"); local
    [all...]
  /external/v8/testing/gtest/src/
gtest.cc 301 flagfile,
302 internal::StringFromGTestEnv("flagfile", ""),
303 "This flag specifies the flagfile to read command-line flags from.");
5252 FILE* flagfile = posix::FOpen(path.c_str(), "r"); local
    [all...]
  /external/gflags/src/
gflags.cc 119 DEFINE_string(flagfile, "", "load flags from file");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
pkg.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
pkg.go     [all...]

Completed in 303 milliseconds