Searched refs:array (Results 1 – 8 of 8) sorted by relevance
/build/make/tools/warn/ |
D | html_writer.py | 579 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/ |
D | expr.go | 525 array starlarkExpr member 530 ix.array.emit(gctx) 545 ix.array = ix.array.transform(transformer)
|
D | mk2rbc.go | 1649 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/ |
D | library.jq | 137 # $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 808 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 | 1353 outputChunk.array(), in main()
|