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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameManager.java 42 MutableFrameFormat newFormat = frame.getFormat().mutableCopy();
43 newFormat.setTarget(newTarget);
44 Frame result = newFrame(newFormat);
Frame.java 195 protected void reset(FrameFormat newFormat) {
196 mFormat = newFormat.mutableCopy();
GLFrame.java 324 protected void reset(FrameFormat newFormat) {
328 super.reset(newFormat);
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_CharStar.c 312 M4OSA_Char *newFormat;
405 newFormat =(M4OSA_Char*)M4OSA_32bitAlignedMalloc(newFormatLength,
406 M4OSA_CHARSTAR,(M4OSA_Char*)"M4OSA_chrPrintf: newFormat");
407 if(M4OSA_NULL == newFormat)
409 newFormat[newFormatLength-1] = '\0';
410 pTemp = newFormat;
412 /* copy format to newFormat, replacing %[flags][width][.precision]ll[conversion]
493 err = vsnprintf((char *)pStrOut, (size_t)strOutMaxLen + 1, (const char *)newFormat, marker);
495 free(newFormat);
  /dalvik/dexgen/src/com/android/dexgen/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/icu4c/i18n/
msgfmt.cpp 638 Format* newFormat = NULL;
640 newFormat = newFormats[formatNumber]->clone();
641 if (newFormat == NULL) {
645 setCustomArgStartFormat(partIndex, newFormat, status);
658 MessageFormat::adoptFormat(int32_t n, Format *newFormat) {
659 LocalPointer<Format> p(newFormat);
714 MessageFormat::setFormat(int32_t n, const Format& newFormat) {
721 Format* new_format = newFormat.clone();
758 const Format& newFormat,
771 if (&newFormat == NULL)
    [all...]
  /dalvik/vm/analysis/
RegisterMap.cpp     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1717 milliseconds