Home
last modified time | relevance | path

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

/build/make/tools/warn/
Dhtml_writer.py566 def emit_const_int_array(name, array, writer): argument
568 for item in array:
574 def emit_const_string_array(name, array, writer): argument
576 for item in array:
582 def emit_const_html_string_array(name, array, writer): argument
584 for item in array:
590 def emit_const_object_array(name, array, writer): argument
592 for item in array:
/build/make/tools/fs_config/
DREADME.md46 like so within their respective array definition:
/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.java1244 outputChunk.array(), in main()