/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SourcePackage.java | 118 error = String.format("Missing file %1$s", SdkConstants.FN_SOURCE_PROP);
126 error = String.format("Invalid file %1$s: %2$s",
150 sb.append(String.format(", API %1$s", version.getApiString()));
203 return String.format("Sources for Android '%1$s' Preview SDK%2$s",
207 return String.format("Sources for Android SDK%2$s",
219 return String.format("Sources for Android '%1$s' Preview SDK, revision %2$s%3$s",
224 return String.format("Sources for Android SDK, API %1$d, revision %2$s%3$s",
245 s += String.format("\nRevision %1$d%2$s",
|
DocPackage.java | 147 return String.format("Documentation for Android '%1$s' Preview SDK%2$s",
151 return String.format("Documentation for Android SDK%2$s",
163 return String.format("Documentation for Android '%1$s' Preview SDK, revision %2$s%3$s",
168 return String.format("Documentation for Android SDK, API %1$d, revision %2$s%3$s",
189 s += String.format("\nRevision %1$d%2$s",
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/ |
RepoConstants.java | 136 String filename = String.format("%1$s-%2$d.xsd", rootElement, version); //$NON-NLS-1$
149 filename = String.format("-%1$s-%2$d.xsd", rootElement, version); //$NON-NLS-1$
|
/sdk/traceview/src/com/android/traceview/ |
TraceUnits.java | 48 return mFormatter.format(scaled); 54 return String.format("%s: %s", units, num);
|
/system/bluetooth/data/ |
blacklist.conf | 1 // Do NOT change this file format without updating the parsing logic in
|
/system/core/include/system/ |
audio.h | 97 /* MP3 sub format field definition : can use 11 LSBs in the same way as MP3 104 /* AMR NB/WB sub format field definition: specify frame block interleaving, 111 /* AAC sub format field definition: specify profile or bitrate for recording... */ 116 /* VORBIS sub format field definition: specify quality for recording... */ 121 /* Audio format consists in a main format field (upper 8 bits) and a sub format 124 * The main format indicates the main codec type. The sub format field 125 * indicates options and parameters for each format. The sub format is mainl [all...] |
/system/media/mca/filterfw/java/android/filterfw/core/ |
FrameManager.java | 31 public abstract Frame newFrame(FrameFormat format); 33 public abstract Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_video.c | 143 * Initialize the video and event subsystems -- determine native pixel format 245 /* Create a zero sized video surface of the appropriate format */ 261 if ( SDL_VideoSurface->format->palette ) { 262 SDL_PixelFormat *vf = SDL_VideoSurface->format; 268 video->info.vfmt = SDL_VideoSurface->format; 320 * given format, sorted largest to smallest. Returns NULL if there are 321 * no dimensions available for a particular format, or (SDL_Rect **)-1 322 * if any dimension is okay for the given format. If 'format' is NULL, 323 * the mode list will be for the format given by SDL_GetVideoInfo()->vfm 371 SDL_PixelFormat format; local 431 SDL_PixelFormat format; local 939 SDL_PixelFormat *format; local [all...] |
SDL_yuv.c | 32 SDL_Overlay *SDL_CreateYUVOverlay(int w, int h, Uint32 format, 48 ((SDL_VideoSurface->format->BytesPerPixel == 2) || 49 (SDL_VideoSurface->format->BytesPerPixel == 4)) ) { 57 overlay = video->CreateYUVOverlay(this, w, h, format, display); 61 overlay = SDL_CreateYUV_SW(this, w, h, format, display);
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestPlanTest.java | 45 String.format("<Entry uri=\"%s\" />", TEST_URI1) + 46 String.format("<Entry uri=\"%s\" />", TEST_URI2) + 51 String.format("<Entry uri=\"%s\" exclude=\"%s#%s\" />", TEST_URI1, EXCLUDE_TEST_CLASS, 57 String.format("<Entry uri=\"%s\" exclude=\"%s#%s;%s#%s\" />", TEST_URI1, 64 String.format("<Entry uri=\"%s\" exclude=\"%s\" />", TEST_URI1,
|
/external/chromium/chrome/browser/chromeos/ |
version_loader.cc | 24 // TODO(rkc): Remove once we change over the Chrome OS version format. 35 // Format: x.x.xx.x (Developer|Official build extra info) board info 50 VersionFormat format) { 62 NewRunnableMethod(backend_.get(), &Backend::GetVersion, request, format)); 137 VersionFormat format) { 148 (format == VERSION_FULL) ? kFullVersionPrefix : kVersionPrefix); 165 if (format == VERSION_SHORT_WITH_DATE) {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
imageinfo.js | 56 format : "UNKNOWN" 76 format : "PNG", 94 format : "GIF", 131 format : "JPEG", 146 format : "BMP",
|
/external/grub/docs/ |
kernel.c | 48 void printf (const char *format, ...); 238 /* Format a string and print it on the screen, just like the libc 241 printf (const char *format, ...) 243 char **arg = (char **) &format; 249 while ((c = *format++) != 0) 257 c = *format++;
|
/external/icu4c/i18n/unicode/ |
dtitvfmt.h | 19 * \brief C++ API: Format and parse date interval in a language-independent manner. 49 * For example, the date interval format from "Jan 11, 2008" to "Jan 18,. 2008" 108 * supported. And the interval format will be fall back to fall-back 171 * formatting: time zone, calendar type, pattern, date format symbols, 180 * the format style. 187 * Locale provides the timezone, calendar, and format symbols information. 196 * DateTime format. 212 * dtIntervalFmt->format(dtInterval, dateIntervalUnicodeString, pos, status); 218 class U_I18N_API DateIntervalFormat : public Format { 229 * @param skeleton the skeleton on which interval format based [all...] |
/external/icu4c/test/intltest/ |
dtfmttst.cpp | 155 * Format the output. 159 sdf->format(today,fmtOffset, pos); 247 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str)); 411 logln((UnicodeString)" Result = " + df->format(aug13, buf.remove())); 417 df->format(aug13, buf, pos); 432 df->format(aug13, buf, &posIter, status); 448 dateFormats[0]->format(aug13, buf, NULL, status); 460 * General parse/format tests. Add test cases as needed. 466 // Milliseconds are left-justified, since they format as fractions of a second 505 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected 820 UnicodeString format; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
SDL_macgl.c | 35 AGLPixelFormat format; local 106 format = aglChoosePixelFormat(NULL, 0, attributes); 107 if ( format == NULL ) { 108 SDL_SetError("Couldn't match OpenGL desired format"); 112 glContext = aglCreateContext(format, NULL); 117 aglDestroyPixelFormat(format);
|
/external/skia/src/animator/ |
SkDrawBitmap.cpp | 57 SK_MEMBER(format, BitmapFormat), 67 SkDrawBitmap::SkDrawBitmap() : format((SkBitmap::Config) -1), height(-1), 84 switch (format) { 92 SkDebugf("format=\"%s\" />\n", formatName); 97 SkASSERT(format != (SkBitmap::Config) -1); 101 fBitmap.setConfig((SkBitmap::Config) format, width, height, rowBytes);
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Texture.h | 111 GLenum format; member in struct:gl::Texture::Image 118 static D3DFORMAT selectFormat(GLenum format, GLenum type); 120 void setImage(GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img); 121 bool subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, Image *img); 122 void setCompressedImage(GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img); 123 bool subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, Image *img); 141 void createSurface(GLsizei width, GLsizei height, GLenum format, GLenum type, Image *img); 162 void loadImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, 220 void setImage(GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels); 222 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels) [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
ANPSurfaceInterface.cpp | 86 static inline ANPBitmapFormat convertPixelFormat(PixelFormat format) { 87 switch (format) { 131 ssize_t bpr = info.s * bytesPerPixel(info.format); 133 bitmap->format = convertPixelFormat(info.format);
|
/frameworks/base/core/java/android/speech/srec/ |
WaveHeader.java | 24 * This class represents the header of a WAVE format audio file, which usually 27 * <li> format - usually PCM, ALAW or ULAW. 39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat 45 /** Indicates PCM format. */ 47 /** Indicates ALAW format. */ 49 /** Indicates ULAW format. */ 66 * @param format format of audio data, 73 public WaveHeader(short format, short numChannels, int sampleRate, short bitsPerSample, int numBytes) { 74 mFormat = format; [all...] |
/frameworks/base/opengl/libagl2/src/ |
texture.cpp | 34 tex.tex2D->format = GGL_PIXEL_FORMAT_RGBA_8888; 44 tex.texCube->format = GGL_PIXEL_FORMAT_RGBA_8888; 61 // texture.format = GGL_PIXEL_FORMAT_RGBA_8888; 86 static inline void GetFormatAndBytesPerPixel(const GLenum format, unsigned * bytesPerPixel, 89 switch (format) { 184 // LOGD("agl2: glBindTexture format=0x%.2X w=%u h=%u levels=%p", tex->format, 194 void API_ENTRY(glCompressedTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) 196 CALL_GL_API(glCompressedTexSubImage2D, target, level, xoffset, yoffset, width, height, format, imageSize, data); 211 assert(texFormat == ctx->rasterizer.frameSurface.format); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
Clock.java | 30 import android.text.format.DateFormat; 144 String format = context.getString(res); local 145 if (!format.equals(mClockFormatString)) { 147 * Search for an unquoted "a" in the format string, so we can 154 for (int i = 0; i < format.length(); i++) { 155 char c = format.charAt(i); 169 while (a > 0 && Character.isWhitespace(format.charAt(a-1))) { 172 format = format.substring(0, a) + MAGIC1 + format.substring(a, b [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransferAdapter.java | 42 import android.text.format.DateUtils; 43 import android.text.format.DateFormat; 44 import android.text.format.Formatter; 123 CharSequence str = DateUtils.isToday(time) ? DateFormat.getTimeFormat(mContext).format( 124 d) : DateFormat.getDateFormat(mContext).format(d);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 100 return String.format("'%1$c' is not a valid resource name character", c); 107 return String.format( 116 return String.format( 125 return String.format("%1$s is not a valid name (reserved Java keyword)", newText); 129 return String.format("%1$s already exists", newText);
|
/sdk/sdkmanager/app/tests/com/android/sdkmanager/ |
MainTest.java | 184 String.format( 191 String.format( 205 String.format( 233 String.format("Expected error to be null for value '%1$s', got: %2$s", 237 String.format("[%1$s]", value.replace(',', ' ').trim()),
|