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

<<51525354555657585960>>

  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 12 #include "llvm/Support/Format.h"
21 << format(" total_length: 0x%8.8x\n", TotalLength)
22 << format(" version: %u\n", Version)
23 << format("prologue_length: 0x%8.8x\n", PrologueLength)
24 << format("min_inst_length: %u\n", MinInstLength)
25 << format("default_is_stmt: %u\n", DefaultIsStmt)
26 << format(" line_base: %i\n", LineBase)
27 << format(" line_range: %u\n", LineRange)
28 << format(" opcode_base: %u\n", OpcodeBase);
31 OS << format("standard_opcode_lengths[%s] = %u\n", LNStandardString(i+1)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 17 package android.text.format;
21 import android.text.format.Time;
193 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
195 String actualTime = String.format("%d-%02d-%02d %02d:%02d",
211 String expectedTime = String.format("%d-%02d-%02d %02d:%02d",
213 String actualTime = String.format("%d-%02d-%02d %02d:%02d",
234 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
237 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
256 String expectedTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d",
259 String actualTime = String.format("%d-%02d-%02d %02d:%02d isDst: %d"
    [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 151 h->format, h->width, h->height, h->stride, h->vstride);
179 "format = %u, blending = %u",
182 c.format, c.blending);
257 c1.format != c2.format ||
270 static enum s3c_fb_pixel_format exynos5_format_to_s3c_format(int format)
272 switch (format) {
288 static bool exynos5_format_is_supported(int format)
290 return exynos5_format_to_s3c_format(format) < S3C_FB_PIXEL_FORMAT_MAX;
293 static bool exynos5_format_is_rgb(int format)
    [all...]
  /external/icu4c/i18n/
winnmfmt.cpp 20 #include "unicode/format.h"
196 Format *Win32NumberFormat::clone(void) const
201 UnicodeString& Win32NumberFormat::format(double number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
203 return format(getMaximumFractionDigits(), appendTo, L"%.16f", number);
206 UnicodeString& Win32NumberFormat::format(int32_t number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
208 return format(getMinimumFractionDigits(), appendTo, L"%I32d", number);
211 UnicodeString& Win32NumberFormat::format(int64_t number, UnicodeString& appendTo, FieldPosition& pos) const function in class:Win32NumberFormat
213 return format(getMinimumFractionDigits(), appendTo, L"%I64d", number);
238 UnicodeString &Win32NumberFormat::format(int32_t numDigits, UnicodeString &appendTo, wchar_t *fmt, ...) const function in class:Win32NumberFormat
choicfmt.cpp 20 * 08/06/97 nos removed overloaded constructor, fixed 'format(array)'
85 // format strings for each limit.
134 ChoiceFormat::operator==(const Format& that) const
251 // Sets the limit and format arrays.
262 // Sets the limit and format arrays.
362 // Gets the format array.
373 // a double. The returned format string may differ
377 ChoiceFormat::format(int64_t number, function in class:ChoiceFormat
381 return format((double) number, appendTo, status);
389 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat
400 ChoiceFormat::format(double number, function in class:ChoiceFormat
468 ChoiceFormat::format(const Formattable* objs, function in class:ChoiceFormat
498 ChoiceFormat::format(const Formattable& obj, function in class:ChoiceFormat
    [all...]
  /external/icu4c/tools/tzcode/
icuzdump.cpp 53 UnicodeString& format(UDate time, int32_t offset, UBool isDst, UnicodeString& appendTo) { function in class:DumpFormatter
56 UnicodeString str = sdf->format(time, appendTo);
72 decf->format(hour, appendTo);
73 decf->format(min, appendTo);
74 decf->format(sec, appendTo);
170 formatter->format(lot, rawOffset + dstOffset, (dstOffset == 0 ? FALSE : TRUE), str);
173 formatter->format(hit, newRawOffset + newDstOffset, (newDstOffset == 0 ? FALSE : TRUE), str);
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 26 #include "llvm/Support/Format.h"
202 outs() << format("%3d", i+1) << ". "
203 << format("%5.2g", FunctionCounts[i].second) << "/"
204 << format("%g", TotalExecutions) << " "
228 outs() << format("%3d", i+1) << ". "
229 << format("%5g", Counts[i].second/(double)TotalExecutions*100)<<"% "
230 << format("%5.0f", Counts[i].second) << "/"
231 << format("%g", TotalExecutions) << "\t"
  /external/skia/src/gpu/gl/
GrGLCaps.cpp 158 // ES 2 only guarantees RGBA/uchar + one other format/type combo for
159 // ReadPixels. The other format has to checked at run-time since it
175 GrGLenum format,
177 if (GR_GL_RGBA == format && GR_GL_UNSIGNED_BYTE == type) {
178 // ES 2 guarantees this format is supported
190 // The other supported format/type combo supported for ReadPixels
200 return (GrGLenum)otherFormat == format && (GrGLenum)otherType == type;
239 // on GL 4.2+. It's format-specific, though. See also
303 // internal Format stencil bits total bits packed?
332 // ES doesn't support using the unsized format
    [all...]
  /external/srec/portable/src/
PFileWrap.c 209 ESR_ReturnCode PFileVfprintf ( PFile *self, int *result, const LCHAR *format, va_list args )
213 bytes_printed = vfprintf ( (FILE *)self, format, args );
436 int pfprintf ( PFile *stream, const LCHAR *format, ... )
442 va_start ( args, format );
443 rc = PFileVfprintf ( stream, &result, format, args );
453 int pvfprintf ( PFile *stream, const LCHAR *format, va_list argptr )
458 rc = PFileVfprintf ( stream, &result, format, argptr );
  /external/v8/tools/
push-to-trunk.sh 98 [[ -n "$LASTPUSH" ]] || LASTPUSH=$(git log -1 --format=%H ChangeLog)
107 LASTPUSH=$(git log -1 --format=%H $LASTPUSH^ ChangeLog)
123 COMMITS=$(git log $LASTPUSH..HEAD --format=%H)
126 git log -1 $commit --format="%w(80,8,8)%s" >> "$CHANGELOG_ENTRY_FILE"
129 git log -1 $commit --format="%B" \
136 git log -1 $commit --format="%w(80,8,8)(%an)" >> "$CHANGELOG_ENTRY_FILE"
223 PREPARE_COMMIT_HASH=$(git log -1 --format=%H --grep="$PREPARE_COMMIT_MSG")
234 # Convert the ChangeLog entry to commit message format:
  /frameworks/av/media/libmedia/
IAudioFlinger.cpp 36 FORMAT,
89 audio_format_t format,
104 data.writeInt32(format);
141 audio_format_t format,
154 data.writeInt32(format);
190 virtual audio_format_t format(audio_io_handle_t output) const function in class:android::BpAudioFlinger
195 remote()->transact(FORMAT, data, &reply);
346 virtual size_t getInputBufferSize(uint32_t sampleRate, audio_format_t format,
352 data.writeInt32(format);
369 audio_format_t format = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT local
444 audio_format_t format = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT; local
712 audio_format_t format = (audio_format_t) data.readInt32(); local
734 audio_format_t format = (audio_format_t) data.readInt32(); local
857 audio_format_t format = (audio_format_t) data.readInt32(); local
867 audio_format_t format = (audio_format_t) data.readInt32(); local
914 audio_format_t format = (audio_format_t) data.readInt32(); local
    [all...]
  /frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/
AppLaunchTest.java 86 assertNotNull(String.format("Could not find launchable activity for %s", mPackageName),
94 fail(String.format("Detected %d errors on launch of app %s:\n%s", errSet.size(),
108 Log.i(TAG, String.format("Running activity %s/%s", app.activityInfo.packageName,
141 Log.w(TAG, String.format("Detected crash in %s when launching %s",
168 Log.d(TAG, String.format("packageMatches(%s, %s)", appPkg, errPkg));
237 builder.append(String.format("Process %s encountered %s (%s)", entry.processName,
240 builder.append(String.format(" with stack trace:\n%s\n", entry.stackTrace));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 157 Log.d(TAG, String.format(
179 Log.d(TAG, String.format("[%d] onDownEvent: dT=%3d%s", mPointerId,
227 Log.d(TAG, String.format("[%d] isStartOfAGesture: dT=%3d tT=%3d dD=%3d tD=%3d%s%s",
242 Log.d(TAG, String.format("[%d] duplicateLastPointWith: %d,%d|%d", mPointerId,
268 Log.w(TAG, String.format("[%d] drop stale event: %d,%d|%d last: %d,%d|%d", mPointerId,
300 Log.d(TAG, String.format("[%d] detectFastMove: speed=%5.2f", mPointerId, speed));
306 Log.d(TAG, String.format(
  /packages/inputmethods/LatinIME/tools/maketext/src/com/android/inputmethod/latin/maketext/
MoreKeysResources.java 137 out.format(" /* %2d */ \"%s\",\n", id, res.mName);
157 out.format(" /* Language %s: %s */\n", language, getLanguageDisplayName(language));
158 out.format(" private static final String[] " + ARRAY_NAME_FOR_LANGUAGE + " = {\n",
168 out.format(" };\n\n");
177 out.format(" \"%s\", " + ARRAY_NAME_FOR_LANGUAGE + ", /* %s */\n",
205 formatter.outElement(String.format("\"%s\",", escaped));
234 sb.append(String.format("\\u%04X", (int)c));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 332 void snd_verbose_printk(const char *file, int line, const char *format, ...)
333 __attribute__ ((format (printf, 3, 4)));
336 void snd_verbose_printd(const char *file, int line, const char *format, ...)
337 __attribute__ ((format (printf, 3, 4)));
345 * @fmt: format string
364 * @fmt: format string
408 * @format: format string
413 #define snd_printdd(format, args...) snd_printk(format, ##args
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
core.h 332 void snd_verbose_printk(const char *file, int line, const char *format, ...)
333 __attribute__ ((format (printf, 3, 4)));
336 void snd_verbose_printd(const char *file, int line, const char *format, ...)
337 __attribute__ ((format (printf, 3, 4)));
345 * @fmt: format string
364 * @fmt: format string
408 * @format: format string
413 #define snd_printdd(format, args...) snd_printk(format, ##args
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 181 String.format("<p>Certificate expires in %d years.</p>",
230 mKeyDetails = String.format(
243 StringBuilder sb = new StringBuilder(String.format(
257 sb.append(String.format(
270 sb.append(String.format("<li>MD5 : %s</li>", md5));
271 sb.append(String.format("<li>SHA1: %s</li>", sha1));
376 mKeyDetails = String.format("ERROR: %1$s", ExportWizard.getExceptionMessage(t));
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 49 PixelFormat format; member in struct:android::CpuConsumerTestParams
55 << ::std::hex << p.format << "]";
68 params.maxLockedBuffers, params.format);
167 switch(buf.format) {
213 ADD_FAILURE() << "Unknown format for check:" << buf.format;
429 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) {
430 switch (format) {
460 params.width, params.height, params.format);
481 // Produce one frame of image data; assumes format and resolution configuratio
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c     [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 97 MtpObjectFormat format,
105 MtpObjectFormat format,
109 MtpObjectFormat format,
113 MtpObjectFormat format,
120 virtual MtpObjectPropertyList* getSupportedObjectProperties(MtpObjectFormat format);
140 uint32_t format, uint32_t property,
164 MtpObjectFormat format);
221 MtpObjectFormat format,
229 pathStr, (jint)format, (jint)parent, (jint)storage,
239 MtpObjectFormat format, bool succeeded)
757 MtpObjectFormat format; local
820 MtpObjectFormat format; local
    [all...]
  /external/skia/legacy/src/core/
SkString.cpp 21 #define VSNPRINTF(buffer, size, format, args) \
22 _vsnprintf_s(buffer, size, _TRUNCATE, format, args)
29 #define ARGS_TO_BUFFER(format, buffer, size) \
32 va_start(args, format); \
33 VSNPRINTF(buffer, size, format, args); \
518 void SkString::printf(const char format[], ...) {
520 ARGS_TO_BUFFER(format, buffer, kBufferSize);
525 void SkString::appendf(const char format[], ...) {
527 ARGS_TO_BUFFER(format, buffer, kBufferSize);
532 void SkString::prependf(const char format[], ...)
    [all...]
  /external/skia/src/core/
SkString.cpp 21 #define VSNPRINTF(buffer, size, format, args) \
22 _vsnprintf_s(buffer, size, _TRUNCATE, format, args)
29 #define ARGS_TO_BUFFER(format, buffer, size) \
32 va_start(args, format); \
33 VSNPRINTF(buffer, size, format, args); \
520 void SkString::printf(const char format[], ...) {
522 ARGS_TO_BUFFER(format, buffer, kBufferSize);
527 void SkString::appendf(const char format[], ...) {
529 ARGS_TO_BUFFER(format, buffer, kBufferSize);
534 void SkString::prependf(const char format[], ...)
    [all...]
  /external/valgrind/main/drd/
drd_error.c 59 void DRD_(trace_msg)(const char* format, ...)
62 va_start(vargs, format);
65 VG_(vprintf_xml)(format, vargs);
68 VG_(vmessage)(Vg_UserMsg, format, vargs);
74 void DRD_(trace_msg_w_bt)(const char* format, ...)
77 va_start(vargs, format);
80 VG_(vprintf_xml)(format, vargs);
83 VG_(vmessage)(Vg_UserMsg, format, vargs);
93 * Emit error message detail in the format requested by the user.
95 static void print_err_detail(const char* format, ...) PRINTF_CHECK(1, 2)
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 46 const sp<MetaData> &format);
74 VideoEditorAudioEncoderSource(const sp<MetaData> &format);
83 const sp<MetaData> &format) {
87 new VideoEditorAudioEncoderSource(format);
93 const sp<MetaData> &format):
98 mEncFormat(format) {
262 M4OSA_ERR VideoEditorAudioEncoder_init(M4ENCODER_AudioFormat format,
268 ALOGV(" VideoEditorAudioEncoder_init begin: format %d", format);
273 pEncoderContext->mFormat = format;
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 290 #define qemu_debug_log(format, ...) \
292 __libc_format_log(ANDROID_LOG_DEBUG, "memcheck", (format), ##__VA_ARGS__); \
294 qemu_log(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__); \
298 #define qemu_error_log(format, ...) \
300 __libc_format_log(ANDROID_LOG_ERROR, "memcheck", (format), ##__VA_ARGS__); \
302 qemu_log(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__); \
306 #define qemu_info_log(format, ...) \
308 __libc_format_log(ANDROID_LOG_INFO, "memcheck", (format), ##__VA_ARGS__); \
310 qemu_log(ANDROID_LOG_INFO, (format), ##__VA_ARGS__); \
490 * fmt + rest - Message format and parameters
    [all...]

Completed in 1417 milliseconds

<<51525354555657585960>>