/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
tocopt4.d | 2 .*: file format .*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind-5.d | 4 .*: file format.*
|
/external/deqp/framework/opengl/ |
gluTextureUtil.hpp | 23 * \brief Texture format utilities. 40 * \brief GL pixel transfer format. 44 deUint32 format; //!< Pixel format. member in struct:glu::TransferFormat 48 : format (0) 54 : format (format_) 60 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType); 62 tcu::CompressedTexFormat mapGLCompressedTexFormat (deUint32 format); 69 TransferFormat getTransferFormat (tcu::TextureFormat format); 70 deUint32 getInternalFormat (tcu::TextureFormat format); [all...] |
/external/deqp/framework/qphelper/ |
qpDebugOut.c | 48 void qpPrintf (const char* format, ...) 51 va_start(args, format); 52 printFmt(MESSAGETYPE_INFO, format, args); 56 void qpPrintv (const char* format, va_list args) 58 printFmt(MESSAGETYPE_INFO, format, args); 61 void qpDief (const char* format, ...) 64 va_start(args, format); 65 printFmt(MESSAGETYPE_ERROR, format, args); 71 void qpDiev (const char* format, va_list args) 73 printFmt(MESSAGETYPE_ERROR, format, args) 99 __android_log_vprint(getLogPriority(type), "dEQP", format, args); local [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
DateFormatTest.java | 17 package android.text.format.cts; 26 import android.text.format.DateFormat; 118 assertEquals("D", DateFormat.format("MMMMM", c)); 119 assertEquals("December", DateFormat.format("MMMM", c)); 120 assertEquals("Dec", DateFormat.format("MMM", c)); 121 assertEquals("12", DateFormat.format("MM", c)); 122 assertEquals("12", DateFormat.format("M", c)); 128 assertEquals("D", DateFormat.format("LLLLL", c)); 129 assertEquals("December", DateFormat.format("LLLL", c)); 130 assertEquals("Dec", DateFormat.format("LLL", c)) 183 String format = "MM\/dd\/yy"; local [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
CertificateStub.java | 38 String format; field in class:CertificateStub 43 public CertificateStub(String format, Principal guarantor, Principal principal, PublicKey key) { 44 this.format = format; 77 return format;
|
/external/bison/lib/ |
obstack_printf.c | 36 obstack_printf (struct obstack *obs, const char *format, ...) 41 va_start (args, format); 42 result = obstack_vprintf (obs, format, args); 54 obstack_vprintf (struct obstack *obs, const char *format, va_list args) 71 str = vasnprintf (base, &len, format, args);
|
/external/icu/icu4c/source/tools/tzcode/ |
scheck.c | 11 scheck(const char *const string, const char *const format) 21 if (string == NULL || format == NULL) 23 fbuf = malloc(2 * strlen(format) + 4); 26 fp = format; 61 result = format;
|
/external/mesa3d/src/mesa/main/ |
formats.h | 50 * Max number of bytes for any non-compressed pixel format below, or for 286 _mesa_get_format_name(gl_format format); 289 _mesa_get_format_bytes(gl_format format); 292 _mesa_get_format_bits(gl_format format, GLenum pname); 295 _mesa_get_format_max_bits(gl_format format); 298 _mesa_get_format_datatype(gl_format format); 301 _mesa_get_format_base_format(gl_format format); 304 _mesa_get_format_block_size(gl_format format, GLuint *bw, GLuint *bh); 307 _mesa_is_format_compressed(gl_format format); 310 _mesa_is_format_packed_depth_stencil(gl_format format); [all...] |
/external/skia/src/gpu/text/ |
GrBatchFontCache.h | 62 // mask format has changed, then addGlyphToAtlas will draw a clear box. This will almost never 128 GrTexture* getTexture(GrMaskFormat format) { 129 if (this->initAtlas(format)) { 130 return this->getAtlas(format)->getTexture(); 154 GrMaskFormat format) { 155 this->getAtlas(format)->setLastUseTokenBulk(updater, token); 158 // add to texture atlas that matches this format 161 GrMaskFormat format, int width, int height, const void* image, 164 return this->getAtlas(format)->addToAtlas(id, target, width, height, image, loc); 170 uint64_t atlasGeneration(GrMaskFormat format) const [all...] |
/hardware/qcom/display/msm8996/sdm/include/core/ |
debug_interface.h | 67 @param[in] format \link message format with variable argument list \endlink 69 virtual void Error(DebugTag tag, const char *format, ...) = 0; 74 @param[in] format \link message format with variable argument list \endlink 76 virtual void Warning(DebugTag tag, const char *format, ...) = 0; 81 @param[in] format \link message format with variable argument list \endlink 83 virtual void Info(DebugTag tag, const char *format, ...) = 0; 88 @param[in] format \link message format with variable argument list \endlin [all...] |
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
CertificateStub.java | 39 String format; field in class:CertificateStub 44 public CertificateStub(String format, Principal guarantor, Principal principal, PublicKey key){ 45 this.format = format; 76 return format;
|
/packages/apps/Camera2/src/com/android/camera/stats/profiler/ |
GuardingProfile.java | 39 mVerboseWriter.write(format(0, "GUARD", "START")); 45 mGuardWriter.write(format(totalMillis, "GUARD", lastMillis, reason)); method 47 mVerboseWriter.write(format(totalMillis, "GUARD", lastMillis, reason)); method 54 mGuardWriter.write(format(totalMillis, "GUARD", "STOP")); method 56 mVerboseWriter.write(format(totalMillis, "GUARD", "STOP")); method
|
ProfileBase.java | 74 * Format a simple message with the total elapsed time and a simple event. 76 protected final String format(double totalMillis, String event) { method in class:ProfileBase 77 return String.format("[%7sms]%s %-6s %s", 78 String.format("%.3f", totalMillis), 85 * Format a simple message with the total elapsed time, a simple event, 88 protected final String format(double totalMillis, String event, String reason) { method in class:ProfileBase 89 return String.format("[%7sms]%s %-6s %s - %s", 90 String.format("%.3f", totalMillis), 98 * Format a simple message with the total elapsed time, a simple event, 101 protected final String format(double totalMillis, String event, double lastMillis, String reason) method in class:ProfileBase [all...] |
/external/webrtc/talk/media/base/ |
videoadapter_unittest.cc | 200 VideoFormat format = capturer_->GetSupportedFormats()->at(0); local 201 format.interval = 0; 202 adapter_->SetInputFormat(format); 203 adapter_->SetOutputFormat(format); 397 VideoFormat format; // with resolution 0x0. local 398 adapter_->SetOutputFormat(format); 413 VideoFormat format(640, 400, VideoFormat::FpsToInterval(30), FOURCC_I420); 414 adapter.SetInputFormat(format); 416 EXPECT_EQ(format, adapter.input_format()); 419 // Server format request 640x400 [all...] |
/external/ImageMagick/PerlMagick/t/ |
ping.t | 27 my (@blob, $filename, $format, $height, $image, $size, $status, $width); 32 ($width, $height, $size, $format)=$image->Ping("$filename"); 33 if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PPM")) 51 ($width, $height, $size, $format)=$image->Ping(blob=>@blob); 54 if (($width == 70) && ($height == 46) && ($size == 9673) && ($format eq "PPM"))
|
/external/guava/guava-testlib/test/com/google/common/collect/testing/features/ |
FeatureEnumTest.java | 38 String.format("%s must be annotated with @TesterAnnotation.", 44 String.format("%s must have a @Retention annotation.", annotationClass), 47 String.format("%s must have RUNTIME RetentionPolicy.", annotationClass), 50 String.format("%s must be inherited.", annotationClass), 58 fail(String.format("%s must have a property named '%s'.", 62 assertTrue(String.format("%s.%s() must return an array.", 65 assertSame(String.format("%s.%s() must return an array of %s.", 81 fail(String.format("Feature enum %s contains a class named " + 87 fail(String.format("Feature enum %s should contain an " + 97 String.format("%s is not an annotation.", clazz)) [all...] |
/external/llvm/lib/MC/ |
MCInstPrinter.cpp | 15 #include "llvm/Support/Format.h" 82 return format("%" PRId64, Value); 89 return format("-0x%" PRIx64, -Value); 91 return format("0x%" PRIx64, Value); 95 return format("-0%" PRIx64 "h", -Value); 97 return format("-%" PRIx64 "h", -Value); 100 return format("0%" PRIx64 "h", Value); 102 return format("%" PRIx64 "h", Value); 111 return format("0x%" PRIx64, Value); 114 return format("0%" PRIx64 "h", Value) [all...] |
/external/llvm/utils/testgen/ |
mc-bundling-x86-gen.py | 30 '''.format(BUNDLE_SIZE_POW2).lstrip() 36 print(' .bundle_lock{0}'.format(' align_to_end' if align_to_end else '')) 37 print(' .rept {0}'.format(len)) 50 print(ALIGNTO.format(2 * BUNDLE_SIZE)) 51 print('INSTRLEN_{0}_OFFSET_{1}:'.format(instlen, offset)) 53 print(NOPFILL.format(offset)) 62 print('# CHECK: {0:x}: nop'.format(inst_orig_offset)) 64 print('# CHECK: {0:x}: nop'.format(nop_split_offset)) 65 print('# CHECK: {0:x}: incl'.format(adjusted_offset)) 67 print('# CHECK: {0:x}: incl'.format(inst_orig_offset) [all...] |
/external/slf4j/slf4j-log4j12/src/main/java/org/slf4j/impl/ |
Log4jLoggerAdapter.java | 113 * Log a message at level TRACE according to the specified format and 121 * @param format 122 * the format string 126 public void trace(String format, Object arg) { 128 FormattingTuple ft = MessageFormatter.format(format, arg); 134 * Log a message at level TRACE according to the specified format and 142 * @param format 143 * the format string 149 public void trace(String format, Object arg1, Object arg2) [all...] |
/libcore/ojluni/src/main/java/java/security/ |
KeyRep.java | 98 * The Key encoding format 102 private String format; field in class:KeyRep 119 * @param format the encoding format returned from 127 * if format is <code>null</code>, 131 String format, byte[] encoded) { 134 format == null || encoded == null) { 140 this.format = format.toUpperCase(); 147 * <p> This method supports three Type/format combinations [all...] |
/external/jetty/lib/ |
slf4j-jdk14-1.6.1.jar | |
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
AbstractFormat.java | 39 /** The format used for the denominator. */ 42 /** The format used for the numerator. */ 46 * Create an improper formatting instance with the default number format 54 * Create an improper formatting instance with a custom number format for 56 * @param format the custom format for both the numerator and denominator. 58 protected AbstractFormat(final NumberFormat format) { 59 this(format, (NumberFormat) format.clone()); 63 * Create an improper formatting instance with a custom number format fo 188 public StringBuffer format(final double value, method in class:AbstractFormat 205 public StringBuffer format(final long value, method in class:AbstractFormat [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 8 package android.icu.dev.test.format; 98 logln("f0 swap int: " + f0.format(n)); 99 logln("f1 src int: " + f1.format(n)); 100 logln("f2 src cur: " + f2.format(n)); 101 logln("f3 reg cur: " + f3.format(n)); 102 logln("f4 reg int: " + f4.format(n)); 103 logln("f5 unreg cur: " + f5.format(n)); 105 if (!f3.format(n).equals(f0.format(n))) { 108 if (!f4.format(n).equals(f1.format(n))) [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
compactdecimalformat.h | 33 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language, 88 * Clone this Format object polymorphically. The caller owns the 94 virtual Format* clone() const; 97 * Return TRUE if the given Format objects are semantically equal. 101 * @return TRUE if the given Format objects are semantically equal. 104 virtual UBool operator==(const Format& other) const; 107 using DecimalFormat::format; 110 * Format a double or long number using base-10 representation. 120 virtual UnicodeString& format(double number, 125 * Format a double or long number using base-10 representation [all...] |