HomeSort by relevance Sort by last modified time
    Searched full:repaired (Results 1 - 25 of 32) 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
213 // be repaired (then the errors count as warnings). If a location of the
214 // expected repaired object is given, then it is checked that the validator
215 // (either strict or liberal) returns this repaired object and the result is
282 RepairParams("", "network-repaired")),
286 RepairParams("", "managed-network-repaired")),
290 RepairParams("", "managed-network-repaired")),
294 RepairParams("", "managed-network-repaired")),
308 RepairParams("", "network-repaired")),
312 RepairParams("", "network-nested-state-field-repaired")),
    [all...]
onc_validator.cc 94 scoped_ptr<base::Value> repaired = local
96 if (repaired.get() != NULL)
97 CHECK_EQ(repaired->GetType(), signature.onc_type);
98 return repaired.Pass();
105 scoped_ptr<base::DictionaryValue> repaired(new base::DictionaryValue);
107 bool valid = ValidateObjectDefault(signature, onc_object, repaired.get());
110 valid = ValidateToplevelConfiguration(repaired.get());
112 valid = ValidateNetworkConfiguration(repaired.get());
114 valid = ValidateEthernet(repaired.get());
116 valid = ValidateIPConfig(repaired.get())
    [all...]
onc_validator.h 51 // VALID_WITH_WARNINGS and returns the repaired copy.
85 // this "repaired" object. That means, if not handled as an error, then the
109 // repaired dictionary. Only on error returns NULL.
138 // dictionary into which the repaired fields are written.
onc_utils.cc 411 << " is invalid and couldn't be repaired.";
  /external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json 2 "managed-network-repaired": {
76 "network-repaired": {
138 "network-nested-state-field-repaired": {
263 "toplevel-repaired": {
344 "toplevel-with-repaired-networks": {
  /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; "
366 Log(options_.info_log, "Table #%llu: %d entries repaired",
  /external/chromium/chrome/browser/history/
starred_url_database.h 163 // couldn't be repaired.
  /external/iputils/doc/
iputils.db 52 not repaired. So, one day 1001th resuming of the subject happened
  /external/chromium_org/webkit/browser/fileapi/
sandbox_origin_database.cc 132 // See if the repaired entries match with what we have on disk.
sandbox_origin_database_unittest.cc 249 // Expect all but last added origin will be repaired back, and kOrigins[1]
  /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 234 VLOG(1) << "Install repaired of version " << new_version.GetString();
  /external/llvm/lib/CodeGen/
SplitKit.h 127 /// didRepairRange() - Returns true if CurLI was invalid and has been repaired
SplitKit.cpp 36 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
  /system/core/sh/
jobs.c 555 TRACE(("repaired tty process group\n"));
  /external/chromium_org/chrome/browser/search_engines/
template_url_service_unittest.cc     [all...]

Completed in 2127 milliseconds

1 2