/build/make/core/tasks/ |
D | module-info.mk | 8 define write-optional-json-list 12 define write-optional-json-bool 27 $(call write-optional-json-list, "class", $(sort $(ALL_MODULES.$(m).CLASS))) \ 28 $(call write-optional-json-list, "path", $(sort $(ALL_MODULES.$(m).PATH))) \ 29 $(call write-optional-json-list, "tags", $(sort $(ALL_MODULES.$(m).TAGS))) \ 30 $(call write-optional-json-list, "installed", $(sort $(ALL_MODULES.$(m).INSTALLED))) \ 31 …$(call write-optional-json-list, "compatibility_suites", $(sort $(ALL_MODULES.$(m).COMPATIBILITY_S… 32 …$(call write-optional-json-list, "auto_test_config", $(sort $(ALL_MODULES.$(m).auto_test_config)))… 33 …$(call write-optional-json-list, "test_config", $(strip $(ALL_MODULES.$(m).TEST_CONFIG) $(ALL_MODU… 34 $(call write-optional-json-list, "dependencies", $(sort $(ALL_MODULES.$(m).ALL_DEPS))) \ [all …]
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 25 optional uint32 total_edges = 1; 30 optional uint32 parallelism = 1; 32 optional bool verbose = 2; 34 optional uint32 critical_path_time = 3; 36 optional uint32 estimated_total_time = 4; 44 optional uint32 id = 1; 46 optional uint32 start_time = 2; 52 optional string desc = 5; 54 optional string command = 6; 56 optional bool console = 7; [all …]
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 22 optional int64 build_date_timestamp = 1; 25 optional string build_id = 2; 28 optional string platform_version_codename = 3; 31 optional string target_product = 4; 39 optional BuildVariant target_build_variant = 5 [default = ENG]; 49 optional Arch target_arch = 6 [default = UNKNOWN]; 52 optional string target_arch_variant = 7; 55 optional string target_cpu_variant = 8; 58 optional Arch host_arch = 9 [default = UNKNOWN]; 61 optional Arch host_2nd_arch = 10 [default = UNKNOWN]; [all …]
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 53 optional := false 57 m.AddContext(ctx, AnySdkVersion, "a'", optional, buildPath(ctx, "a"), installPath(ctx, "a"), nil) 58 m.AddContext(ctx, AnySdkVersion, "b", optional, buildPath(ctx, "b"), installPath(ctx, "b"), nil) 59 m.AddContext(ctx, AnySdkVersion, "c", optional, buildPath(ctx, "c"), installPath(ctx, "c"), nil) 64 …m1.AddContext(ctx, AnySdkVersion, "a1", optional, buildPath(ctx, "a1"), installPath(ctx, "a1"), ni… 65 …m1.AddContext(ctx, AnySdkVersion, "b1", optional, buildPath(ctx, "b1"), installPath(ctx, "b1"), ni… 68 …m2.AddContext(ctx, AnySdkVersion, "a2", optional, buildPath(ctx, "a2"), installPath(ctx, "a2"), ni… 69 …m2.AddContext(ctx, AnySdkVersion, "b2", optional, buildPath(ctx, "b2"), installPath(ctx, "b2"), ni… 70 m2.AddContext(ctx, AnySdkVersion, "c2", optional, buildPath(ctx, "c2"), installPath(ctx, "c2"), m1) 73 …m3.AddContext(ctx, AnySdkVersion, "a3", optional, buildPath(ctx, "a3"), installPath(ctx, "a3"), ni… [all …]
|
D | class_loader_context.go | 289 optional bool, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) error { 326 clc.Optional = clc.Optional && optional 338 Optional: optional, 351 …lib string, optional bool, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap)… 353 err := clcMap.addContext(ctx, sdkVer, lib, optional, hostPath, installPath, nestedClcMap) 397 func (clcMap ClassLoaderContextMap) UsesLibs() (required []string, optional []string) { 401 optional = make([]string, 0, len(clcs)) 404 optional = append(optional, clc.Name) 410 return required, optional 498 required, optional := clcMap.UsesLibs() [all …]
|
/build/make/tools/aconfig/aconfig_protos/protos/ |
D | aconfig.proto | 75 optional string name = 1; 79 optional string namespace = 2; 82 optional string description = 3; 88 // via release configs (optional) 90 optional bool is_fixed_read_only = 5; 92 // Indicates if the flag is exported and accessible beyond its originating container (optional) 94 optional bool is_exported = 6; 96 // Additional information about the flag, including its purpose and form factors (optional) 97 optional flag_metadata metadata = 7; 109 optional flag_purpose purpose = 1; [all …]
|
/build/make/tools/aconfig/aconfig_storage_file/protos/ |
D | aconfig_storage_metadata.proto | 24 optional uint32 version = 1; 25 optional string container = 2; 26 optional string package_map = 3; 27 optional string flag_map = 4; 28 optional string flag_val = 5; 29 optional string flag_info = 6; 30 optional int64 timestamp = 7;
|
/build/soong/scripts/ |
D | manifest_check.py | 102 def enforce_uses_libraries(manifest, required, optional, missing_optional, relax, is_apk, path): argument 128 optional = trim_namespace_parts(optional) 135 if manifest_required == required and existing_manifest_optional == optional: 144 '\t- optional libraries in build system: %s[%s]%s\n' % (C_RED, ', '.join(optional), C_OFF), 188 optional = [] 196 optional.append(libname) 199 optional = first_unique_elements(optional) 201 return required, optional, tags 219 optional = [ 229 optional = first_unique_elements(optional) [all …]
|
/build/soong/ui/metrics/bazel_metrics_proto/ |
D | bazel_metrics.proto | 22 optional int64 total = 2; 23 optional int32 exit_code = 3; 24 optional string bes_id = 4; 29 optional string phase_name = 1; 30 optional int64 duration_nanos = 2; 33 optional int32 portion_of_build_time = 3;
|
/build/soong/cmd/release_config/release_config_proto/ |
D | build_flags_src.proto | 61 optional string name = 1; 65 optional string namespace = 2; 68 optional string description = 3; 74 optional value value = 201; 77 optional workflow workflow = 205; 84 // (when Gantry is ready for it) optional string package = 207; 91 optional string name = 2; 94 optional value value = 201; 98 optional bool redacted = 202; 105 optional string name = 1; [all …]
|
D | build_flags_declarations.proto | 45 optional string name = 1; 49 optional string namespace = 2; 52 optional string description = 3; 58 optional string declaration_path = 5; 61 optional workflow workflow = 205; 68 // (when Gantry is ready for it) optional string package = 207;
|
D | build_flags_out.proto | 44 optional string source = 1; 45 optional value value = 201; 50 optional flag_declaration flag_declaration = 1; 53 optional value value = 201; 67 optional string name = 1; 94 optional release_config_artifact release_config = 1;
|
/build/soong/android/team_proto/ |
D | team.proto | 18 optional string target_name = 1; 23 optional string path = 2; 26 optional string trendy_team_id = 3; 32 optional bool test_only = 5; 36 optional bool top_level_target = 6; 39 optional string kind = 7;
|
/build/soong/bloaty/ |
D | file_sections.proto | 20 optional string name = 1; 23 optional uint64 file_size = 2; 26 optional uint64 vm_size = 3; 31 optional string path = 1;
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 22 optional uint64 creation_timestamp_ms = 1; 25 optional uint64 completion_timestamp_ms = 2; 28 optional string branch_name = 3; 31 optional string target_name = 4;
|
/build/soong/testing/code_metadata_internal_proto/ |
D | code_metadata_internal.proto | 20 optional string target_name = 1; 25 optional string path = 2; 28 optional string trendy_team_id = 3; 35 optional bool multi_ownership = 5;
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.proto | 22 optional string package_name = 1; 25 optional string module_name = 14; 44 optional bool is_container = 8; 69 optional string from_path = 1; 72 optional string container_path = 2; 78 optional string file = 1;
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 33 optional string description = 1; 36 optional string command = 2; 39 optional string output = 3; 45 optional string error = 5;
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 23 optional uint64 total_actions = 1; 30 optional uint64 finished_actions = 2; 34 optional uint64 current_actions = 3; 37 optional uint64 failed_actions = 4;
|
/build/make/tools/ |
D | post_process_props.py | 124 p.optional = False 139 optional_props[-1].optional = False 145 def __init__(self, name, value, optional=False, comment=None): argument 152 self.optional = optional 161 return Prop(name, value, optional=True) 164 return Prop(name, value, optional=False) 174 return (not self.is_comment()) and self.optional
|
/build/soong/testing/test_spec_proto/ |
D | test_spec.proto | 20 optional string target_name = 1; 25 optional string path = 2; 28 optional string trendy_team_id = 3;
|
/build/soong/testing/code_metadata_proto/ |
D | code_metadata.proto | 20 optional string target_name = 1; 25 optional string path = 2; 28 optional string trendy_team_id = 3;
|
/build/make/core/ |
D | android_manifest.mk | 112 echo $(PRIVATE_OPTIONAL_SDK_LIB_NAMES) | tr ' ' '\n' > $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional 120 …_EXPORTED_SDK_LIBS_FILE) | grep -v -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -… 121 …$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) | grep -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | so… 124 rm $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional
|
/build/make/tools/ide_query/ide_query_proto/ |
D | ide_query.proto | 29 optional string message = 2; 54 optional Status status = 3; 57 optional Status status = 2; 68 optional bytes contents = 2; 97 optional Status status = 6; 110 optional Status status = 3;
|
/build/make/tools/protos/ |
D | metadata_file.proto | 22 optional string name = 1; 26 optional string description = 2; 29 optional ThirdParty third_party = 3; 50 optional string version = 2; 60 optional Date last_upgrade_date = 3; 63 optional LicenseType license_type = 4; 67 optional string license_note = 5; 76 optional string local_modifications = 6; 80 optional Security security = 7; 83 optional DirectoryType type = 8 [default = PACKAGE]; [all …]
|