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