Searched refs:report (Results 1 – 12 of 12) sorted by relevance
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 47 func report(err error) { func 121 report(err) 143 report(err) 152 report(err) 157 report(err)
|
/build/make/core/ |
D | jacoco.mk | 67 my_classes_to_report_on_path := $(my_files)/report-resources/jacoco-report-classes.jar 76 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)) 78 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)
|
D | soong_java_prebuilt.mk | 50 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)) 52 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)
|
D | soong_app_prebuilt.mk | 86 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)) 88 $(call local-packaging-dir,jacoco)/jacoco-report-classes.jar)
|
D | main.mk | 1673 $(foreach report,$(ALL_MODULES.$(m).LINT_REPORTS),\ 1674 $(report):$(m)-$(notdir $(report))))
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 34 func report(err error) { func 119 report(err) 142 report(err) 151 report(err) 156 report(err)
|
/build/soong/ui/build/ |
D | exec.go | 68 func (c *Cmd) report() { func 91 c.report() 98 c.report() 105 c.report() 111 c.report()
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 51 func report(err error) { func 288 report(err) 300 report(fmt.Errorf("error: %s", err)) 313 report(fmt.Errorf("error: cannot use -w with standard input")) 317 report(err) 323 report(fmt.Errorf("-m parameter is required")) 328 report(fmt.Errorf("-a, -r or -str parameter is required")) 336 report(err) 341 report(err)
|
/build/make/core/tasks/ |
D | catbox.mk | 18 test_suite_tools := $(HOST_OUT_JAVA_LIBRARIES)/catbox-report-lib.jar
|
/build/make/tools/releasetools/ |
D | pylintrc | 51 # Enable the message, report, category or checker with the given id(s). You can 56 # Disable the message, report, category or checker with the given id(s). You 80 # Tells whether to display a full report or only the messages 86 # number of statements analyzed. This is used by the global evaluation report 91 # evaluation report (RP0004). 343 # given file (report RP0402 must not be disabled) 346 # Create a graph of external dependencies in the given file (report RP0402 must 350 # Create a graph of internal dependencies in the given file (report RP0402 must
|
/build/soong/ui/build/sandbox/darwin/ |
D | global.sb | 4 (allow default (with report))
|
/build/make/ |
D | envsetup.sh | 1294 local report 1295 for report in ${reports[@]} 1297 echo "/sdcard/bugreports/${report}" 1298 adb pull /sdcard/bugreports/${report} ${report} 1299 gunzip ${report}
|