HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 76 - 100 of 233) sorted by null

1 2 34 5 6 7 8 910

  /external/protobuf/gtest/src/
gtest-filepath.cc 104 String dot_extension(String::Format(".%s", extension));
151 file = String::Format("%s.%s", base_name.c_str(), extension);
153 file = String::Format("%s_%d.%s", base_name.c_str(), number, extension);
165 return FilePath(String::Format("%s%c%s", dir.c_str(), kPathSeparator,
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 67 name.Format(_L("SDL_%x"), object_count);
  /external/skia/src/images/
SkImageDecoder.cpp 29 "Unknown Format",
65 SkImageDecoder::Format SkImageDecoder::getFormat() const {
222 SkBitmap::Config pref, Mode mode, Format* format) {
228 if (SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format)) {
237 SkBitmap::Config pref, Mode mode, Format* format) {
244 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format);
248 SkBitmap::Config pref, Mode mode, Format* format) {
    [all...]
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 106 * Parse the rights object include xml format and wbxml format data
110 * \param format (in)Which format, xml or wbxml
117 int32_t drm_relParser(uint8_t* buffer, int32_t bufferLen, int32_t Format, T_DRM_Rights* pRights);
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.h 40 virtual Format getFormat() const {
jpeg_decoder_bench.cpp 30 virtual Format getFormat() const {
  /libcore/luni/src/test/java/libcore/java/text/
OldMessageFormatTest.java 23 import java.text.Format;
48 MessageFormat format = new MessageFormat("test"); local
49 format.setLocale(Locale.FRENCH); // use French since English has the
51 format.applyPattern("{0,time, Full}");
52 assertEquals("Wrong full time pattern", "{0,time,full}", format
114 * @tests java.text.MessageFormat#setFormat(int, Format) Test of method
115 * java.text.MessageFormat#setFormat(int, Format). Case 1: Compare
130 Format[] formats = f1.getFormats();
133 Format[] correctFormats = new Format[] {
166 MessageFormat format = new MessageFormat("{1,number,integer}"); local
285 MessageFormat format = new MessageFormat(pattern, Locale.US); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 21 import com.android.ide.eclipse.adt.editors.layout.gscripts.IAttributeInfo.Format;
116 new AttributeInfo(PACKAGE_ATTR, new Format[] { Format.REFERENCE }) );
175 // -- setup the various attribute format overrides --
189 new AttributeInfo(xmlName, new Format[] { Format.REFERENCE }) );
250 new Format[] { Format.STRING } );
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 195 * Each subformat has a Format object, an offset into the plain
205 Format* format; // formatter member in class:MessageFormat::Subformat
221 * Clone that.format and assign it to this.format
222 * Do NOT delete this.format
227 format = that.format ? that.format->clone() : NULL;
244 ((format == that.format) || // handles NUL
1089 MessageFormat::format(const Formattable* source, function in class:MessageFormat
1107 MessageFormat::format( const UnicodeString& pattern, function in class:MessageFormat
1125 MessageFormat::format(const Formattable& source, function in class:MessageFormat
1145 MessageFormat::format(const UnicodeString* argumentNames, function in class:MessageFormat
1155 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
1170 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
    [all...]
datefmt.cpp 52 : Format(other),
92 DateFormat::operator==(const Format& other) const
98 // Format::operator== guarantees that this cast is safe
102 (Format::operator==(other) &&
110 DateFormat::format(const Formattable& obj, function in class:DateFormat
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { function in class:DateFormat
151 return format(*fCalendar, appendTo, fieldPosition);
160 DateFormat::format(UDate date, UnicodeString& appendTo) const function in class:DateFormat
165 return format(date, appendTo, fpos)
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 204 * Each subformat has a Format object, an offset into the plain
214 Format* format; // formatter member in class:MessageFormat::Subformat
230 * Clone that.format and assign it to this.format
231 * Do NOT delete this.format
236 format = that.format ? that.format->clone() : NULL;
253 ((format == that.format) || // handles NUL
1103 MessageFormat::format(const Formattable* source, function in class:MessageFormat
1121 MessageFormat::format( const UnicodeString& pattern, function in class:MessageFormat
1139 MessageFormat::format(const Formattable& source, function in class:MessageFormat
1159 MessageFormat::format(const UnicodeString* argumentNames, function in class:MessageFormat
1169 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
1184 MessageFormat::format(const Formattable* arguments, function in class:MessageFormat
    [all...]
selfmt.cpp 49 SelectFormat::SelectFormat(const SelectFormat& other) : Format(other) {
226 SelectFormat::format(const Formattable& obj, function in class:SelectFormat
234 return format(obj.getString(), appendTo, pos, status);
244 SelectFormat::format(const UnicodeString& keyword, function in class:SelectFormat
329 Format* SelectFormat::clone() const
346 SelectFormat::operator==(const Format& other) const {
400 SelectFormat::operator!=(const Format& other) const {
datefmt.cpp 52 : Format(other),
92 DateFormat::operator==(const Format& other) const
98 // Format::operator== guarantees that this cast is safe
102 (Format::operator==(other) &&
110 DateFormat::format(const Formattable& obj, function in class:DateFormat
139 return format(date, appendTo, fieldPosition);
145 DateFormat::format(const Formattable& obj, function in class:DateFormat
174 return format(date, appendTo, posIter, status);
181 DateFormat::format(Calendar& /* unused cal */, function in class:DateFormat
194 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const function in class:DateFormat
209 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, function in class:DateFormat
223 DateFormat::format(UDate date, UnicodeString& appendTo) const function in class:DateFormat
    [all...]
  /external/skia/include/core/
SkScalerContext.h 31 // needs to be != to any valid SkMask::Format
140 /** Given a glyph which is has a mask format of LCD or VerticalLCD, take
191 SkMask::Format getFormat() const {
192 return static_cast<SkMask::Format>(fMaskFormat);
  /external/stlport/test/eh/
intel.mak 1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  /external/gtest/include/gtest/internal/
gtest-string.h 189 // Formats a list of arguments to a String, using the same format
196 // 0). If 4096 characters are not enough to format the input,
198 static String Format(const char* format, ...);
gtest-internal.h 317 // Format of IEEE floating-point:
565 return String::Format("%s:", file_name);
568 return String::Format("%s(%d):", file_name, line);
570 return String::Format("%s:%d:", file_name, line);
678 String::Format("%s%s%s/%d", prefix, prefix[0] == '\0' ? "" : "/",
681 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
    [all...]
  /frameworks/base/media/libstagefright/codecs/common/include/
voAudio.h 34 #define VO_PID_AUDIO_FORMAT (VO_PID_AUDIO_BASE | 0X0001) /*!< The format data of audio in track */
90 * General audio format info
104 VO_AUDIO_FORMAT Format; /*!< Sample rate */
135 * \param pOutInfo [OUT] The codec fills audio format and the input data size used in current call.
  /external/chromium/third_party/icu/source/test/intltest/
tufmtts.cpp 69 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
70 if (!assertSuccess("format()", status)) return;
74 std::cout << "format result: " << formatResult << "\n";
77 ((Format*)formats[style])->parseObject(formatted, result, status);
84 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
196 TimeUnitFormat* format = new TimeUnitFormat(status); local
197 format->setLocale(Locale("zh"), status);
198 format->setNumberFormat(*numberFmt, status);
201 delete format;
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 69 formatted = ((Format*)formats[style])->format(formattable, formatted, status);
70 if (!assertSuccess("format()", status)) return;
74 std::cout << "format result: " << formatResult << "\n";
77 ((Format*)formats[style])->parseObject(formatted, result, status);
84 ((Format*)formats[1-style])->parseObject(formatted, result_1, status);
196 TimeUnitFormat* format = new TimeUnitFormat(status); local
197 format->setLocale(Locale("zh"), status);
198 format->setNumberFormat(*numberFmt, status);
201 delete format;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParserTest.java 19 import com.android.ide.eclipse.adt.editors.layout.gscripts.IAttributeInfo.Format;
50 new AttributeInfo(xmlName, new Format[] { Format.STRING })
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 312 // Format of IEEE floating-point:
564 return String::Format("%s:", file_name);
567 return String::Format("%s(%d):", file_name, line);
569 return String::Format("%s:%d:", file_name, line);
677 String::Format("%s%s%s/%d", prefix, prefix[0] == '\0' ? "" : "/",
680 String::Format("TypeParam = %s", GetTypeName<Type>().c_str()).c_str(),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 20 import com.android.ide.eclipse.adt.editors.layout.gscripts.IAttributeInfo.Format;
170 Format[] formats_list = info.getFormats();
174 HashSet<Format> formats_set = new HashSet<Format>();
186 Format f = formats_list[i];
279 if (formats_set.contains(Format.REFERENCE)) {
283 } else if (formats_set.contains(Format.ENUM)) {
286 } else if (formats_set.contains(Format.FLAG)) {
289 } else if (formats_set.contains(Format.BOOLEAN)) {
292 } else if (formats_set.contains(Format.STRING))
    [all...]
  /external/chromium/base/crypto/
signature_verifier_mac.cc 50 public_key_.KeyHeader.Format = CSSM_KEYBLOB_RAW_FORMAT_X509;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 104 // Generates a textual description of a given exit code, in the format
164 void DeathTestAbort(const char* format, ...) {
171 va_start(args, format);
176 vfprintf(parent, format, args);
181 vfprintf(stderr, format, args);
367 // status: the exit status of the child process, in the format
612 String::Format("--%s%s=%s.%s",
616 String::Format("--%s%s=%s:%d:%d:%d",
656 last_death_test_message = String::Format(
674 last_death_test_message = String::Format(
    [all...]

Completed in 1070 milliseconds

1 2 34 5 6 7 8 910