Searched refs:comma (Results 1 – 10 of 10) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | disassem.c | 579 int comma; in disasm_print_reglist() local 583 comma = 0; in disasm_print_reglist() 588 if (comma) in disasm_print_reglist() 591 comma = 1; in disasm_print_reglist()
|
/system/tools/mkbootimg/ |
D | pylintrc | 20 # List of plugins (as comma separated values of python modules names) to load, 31 # A comma-separated list of package or module names from where C extensions may 52 # either give multiple identifier separated by comma (,) or put this option 57 # can either give multiple identifiers separated by comma (,) or put this 141 # List of note tags to take in consideration, separated by a comma. 147 # List of builtins function names that should not be used, separated by a comma 150 # Good variable names which should always be accepted, separated by a comma 153 # Bad variable names which should always be refused, separated by a comma 238 # List of comma separated words that should not be checked. 262 no-space-check=trailing-comma,dict-separator [all …]
|
/system/update_engine/ |
D | pylintrc | 34 # List of plugins (as comma separated values of python modules names) to load, 45 # A comma-separated list of package or module names from where C extensions may 69 # either give multiple identifier separated by comma (,) or put this option 74 # can either give multiple identifiers separated by comma (,) or put this 175 # List of comma separated words that should not be checked. 253 # List of note tags to take in consideration, separated by a comma. 259 # Required attributes for module, separated by a comma 262 # List of builtins function names that should not be used, separated by a comma 265 # Good variable names which should always be accepted, separated by a comma 268 # Bad variable names which should always be refused, separated by a comma [all …]
|
/system/core/adb/daemon/ |
D | file_sync_service.cpp | 547 size_t comma = spec.find_last_of(','); in do_send_v1() local 548 if (comma == std::string::npos) { in do_send_v1() 553 std::string path = spec.substr(0, comma); in do_send_v1() 556 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0); in do_send_v1()
|
/system/core/logd/ |
D | README.replay.md | 41 `buffers` is a comma separated list of the numeric buffer id values from `<android/log.h>`. For
|
/system/memory/lmkd/ |
D | README.md | 95 sys.lmk.minfree_levels: minfree:oom_adj_score pairs, delimited by comma
|
/system/core/adb/ |
D | SYNC.TXT | 52 comma (","). The first part is the actual path, while the second is a decimal
|
/system/core/libcutils/ |
D | trace-dev.inc | 107 // Check whether the given command line matches one of the comma-separated
|
/system/bt/gd/packet/parser/ |
D | language_y.yy | 163 DEBUG() << "Enumerator with comma\n";
|
/system/core/init/ |
D | README.md | 220 a comma separated list of keycode values or the text 'none' to indicate that 568 a comma separated string, e.g. barrier=1,noauto\_da\_alloc
|