HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 426 - 450 of 1402) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeFormatter.java 60 package tck.java.time.format;
73 import java.text.Format;
93 import java.time.format.DecimalStyle;
94 import java.time.format.DateTimeFormatter;
95 import java.time.format.DateTimeFormatterBuilder;
96 import java.time.format.DateTimeParseException;
97 import java.time.format.SignStyle;
274 // format
365 String result = test.format(temporal);
369 test.format(temporal)
759 Format format = test.toFormat(); local
767 Format format = test.toFormat(); local
774 Format format = test.toFormat(); local
782 Format format = test.toFormat(); local
791 Format format = test.toFormat(); local
804 Format format = test.toFormat(); local
818 Format format = test.toFormat(); local
826 Format format = test.toFormat(); local
838 Format format = test.toFormat(); local
850 Format format = test.toFormat(); local
859 Format format = test.toFormat(); local
886 Format format = BASIC_FORMATTER.toFormat(); local
893 Format format = DATE_FORMATTER.toFormat(LocalDate::from); local
900 Format format = DATE_FORMATTER.toFormat(LocalDate::from); local
    [all...]
  /system/core/logd/
LogTags.cpp 130 const std::string& Format, const char* source,
133 if (Format.length()) Key += "+" + Format;
149 if (Format.length()) {
153 tag2format[tag] = Format;
181 Format.c_str(), source);
243 const char* format = cp; local
253 while ((cp > format) && isspace(cp[-1])) {
257 std::string Format(format, cp - format)
813 const char* format = ""; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs 172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs 162 yield return string.Format(EdgeFormat, parentName, childName, FixString(parentText), FixString(childText));
171 return string.Format(NodeFormat, uniqueName, FixString(text));
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs 172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
CompositeFormat.java 20 import java.text.Format;
30 public abstract class CompositeFormat extends Format {
36 * Create a default number format. The default number format is based on
39 * @return the default number format.
46 * Create a default number format. The default number format is based on
49 * @param locale the specific locale used by the format.
50 * @return the default number format specific to the given locale.
136 * @param format the number format used to parse normal, numeric values
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 103 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
104 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
123 << " expected " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(refPtr+diffSpanStart+printLen)) << "\n"
124 << " got " << tcu::formatArray(tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart), tcu::Format::HexIterator<deUint8>(resPtr+diffSpanStart+printLen))
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 16 import java.text.Format;
25 * object provided to the format method is a string that's matched
35 * <p>The main use case for the select format is gender based inflection.
104 * the form of the participle, uses a select format based on argument 1:
132 * the <code>format</code> method matches no other keyword.
144 * System.out.println(msgFmt.format(args));
151 public class SelectFormat extends Format{
184 * Sets the pattern used by this select format.
187 * @param pattern the pattern for this select format.
188 * @throws IllegalArgumentException when the pattern is not a valid select format pattern
249 public final String format(String keyword) { method in class:SelectFormat
311 public StringBuffer format(Object keyword, StringBuffer toAppendTo, method in class:SelectFormat
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 15 import java.text.Format;
24 * object provided to the format method is a string that's matched
34 * <p>The main use case for the select format is gender based inflection.
103 * the form of the participle, uses a select format based on argument 1:
131 * the <code>format</code> method matches no other keyword.
143 * System.out.println(msgFmt.format(args));
152 public class SelectFormat extends Format{
186 * Sets the pattern used by this select format.
189 * @param pattern the pattern for this select format.
190 * @throws IllegalArgumentException when the pattern is not a valid select format pattern
254 public final String format(String keyword) { method in class:SelectFormat
317 public StringBuffer format(Object keyword, StringBuffer toAppendTo, method in class:SelectFormat
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 1 //===- Archive.cpp - ar File Format implementation --------------*- C++ -*-===//
307 // same in all formats, just claim it to be gnu to make sure Format is
309 Format = K_GNU;
327 // Below is the pattern that is used to figure out the archive format
328 // GNU archive format
332 // BSD archive format
337 // COFF archive format
348 Format = K_BSD;
350 Format = K_DARWIN64;
363 Format = K_BSD
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_read.c 53 * This fast path is taken when the source format is BGRA, RGBA,
70 GLenum format, GLenum type,
122 * rather than TexFormat in case the RGBX format is being simulated with an
123 * RGBA format.
128 if (!intel_get_memcpy(rb->Format, format, type, &mem_copy, &cpp))
159 dst_pitch = _mesa_image_row_stride(pack, width, format, type);
179 DBG("%s: x,y=(%d,%d) (w,h)=(%d,%d) format=0x%x type=0x%x "
183 format, type, rb->Format, irb->mt->tiling
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 70 enum pipe_format format; local
82 format = PIPE_FORMAT_R16G16B16A16_SNORM;
85 format = st_choose_renderbuffer_format(st, internalFormat, 0);
87 /* Not setting gl_renderbuffer::Format here will cause
90 if (format == PIPE_FORMAT_NONE) {
95 strb->Base.Format = st_pipe_format_to_mesa_format(format);
97 size = _mesa_format_image_size(strb->Base.Format, width, height, 1);
118 enum pipe_format format = PIPE_FORMAT_NONE; local
165 format = st_choose_renderbuffer_format(st, internalFormat, i)
403 enum pipe_format format = resource->format; local
559 enum pipe_format format; local
661 enum pipe_format format; local
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
SelectFormat.java 13 import java.text.Format;
22 * object provided to the format method is a string that's matched
32 * <p>The main use case for the select format is gender based inflection.
101 * the form of the participle, uses a select format based on argument 1:</p>
129 * the <code>format</code> method matches no other keyword.
141 * System.out.println(msgFmt.format(args));
151 public class SelectFormat extends Format{
185 * Sets the pattern used by this select format.
188 * @param pattern the pattern for this select format.
189 * @throws IllegalArgumentException when the pattern is not a valid select format pattern
253 public final String format(String keyword) { method in class:SelectFormat
316 public StringBuffer format(Object keyword, StringBuffer toAppendTo, method in class:SelectFormat
    [all...]
  /external/protobuf/protoc-artifacts/
build-protoc.sh 54 echo "Checking file format ..."
56 format="$(objdump -f "$1" | grep -o "file format .*$" | grep -o "[^ ]*$")"
57 echo Format=$format
60 assertEq $format "elf32-i386" $LINENO
62 assertEq $format "elf64-x86-64" $LINENO
69 assertEq $format "pei-i386" $LINENO
71 assertEq $format "pei-x86-64" $LINENO
77 format="$(file -b "$1" | grep -o "[^ ]*$")
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction.java 35 import org.jf.dexlib2.Format;
58 switch (instruction.getOpcode().format) {
139 public abstract Format getFormat();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
Preconditions.java 34 import org.jf.dexlib2.Format;
41 public static void checkFormat(Opcode opcode, Format expectedFormat) {
42 if (opcode.format != expectedFormat) {
44 String.format("Invalid opcode %s for %s", opcode.name, expectedFormat.name()));
51 String.format("Invalid register: v%d. Must be between v0 and v15, inclusive.", register));
59 String.format("Invalid register: v%d. Must be between v0 and v255, inclusive.", register));
67 String.format("Invalid register: v%d. Must be between v0 and v65535, inclusive.", register));
75 String.format("Invalid literal value: %d. Must be between -8 and 7, inclusive.", literal));
83 String.format("Invalid literal value: %d. Must be between -128 and 127, inclusive.", literal));
91 String.format("Invalid literal value: %d. Must be between -32768 and 32767, inclusive.", literal))
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DVolume8.cpp 26 Direct3DVolume8::Direct3DVolume8(Direct3DDevice8 *device, Direct3DVolumeTexture8 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, bool lockable, unsigned long usage) : Surface(container->getResource(), width, height, depth, translateFormat(format), lockable, false), container(container), width(width), height(height), depth(depth), format(format), pool(pool), lockable(lockable), usage(usage)
28 resource = new Direct3DResource8(device, D3DRTYPE_VOLUME, memoryUsage(width, height, depth, format));
113 description->Format = format;
190 sw::Format Direct3DVolume8::translateFormat(D3DFORMAT format)
192 return Direct3DSurface8::translateFormat(format);
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DVolume9.cpp 33 Direct3DVolume9::Direct3DVolume9(Direct3DDevice9 *device, Direct3DVolumeTexture9 *container, int width, int height, int depth, D3DFORMAT format, D3DPOOL pool, unsigned long usage) : device(device), Surface(container->getResource(), width, height, depth, translateFormat(format), isLockable(pool, usage), false), container(container), width(width), height(height), depth(depth), format(format), pool(pool), lockable(isLockable(pool, usage)), usage(usage)
35 resource = new Direct3DResource9(device, D3DRTYPE_VOLUME, pool, memoryUsage(width, height, depth, format));
129 description->Format = format;
225 sw::Format Direct3DVolume9::translateFormat(D3DFORMAT format)
227 return Direct3DSurface9::translateFormat(format);
    [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Display.cpp 153 const sw::Format renderTargetFormats[] =
160 // sw::FORMAT_X1R5G5B5, // Has no compatible OpenGL ES renderbuffer format
165 const sw::Format depthStencilFormats[] =
179 sw::Format currentDisplayFormat = getDisplayFormat();
184 for(unsigned int formatIndex = 0; formatIndex < sizeof(renderTargetFormats) / sizeof(sw::Format); formatIndex++)
186 sw::Format renderTargetFormat = renderTargetFormats[formatIndex];
188 for(unsigned int depthStencilIndex = 0; depthStencilIndex < sizeof(depthStencilFormats) / sizeof(sw::Format); depthStencilIndex++)
190 sw::Format depthStencilFormat = depthStencilFormats[depthStencilIndex];
650 sw::Format Display::getDisplayFormat() const
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
FormatVariadic.h 45 enum class ReplacementType { Empty, Format, Literal };
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
97 void format(raw_ostream &S) const { function in class:llvm::formatv_object_base
113 Align.format(S, R.Options);
154 // \brief Format text given a format string and replacement parameters.
161 // rep_field ::= "{" [index] ["," layout] [":" format] "}"
164 // format ::= <any string not containing "{" or "}">
173 // format - A type-dependent string used to provide additional options to
175 // various individual format providers for per-type options
    [all...]

Completed in 1697 milliseconds

<<11121314151617181920>>