HomeSort by relevance Sort by last modified time
    Searched full:repaired (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/chromeos/network/onc/
onc_validator_unittest.cc 26 // |strict| is true. |onc_object| and the resulting repaired object of the
222 // be repaired (then the errors count as warnings). If a location of the
223 // expected repaired object is given, then it is checked that the validator
224 // (either strict or liberal) returns this repaired object and the result is
291 RepairParams("", "network-repaired")),
295 RepairParams("", "managed-network-repaired")),
299 RepairParams("", "managed-network-repaired")),
303 RepairParams("", "managed-network-repaired")),
317 RepairParams("", "network-repaired")),
321 RepairParams("", "network-nested-state-field-repaired")),
    [all...]
onc_validator.cc 91 scoped_ptr<base::Value> repaired = local
93 if (repaired)
94 CHECK_EQ(repaired->GetType(), signature.onc_type);
95 return repaired.Pass();
102 scoped_ptr<base::DictionaryValue> repaired(new base::DictionaryValue);
104 bool valid = ValidateObjectDefault(signature, onc_object, repaired.get());
107 valid = ValidateToplevelConfiguration(repaired.get());
109 valid = ValidateNetworkConfiguration(repaired.get());
111 valid = ValidateEthernet(repaired.get());
115 valid = ValidateIPConfig(repaired.get())
    [all...]
onc_validator.h 52 // VALID_WITH_WARNINGS and returns the repaired copy.
86 // this "repaired" object. That means, if not handled as an error, then the
110 // repaired dictionary. Only on error returns NULL.
139 // dictionary into which the repaired fields are written.
onc_utils.cc 413 << " is invalid and couldn't be repaired.";
  /external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json 27 "repaired-duplicate-network-guid": {
53 "repaired-duplicate-cert-guid": {
61 "managed-network-repaired": {
135 "network-repaired": {
197 "network-nested-state-field-repaired": {
335 "toplevel-repaired": {
416 "toplevel-with-repaired-networks": {
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store.cc 27 REPAIRED = 1 << 2,
127 if (!(reading_results->error & REPAIRED)) {
130 reading_results->error |= REPAIRED;
  /external/iproute2/
README.iproute2+tc 8 never will be repaired but replaced with h-pfq scheduler.
  /external/mdnsresponder/mDNSPosix/
libnss_mdns.8 138 the payment of the cost of having the goods repaired; or
nss_ReadMe.txt 108 iv. the payment of the cost of having the goods repaired; or
nss_mdns.conf.5 125 the payment of the cost of having the goods repaired; or
  /external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h 67 * loaded grammars, now patched but source problem not repaired
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 83 "**** Repaired leveldb %s; "
365 Log(options_.info_log, "Table #%llu: %d entries repaired",
  /external/iputils/doc/
iputils.db 52 not repaired. So, one day 1001th resuming of the subject happened
  /external/chromium_org/content/browser/fileapi/
sandbox_origin_database_unittest.cc 246 // Expect all but last added origin will be repaired back, and kOrigins[1]
  /external/chromium_org/storage/browser/fileapi/
sandbox_origin_database.cc 138 // See if the repaired entries match with what we have on disk.
  /external/tcpdump/
print-wb.c 132 u_int32_t pr_id; /* source id of drawops to be repaired */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 38 # at the end of __setitem__). This is only repaired when _commit()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 38 # at the end of __setitem__). This is only repaired when _commit()
  /external/chromium_org/chrome/installer/setup/
install.cc 226 VLOG(1) << "Install repaired of version " << new_version.GetString();
  /external/e2fsprogs/e2fsck/
pass5.c 83 * which should be repaired, but in some cases just one e2fsck run is
  /external/llvm/lib/CodeGen/
SplitKit.h 127 /// didRepairRange() - Returns true if CurLI was invalid and has been repaired
SplitKit.cpp 37 STATISTIC(NumRepairs, "Number of invalid live ranges repaired");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt 359 to the reformat width. This has been repaired, and the reformat
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt 359 to the reformat width. This has been repaired, and the reformat
  /external/chromium_org/components/search_engines/
template_url_service_unittest.cc     [all...]

Completed in 852 milliseconds

1 2