/system/vold/ |
Ext4.h | 26 static int format(const char *fsPath, const char *mountpoint);
|
/frameworks/av/media/libnbaio/ |
NBAIO.cpp | 25 size_t Format_frameSize(NBAIO_Format format) 27 return Format_channelCount(format) * sizeof(short); 30 size_t Format_frameBitShift(NBAIO_Format format) 33 return Format_channelCount(format); 54 unsigned Format_sampleRate(NBAIO_Format format) 56 if (format == Format_Invalid) { 59 switch (format & Format_SR_Mask) { 81 unsigned Format_channelCount(NBAIO_Format format) 83 if (format == Format_Invalid) { 86 switch (format & Format_C_Mask) 98 NBAIO_Format format; local [all...] |
/external/chromium_org/third_party/icu/source/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...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
stringprintf.cc | 1 // Protocol Buffers - Google's data interchange format 56 void StringAppendV(string* dst, const char* format, va_list ap) { 66 int result = vsnprintf(space, kSpaceLength, format, backup_ap); 80 result = vsnprintf(NULL, 0, format, backup_ap); 97 result = vsnprintf(buf, length, format, backup_ap); 108 string StringPrintf(const char* format, ...) { 110 va_start(ap, format); 112 StringAppendV(&result, format, ap); 117 const string& SStringPrintf(string* dst, const char* format, ...) { 119 va_start(ap, format); [all...] |
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
composite_bitmap_glyph.cc | 24 int32_t format) 25 : BitmapGlyph(data, format) { 26 Initialize(format); 46 void CompositeBitmapGlyph::Initialize(int32_t format) { 47 if (format == 8) { 50 } else if (format == 9) { 56 "with a non-composite format."); 92 CompositeBitmapGlyph::Builder::Builder(ReadableFontData* data, int32_t format) 93 : BitmapGlyph::Builder(data, format) { 96 CompositeBitmapGlyph::Builder::Builder(WritableFontData* data, int32_t format) [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 | 91 return String.format("Align baseline in row %1$d", cellIndex + 1); 96 return String.format("Insert into column %1$d", cellIndex + 1); 102 return String.format("Add next to column %1$d", cellIndex + 1); 104 return String.format("Align left at x=%1$d", matchedLine - layout.getBounds().x); 107 return String.format("Insert right-aligned into column %1$d", cellIndex + 1); 109 return String.format("Align right at x=%1$d", matchedLine - layout.getBounds().x); 112 return String.format("Insert into row %1$d", cellIndex + 1); 118 return String.format("Add below row %1$d", cellIndex + 1); 120 return String.format("Align top at y=%1d", matchedLine - layout.getBounds().y); 123 return String.format("Insert into bottom of row %1$d", cellIndex + 1) [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-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)))
|
/device/generic/goldfish/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/chromium_org/cc/resources/ |
ui_resource_bitmap.cc | 13 UIResourceFormat format, 17 ret->format_ = format;
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
string_stream.h | 27 int ssvprintf(sstream_t* sstream, const char* format, va_list args); 28 int ssprintf(sstream_t* sstream, const char* format, ...);
|
/external/chromium_org/remoting/webapp/ |
open_sans.css | 11 url('open_sans.woff') format('woff');
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAltGlyphElement.idl | 30 [SetterRaisesException] attribute DOMString format;
|
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/ |
renderer9_utils.h | 32 D3DFORMAT ConvertRenderbufferFormat(GLenum format); 45 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format); 46 GLenum ConvertBackBufferFormat(D3DFORMAT format); 47 GLenum ConvertDepthStencilFormat(D3DFORMAT format); 48 GLenum ConvertRenderTargetFormat(D3DFORMAT format); 49 GLenum GetEquivalentFormat(D3DFORMAT format); 55 bool IsCompressedFormat(D3DFORMAT format); 56 size_t ComputeRowSize(D3DFORMAT format, unsigned int width);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate.c | 52 boolean translate_is_output_format_supported(enum pipe_format format) 54 return translate_generic_is_output_format_supported(format);
|
/external/chromium_org/tools/gyp/test/additional-targets/ |
gyptest-additional.py | 21 if test.format=='xcode': 36 if test.format in ('make', 'ninja', 'android'):
|
/external/chromium_org/tools/gyp/test/dependencies/ |
gyptest-lib-only.py | 29 if test.format == 'xcode': 32 assert test.format in ('make', 'ninja')
|
/external/chromium_org/tools/gyp/test/gyp-defines/ |
gyptest-multiple-values.py | 26 if test.format == 'msvs' and not test.uses_msbuild: 30 elif test.format == 'android':
|
/external/chromium_org/tools/gyp/test/rules/ |
gyptest-default.py | 27 if test.format == 'xcode': 38 if test.format == 'xcode':
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
PackedSwitchPayloadDecodedInstruction.java | 37 public PackedSwitchPayloadDecodedInstruction(InstructionCodec format, 39 super(format, opcode, 0, null, 0, 0L);
|
/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);
|