/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/ |
Time.java | 53 String d = dateF.format(date) + "Z";
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Time.java | 53 String d = dateF.format(date) + "Z";
|
/external/bzip2/ |
xmlproc.sh | 24 echo '-html output in html format (single file)'; 25 echo '-ps output in postscript format'; 26 echo '-pdf output in pdf format'; 57 ./format.pl $xmlfile $xmlfmtfile
|
/external/chromium/chrome/browser/resources/shared/js/ |
local_strings.js | 28 * @param {string} s The format string. 30 * @return {string} The string after format substitution.
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
HelloLicenseServlet.java | 77 String.format(
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/ |
HelloLicenseServlet.java | 77 String.format(
|
/external/chromium/net/base/ |
x509_cert_types.h | 54 // Parses a BER-format DistinguishedName. 138 // UTCTime: Format is YYMMDDHHMMSSZ 141 // GeneralizedTime: Format is YYYYMMDDHHMMSSZ 146 // |format|, and writes the result into |*time|. If an invalid date is 150 CertDateFormat format,
|
/external/clang/lib/Format/ |
UnwrappedLineParser.h | 1 //===--- UnwrappedLineParser.h - Format C++ code ----------------*- C++ -*-===// 21 #include "clang/Format/Format.h" 29 namespace format { namespace in namespace:clang 198 } // end namespace format
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
MemberIdItem.java | 72 out.annotate(2, String.format(" %-10s %s", getTypoidName() + ':',
|
/external/e2fsprogs/lib/et/ |
com_err.c | 28 COM_ERR_ATTR((format(printf, 3, 0)));
|
/external/freetype/include/freetype/ |
ftrender.h | 129 /* glyph_format :: The glyph image format this renderer handles. */ 166 /* Retrieve the current renderer for a given glyph format. */ 171 /* format :: The glyph format. */ 185 FT_Glyph_Format format ); 211 /* images in the renderer's known format into bitmaps. */
|
/external/freetype/src/smooth/ |
ftsmooth.c | 67 if ( slot->format != render->glyph_format ) 92 if ( slot->format == render->glyph_format ) 121 /* check glyph image format */ 122 if ( slot->format != render->glyph_format ) 361 slot->format = FT_GLYPH_FORMAT_BITMAP;
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
FeatureSpecificTestSuiteBuilder.java | 228 logger.finer(Platform.format( 233 logger.finer(Platform.format( 248 logger.finer(Platform.format( 259 logger.finer(Platform.format(
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRetainAllTester.java | 315 = Platform.format("retainAll(%s) should return true", target); 321 = Platform.format("retainAll(%s) should return false", target); 328 String message = Platform.format("retainAll(%s) should throw", target); 336 = Platform.format("retainAll(%s) should return false or throw", target);
|
ListRemoveAtIndexTester.java | 89 assertEquals(Platform.format(
|
/external/icu4c/i18n/ |
udateintervalformat.cpp | 93 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status );
|
/external/icu4c/test/intltest/ |
nmfmtrt.cpp | 177 // 1) Format the double into a string --> INF% (since 100 * double > DBL_MAX) 179 // 3) Re-format the double --> INF% 240 s = fmt->format(value.getDouble(), s); 242 s = fmt->format(value.getLong(), s); 255 s2 = fmt->format(n.getDouble(), s2); 257 s2 = fmt->format(n.getLong(), s2);
|
/external/jhead/ |
exif.c | 191 // TODO: replace the ", 0" values in this table with the correct format, e.g. ", FMT_USHORT" 388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) 393 switch(Format){ 409 printf("Unknown format %d:", Format); 425 double ConvertAnyFormat(void * ValuePtr, int Format) 430 switch(Format){ 454 // Not sure if this is correct (never seen float used in Exif format) 459 ErrNonfatal("Illegal format code %d",Format,0) 1159 int format = TagTable[i].Format; local [all...] |
/external/junit/src/org/junit/internal/ |
TextListener.java | 96 return NumberFormat.getInstance().format((double) runTime / 1000);
|
/external/libsepol/tests/ |
Makefile | 5 CFLAGS += -g3 -gdwarf-2 -o0 -Wall -W -Wundef -Wmissing-noreturn -Wmissing-format-attribute -Wno-unused-parameter -Werror
|
/external/libvpx/libvpx/nestegg/include/nestegg/ |
nestegg.h | 134 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
SyncSampleIntersectFinderImpl.java | 200 log += String.format("%5d - Common: [", nuSyncSamples.size()); 202 log += (String.format("%10d,", l)); 208 log += String.format("%5d - In : [", syncSamples.length); 210 log += (String.format("%10d,", l));
|
/external/openssh/ |
jpake.h | 85 __attribute__((format(printf, 2, 3)));
|
/external/openssl/apps/ |
crl.c | 78 " -inform arg - input format - default PEM (DER or PEM)\n", 79 " -outform arg - output format - default PEM\n", 80 " -text - print out a text format version\n", 96 static X509_CRL *load_crl(char *file, int format); 387 BIO_printf(bio_err,"bad output format specified for outfile\n"); 405 static X509_CRL *load_crl(char *infile, int format) 427 if (format == FORMAT_ASN1) 429 else if (format == FORMAT_PEM) 432 BIO_printf(bio_err,"bad input format specified for input crl\n");
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/ |
SDL_dummyaudio.c | 139 bytes_per_sec = (float) (((spec->format & 0xFF) / 8) *
|