Searched refs:comma (Results 1 – 8 of 8) 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/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/ |
D | file_sync_service.cpp | 365 size_t comma = spec.find_last_of(','); in do_send() local 366 if (comma == std::string::npos) { in do_send() 371 std::string path = spec.substr(0, comma); in do_send() 374 mode_t mode = strtoul(spec.substr(comma + 1).c_str(), nullptr, 0); in do_send()
|
D | SYNC.TXT | 52 comma (","). The first part is the actual path, while the second is a decimal
|
/system/core/logd/ |
D | README.property | 58 - bool+ - "true", "false" and comma separated list of "eng" (forced false if
|
/system/core/init/ |
D | README.md | 371 a comma separated string, eg: barrier=1,noauto\_da\_alloc
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 2019 appending the values and delimiting them with braces (“{ }”). The values are comma-separated
|
D | raw_structures.txt | 2019 appending the values and delimiting them with braces (“{ }”). The values are comma-separated
|