Searched refs:optional (Results 1 – 19 of 19) sorted by relevance
/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; 40 optional uint32 id = 1; 42 optional uint32 start_time = 2; 48 optional string desc = 5; 50 optional string command = 6; 52 optional bool console = 7; 57 optional uint32 id = 1; 59 optional uint32 end_time = 2; [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/make/tools/ |
D | post_process_props.py | 100 p.optional = False 115 optional_props[-1].optional = False 121 def __init__(self, name, value, optional=False, comment=None): argument 128 self.optional = optional 137 return Prop(name, value, optional=True) 140 return Prop(name, value, optional=False) 150 return (not self.is_comment()) and self.optional
|
/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/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/core/ |
D | android_manifest.mk | 99 echo $(PRIVATE_OPTIONAL_SDK_LIB_NAMES) | tr ' ' '\n' > $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional 107 …_EXPORTED_SDK_LIBS_FILE) | grep -v -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | sort -u | sed -… 108 …$$(cat $(PRIVATE_EXPORTED_SDK_LIBS_FILE) | grep -f $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional | so… 111 rm $(PRIVATE_EXPORTED_SDK_LIBS_FILE).optional
|
D | base_rules.mk | 139 my_module_tags := optional 167 ifneq ($(filter-out tests optional samples,$(my_module_tags)),) 168 $(call pretty-error,unusual tags: $(filter-out tests optional samples,$(my_module_tags))) 994 $(foreach tag,$(filter-out optional,$(my_module_tags)),\
|
D | package_internal.mk | 54 LOCAL_MODULE_TAGS := optional 502 $(addprefix --optional-uses-library ,$(PRIVATE_OPTIONAL_USES_LIBRARIES)) \
|
/build/soong/androidmk/androidmk/ |
D | androidmk_test.go | 342 LOCAL_MODULE_TAGS := optional 1130 LOCAL_MODULE_TAGS := optional 1149 LOCAL_MODULE_TAGS := optional 1326 LOCAL_MODULE_TAGS := optional
|
/build/make/ |
D | Usage.txt | 25 Each of <options>, <targets>, and <variable>=<value> is optional.
|
D | Changes.md | 62 System properties can now be set as optional using the new syntax: 67 is no other non-optional assignments having the same name. For example, the 72 Note that the order between the optional and the non-optional assignments
|
/build/make/tools/releasetools/ |
D | test_ota_from_target_files.py | 596 self.optional = ( 774 property_files.optional) 870 property_files.optional) 1012 self.assertEqual((), property_files.optional)
|
D | ota_from_target_files | 1034 self.optional = () 1127 for entry in self.optional: 1173 self.optional = (
|
D | ota_from_target_files.py | 1034 self.optional = () 1127 for entry in self.optional: 1173 self.optional = (
|
D | pylintrc | 261 # List of optional constructs for which whitespace checking is disabled
|
/build/blueprint/ |
D | context.go | 1118 subBlueprintsName string, optional bool) ([]string, []error) { 1138 if len(matches) == 0 && !optional {
|
/build/soong/ |
D | README.md | 52 a list of those output files. With the optional `{.tag}` suffix, the module
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | android_3p-bundle.js | 2151 + 'optional package repeated required returns rpc service '
|