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

<<41424344454647484950>>

  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 40 SimpleDateFormat format = new SimpleDateFormat("EEE, MMM d, yyyy h:mm a z"); local
41 String date = format.format(new Date(System.currentTimeMillis()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 51 * Writes results to an XML files in the CTS format.
55 * Outputs xml in format governed by the cts_result.xsd
127 throw new IllegalArgumentException(String.format("Could not find session %d",
208 logResult(String.format("Saved log %s", logFile.getName()));
288 // PTS result is passed in Summary++++Details format.
339 private void logResult(String format, Object... args) {
341 CLog.i(format, args);
343 Log.logAndDisplay(LogLevel.INFO, mDeviceSerial, String.format(format, args));
375 String msg = String.format("XML test result file generated at %s. Passed %d, "
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
GeeTest.java 97 mDevice.executeShellCommand(String.format("mkdir %s", remoteFilePath));
109 CLog.v("%s", mDevice.executeShellCommand(String.format("chmod 755 %s", fullPath)));
112 mDevice.executeShellCommand(String.format("%s %s", fullPath, flags), resultParser,
TestPackageRepo.java 78 Log.w(LOG_TAG, String.format("Could not find test package info in xml file %s",
82 Log.e(LOG_TAG, String.format("Could not find test case xml file %s",
86 Log.e(LOG_TAG, String.format("Failed to parse test case xml file %s",
VMHostTest.java 44 throw new RuntimeException(String.format(
106 device.executeShellCommand(String.format("rm -r %s", VM_TEST_TEMP_DIR));
127 device.executeShellCommand(String.format("mkdir %s", remoteFilePath));
  /dalvik/vm/
Misc.h 129 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format,
132 __attribute__ ((format(printf, 2, 3)))
344 void StringAppendV(std::string* dst, const char* format, va_list ap);
  /development/tools/mkstubs/src/com/android/mkstubs/
FilterClassAdapter.java 76 String filterName = String.format("%s#%s", mClassName, name);
108 String filterName = String.format("%s#%s%s", mClassName, name, desc);
117 filterName = String.format("%s#%s%s", mClassName, name, signature);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
Messages.java 224 java.text.MessageFormat.format(
244 // Do this to keep format from crying.
255 fmsg = java.text.MessageFormat.format(msg, args);
263 // Get the message that the format failed.
265 java.text.MessageFormat.format(
272 // We couldn't even get the message that the format of
275 "The format of message '"
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 123 void Console::Printf(const char* format, ...) {
125 va_start(ap, format);
128 int size = vsnprintf(buf, sizeof(buf), format, ap);
  /external/doclava/src/com/google/doclava/
FieldInfo.java 143 str = String.format("\'\\u%04x\'", val);
210 result += String.format("\\u%04x", new Integer((int) c));
352 dec = String.format("%d", val);
353 hex = String.format("0x%02x", val);
355 dec = String.format("\'%c\'", val);
356 hex = String.format("0x%04x", val);
362 dec = String.format("%d", val);
363 hex = String.format("0x%08x", val);
365 dec = String.format("%d", val);
366 hex = String.format("0x%016x", val)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 141 String.format("Future not done within %d second timeout", timeoutSeconds));
171 String.format("Latch failed to count down within %d second timeout", timeoutSeconds));
222 String.format("Predicate did not become true within %d second timeout", timeoutSeconds));
  /external/harfbuzz_ng/src/
hb-ot-name-table.hh 113 likely (format == 0 || format == 1) &&
118 /* We only implement format 0 for now. */
120 USHORT format; /* Format selector (=0/1). */ member in struct:OT::name
  /external/icu4c/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu4c/test/intltest/
nmfmapts.cpp 58 * This test does round-trip testing (format -> parse -> format -> parse -> etc.) of
112 // ======= Test various format() methods
115 logln("Testing various format() methods");
125 res1 = cur_fr->format(d, res1);
128 res2 = cur_fr->format(l, res2);
131 res3 = cur_fr->format(d, res3, pos1);
134 res4 = cur_fr->format(l, res4, pos2);
138 res5 = cur_fr->format(fD, res5, pos3, status);
140 errln("ERROR: format(Formattable [double]) failed")
    [all...]
  /external/junit/src/junit/framework/
ComparisonCompactor.java 27 // android-changed use local method instead of Assert.format, since
29 return format(message, fExpected, fActual);
35 // android-changed use local format method
36 return format(message, expected, actual);
80 // android-changed copy of Assert.format for reasons described above
81 private static String format(String message, Object expected, Object actual) { method in class:ComparisonCompactor
  /external/junit/src/org/junit/runners/
Parameterized.java 94 throw new Exception(String.format(
103 return String.format("[%s]", fParameterSetNumber);
108 return String.format("%s[%s]", method.getName(),
  /external/linux-tools-perf/util/
trace-event-info.c 315 char *format; local
330 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10);
331 sprintf(format, "%s/%s/format", sys, dent->d_name);
332 ret = stat(format, &st);
333 free(format);
348 format = malloc_or_die(strlen(sys) + strlen(dent->d_name) + 10);
349 sprintf(format, "%s/%s/format", sys, dent->d_name);
350 ret = stat(format, &st)
    [all...]
  /external/regex-re2/util/
util.h 111 extern string StringPrintf(const char* format, ...);
112 extern void SStringPrintf(string* dst, const char* format, ...);
113 extern void StringAppendF(string* dst, const char* format, ...);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 4 import android.text.format.Time;
215 public String format(String format) { method in class:ShadowTime
216 Strftime strftime = new Strftime(format, Locale.getDefault());
218 return strftime.format(new Date(toMillis(false)));
223 return format("%Y%m%dT%H%M%S");
229 return format("%Y-%m-%d");
231 return format("%Y-%m-%dT%H:%M:%S.000Z");
233 String base = format("%Y-%m-%dT%H:%M:%S.000");
238 return String.format("%s%s%02d:%02d", base, sign, hours, minutes)
375 public String format(Date date) { method in class:ShadowTime.Strftime
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.h 25 typedef GrGLStencilBuffer::Format StencilFormat;
118 * Call to note that a color config / stencil format pair passed
125 const GrGLStencilBuffer::Format& format);
128 * Call to check whether color config / stencil format pair has already
133 const GrGLStencilBuffer::Format& format) const;
186 * Depending on the ES extensions present the BGRA external format may
222 // Does ReadPixels support the provided format/type combo?
224 GrGLenum format,
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
Time.java 88 display = displayFormat.format(cal.getTime());
90 utc = utcFormat.format(new Date(
124 utc = utcFormat.format(new Date(
129 * Returns the time as a UTC formatted String using the format CCYYMMDDThh:mm:ss.
138 * Sets the time using UTC formatted String in the format CCYYMMDDThh:mm:ss.
166 * Returns the local (non-utc) time in human-friendly format.
168 * @return the local time in human-friendly format.
175 * Sets the local time in human-friendly format.
177 * @param display the local time in human-friendly format.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction21c.java 29 package org.jf.dexlib.Code.Format;
77 throw new RuntimeException(String.format("%s index is too large. Use the %s instruction instead.",
80 throw new RuntimeException(String.format("%s index is too large", opcode.referenceType.name()));
89 public Format getFormat() {
90 return Format.Format21c;
103 if (jumboOpcode.format == Format.Format31c) {
  /external/webkit/Source/WebKit/android/plugins/
ANPSoundInterface.cpp 75 dst.format = toANPFormat(AUDIO_FORMAT_PCM_16_BIT);
92 ANPSampleFormat format,
103 fromANPFormat(format),
SkANP.cpp 63 switch (src.format) {
87 dst->format = kRGBA_8888_ANPBitmapFormat;
90 dst->format = kRGB_565_ANPBitmapFormat;
  /frameworks/av/media/mtp/
MtpServer.h 82 MtpObjectFormat format, int fd)
83 : mHandle(handle), mPath(path), mSize(size), mFormat(format), mFD(fd) {
114 uint64_t size, MtpObjectFormat format, int fd);

Completed in 1522 milliseconds

<<41424344454647484950>>