Searched refs:array (Results 1 – 10 of 10) sorted by relevance
| /build/make/tools/warn/ |
| D | html_writer.py | 582 def emit_const_int_array(name, array, writer): argument 584 for item in array: 590 def emit_const_string_array(name, array, writer): argument 592 for item in array: 598 def emit_const_html_string_array(name, array, writer): argument 600 for item in array: 606 def emit_const_object_array(name, array, writer): argument 608 for item in array:
|
| /build/bazel/rules/license/ |
| D | license_aspect.bzl | 140 """Returns an array of JSON representations of a license and its licensees. """ 144 """Returns an array of license text files for the given licensee map.
|
| /build/soong/mk2rbc/ |
| D | expr.go | 525 array starlarkExpr member 530 ix.array.emit(gctx) 545 ix.array = ix.array.transform(transformer)
|
| D | mk2rbc.go | 1797 array := ctx.parseMakeString(node, words[1]) 1798 if bad, ok := array.(*badExpr); ok { 1801 if array.typ() != starlarkTypeList { 1802 array = &callExpr{ 1804 args: []starlarkExpr{array}, 1808 return &indexExpr{array, &intLiteralExpr{index - 1}} 1816 array := ctx.parseMakeString(node, args) 1817 if bad, ok := array.(*badExpr); ok { 1820 if array.typ() != starlarkTypeList { 1821 array = &callExpr{ [all …]
|
| /build/bazel/json_module_graph/ |
| D | library.jq | 141 # $arg must be an array of modules names
|
| /build/make/tools/fs_config/ |
| D | README.md | 46 like so within their respective array definition:
|
| /build/make/tools/releasetools/ |
| D | blockimgdiff.py | 17 import array 800 touched = array.array("B", b"\0" * self.tgt.total_blocks)
|
| /build/soong/docs/ |
| D | best_practices.md | 100 * It moves more information next to the values -- that the array of strings
|
| /build/make/tools/signapk/src/com/android/signapk/ |
| D | SignApk.java | 1380 outputChunk.array(), in main()
|
| /build/bazel/toolchains/clang/host/linux-x86/ |
| D | cc_toolchain_features.bzl | 1977 "array-bounds",
|