HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1501 - 1525 of 4596) sorted by null

<<61626364656667686970>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
LongObjectPropertyEditor.java 85 MessageFormat.format(ModelMessages.LongObjectPropertyEditor_notValidLong, text));
LongPropertyEditor.java 76 MessageFormat.format(ModelMessages.LongPropertyEditor_notValidLong, text));
ShortObjectPropertyEditor.java 85 MessageFormat.format(ModelMessages.ShortObjectPropertyEditor_notValidShort, text));
ShortPropertyEditor.java 76 MessageFormat.format(ModelMessages.ShortPropertyEditor_notValidShort, text));
  /external/elfutils/backends/
x86_64_corenote.c 92 .name = "orig_rax", .type = ELF_T_SXWORD, .format = 'd', \
  /external/freetype/include/freetype/
ftglyph.h 97 /* advance width in 16.16 fixed float format. */
104 /* format :: The format of the glyph's image. */
112 FT_Glyph_Format format; member in struct:FT_GlyphRec_
154 /* `glyph->format == FT_GLYPH_FORMAT_BITMAP'. This lets you access */
198 /* `glyph->format == FT_GLYPH_FORMAT_OUTLINE'. This lets you access */
269 /* Transform a glyph image if its format is scalable. */
281 /* FreeType error code (if not 0, the glyph format is not scalable). */
384 /* units in 26.6 pixel format. The value @FT_GLYPH_BBOX_SUBPIXELS */
454 /* This function does nothing if the glyph format isn't scalable. *
    [all...]
  /external/freetype/src/cff/
cffload.c 658 fdselect->format = 0;
670 FT_Byte format; local
674 /* read format */
675 if ( FT_STREAM_SEEK( offset ) || FT_READ_BYTE( format ) )
678 fdselect->format = format;
681 switch ( format )
683 case 0: /* format 0, that's simple */
687 case 3: /* format 3, a tad more complex */
714 switch ( fdselect->format )
    [all...]
  /external/freetype/src/raster/
ftrend1.c 67 if ( slot->format != render->glyph_format )
92 if ( slot->format == render->glyph_format )
114 /* check glyph image format */
115 if ( slot->format != render->glyph_format )
196 /* allocate new one, depends on pixel format */
238 slot->format = FT_GLYPH_FORMAT_BITMAP;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
AbstractListTester.java 71 return Platform.format("expected collection %s; actual collection %s",
  /external/icu4c/common/unicode/
listformatter.h 99 UnicodeString& format(const UnicodeString items[], int32_t n_items,
  /external/icu4c/samples/datefmt/answers/
main_2.cpp 75 // Format the date
77 fmt->format(date, str, status);
main_3.cpp 81 // Format the date
83 fmt->format(date, str, status);
  /external/icu4c/samples/datefmt/
main.cpp 81 // Format the date
83 fmt->format(date, str, status);
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 83 return String.format("%s@%s", fullPath, file.lastModified());
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 88 * @return {@code String} representation of that object, the format
93 return String.format("InternalState: Name: %s; Id: %d", name, id);
  /external/junit/src/org/junit/experimental/theories/internal/
ParameterizedAssertionError.java 16 super(String.format("%s(%s)", methodName, join(", ", params)),
  /external/junit/src/org/junit/internal/builders/
AnnotatedBuilder.java 40 throw new InitializationError(String.format(
  /external/junit/src/org/junit/internal/runners/statements/
FailOnTimeout.java 42 Exception exception= new Exception(String.format(
  /external/junit/src/org/junit/runner/manipulation/
Filter.java 61 return String.format("Method %s", desiredDescription.getDisplayName());
  /external/junit/src/org/junit/runners/model/
RunnerBuilder.java 65 throw new InitializationError(String.format("class '%s' (possibly indirectly) contains itself as a SuiteClass", parent.getName()));
  /external/kernel-headers/original/linux/
kobject.h 64 __attribute__((format(printf,2,3)));
268 const char *format, ...)
269 __attribute__((format (printf, 7, 8)));
275 const char *format, ...)
seq_file.h 43 __attribute__ ((format (printf,2,3)));
  /external/linux-tools-perf/util/
strbuf.h 86 __attribute__((format(printf,2,3)))
trace-event.h 51 struct format { struct
135 char *format; member in struct:print_fmt
144 struct format format; member in struct:event
  /external/llvm/tools/llvm-ranlib/
llvm-ranlib.cpp 19 #include "llvm/Support/Format.h"
42 outs() << " " << format("%9u", offset) << "\t" << I->first <<"\n";

Completed in 2468 milliseconds

<<61626364656667686970>>