Searched defs:newFormat (Results 1 - 16 of 16) sorted by relevance

/external/opencv3/modules/cudacodec/src/
H A Dvideo_parser.cpp110 FormatInfo newFormat; local
112 newFormat.codec = static_cast<Codec>(format->codec);
113 newFormat.chromaFormat = static_cast<ChromaFormat>(format->chroma_format);
114 newFormat.width = format->coded_width;
115 newFormat.height = format->coded_height;
119 thiz->videoDecoder_->create(newFormat);
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
H A DMessageFormat.java688 * @param newFormat the new format to use
692 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
693 messageFormat.setFormatByArgumentIndex(argumentIndex, newFormat);
713 // * @param newFormat the new format to use
716 // public void setFormatByArgumentName(String argumentName, Format newFormat) {
733 * @param newFormat the format to use for the specified format element
738 public void setFormat(int formatElementIndex, Format newFormat) { argument
739 messageFormat.setFormat(formatElementIndex, newFormat);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java669 * @param newFormat the new format to use
672 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
680 setCustomArgStartFormat(partIndex, newFormat);
701 * @param newFormat the new format to use
703 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
710 setCustomArgStartFormat(partIndex, newFormat);
728 * @param newFormat the format to use for the specified format element
732 public void setFormat(int formatElementIndex, Format newFormat) { argument
736 setCustomArgStartFormat(partIndex, newFormat);
2139 Format newFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java683 * @param newFormat the new format to use
687 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
695 setCustomArgStartFormat(partIndex, newFormat);
716 * @param newFormat the new format to use
719 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
726 setCustomArgStartFormat(partIndex, newFormat);
744 * @param newFormat the format to use for the specified format element
749 public void setFormat(int formatElementIndex, Format newFormat) { argument
753 setCustomArgStartFormat(partIndex, newFormat);
2183 Format newFormat
[all...]
/external/messageformat/java/com/ibm/icu/simple/
H A DMessageFormat.java640 * @param newFormat the new format to use
644 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
652 setCustomArgStartFormat(partIndex, newFormat);
673 * @param newFormat the new format to use
676 public void setFormatByArgumentName(String argumentName, Format newFormat) { argument
683 setCustomArgStartFormat(partIndex, newFormat);
701 * @param newFormat the format to use for the specified format element
706 public void setFormat(int formatElementIndex, Format newFormat) { argument
710 setCustomArgStartFormat(partIndex, newFormat);
2098 Format newFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp657 Format* newFormat = NULL; local
659 newFormat = newFormats[formatNumber]->clone();
660 if (newFormat == NULL) {
664 setCustomArgStartFormat(partIndex, newFormat, status);
677 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { argument
678 LocalPointer<Format> p(newFormat);
733 MessageFormat::setFormat(int32_t n, const Format& newFormat) { argument
740 Format* new_format = newFormat.clone();
777 const Format& newFormat,
790 Format* new_format = newFormat
776 setFormat(const UnicodeString& formatName, const Format& newFormat, UErrorCode& status) argument
1338 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); local
[all...]
H A Dsmpdtfmt.cpp1875 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); local
1876 if (newFormat == NULL) {
1886 newFormat->deleteIfZeroRefCount();
1892 newFormat, fSharedNumberFormatters[patternCharIndex]);
1894 newFormat->deleteIfZeroRefCount();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1232 milliseconds