Home
last modified time | relevance | path

Searched refs:array (Results 1 – 10 of 10) sorted by relevance

/build/make/tools/warn/
Dhtml_writer.py582 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/
Dlicense_aspect.bzl140 """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/
Dexpr.go525 array starlarkExpr member
530 ix.array.emit(gctx)
545 ix.array = ix.array.transform(transformer)
Dmk2rbc.go1797 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/
Dlibrary.jq141 # $arg must be an array of modules names
/build/make/tools/fs_config/
DREADME.md46 like so within their respective array definition:
/build/make/tools/releasetools/
Dblockimgdiff.py17 import array
800 touched = array.array("B", b"\0" * self.tgt.total_blocks)
/build/soong/docs/
Dbest_practices.md100 * It moves more information next to the values -- that the array of strings
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java1380 outputChunk.array(), in main()
/build/bazel/toolchains/clang/host/linux-x86/
Dcc_toolchain_features.bzl1977 "array-bounds",