/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmptyLaunchAction.java | 28 String msg = String.format("%1$s installed on device",
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
LineUtil.java | 51 String prefix = String.format( 108 * Formats the string using {@link String#format(String, Object...)} 111 * @param format The string format. 112 * @param params The parameters for the string format. 115 public static String reformatLine(String format, Object...params) { 116 return reflowLine(String.format(format, params));
|
/system/core/include/cutils/ |
tztime.h | 46 size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale *locale);
|
/system/core/include/sysutils/ |
NetlinkEvent.h | 41 bool decode(char *buffer, int size, int format = NetlinkListener::NETLINK_FORMAT_ASCII);
|
/system/core/libpixelflinger/ |
format.cpp | 1 /* libs/pixelflinger/format.cpp 19 #include <pixelflinger/format.h>
|
/system/netd/ |
NetlinkHandler.h | 27 NetlinkHandler(NetlinkManager *nm, int listenerSocket, int format);
|
/dalvik/vm/analysis/ |
VerifySubs.cpp | 45 void dvmLogVerifyFailure(const Method* meth, const char* format, ...) 57 va_start(ap, format); 58 LOG_PRI_VA(logLevel, LOG_TAG, format, ap);
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/ |
PaintSurface.java | 53 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { 56 nativeSurfaceChanged(npp, format, width, height); 93 private native void nativeSurfaceChanged(int npp, int format, int width, int height);
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_drag_data.cc | 54 static ui::OSExchangeData::CustomFormat format; local 59 format = ui::OSExchangeData::RegisterCustomFormat( 62 return format;
|
/external/harfbuzz/src/ |
harfbuzz-stream.c | 38 _hb_log( const char* format, ... ) 42 va_start( ap, format ); 43 vfprintf( stderr, format, ap );
|
/external/icu4c/i18n/unicode/ |
format.h | 7 * File FORMAT.H 18 // This file was generated from the java source file Format.java 56 * Many of the concrete subclasses of Format employ the notion of 60 * "$#,##0.00;($#,##0.00)", which is a common US English format for 66 * is not inherent to Format classes in general, and is not part of 71 * NumberFormat which allows the user to format different number ranges 74 * MessageFormat is a formatter which utilizes other Format objects to 75 * format a string containing with multiple values. For instance, 82 * the Format cannot format the type of object, otherwise if there i [all...] |
msgfmt.h | 13 * 07/22/98 stephen Removed operator!= (defined in Format) 29 #include "unicode/format.h" 73 * {@link #setFormat(const UnicodeString& formatName, const Format& format, UErrorCode& status)}, 74 * {@link #adoptFormat(const UnicodeString& formatName, Format* formatToAdopt, UErrorCode& status)}, 75 * {@link #format(const UnicodeString* argumentNames, const Formattable* arguments, 81 * <p>If this format uses named arguments, certain methods that take or 84 * UErrorCode is set to U_ILLEGAL_ARGUMENT_ERROR by format, and to 87 * {@link #adoptFormats(Format** formatsToAdopt, int32_t count)}, 88 * {@link #setFormats(const Format** newFormats,int32_t count)} 950 MessageFormat::format(const Formattable& obj, function in class:MessageFormat [all...] |
selfmt.h | 37 * object provided to the format method is a string that's matched 43 * <p>The main use case for the select format is gender based inflection. 104 * the form of the participle, uses a select format based on argument 1:</p> 137 * the <code>format</code> method matches no other keyword. 148 * format patterns. <code>SelectFormat</code> preserves these so that you 152 * automatically evaluate the resulting format pattern. 154 * in phrases to define a nested format pattern.</p> 169 * msgFmt->format(args1, 2, result, ignore, status); 184 class U_I18N_API SelectFormat : public Format { 210 * Sets the pattern used by this select format [all...] |
/external/icu4c/test/intltest/ |
dadrfmt.cpp | 34 driver = TestDataModule::getTestDataModule("format", *this, status); 67 dataerrln("format/DataDriven*Test data (format.res) not initialized!"); 149 DateFormat *format = NULL; local 157 format = new SimpleDateFormat(pattern, loc, status); 167 format = DateFormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)styleSet.getTimeStyle(), loc); 168 if(format == NULL ) { 230 format->format(fromDate, output, pos, status); 237 format->format(*cal, output, pos) [all...] |
msfmrgts.cpp | 13 #include "unicode/format.h" 106 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); 107 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format")) 122 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status); 124 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status); 126 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format")) 131 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status); 132 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format")) 195 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status); 196 if(tempBuffer != "Impossible {1} has occurred -- status code is 7 and message is {2}." || failure(status, "MessageFormat::format")) 961 MessageFormat *format = new MessageFormat("", status); local 978 MessageFormat *format = new MessageFormat("", status); local [all...] |
/external/llvm/include/llvm/Analysis/ |
ProfileInfo.h | 25 #include "llvm/Support/Format.h" 127 << " (weight: " << format("%.20g",w) << ")\n"); 179 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n"; 184 dbgs() << fi->first << "@" << format("%p",fi->first) << ": " << format("%.20g",fi->second) << "\n"; 195 dbgs() << bi->first << "@" << format("%p", bi->first) << ": " << format("%.20g",bi->second) << "\n"; 205 dbgs() << ewi->first << ": " << format("%.20g",ewi->second) << "\n"; 211 dbgs() << F << "@" << format("%p", F) << ": " << format("%.20g",getExecutionCount(F)) << "\n" [all...] |
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 1 // Protocol Buffers - Google's data interchange format 57 // Format key for constructor 58 enum Format { 65 // Simpler zlib stream format. 69 // buffer_size and format may be -1 for default of 64kB and GZIP format 72 Format format = AUTO, 91 Format format_; 111 // Format key for constructo 122 Format format; member in struct:google::protobuf::io::GzipOutputStream::Options [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/ |
SDL_mintaudio_mcsn.c | 221 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 222 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 223 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 236 spec->format=8; /* FIXME: is it signed or unsigned ? */ 240 spec->format=AUDIO_S8; 267 spec->format |= 0x8000; /* Audio is always signed */ 268 if ((spec->format & 0x00ff)==16) { 269 spec->format |= 0x1000; /* Audio is always big endian */ 287 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff)); 288 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))) [all...] |
/external/skia/gpu/include/ |
GrAtlas.h | 75 GrTexture* getTexture(GrMaskFormat format) const { 76 GrAssert((unsigned)format < kCount_GrMaskFormats); 77 return fTexture[format];
|
/external/skia/src/utils/mac/ |
SkEGLContext_mac.cpp | 32 AGLPixelFormat format = aglChoosePixelFormat(NULL, 0, pixelAttrs); local 33 //AGLPixelFormat format = aglCreatePixelFormat(pixelAttrs); 34 //SkDebugf("----- agl format %p\n", format); 35 ctx = aglCreateContext(format, NULL); 37 aglDestroyPixelFormat(format);
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontCustomPlatformData.cpp | 84 bool FontCustomPlatformData::supportsFormat(const String& format) 86 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype");
|
/frameworks/base/core/jni/ |
android_graphics_PixelFormat.cpp | 43 JNIEnv* env, jobject clazz, jint format, jobject pixelFormatObject) 50 switch (format) { 68 err = getPixelFormatInfo(format, &info);
|
/frameworks/base/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/ |
Android.mk | 60 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \ 61 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \ 62 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \
|
/frameworks/base/opengl/libagl/ |
mipmap.cpp | 34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]); 48 base->format, base->compressedFormat, bpr) != NO_ERROR) { 56 if (base->format == GGL_PIXEL_FORMAT_RGB_565) 79 else if (base->format == GGL_PIXEL_FORMAT_RGBA_5551) 99 else if (base->format == GGL_PIXEL_FORMAT_RGBA_8888) 126 else if ((base->format == GGL_PIXEL_FORMAT_RGB_888) || 127 (base->format == GGL_PIXEL_FORMAT_LA_88) || 128 (base->format == GGL_PIXEL_FORMAT_A_8) || 129 (base->format == GGL_PIXEL_FORMAT_L_8)) 132 switch (base->format) { [all...] |
/packages/apps/Camera/src/com/android/camera/panorama/ |
PanoUtil.java | 23 public static String createName(String format, long dateTaken) { 25 SimpleDateFormat dateFormat = new SimpleDateFormat(format); 26 return dateFormat.format(date);
|