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

  /external/chromium_org/third_party/libxslt/linux/
xslt-config 100 all_flags="$the_flags"
104 all_flags="$all_flags $services $the_libs"
107 if test -z "$all_flags" || test "x$all_flags" = "x "; then
115 for i in $all_flags; do
  /external/chromium_org/third_party/libxslt/
xslt-config.in 100 all_flags="$the_flags"
104 all_flags="$all_flags $services $the_libs"
107 if test -z "$all_flags" || test "x$all_flags" = "x "; then
115 for i in $all_flags; do
  /external/open-vcdiff/gflags/src/
gflags_completions.cc 103 const vector<CommandLineFlagInfo> &all_flags,
124 const vector<CommandLineFlagInfo> all_flags,
215 vector<CommandLineFlagInfo> all_flags; local
217 GetAllFlags(&all_flags);
218 //VLOG(2) << "Found " << all_flags.size() << " flags overall";
222 all_flags,
246 TryFindModuleAndPackageDir(all_flags, &module, &package_dir);
348 const vector<CommandLineFlagInfo> &all_flags,
355 for (vector<CommandLineFlagInfo>::const_iterator it = all_flags.begin();
356 it != all_flags.end()
    [all...]
  /external/chromium_org/chromeos/network/onc/
onc_certificate_importer_impl_unittest.cc 39 unsigned all_flags = trust.sslFlags | trust.emailFlags | local
42 if (cert->nickname && (all_flags & CERTDB_USER))
44 if ((all_flags & CERTDB_VALID_CA) || CERT_IsCACert(cert, NULL))
  /external/chromium/net/spdy/
spdy_protocol_test.cc 176 int8 all_flags = ~0; local
177 frame.set_flags(all_flags);
179 EXPECT_EQ(all_flags, flags);
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 1052 unsigned all_flags = trust.sslFlags | trust.emailFlags | local
    [all...]

Completed in 2136 milliseconds