HomeSort by relevance Sort by last modified time
    Searched full:newformat (Results 1 - 11 of 11) sorted by null

  /system/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/media/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);
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.html 88 var newFormat;
90 newFormat = 'html4';
92 newFormat = 'xhtml1';
93 gTestSuite.formatChanged(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 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.cpp     [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 89 * {@link #adoptFormat(int32_t n, Format *newFormat)},
90 * {@link #setFormat(int32_t n, Format& newFormat)},
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java     [all...]
  /external/iproute2/misc/
ss.c 1992 int newformat = 0; local
    [all...]

Completed in 292 milliseconds