HomeSort by relevance Sort by last modified time
    Searched refs:newFormat (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java 448 InsnFormat newFormat = findFormatForInsn(insn, originalFormat);
450 if (originalFormat == newFormat) {
454 if (newFormat == null) {
465 formats[i] = newFormat;
682 InsnFormat newFormat = findFormatForInsn(insn, format);
683 if (newFormat == null) {
691 dop = Dops.getOrNull(dop.getFamily(), newFormat);
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 913 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
915 delete newFormat;
918 subformats[n].format = newFormat;
956 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
959 if (&newFormat == NULL) {
963 subformats[n].format = newFormat.clone();
1004 const Format& newFormat,
1014 if (&newFormat == NULL) {
1018 subformats[i].format = newFormat.clone();
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 927 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
929 delete newFormat;
932 subformats[n].format = newFormat;
970 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
973 if (&newFormat == NULL) {
977 subformats[n].format = newFormat.clone();
1018 const Format& newFormat,
1028 if (&newFormat == NULL) {
1032 subformats[i].format = newFormat.clone();
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 651 milliseconds