/external/icu4c/samples/msgfmt/answers/ |
main_2.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
main_3.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/icu4c/samples/msgfmt/ |
main.cpp | 14 // The message format pattern. It takes a single argument, an integer, 27 // Create a message format 36 // Format the arguments 37 msg.format(msgArgs, 2, str, pos, status); 38 check(status, "MessageFormat::format");
|
/external/kernel-headers/original/linux/ |
kmod.h | 31 extern int request_module(const char * name, ...) __attribute__ ((format (printf, 1, 2)));
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.h | 45 long format; 65 extern SDL_Overlay* BE_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display);
|
/external/srec/portable/include/ |
PFileImpl.h | 44 * True if file is in little endian format. 80 PORTABLE_API ESR_ReturnCode PFileVfprintfImpl(PFile* self, int* result, const LCHAR* format, va_list args);
|
/external/stlport/test/unit/ |
time_facets_test.cpp | 35 string format = "%B %d %Y"; local 37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size()); 44 * user variations on standard format. 72 format = "%x %X"; 74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); 117 wstring format = L"%B %d %Y" local [all...] |
/external/webkit/WebCore/platform/win/ |
GDIObjectCounter.cpp | 49 init(String::format("%s (%p)", className.latin1().data(), instance));
|
/external/webkit/WebCore/svg/ |
SVGPathSegLinetoHorizontal.h | 34 virtual String toString() const { return pathSegTypeAsLetter() + String::format(" %.6lg", m_x); }
|
SVGPathSegLinetoVertical.h | 34 virtual String toString() const { return pathSegTypeAsLetter() + String::format(" %.6lg", m_y); }
|
/external/webkit/WebKit/android/plugins/ |
ANPSoundInterface.cpp | 72 dst.format = toANPFormat(src->format); 89 ANPSampleFormat format, 100 fromANPFormat(format),
|
PluginDebugAndroid.cpp | 56 void anp_logPlugin(const char format[], ...) { 58 va_start(args, format); 59 LOG_PRI_VA(ANDROID_LOG_DEBUG, "webkit_plugin", format, args); 107 anp_logPlugin("%p EVENT::DRAW bitmap time=%d format=%d clip=[%d,%d,%d,%d]", 108 npp, elapsedTime, evt->data.draw.data.bitmap.format,
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramFragment.java | 81 public enum Format { 88 Format(int id) { 95 Format format; field in class:ProgramFragment.Builder.Slot 96 Slot(EnvMode _env, Format _fmt) { 98 format = _fmt; 109 public void setTexture(EnvMode env, Format fmt, int slot) 126 tmp[1] = mSlots[0].format.mID; 130 tmp[3] = mSlots[1].format.mID;
|
/frameworks/base/include/media/ |
IAudioFlinger.h | 48 int format, 60 int format, 71 virtual int format(int output) const = 0; 110 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount) = 0;
|
/frameworks/base/include/ui/ |
GraphicBuffer.h | 69 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage); 72 GraphicBuffer(uint32_t w, uint32_t h, PixelFormat format, uint32_t usage, 82 PixelFormat getPixelFormat() const { return format; } 121 status_t initSize(uint32_t w, uint32_t h, PixelFormat format,
|
/frameworks/base/libs/audioflinger/ |
A2dpAudioInterface.h | 51 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount); 56 int *format=0, 64 int *format, 88 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android::A2dpAudioInterface::A2dpAudioStreamOut
|
AudioHardwareGeneric.h | 50 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android::AudioStreamOutGeneric 84 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android::AudioStreamInGeneric 117 int *format=0, 125 int *format,
|
AudioHardwareStub.h | 36 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android::AudioStreamOutStub 53 virtual int format() const { return AudioSystem::PCM_16_BIT; } function in class:android::AudioStreamInStub 79 int *format=0, 87 int *format,
|
/frameworks/base/native/include/android/ |
bitmap.h | 44 int32_t format; member in struct:__anon7446
|
/hardware/libhardware_legacy/ |
qemu.h | 67 const char* format,
|
/ndk/build/platforms/android-8/arch-arm/usr/include/android/ |
bitmap.h | 44 int32_t format; member in struct:__anon10575
|
/ndk/build/platforms/android-8/arch-x86/usr/include/android/ |
bitmap.h | 44 int32_t format; member in struct:__anon10934
|
/sdk/anttasks/src/com/android/ant/ |
SetupTask.java | 123 throw new BuildException(String.format("SDK Location '%s' is not valid.", sdkLocation)); 150 messages.add(String.format("Error: " + errorFormat, args)); 158 messages.add(String.format(msgFormat, args)); 162 messages.add(String.format("Warning: " + warningFormat, args)); 178 throw new BuildException(String.format( 186 throw new BuildException(String.format( 216 throw new BuildException(String.format( 284 throw new BuildException(String.format("Rules directory '%s' is missing.", 293 importedRulesFileName = String.format( 302 throw new BuildException(String.format("Build rules file '%s' is missing." [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
Point.java | 48 return String.format("Point [%dx%d]", x, y);
|
/system/core/libpixelflinger/ |
buffer.h | 34 uint32_t ggl_pack_color(context_t* c, int32_t format,
|