/external/protobuf/src/google/protobuf/stubs/ |
substitute.cc | 1 // Protocol Buffers - Google's data interchange format 54 const char* format, 61 SubstituteAndAppend(&result, format, arg0, arg1, arg2, arg3, arg4, 67 string* output, const char* format, 79 for (int i = 0; format[i] != '\0'; i++) { 80 if (format[i] == '$') { 81 if (ascii_isdigit(format[i+1])) { 82 int index = format[i+1] - '0'; 85 << "strings::Substitute format string invalid: asked for \"$" 87 << " args were given. Full format string was: \" [all...] |
/external/webkit/Source/WebKit/android/plugins/ |
SurfaceCallback.h | 36 virtual void surfaceChanged(int format, int width, int height) = 0;
|
/sdk/swtmenubar/src/com/android/menubar/ |
IMenuBarCallback.java | 38 * @param format A printf-like format string. 39 * @param args The parameters for the printf-like format string. 41 abstract public void printError(String format, Object...args);
|
/system/media/mca/filterfw/java/android/filterfw/core/ |
SimpleFrame.java | 24 import android.filterfw.format.ObjectFormat; 37 SimpleFrame(FrameFormat format, FrameManager frameManager) { 38 super(format, frameManager); 39 initWithFormat(format); 44 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); local 45 SimpleFrame result = new SimpleFrame(format, frameManager); 50 private void initWithFormat(FrameFormat format) { 51 final int count = format.getLength(); 52 final int baseType = format.getBaseType(); 134 MutableFrameFormat format = getFormat().mutableCopy() local 144 FrameFormat format = getFormat(); local [all...] |
/external/icu4c/i18n/unicode/ |
choicfmt.h | 18 * 07/22/98 stephen Removed operator!= (implemented in Format) 29 * \brief C++ API: Choice Format. 37 #include "unicode/format.h" 85 * <p><em>String</em> is the format string for this range, with special 207 * fmt.format(x, str); 234 * Format* testFormats[] = 245 * pattform.format(testArgs, 2, str, fp, status ); 333 * Clone this Format object polymorphically. The caller owns the 339 virtual Format* clone(void) const; 342 * Return true if the given Format objects are semantically equal 725 ChoiceFormat::format(const Formattable& obj, function in class:ChoiceFormat 734 ChoiceFormat::format(double number, function in class:ChoiceFormat 740 ChoiceFormat::format(int32_t number, function in class:ChoiceFormat [all...] |
/libcore/luni/src/main/java/java/security/ |
KeyRep.java | 41 // Key encoding format 42 private final String format; field in class:KeyRep 55 * @param format 56 * the format of the key (obtained by {@link Key#getFormat()}). 61 * if {@code type, algorithm, format or encoded} is {@code null} 64 public KeyRep(Type type, String algorithm, String format, byte[] encoded) { 67 this.format = format; 75 if(this.format == null) { 76 throw new NullPointerException("format == null") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridMatch.java | 90 return String.format("Align baseline in row %1$d", cellIndex); 95 return String.format("Insert into column %1$d", cellIndex); 101 return String.format("Add next to column %1$d", cellIndex); 103 return String.format("Align left at x=%1$d", matchedLine - layout.getBounds().x); 106 return String.format("Insert right-aligned into column %1$d", cellIndex); 108 return String.format("Align right at x=%1$d", matchedLine - layout.getBounds().x); 111 return String.format("Insert into row %1$d", cellIndex); 117 return String.format("Add below row %1$d", cellIndex); 119 return String.format("Align top at y=%1d", matchedLine - layout.getBounds().y); 122 return String.format("Insert into bottom of row %1$d", cellIndex) [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
Support_SimpleDateFormat.java | 56 SimpleDateFormat format = (SimpleDateFormat) DateFormat local 58 format.setTimeZone(tz); 61 format 75 t_FormatWithField(0, format, date, null, Field.ERA, 0, 2); 76 t_FormatWithField(1, format, date, null, Field.YEAR, 15, 17); 77 t_FormatWithField(2, format, date, null, Field.MONTH, 26, 27); 78 t_FormatWithField(3, format, date, null, Field.DAY_OF_MONTH, 45, 47); 79 t_FormatWithField(4, format, date, null, Field.HOUR_OF_DAY1, 55, 57); 80 t_FormatWithField(5, format, date, null, Field.HOUR_OF_DAY0, 65, 67); 81 t_FormatWithField(6, format, date, null, Field.HOUR1, 75, 76) 143 SimpleDateFormat format = (SimpleDateFormat) DateFormat local [all...] |
/cts/tests/tests/jni/libjnitest/ |
helper.h | 46 * @param format printf format string 50 char *failure(const char *format, ...) __attribute__((format(printf, 1, 2)));
|
/cts/tools/vm-tests/src/dot/junit/format/ |
AllTests.java | 17 package dot.junit.format; 35 suite.addTestSuite(dot.junit.format.f1.Test_f1.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/format/ |
AllTests.java | 17 package dot.junit.format; 35 suite.addTestSuite(dot.junit.format.f1.Test_f1.class);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
PackedSwitchPayloadDecodedInstruction.java | 37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format, 39 super(format, opcode, 0, null, 0, 0L);
|
/dalvik/vm/ |
Init.h | 66 int dvmFprintf(FILE* fp, const char* format, ...) 68 __attribute__ ((format(printf, 2, 3)))
|
/development/tools/emulator/opengl/system/GLESv1_enc/ |
GLEncoderUtils.cpp | 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) 23 return ctx->pixelDataSize(width, height, format, type, pack);
|
/external/e2fsprogs/intl/ |
vasnwprintf.h | 39 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...); 40 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
|
/external/oprofile/libutil++/ |
stream_util.cpp | 19 format(stream.flags()), 28 stream.flags(format);
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audio_c.h | 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
|
/frameworks/base/graphics/java/android/graphics/ |
ImageFormat.java | 28 * RGB format used for pictures encoded as RGB_565 see 34 * Android YUV format: 36 * This format is exposed to software decoders and applications. 38 * YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed 41 * This format assumes 53 * Whether this format is supported by the camera hardware can be determined 60 * YCbCr format, used for video. Whether this format is supported by the 67 * YCrCb format used for images, which uses the NV21 encoding format. Thi [all...] |
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
LogAbortException.java | 24 public LogAbortException(String format, Object... args) { 25 mFormat = format;
|
/system/core/include/sysutils/ |
NetlinkListener.h | 37 NetlinkListener(int socket, int format); 39 NetlinkListener(int socket, int format = NETLINK_FORMAT_ASCII);
|
/external/qemu/android/utils/ |
debug.c | 18 dprint( const char* format, ... ) 21 va_start( args, format ); 23 vfprintf( stdout, format, args ); 29 dprintn( const char* format, ... ) 32 va_start( args, format ); 33 vfprintf( stdout, format, args ); 38 dprintnv( const char* format, va_list args ) 40 vfprintf( stdout, format, args ); 45 dwarning( const char* format, ... ) 48 va_start( args, format ); [all...] |
/frameworks/base/libs/ui/ |
PixelFormat.cpp | 18 #include <pixelflinger/format.h> 37 ssize_t bytesPerPixel(PixelFormat format) 40 status_t err = getPixelFormatInfo(format, &info); 44 ssize_t bitsPerPixel(PixelFormat format) 47 status_t err = getPixelFormatInfo(format, &info); 51 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) 53 if (format < 0) 59 // YUV format from the HAL are handled here 60 switch (format) { 69 info->format = format [all...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
CertificateStub.java | 38 String format; field in class:CertificateStub 43 public CertificateStub(String format, Principal guarantor, Principal principal, PublicKey key){ 44 this.format = format; 75 return format;
|
/external/chromium/base/ |
string_util_posix.h | 33 const char* format, va_list arguments) { 34 return ::vsnprintf(buffer, size, format, arguments); 46 const wchar_t* format, va_list arguments) { 53 DCHECK(IsWprintfFormatPortable(format)); 54 return ::vswprintf(buffer, size, format, arguments);
|