Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 33) sorted by relevance

12

/development/tools/repo_pull/
Drepo_review.py178 errors = kwargs.get('errors')
179 if errors is not None:
180 errors['num_errors'] += 1
229 errors = {'num_errors': 0}
233 labels, args.message, errors=errors)
237 errors=errors)
240 args.set_topic, errors=errors)
243 change['id'], expected_http_code=204, errors=errors)
246 errors=errors)
249 args.abandon, errors=errors)
[all …]
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go32 return errors.Wrap(err, "Could not create working path")
45 return errors.Wrap(err, "Error running python differential script")
49 return errors.Wrap(err, "Error transferring script output to downstream")
129 return "", "", errors.New("Expected 1 new output filent. A race condition exists")
141 return errors.Wrap(
202 return nil, nil, errors.Wrap(err, "Error converting CSV file to entities")
206 return nil, nil, errors.Wrap(err, "Error converting CSV file to entities")
214 return errors.Wrap(err, "Error initializing Source Repository")
218 return errors.Wrap(err, "Error mapping diff targets; a race condition is possible")
222 return errors.Wrap(err, "Error persisting diff rows")
[all …]
/development/tools/repo_diff/service/repodiff/persistence/sql/
Dsql.go68 return errors.Wrap(err, "Error starting transaction")
72 return errors.Wrap(err, "Error preparing statement")
82 return errors.Wrap(err, "Error inserting values")
88 return errors.Wrap(
/development/tools/repo_diff/service/repodiff/interactors/
Dlogic.go10 func AnyError(errors ...error) error {
11 for _, err := range errors {
Dlogic_test.go10 var trueErr1 error = errors.New("I had a rough night, and I hate the eagles man")
11 var trueErr2 error = errors.New("This is what happens when you find a stranger in the Alps")
Drunner_test.go11 return errors.New("This is a private residence, man")
Drunner.go59 t.errorChan <- errors.Wrap(err, "Error redirected to channel")
/development/tools/repo_diff/service/repodiff/repositories/
Dsource.go74 return 0, errors.New(fmt.Sprintf("No ID found for %s %s", url, branch))
104 return "", "", errors.New(fmt.Sprintf("No matching records for ID %d", id))
119 return e.MappedDiffTarget{}, errors.New("Failed interacting with the database")
131 }, errors.Wrap(err, "Could not establish a database connection")
Ddenormalizer.go161 return errors.Wrap(
198 }, errors.Wrap(err, "Could not establish a database connection")
207 }, errors.Wrap(err, "Could not establish a database connection")
215 return errors.Wrap(
246 return errors.Wrap(
Dproject.go23 return errors.Wrap(
71 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
140 }, errors.Wrap(err, "Could not establish a database connection")
Dcommit.go47 return errors.Wrap(
91 return 0, constants.NullUUID(), errors.Wrap(err, "Error casting string to UUID")
206 }, errors.Wrap(err, "Could not establish a database connection")
/development/tools/winscope/src/parsers/perfetto/
Dparser_factory.ts94 const errors: string[] = []; constant
111 errors.push((error as Error).message);
117 new InvalidPerfettoTrace(traceFile.getDescriptor(), errors),
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dcsv.go18 return errors.Wrap(
33 return errors.Wrap(
Dunix.go31 return nil, errors.Wrap(errReading, fmt.Sprintf("Error reading %s file from filesystem", csvFile))
34 return nil, errors.Wrap(errMapping, "Error mapping CSV lines to entities")
/development/scripts/
Dstack59 sys.stdin.reconfigure(errors='ignore')
63 f = open(args.file, "r", errors='ignore')
Dcargo2rulesmk.py192 self.errors = "" # all errors found during parsing
264 self.errors += (
399 self.errors += "ERROR: unknown " + arg + "\n"
402 self.errors += "ERROR: missing --crate-name\n"
404 self.errors += "ERROR: missing main source file\n"
412 self.errors += "ERROR: missing --crate-type or --test\n"
415 self.errors += (
419 self.errors += (
472 if self.errors:
474 self.write(self.errors)
[all …]
/development/vndk/tools/vndk-compliance/
DREADME.md11 ## Fixing Build errors
12 The resulting errors will be mainly of 2 types:
51 "file not found" errors. These are due to 2 reasons:
/development/host/windows/usb/adb_winapi_test/
DSOURCES47 # Turn on all warnings, and treat warnings as errors
52 # http://blogs.msdn.com/b/vcblog/archive/2009/11/12/visual-c-precompiled-header-errors-on-windows-7…
/development/tools/repo_diff/service/repodiff/constants/
Dconstants.go57 return 0, errors.New(
/development/tools/repo_diff/service/repodiff/mappers/
Dmappers.go24 …return nil, errors.New(fmt.Sprintf("Got %d columns but expected %d", len(csvColumns), expectedDiff…
51 …return nil, errors.New(fmt.Sprintf("Got %d columns but expected %d", len(csvColumns), expectedComm…
68 return nil, errors.Wrap(err, fmt.Sprintf("Could not convert from %s", val))
/development/tools/repo_diff/service/repodiff/handlers/
Dhttp.go63 return errors.Wrap(
/development/tools/repo_diff/service/repodiff/
DGopkg.toml33 name = "github.com/pkg/errors"
DGopkg.lock50 name = "github.com/pkg/errors"
/development/tools/idegen/
DREADME3 amount of time with no errors.
30 If you get unexpected compilation errors from IntelliJ, try running
/development/tools/apkcheck/
DREADME.txt43 Ignore errors generated by references to the named package (e.g.
53 you disable both warnings and errors you will only see a summary.
64 Gmail.apk.xml: summary: 0 errors, 15 warnings

12