| /external/guava/guava/src/com/google/common/base/ |
| CaseFormat.java | 63 * Converts the specified {@code String s} from this format to the specified {@code format}. A 64 * "best effort" approach is taken; if {@code s} does not conform to the assumed format, then the 67 public String to(CaseFormat format, String s) { 68 if (format == null) { 75 if (format == this) { 82 switch (format) { 90 switch (format) { 98 switch (format) { 115 out.append(format.normalizeFirstWord(s.substring(i, j))) [all...] |
| /external/lldb/tools/debugserver/source/ |
| DNBLog.h | 39 void _DNBLog(uint32_t flags, const char *format, ...) __attribute__ ((format (printf, 2, 3))) DNB_EXPORT; 40 void _DNBLogDebug (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT; 41 void _DNBLogDebugVerbose (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT; 42 void _DNBLogThreaded (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT; 43 void _DNBLogThreadedIf (uint32_t mask, const char *fmt, ...) __attribute__ ((format (printf, 2, 3))) DNB_EXPORT; 44 void _DNBLogError (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT; 45 void _DNBLogFatalError (int err, const char *fmt, ...) __attribute__ ((format (printf, 2, 3))) DNB_EXPORT; 46 void _DNBLogVerbose (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT; 47 void _DNBLogWarning (const char *fmt, ...) __attribute__ ((format (printf, 1, 2))) DNB_EXPORT [all...] |
| /libcore/luni/src/main/java/java/text/ |
| MessageFormat.java | 41 * {@code Format} classes in that you create a {@code MessageFormat} 101 * produce a number format with the hash-sign quoted, with a result such as: 109 * <dd>The rules for using quotes within message format patterns unfortunately 125 * {@code arguments} array passed to the {@code format} methods or 129 * {@code Format} instance for the format element. The following table 130 * shows how the values map to {@code Format} instances. Combinations not shown in the 132 * for the {@code Format} subclass used. 136 * <th>Format Type</th> 137 * <th>Format Style</th 476 MessageFormat format = (MessageFormat) object; local 548 public final StringBuffer format(Object[] objects, StringBuffer buffer, method in class:MessageFormat 569 Format format = formats[i]; local 700 public final StringBuffer format(Object object, StringBuffer buffer, method in class:MessageFormat 717 public static String format(String format, Object... args) { method in class:MessageFormat 866 Format format = formats[i]; local 1071 Format format = formats[i]; local 1151 Format format = formats[i]; local [all...] |
| /libcore/luni/src/test/java/libcore/java/text/ |
| OldDateFormatTest.java | 46 public StringBuffer format(Date date, StringBuffer toAppendTo, method in class:OldDateFormatTest.MockDateFormat 71 DateFormat format = DateFormat.getInstance(); local 72 DateFormat clone = (DateFormat) format.clone(); 73 assertTrue("Clone and parent are not equaled", format.equals(clone)); 76 format.setCalendar(Calendar.getInstance()); 77 assertTrue("Clone and parent are not equaled", format.equals(clone)); 84 * java.text.DateFormat#format(java.util.Date) Test of method 85 * java.text.DateFormat#format(java.util.Date). 89 DateFormat format = DateFormat.getDateTimeInstance( local 92 String dtf = format.format(current) 107 DateFormat format = DateFormat.getDateTimeInstance( local 127 DateFormat format = DateFormat.getInstance(); local 207 DateFormat format = DateFormat.getDateTimeInstance(DateFormat.SHORT, DateFormat.SHORT, Locale.US); local 471 DateFormat format = DateFormat.getInstance(); local [all...] |
| /dalvik/dx/src/com/android/dx/io/instructions/ |
| SparseSwitchPayloadDecodedInstruction.java | 37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format, 39 super(format, opcode, 0, null, 0, 0L);
|
| ZeroRegisterDecodedInstruction.java | 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, 30 super(format, opcode, index, indexType, target, literal);
|
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| GL2EncoderUtils.h | 21 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack); 22 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
|
| /external/bison/lib/ |
| vasnprintf.h | 27 The __-protected variants of the attributes 'format' and 'printf' are 56 char *output = vasnprintf (buf, &len, format, args); 70 extern char * asnprintf (char *resultbuf, size_t *lengthp, const char *format, ...) 72 extern char * vasnprintf (char *resultbuf, size_t *lengthp, const char *format, va_list args)
|
| /external/bluetooth/bluedroid/btif/co/ |
| bta_ag_co.c | 33 #define LOGI(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) 34 #define LOGD(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) 35 #define LOGV(format, ...) fprintf (stdout, LOG_TAG format"\n", ## __VA_ARGS__) 36 #define LOGE(format, ...) fprintf (stderr, LOG_TAG format"\n", ## __VA_ARGS__)
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
| AlgorithmParametersSpi.java | 17 protected boolean isASN1FormatString(String format) 19 return format == null || format.equals("ASN.1"); 62 String format) 64 if (isASN1FormatString(format)) 125 String format) 128 if (isASN1FormatString(format)) 134 throw new IOException("Unknown parameter format " + format);
|
| /external/chromium_org/gpu/gles2_conform_support/native/ |
| egl_native.cc | 24 int width, int height, int format, 36 GTFbool GTFIsAlphaFormatEGLImageExternal(int format) {
|
| /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
| ps_context_2d.h | 24 PP_ImageDataFormat format; member in struct:__anon13555 37 PSContext2D_t* PSContext2DAllocate(PP_ImageDataFormat format); 43 * Query the native system image format.
|
| /external/chromium_org/ppapi/shared_impl/ |
| media_stream_video_track_shared.cc | 23 if (attributes.format < PP_VIDEOFRAME_FORMAT_UNKNOWN || 24 attributes.format > PP_VIDEOFRAME_FORMAT_LAST) {
|
| /external/chromium_org/third_party/icu/source/i18n/unicode/ |
| compactdecimalformat.h | 34 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language, 89 * Clone this Format object polymorphically. The caller owns the 95 virtual Format* clone() const; 98 * Return TRUE if the given Format objects are semantically equal. 102 * @return TRUE if the given Format objects are semantically equal. 105 virtual UBool operator==(const Format& other) const; 108 using DecimalFormat::format; 111 * Format a double or long number using base-10 representation. 121 virtual UnicodeString& format(double number, 126 * Format a double or long number using base-10 representation [all...] |
| /external/chromium_org/third_party/libjpeg_turbo/ |
| tjutil.h | 32 #define snprintf(str, n, format, ...) \ 33 _snprintf_s(str, n, _TRUNCATE, format, __VA_ARGS__)
|
| /external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
| gen_authors.sh | 9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
| r300_texture_desc.h | 40 unsigned r300_get_pixel_alignment(enum pipe_format format, 53 unsigned r300_stride_to_width(enum pipe_format format,
|
| /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
| nouveau_surface.h | 42 gl_format format; member in struct:nouveau_surface 51 unsigned flags, unsigned format,
|
| /external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
| SparseSwitchPayloadDecodedInstruction.java | 37 public SparseSwitchPayloadDecodedInstruction(InstructionCodec format, 39 super(format, opcode, 0, null, 0, 0L);
|
| ZeroRegisterDecodedInstruction.java | 28 public ZeroRegisterDecodedInstruction(InstructionCodec format, int opcode, 30 super(format, opcode, index, indexType, target, literal);
|
| /external/droiddriver/src/com/google/android/droiddriver/instrumentation/ |
| RootFinder.java | 49 throw new DroidDriverException(String.format("could not invoke: %s on %s", instanceMethod, 52 throw new DroidDriverException(String.format("could not find class: %s", 55 throw new DroidDriverException(String.format("could not find field: %s on %s", 58 throw new DroidDriverException(String.format("could not find method: %s on %s", 61 throw new DroidDriverException(String.format( 65 throw new DroidDriverException(String.format( 81 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.", 84 throw new DroidDriverException(String.format("Reflective access to %s on %s failed.",
|
| /external/fio/ |
| log.h | 10 extern int log_err(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2))); 11 extern int log_info(const char *format, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
|
| /external/giflib/ |
| Android.mk | 11 LOCAL_CFLAGS += -Wno-format -DHAVE_CONFIG_H
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| Platform.java | 41 * Format the template with args, only supports the placeholder 44 static String format(String template, Object... args) { method in class:Platform 45 return String.format(template, args);
|
| /external/icu/icu4c/source/i18n/unicode/ |
| compactdecimalformat.h | 33 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language, 88 * Clone this Format object polymorphically. The caller owns the 94 virtual Format* clone() const; 97 * Return TRUE if the given Format objects are semantically equal. 101 * @return TRUE if the given Format objects are semantically equal. 104 virtual UBool operator==(const Format& other) const; 107 using DecimalFormat::format; 110 * Format a double or long number using base-10 representation. 120 virtual UnicodeString& format(double number, 125 * Format a double or long number using base-10 representation [all...] |