Searched refs:arguments (Results 1 – 25 of 73) sorted by relevance
123
/build/bazel_common_rules/exec/tests/ |
D | exec_test.py | 28 arguments = None variable 33 output = subprocess.check_output([arguments.script], text=True).strip() 40 output = subprocess.check_output([arguments.script, "--some_arg"], text=True).strip() 48 arguments, unknown = load_arguments() variable
|
/build/bazel/rules/test_common/ |
D | args.bzl | 23 args_list (string[]): The list of arguments provided by the Bazel action. 55 args_list (string[]): The list of arguments provided by the Bazel action. 70 """returns all arguments that start with arg_prefix 73 input_args (list[str]): list of arguments 85 """returns all arguments that start with arg_prefix 90 input_args (list[str]): list of arguments
|
/build/bazel/json_module_graph/ |
D | README.md | 18 Run `./query.sh` with no arguments for additional usage information.
|
/build/bazel/rules/apex/ |
D | bundle.bzl | 45 arguments = [args], 75 arguments = [args], 118 arguments = [args], 131 arguments = [merge_args],
|
/build/bazel/rules/android/ |
D | android_app_keystore.bzl | 39 arguments = [args], 64 arguments = [args], 88 arguments = [args],
|
D | manifest_fixer.bzl | 66 arguments = [args],
|
/build/make/core/ |
D | distdir.mk | 84 … : PRIVATE_ARGUMENT_FILE := $(call intermediates-dir-for,METAPACKAGING,licensetexts)/$(2)/arguments 136 $(_meta): PRIVATE_ARGUMENT_FILE := $(call intermediates-dir-for,METAPACKAGING,notice)/$(1)/arguments 158 …ta): PRIVATE_ARGUMENT_FILE := $(call intermediates-dir-for,METAPACKAGING,copynotice)/$(1)/arguments
|
/build/soong/ui/build/ |
D | config_test.go | 111 if !reflect.DeepEqual(c.arguments, tc.remaining) { 114 tc.remaining, c.arguments) 180 if !reflect.DeepEqual(c.arguments, tc.remaining) { 183 tc.remaining, c.arguments) 1012 arguments []string 1061 arguments: tc.arguments,
|
/build/bazel_common_rules/exec/impl/ |
D | exec_aspect.bzl | 35 doc = "Make arguments available for targets depending on executables.",
|
/build/bazel/rules/java/ |
D | event_log_tags.bzl | 28 arguments = [
|
D | java_aconfig_library.bzl | 46 arguments = [args], 65 arguments = [args],
|
D | platform_compat_config.bzl | 40 arguments = [args],
|
D | java_xsd_config_library.bzl | 72 arguments = [ 87 arguments = [
|
D | java_system_modules.bzl | 53 arguments = [args], 64 arguments = [args],
|
D | merged_txts.bzl | 56 arguments = [args],
|
D | bootclasspath.bzl | 49 set javac's --bootclasspath and --system arguments. It can also optionally add
|
/build/bazel/rules/cc/ |
D | generate_toc.bzl | 39 arguments = [
|
D | cc_aidl_library.bzl | 34 … **kwargs: extra arguments that will be passesd to cc_library_{static,shared}.
|
D | clang_tidy.bzl | 122 # clang-tidy does not allow later arguments to override earlier arguments, 224 arguments = [args], 267 toolchain arguments are passed to the clang compile action
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-1.6.2.min.js | 16 …arguments);if(o===!1||a.isPropagationStopped()){c=e.level,o===!1&&(b=!1);if(a.isImmediatePropagati… 17 …arguments,0);g[0]=c,c.currentTarget=this;for(var h=0,i=d.length;h<i;h++){var j=d[h];if(e||c.namesp…
|
D | jquery-resizable.min.js | 12 …arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})},prepend:function(){return … 19 …arguments.callee.elem,arguments):g});J.elem=I;o.each(F.split(/\s+/),function(M,N){var O=N.split(".… 29 …arguments)||"").replace(b,"")):(a.test(j)?(m?k.setAttributeNS(h,j.replace(a,"aaa:"),l):f.call(this… 40 …arguments),this._change.e.apply(this,[f,e,d]))},sw:function(f,e,d){return c.extend(this._change.s.…
|
/build/bazel/rules/ |
D | linker_config.bzl | 30 arguments = [args],
|
/build/make/ |
D | help.sh | 41 Build the intersection of the two given arguments
|
/build/bazel/rules/hidl/ |
D | hidl_library.bzl | 47 # These transitive roots will be used as -r arguments later when calling
|
/build/bazel_common_rules/workspace/ |
D | external.bzl | 28 of repositories imported by providing them in the arguments.
|
123