Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 157) sorted by relevance

1234567

/build/make/tools/warn/
Djava_warn_patterns.py43 def warn_with_name(name, severity, description=None): argument
51 def high(name, description=None): argument
55 def medium(name, description=None): argument
59 def low(name, description=None): argument
Dandroid_project_list.py19 def create_pattern(name, pattern=None): argument
Dhtml_writer.py405 def emit_warning_array(name, writer, warn_patterns): argument
572 def emit_const_number(name, value, writer): argument
577 def emit_const_string(name, value, writer): argument
582 def emit_const_int_array(name, array, writer): argument
590 def emit_const_string_array(name, array, writer): argument
598 def emit_const_html_string_array(name, array, writer): argument
606 def emit_const_object_array(name, array, writer): argument
/build/bazel/scripts/bp2build_progress/
Dsoong_module_json.py19 def make_dep(name, tag=None, variations=None): argument
34 def make_module(name, argument
56 def make_property(name, value='', values=None): argument
/build/make/tools/product_config/src/com/android/build/config/
DOutputChecker.java54 public final String name; field in OutputChecker.Variable
59 public Variable(String name, VarType type, Str original) { in Variable()
63 public Variable(String name, VarType type, Str original, Value updated) { in Variable()
144 final String name = entry.getKey(); in getVariables() local
150 final String name = entry.getKey(); in getVariables() local
DConfigBase.java65 public void addProductVar(String name, VarType type) { in addProductVar()
73 public VarType getVarType(String name) { in getVarType()
82 public boolean isProductVar(String name) { in isProductVar()
/build/make/tools/releasetools/
Dtarget_files_diff.py32 def ignore(name): argument
122 def preprocess(name, filename): argument
136 def diff(name, file1, file2, out_file): argument
/build/soong/java/config/
Dconfig.go221 func hostBinToolVariableWithSdkToolsPrebuilt(name, tool string) { argument
231 func hostJavaToolVariableWithSdkToolsPrebuilt(name, tool string) { argument
241 func hostJNIToolVariableWithSdkToolsPrebuilt(name, tool string) { argument
255 func hostBinToolVariableWithBuildToolsPrebuilt(name, tool string) { argument
/build/bazel/scripts/
Dprint_analysis_metrics.py39 def __init__(self, name): argument
45 def get_child(self, name): argument
52 def get_or_add_child(self, name): argument
/build/soong/ui/metrics/
Devent.go46 name string member
64 func newEvent(name, desc string) *event { argument
151 func (t *EventTracer) Begin(name, desc string) { argument
/build/make/tools/
Dpost_process_props.py166 def __init__(self, name, value, optional=False, comment=None): argument
229 def get_props(self, name): argument
232 def get_value(self, name): argument
236 def put(self, name, value): argument
/build/bazel/examples/apex/minimal/
Dmanifest.json2 "name": "build.bazel.examples.apex.minimal", string
Ddummy_cc_lib_2.cc16 void shared_lib_2_func(const char* name) { in shared_lib_2_func()
Ddummy_cc_lib_3.cc16 void shared_lib_3_func(const char* name) { in shared_lib_3_func()
Ddummy_cc_lib.cc16 void shared_lib_func(const char* name) { in shared_lib_func()
/build/bazel/examples/apex/certificate_name/
Dmanifest.json2 "name": "build.bazel.examples.apex.certificate_name", string
/build/soong/python/tests/proto_pkg_path/proto/
Dtest.proto6 string name = 1; field
/build/bazel/examples/python/protobuf/
Dtest.proto22 string name = 1; field
/build/soong/dexpreopt/
Ddexpreopt_test.go35 func testModuleConfig(ctx android.PathContext, name, partition string) *ModuleConfig { argument
44 func testApexModuleConfig(ctx android.PathContext, name, apexName string) *ModuleConfig { argument
71 func createTestModuleConfig(name, dexLocation string, buildPath, dexPath, enforceUsesLibrariesStatu… argument
/build/make/tools/sbom/testdata/
Dexpected_json_sbom.spdx.json5 "name": "test doc", string
28 "name": "PRODUCT", string
44 "name": "PLATFORM", string
52 "name": "Prebuilt package1", string
60 "name": "Source package1", string
75 "name": "Upstream package1", string
/build/soong/python/scripts/
Dprecompile_python.py26 def process_one_file(name, inf, outzip): argument
/build/bazel/scripts/difftool/
Ddifftool_test.py24 def get_path(name): argument
28 def create_file(name, content): argument
/build/soong/android/
Dmakevars.go53 StrictRaw(name, value string) argument
54 CheckRaw(name, value string) argument
106 Strict(name, ninjaStr string) argument
109 Check(name, ninjaStr string) argument
115 StrictSorted(name, ninjaStr string) argument
116 CheckSorted(name, ninjaStr string) argument
207 name string member
214 name string member
Dsdk_test.go20 name string member
/build/orchestrator/core/
Dapi_domain.py19 def __init__(self, name, tree, product): argument

1234567