Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 55) sorted by relevance

123

/build/make/tools/aconfig/aconfig_protos/src/
Dlib.rs477 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/
Dexpand.go30 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/
Dflag_value_query.rs66 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
Dflag_info_query.rs99 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
Dflag_table_query.rs116 let error = find_flag_read_context(&flag_table[..], 0, "enabled_ro").unwrap_err(); in test_higher_version_storage_file() localVariable
Dpackage_table_query.rs123 let error = in test_higher_version_storage_file() localVariable
/build/soong/bpfix/bpfix/
Dbpfix_test.go129 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/
Dflag_value_update.rs76 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
Dmapped_file.rs93 let error = map_file(&flag_val).unwrap_err(); in test_mapped_read_only_file() localVariable
/build/blueprint/pathtools/
Dfs_test.go543 func syscallError(err error) error {
553 func checkErr(t *testing.T, want, got error) {
/build/make/tools/metadata/
Dgenerator.go105 errCh chan error, wg *sync.WaitGroup,
160 errCh chan error, wg *sync.WaitGroup,
/build/blueprint/
Dninja_writer_test.go23 func ck(err error) {
/build/bazel/scripts/milestone-2/
Ddemo.sh46 function error() { function
/build/blueprint/proptools/
Dutils.go30 func MergeErrors(errs []error) error {
Dextend_test.go2099 got interface{}, err error,
2100 expected interface{}, expectedErr error) {
/build/soong/cmd/extract_jar_packages/
Dextract_jar_packages.go35 func must(err error) {
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto45 optional string error = 5; field
/build/soong/cmd/zip2zip/
Dzip2zip_test.go411 func errorString(e error) string {
/build/make/tools/aconfig/aconfig/src/
Dcommands.rs506 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/
Dzipsync.go40 func must(err error) {
/build/soong/bpfix/cmd_lib/
Dbpfix.go47 func report(err error) {
/build/blueprint/bootstrap/bpglob/
Dbpglob.go107 func writeErrorOutput(path string, globErr error) {
/build/blueprint/bootstrap/
Dcommand.go207 func fatalErrors(errs []error) error {
/build/blueprint/bpfmt/
Dbpfmt.go35 func report(err error) {
/build/soong/dexpreopt/
Dclass_loader_context_test.go367 func checkError(t *testing.T, have error, want string) {

123