Searched refs:numberStr (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/os/ |
D | NativeTombstoneManager.java | 164 final String numberStr = suffix.substring(0, suffix.length() - 3); in handleProtoTombstone() local 168 number = Integer.parseInt(numberStr); in handleProtoTombstone()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 470 char numberStr[16]; in compileAttribute() local 471 sprintf(numberStr, "%d", attr.type); in compileAttribute() 474 String16("^type"), String16(numberStr), NULL, NULL, true); in compileAttribute() 3635 char numberStr[16]; in generateAttributes() 3636 sprintf(numberStr, "%d", ResTable_map::TYPE_ANY); in generateAttributes() 3640 String16(numberStr), NULL, NULL); in generateAttributes()
|