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

  /external/gflags/test/
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...]

Completed in 178 milliseconds