/build/make/tools/aconfig/aconfig_protos/src/ |
D | lib.rs | 477 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 496 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 515 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 535 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 555 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 570 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 587 let error = flag_declarations::try_from_text_proto( in test_flag_declarations_try_from_text_proto() localVariable 638 let error = flag_values::try_from_text_proto( in test_flag_values_try_from_text_proto() localVariable 652 let error = flag_values::try_from_text_proto( in test_flag_values_try_from_text_proto() localVariable 666 let error = flag_values::try_from_text_proto( in test_flag_values_try_from_text_proto() localVariable [all …]
|
/build/soong/android/ |
D | expand.go | 30 func ExpandNinjaEscaped(s string, mapping func(string) (string, bool, error)) (string, error) { argument 37 func Expand(s string, mapping func(string) (string, error)) (string, error) { argument 44 func expand(s string, ninjaEscape bool, mapping func(string) (string, bool, error)) (string, error)… argument 69 func getMapping(s string, mapping func(string) (string, bool, error)) (string, bool, int, error) { argument
|
/build/make/tools/aconfig/aconfig_storage_read_api/src/ |
D | flag_value_query.rs | 66 let error = find_boolean_flag_value(&flag_value_list[..], 8).unwrap_err(); in test_boolean_out_of_range() localVariable 79 let error = find_boolean_flag_value(&flag_value[..], 4).unwrap_err(); in test_higher_version_storage_file() localVariable
|
D | flag_info_query.rs | 99 let error = in test_boolean_out_of_range() localVariable 113 let error = find_flag_attribute(&flag_info[..], FlagValueType::Boolean, 4).unwrap_err(); in test_higher_version_storage_file() localVariable
|
D | flag_table_query.rs | 116 let error = find_flag_read_context(&flag_table[..], 0, "enabled_ro").unwrap_err(); in test_higher_version_storage_file() localVariable
|
D | package_table_query.rs | 123 let error = in test_higher_version_storage_file() localVariable
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 129 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { 134 func runTestOnce(t *testing.T, in, expected string, innerTest func(*Fixer) error) { 180 func runFixerOnce(fixer *Fixer, innerTest func(*Fixer) error) (string, error) { 201 func runPassOnce(t *testing.T, in, out string, innerTest func(*Fixer) error) { 210 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) {
|
/build/make/tools/aconfig/aconfig_storage_write_api/src/ |
D | flag_value_update.rs | 76 let error = update_boolean_flag_value(&mut flag_value_list[..], 8, true).unwrap_err(); in test_boolean_out_of_range() localVariable 89 let error = update_boolean_flag_value(&mut flag_value[..], 4, true).unwrap_err(); in test_higher_version_storage_file() localVariable
|
D | mapped_file.rs | 93 let error = map_file(&flag_val).unwrap_err(); in test_mapped_read_only_file() localVariable
|
/build/blueprint/pathtools/ |
D | fs_test.go | 543 func syscallError(err error) error { 553 func checkErr(t *testing.T, want, got error) {
|
/build/make/tools/metadata/ |
D | generator.go | 105 errCh chan error, wg *sync.WaitGroup, 160 errCh chan error, wg *sync.WaitGroup,
|
/build/blueprint/ |
D | ninja_writer_test.go | 23 func ck(err error) {
|
/build/bazel/scripts/milestone-2/ |
D | demo.sh | 46 function error() { function
|
/build/blueprint/proptools/ |
D | utils.go | 30 func MergeErrors(errs []error) error {
|
D | extend_test.go | 2099 got interface{}, err error, 2100 expected interface{}, expectedErr error) {
|
/build/soong/cmd/extract_jar_packages/ |
D | extract_jar_packages.go | 35 func must(err error) {
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 45 optional string error = 5; field
|
/build/soong/cmd/zip2zip/ |
D | zip2zip_test.go | 411 func errorString(e error) string {
|
/build/make/tools/aconfig/aconfig/src/ |
D | commands.rs | 506 let error = crate::commands::parse_flags( in test_parse_flags_package_mismatch_between_declaration_and_command_line() localVariable 537 let error = crate::commands::parse_flags( in test_parse_flags_container_mismatch_between_declaration_and_command_line() localVariable 579 let error = crate::commands::parse_flags( in test_parse_flags_override_fixed_read_only() localVariable 709 let error = in test_modify_parsed_flags_based_on_mode_exported() localVariable 746 let error = modify_parsed_flags_based_on_mode(parsed_flags, CodegenMode::ForceReadOnly) in test_modify_parsed_flags_based_on_mode_force_read_only() localVariable
|
/build/soong/cmd/zipsync/ |
D | zipsync.go | 40 func must(err error) {
|
/build/soong/bpfix/cmd_lib/ |
D | bpfix.go | 47 func report(err error) {
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 107 func writeErrorOutput(path string, globErr error) {
|
/build/blueprint/bootstrap/ |
D | command.go | 207 func fatalErrors(errs []error) error {
|
/build/blueprint/bpfmt/ |
D | bpfmt.go | 35 func report(err error) {
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 367 func checkError(t *testing.T, have error, want string) {
|