Searched refs:comma (Results 1 - 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DDomFront.java131 boolean comma = false;
133 if (comma) {
137 comma = true;
/dalvik/vm/
H A DInit.cpp409 char* comma; local
417 comma = strchr(name, ','); // use name, not value, for safety
418 if (comma != NULL) {
419 if (comma < value) {
420 ALOGE("JDWP opts: found comma before '=' in '%s'", mangle);
423 *comma = '\0';
431 if (comma == NULL) {
435 name = comma+1;
660 * Break comma-separated method signatures and enter them into the hash

Completed in 2060 milliseconds