HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 651 - 675 of 1259) sorted by null

<<21222324252627282930>>

  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 409 m_wsValue.Format(L"%.8g", (FX_DOUBLE)fNum);
420 m_wsValue.Format(L"%04d-%02d-%02d", d.GetYear(), d.GetMonth(), d.GetDay());
431 m_wsValue.Format(L"%02d:%02d:%02d", t.GetHour(), t.GetMinute(),
435 wsTemp.Format(L"%:03d", t.GetMillisecond());
448 m_wsValue.Format(L"%04d-%02d-%02dT%02d:%02d:%02d", dt.GetYear(),
453 wsTemp.Format(L"%:03d", dt.GetMillisecond());
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 437 if (b->index_format() == IndexSubTable::Format::FORMAT_2) {
483 case IndexSubTable::Format::FORMAT_1:
484 case IndexSubTable::Format::FORMAT_3:
485 case IndexSubTable::Format::FORMAT_4:
487 case IndexSubTable::Format::FORMAT_2:
488 case IndexSubTable::Format::FORMAT_5:
555 // format 4 or 5 here.
719 // - format 4 subtable can be subsetted as well using sfntly
  /external/v8/testing/gtest/include/gtest/
gtest-printers.h 257 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
261 // format the value. In particular, when the value is a C string
263 // want to format the C string as a string, since we know it is
275 static ::std::string Format(const ToPrint& value) {
284 static ::std::string Format(const ToPrint* value) {
285 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
296 static ::std::string Format(CharType* value) { \
315 static ::std::string Format(CharType* value) { \
342 // of the other operand may affect the format. This allows us to
351 return FormatForComparison<T1, T2>::Format(value)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl 510 DXGI_FORMAT Format;
521 cpp_quote(" explicit CD3D10_TEXTURE1D_DESC(DXGI_FORMAT format, UINT width, UINT arraySize = 1, UINT mipLevels = 0,")
527 cpp_quote(" Format = format;")
545 DXGI_FORMAT Format;
557 cpp_quote(" explicit CD3D10_TEXTURE2D_DESC(DXGI_FORMAT format, UINT width, UINT height,")
    [all...]
d3d11.idl 544 DXGI_FORMAT Format;
929 DXGI_FORMAT Format;
    [all...]
d3d8types.h     [all...]
d3d11_1.h 601 DXGI_FORMAT Format,
822 DXGI_FORMAT Format);
959 DXGI_FORMAT *Format,
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-EHABI.cpp 59 } Format;
74 Descriptor::Format format,
93 switch (format) {
170 Descriptor::Format format = local
171 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
183 state, ucbp, context, format,
222 // by format:
223 Descriptor::Format format local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/
gtest.h 187 // 2. Defining predicate-format functions to be
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 42 import com.android.ide.common.api.IAttributeInfo.Format;
311 && attributeInfo.getFormats().contains(Format.REFERENCE)) {
322 Format format = attributeInfo.getFormats()[0];
323 return mRulesEngine.displayResourceInput(format.name(), oldValue);
328 String message = String.format("New %1$s Value:", attribute);
519 label = String.format("Defined by %1$s", sourceClass);
521 label = String.format("Inherited from %1$s", sourceClass);
560 title = String.format("Edit %1$s", property.getTitle());
704 EnumSet<Format> formats = attrInfo.getFormats()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 31 import com.android.ide.common.api.IAttributeInfo.Format;
419 EnumSet<Format> formats = attributeInfo.getFormats();
422 if (formats.contains(Format.FLAG)) {
433 } else if (formats.contains(Format.ENUM)) {
444 for (Format format : formats) {
445 ResourceType t = format.getResourceType();
455 } else if (format == Format.REFERENCE) {
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 25 #include "unicode/format.h"
139 errln("Err: Number Format ");
140 logln("Number format creation failed.");
146 form->format(myNumber, buffer, pos);
152 errln("Err: Number Format parse");
153 logln("Number format parse failed.");
168 cf->format((int32_t)1, toAppendTo, status);
180 // {sfb} use double format in pattern, so result will match (not strictly necessary)
220 defDateFormat->format(obj.getDate(), buffer);
325 form->format(testArgs, count, result, fieldpos, success)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp 30 // ES2 requires that format is equal to internal format at all glTex*Image2D entry points and the implementation
31 // can decide the true, sized, internal format. The ES2FormatMap determines the internal format for all valid
32 // format and type combinations.
38 // A helper function to insert data into the format map with fewer characters.
39 static inline void InsertFormatMapping(FormatMap *map, GLenum format, GLenum type, GLenum internalFormat)
41 map->insert(FormatPair(FormatTypePair(format, type), internalFormat));
51 // | Format | Type | Internal format |
    [all...]
  /external/icu/icu4c/source/i18n/
measfmt.cpp 51 // Used to format durations like 5:47 or 21:35:42.
111 /** Measure unit -> format width -> array of patterns ("{0} meters") (plurals + PER_UNIT_INDEX) */
632 Format(other),
650 Format::operator=(other);
685 UBool MeasureFormat::operator==(const Format &other) const {
689 if (!Format::operator==(other)) {
721 Format *MeasureFormat::clone() const {
725 UnicodeString &MeasureFormat::format( function in class:MeasureFormat
827 listFormatter->format(results, measureCount, appendTo, status);
929 return Format::getLocale(ULOC_VALID_LOCALE, status)
    [all...]
numfmt.cpp 170 * Release all static memory held by Number Format.
261 : Format(source)
274 Format::operator=(rhs);
292 NumberFormat::operator==(const Format& that) const
294 // Format::operator== guarantees this cast is safe
298 // This code makes it easy to determine why two format objects that should
301 if (!Format::operator==(that)) {
303 debug("Format::!=");
339 ((Format::operator==(that) &&
356 NumberFormat::format(double /* unused number */ function in class:NumberFormat
372 NumberFormat::format(int32_t \/* unused number *\/, function in class:NumberFormat
388 NumberFormat::format(int64_t \/* unused number *\/, function in class:NumberFormat
402 NumberFormat::format(double number, function in class:NumberFormat
414 NumberFormat::format(int32_t number, function in class:NumberFormat
426 NumberFormat::format(int64_t number, function in class:NumberFormat
455 NumberFormat::format(StringPiece decimalNum, function in class:NumberFormat
527 UnicodeString& NumberFormat::format(const DigitList &number, function in class:NumberFormat
545 NumberFormat::format(const DigitList &number, function in class:NumberFormat
561 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
616 NumberFormat::format(const Formattable& obj, function in class:NumberFormat
662 NumberFormat::format(int64_t number, function in class:NumberFormat
686 NumberFormat::format(double number, UnicodeString& appendTo) const function in class:NumberFormat
696 NumberFormat::format(int32_t number, UnicodeString& appendTo) const function in class:NumberFormat
706 NumberFormat::format(int64_t number, UnicodeString& appendTo) const function in class:NumberFormat
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
String.py 66 # Parse a string with format "DEFINE <VarName> = <PATH>"
68 # Return False if invalid format
258 # To local path format
594 # @param Format: Correct format
596 def RaiseParserError(Line, Section, File, Format='', LineNo= -1):
600 if Format != '':
601 Format = "Correct format is " + Format
    [all...]
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlot.java 31 import java.text.Format;
823 public Format getRangeValueFormat() {
832 public void setRangeValueFormat(Format rangeValueFormat) {
841 public Format getDomainValueFormat() {
850 public void setDomainValueFormat(Format domainValueFormat) {
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time_test.go 106 t.Errorf(" have=%v", tm.Format(RFC3339+" MST"))
123 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
140 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
157 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
279 t0.Format(RFC3339Nano), d, trunc, t1.Format(RFC3339Nano),
295 t0.Format(RFC3339Nano), d, rnd, t1.Format(RFC3339Nano),
    [all...]
  /prebuilts/go/linux-x86/src/time/
time_test.go 106 t.Errorf(" have=%v", tm.Format(RFC3339+" MST"))
123 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
140 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
157 t.Errorf(" have=%+v", tm.Format(RFC3339+" MST"))
279 t0.Format(RFC3339Nano), d, trunc, t1.Format(RFC3339Nano),
295 t0.Format(RFC3339Nano), d, rnd, t1.Format(RFC3339Nano),
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 222 "A format (currently must be \"xml\"), optionally followed "
385 // Returns the output format, or "" for normal printed output.
477 const String& full_name = String::Format("%s.%s",
829 return c_str ? String::Format("\"%s\"", c_str) : String("(null)");
    [all...]
  /external/pdfium/xfa/fgas/localization/
fgas_locale.cpp 254 wsFormat.Format(L"%%.%df", nTreading);
256 wsResult.Format(wsFormat.c_str(), GetDouble());
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/player/
TvInputPlayer.java 43 import com.google.android.exoplayer.chunk.Format;
262 Format format = videoRepresentations.get(i).format; local
263 if (format.width * format.height > maxDecodableFrameSize) {
265 } else if (!format.mimeType.equals(MimeTypes.VIDEO_MP4)
266 && !format.mimeType.equals(MimeTypes.VIDEO_WEBM)) {
306 Format format = audioRepresentations.get(i).format local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
optparse.py 189 format string controlling how short options with values are
257 Format a paragraph of free-form text for inclusion in the
363 """Format help with indented section bodies.
382 """Format help with underlined section headers.
    [all...]

Completed in 1228 milliseconds

<<21222324252627282930>>