/external/icu4c/samples/translit/ |
main.cpp | 80 // Format the date in default locale 82 defFmt->format(cal->getTime(status), str, status); 83 check(status, "DateFormat::format"); 88 // Format the date for Greece 90 fmt->format(cal->getTime(status), str, status); 91 check(status, "DateFormat::format");
|
/external/icu4c/test/intltest/ |
itrbnfp.cpp | 128 // format some values 148 formatter->format((const Formattable)val, us, status); 154 logln("error: could not format %g, returned status: %d", val, status); 161 formatter->format((const Formattable)(int32_t)val, us, status); 167 logln("error: could not format %d, returned status: %d", val, status);
|
/external/junit/src/junit/framework/ |
ComparisonCompactor.java | 23 return Assert.format(message, fExpected, fActual); 29 return Assert.format(message, expected, actual);
|
/external/llvm/test/Scripts/ |
coff-dump.py | 267 def read(format): 268 return struct.unpack(format, Input.read(struct.calcsize(format))) 376 def write_value(format,value): 377 format_type = type(format) 379 write(format % value) 381 write_value(format(value), value) 384 handle_element(format)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_pixels_c.h | 28 /* Pixel format functions */ 34 extern void SDL_FreeFormat(SDL_PixelFormat *format);
|
/external/skia/src/ports/ |
SkImageDecoder_empty.cpp | 33 SkImageDecoder::Format fFormat; 58 bool SkImageDecoder::SupportsFormat(Format format) { 60 if (gPairs[i].fFormat == format) {
|
/external/srec/portable/include/ |
pstream.h | 78 PORTABLE_API int PortFprintf(PORT_FILE PortFile, const char* format, ...); 83 PORTABLE_API int PortFscanf(PORT_FILE PortFile, const char *format, ...);
|
/external/v8/src/ |
log-utils.h | 196 void Append(const char* format, ...); 199 void AppendVA(const char* format, va_list args);
|
platform.h | 186 static void Print(const char* format, ...); 187 static void VPrint(const char* format, va_list args); 190 static void FPrint(FILE* out, const char* format, ...); 191 static void VFPrint(FILE* out, const char* format, va_list args); 196 static void PrintError(const char* format, ...); 197 static void VPrintError(const char* format, va_list args); 265 static int SNPrintF(Vector<char> str, const char* format, ...); 267 const char* format,
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
umachine.h | 198 # error int64_t is required for decimal format and rule-based number format.
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
umachine.h | 198 # error int64_t is required for decimal format and rule-based number format.
|
/external/webkit/Source/WebCore/bindings/objc/ |
DOMObject.mm | 48 [NSException raise:NSGenericException format:@"+[%@ init]: should never be used", NSStringFromClass([self class])];
|
/external/webkit/Source/WebCore/icu/unicode/ |
umachine.h | 198 # error int64_t is required for decimal format and rule-based number format.
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
umachine.h | 198 # error int64_t is required for decimal format and rule-based number format.
|
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/ |
tst_webgl.cpp | 44 void benchmarkFrameRenderingOnImage(QImage::Format); 113 void tst_WebGlPerformance::benchmarkFrameRenderingOnImage(QImage::Format format) 120 QImage target(m_view->size(), format);
|
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/ |
crashmon | 40 inotifywait -q -m --format '%f' --exclude '.trace.html$' -e close_write "${coredir}" | \
|
/frameworks/base/core/java/android/app/ |
ProgressDialog.java | 140 String format = mProgressNumberFormat; 141 mProgressNumber.setText(String.format(format, progress, max)); 147 SpannableString tmp = new SpannableString(mProgressPercentFormat.format(percent)); 328 * Change the format of the small text showing current and maximum units 331 * @param format A string passed to {@link String#format String.format()}; 335 public void setProgressNumberFormat(String format) { 336 mProgressNumberFormat = format; [all...] |
/frameworks/base/core/java/com/android/internal/logging/ |
AndroidHandler.java | 90 public String format(LogRecord r) { 132 String message = getFormatter().format(record);
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/ |
SoftAMR.cpp | 92 def.format.audio.cMIMEType = 97 def.format.audio.pNativeRender = NULL; 98 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 99 def.format.audio.eEncoding = OMX_AUDIO_CodingAMR; 118 def.format.audio.cMIMEType = const_cast<char *>("audio/raw"); 119 def.format.audio.pNativeRender = NULL; 120 def.format.audio.bFlagErrorConcealment = OMX_FALSE; 121 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
|
/frameworks/base/native/android/ |
native_window.cpp | 70 int32_t height, int32_t format) { 71 int32_t err = native_window_set_buffers_geometry(window, width, height, format);
|
/frameworks/base/services/surfaceflinger/ |
Layer.h | 58 // the this layer's size and format 60 PixelFormat format, uint32_t flags=0); 97 static bool getOpacityForFormat(uint32_t format);
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
SceneGraphView.java | 53 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 54 super.surfaceChanged(holder, format, w, h);
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
RSTestView.java | 55 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) { 56 super.surfaceChanged(holder, format, w, h);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
security.h | 158 extern void SecurityAudit(char *format, ...); 175 unsigned int format,
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
sample.h | 35 /** \page sample Sample Format Specifications 42 * \section format_sec Sample Format 80 * take given a sample format. 91 * \li pa_sample_spec_valid() - Tests if a sample format specification is 93 * \li pa_sample_spec_equal() - Tests if the sample format specifications are 96 * sample format. 97 * \li pa_parse_sample_format() - Parse a text string into a sample format. 99 * sample format specification. 122 /** Sample format */ 168 /** A sample format and attribute specification * 170 pa_sample_format_t format; \/**< The sample format *\/ member in struct:pa_sample_spec [all...] |