Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dhtml_writer.py579 def emit_const_int_array(name, array, writer): argument
581 for item in array:
587 def emit_const_string_array(name, array, writer): argument
589 for item in array:
595 def emit_const_html_string_array(name, array, writer): argument
597 for item in array:
603 def emit_const_object_array(name, array, writer): argument
605 for item in array:
/build/soong/mk2rbc/
Dexpr.go525 array starlarkExpr member
530 ix.array.emit(gctx)
545 ix.array = ix.array.transform(transformer)
Dmk2rbc.go1649 array := ctx.parseMakeString(node, words[1])
1650 if xBad, ok := array.(*badExpr); ok {
1653 if array.typ() != starlarkTypeList {
1654 array = &callExpr{object: array, name: "split", returnType: starlarkTypeList}
1656 return &indexExpr{array, &intLiteralExpr{int(index - 1)}}
/build/bazel/json_module_graph/
Dlibrary.jq137 # $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
808 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.java1353 outputChunk.array(), in main()