HomeSort by relevance Sort by last modified time
    Searched defs:Format (Results 1 - 25 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/unicode/
format.h 9 * File FORMAT.H
20 // This file was generated from the java source file Format.java
58 * Many of the concrete subclasses of Format employ the notion of
62 * "$#,##0.00;($#,##0.00)", which is a common US English format for
68 * is not inherent to Format classes in general, and is not part of
73 * NumberFormat which allows the user to format different number ranges
76 * MessageFormat is a formatter which utilizes other Format objects to
77 * format a string containing with multiple values. For instance,
84 * the Format cannot format the type of object, otherwise if there i
    [all...]
  /external/gemmlowp/internal/
kernel_sse.h 36 Format;
46 std::int32_t run_depth_cells = run_depth / Format::kDepth;
210 Format;
220 const std::int64_t run_depth_cells = run_depth / Format::kDepth;
kernel_msa.h 47 Format;
kernel_reference.h 17 // to have any arbitrary format, allowing tests to cover all sorts of corner
30 // This kernel is templatized in an arbitrary Format template parameter,
31 // allowing it to have any arbitrary format.
34 typedef tFormat Format;
40 Format::Lhs::kCells, Format::Lhs::Cell::kWidth,
41 Format::Lhs::Cell::kDepth,
42 CellOrderName(Format::Lhs::Cell::kOrder), Format::Rhs::kCells,
43 Format::Rhs::Cell::kDepth, Format::Rhs::Cell::kWidth
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 29 package org.jf.baksmali.Adaptors.Format;
56 switch (instruction.getOpcode().format) {
UnresolvedOdexInstructionMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
  /external/tensorflow/tensorflow/python/util/protobuf/
compare.py 205 def Format(pb):
226 a, b = Format(a), Format(b)
233 # two repeated fields by element, in order. the magic is in the format()
234 # function, which converts them both to the same easily comparable format.
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_config.h 21 // Pixel format
22 enum Format {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
SerialStatusCodeWorker.c 49 CHAR8 *Format;
72 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
79 Format,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
SerialStatusCodeWorker.c 47 CHAR8 *Format;
70 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
77 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
SerialStatusCodeWorker.c 52 CHAR8 *Format;
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
82 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
SerialStatusCodeWorker.c 48 CHAR8 *Format;
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Format,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
SerialStatusCodeWorker.c 48 CHAR8 *Format;
71 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
78 Format,
  /external/mesa3d/src/intel/isl/
gen_format_layout.py 66 % for format in formats:
67 [ISL_FORMAT_${format.name}] = {
68 .format = ISL_FORMAT_${format.name},
69 .name = "ISL_FORMAT_${format.name}",
70 .bpb = ${format.bpb},
71 .bw = ${format.bw},
72 .bh = ${format.bh},
73 .bd = ${format.bd},
76 <% channel = getattr(format, mask, None) %>\
    [all...]
  /external/pdfium/core/fxge/dib/
cfx_dibitmap.h 25 FXDIB_Format format,
43 bool ConvertFormat(FXDIB_Format format);
100 FXDIB_Format format,
116 enum class Format { kCleared, kPreMultiplied, kUnPreMultiplied };
121 Format m_nFormat;
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 51 "go/format"
117 // Format formats the control-flow graph for ease of debugging.
118 func (g *CFG) Format(fset *token.FileSet) string {
139 format.Node(&buf, fset, n)
  /prebuilts/go/linux-x86/src/cmd/vet/internal/cfg/
cfg.go 51 "go/format"
117 // Format formats the control-flow graph for ease of debugging.
118 func (g *CFG) Format(fset *token.FileSet) string {
139 format.Node(&buf, fset, n)
  /external/icu/icu4c/source/i18n/
format.cpp 9 * File FORMAT.CPP
21 // This file was generated from the java source file Format.java
45 /* Format class implementation ---------------------------------------------- */
49 #include "unicode/format.h"
55 // class Format
72 Format::Format()
80 Format::~Format()
87 Format::Format(const Format &that
111 Format::format(const Formattable& obj, function in class:Format
127 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
ReportStatusCode.c 37 CHAR8 *Format;
75 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
82 Format,
93 Format = (CHAR8 *) (((UINT64 *) (DebugInfo + 1)) + 12);
95 CharCount = AsciiVSPrint (Buffer, EFI_STATUS_CODE_DATA_MAX_SIZE, Format, Marker);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
ReportStatusCode.c 109 by ErrorLevel, Marker, and Format. If type GUID in Data is
111 Format from the optional data area of the status code buffer specified by Data.
114 the Format. If the DEBUG() information could be extracted from Data, then
120 If Format is NULL, then ASSERT().
124 @param Marker Pointer to the variable argument list associated with Format.
125 @param Format Pointer to a Null-terminated ASCII format string of a
129 specified by ErrorLevel, Marker, and Format.
140 OUT CHAR8 **Format
148 ASSERT (Format != NULL);
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/
Nt32OemHookStatusCodeLib.c 119 CHAR8 *Format;
156 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
163 Format,
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/
Nt32OemHookStatusCodeLib.c 128 CHAR8 *Format;
165 ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {
172 Format,
  /external/libmojo/device/bluetooth/
bluetooth_uuid.h 22 enum Format {
40 // should be provided in the 128-bit format. If |uuid| is in an unsupported
41 // format, the result might be invalid. Use IsValid to check for validity
52 // Returns true, if the UUID is in a valid canonical format.
55 // Returns the representation format of the UUID. This reflects the format
57 Format format() const { return format_; } function in class:device::BluetoothUUID
59 // Returns the value of the UUID as a string. The representation format is
68 // Returns the underlying 128-bit value as a string in the following format
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.h 35 /// might be initializing this format.
36 StringRef Format;
41 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {}
43 : consumer(L.consumer), Format(L.Format),
  /external/skia/src/gpu/gl/
GrGLStencilAttachment.h 19 struct Format {
35 const Format& format)
36 : GrStencilAttachment(gpu, width, height, format.fStencilBits, sampleCnt)
37 , fFormat(format)
46 const Format& format() const { return fFormat; } function in class:GrGLStencilAttachment
58 Format fFormat;

Completed in 1871 milliseconds

1 2 3 4 5 6 7 8 91011>>