/external/eigen/blas/testing/ |
cblat1.f | 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X) 46 99998 FORMAT (' ----- PASS -----') 74 99999 FORMAT (/' Test of subprogram number',I3,12X,A6) 570 99999 FORMAT (' FAIL') 571 99998 FORMAT (/' CASE N INCX INCY MODE I ', 574 99997 FORMAT (1X,I4,I3,3I5,I3,2E36.8,2E12.4) 676 99999 FORMAT (' FAIL') 677 99998 FORMAT (/' CASE N INCX INCY MODE ', 680 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
|
dblat1.f | 51 99999 FORMAT (' Real BLAS Test Program Results',/1X) 52 99998 FORMAT (' ----- PASS -----') 80 99999 FORMAT (/' Test of subprogram number',I3,12X,A6) 688 99999 FORMAT (' FAIL') 689 99998 FORMAT (/' CASE N INCX INCY MODE I ', 692 99997 FORMAT (1X,I4,I3,3I5,I3,2D36.8,2D12.4) 764 99999 FORMAT (' FAIL') 765 99998 FORMAT (/' CASE N INCX INCY MODE ', 768 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
|
sblat1.f | 51 99999 FORMAT (' Real BLAS Test Program Results',/1X) 52 99998 FORMAT (' ----- PASS -----') 80 99999 FORMAT (/' Test of subprogram number',I3,12X,A6) 688 99999 FORMAT (' FAIL') 689 99998 FORMAT (/' CASE N INCX INCY MODE I ', 692 99997 FORMAT (1X,I4,I3,3I5,I3,2E36.8,2E12.4) 764 99999 FORMAT (' FAIL') 765 99998 FORMAT (/' CASE N INCX INCY MODE ', 768 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
|
zblat1.f | 45 99999 FORMAT (' Complex BLAS Test Program Results',/1X) 46 99998 FORMAT (' ----- PASS -----') 74 99999 FORMAT (/' Test of subprogram number',I3,12X,A6) 570 99999 FORMAT (' FAIL') 571 99998 FORMAT (/' CASE N INCX INCY MODE I ', 574 99997 FORMAT (1X,I4,I3,3I5,I3,2D36.8,2D12.4) 676 99999 FORMAT (' FAIL') 677 99998 FORMAT (/' CASE N INCX INCY MODE ', 680 99997 FORMAT (1X,I4,I3,3I5,2I36,I12)
|
/frameworks/base/media/java/android/mtp/ |
MtpPropertyGroup.java | 64 private static final String FORMAT_WHERE = Files.FileColumns.FORMAT + "=?"; 102 column = Files.FileColumns.FORMAT; 286 MtpPropertyList getPropertyList(int handle, int format, int depth) { 287 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth); 296 if (format == 0) { 311 // select all objects with given format 313 whereArgs = new String[] { Integer.toString(format) }; 315 whereArgs = new String[] { Integer.toString(handle), Integer.toString(format) };
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dtfmtsym.h | 52 * date/time formatter initialized with a default format pattern along with the 54 * created, clients may modify the format pattern using the setPattern function 58 * If clients decide to create a date-time formatter with a particular format 66 * replace the localized date-time format pattern characters with the ones that 83 * Construct a DateFormatSymbols object by loading format data from 98 * Construct a DateFormatSymbols object by loading format data from 101 * @param locale Locale to load format data from. 111 * Construct a DateFormatSymbols object by loading format data from 129 * Construct a DateFormatSymbols object by loading format data from 132 * @param locale Locale to load format data from [all...] |
/external/icu4c/i18n/unicode/ |
dtfmtsym.h | 51 * date/time formatter initialized with a default format pattern along with the 53 * created, clients may modify the format pattern using the setPattern function 57 * If clients decide to create a date-time formatter with a particular format 65 * replace the localized date-time format pattern characters with the ones that 82 * Construct a DateFormatSymbols object by loading format data from 97 * Construct a DateFormatSymbols object by loading format data from 100 * @param locale Locale to load format data from. 111 * Construct a DateFormatSymbols object by loading format data from 129 * Construct a DateFormatSymbols object by loading format data from 132 * @param locale Locale to load format data from [all...] |
/frameworks/av/services/audioflinger/ |
AudioMixer.h | 76 FORMAT = 0x4001, 176 uint8_t format; // always 16 member in struct:android::AudioMixer::track_t
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 625 case Character.FORMAT:
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_audio.h | 30 unsigned format; member in struct:pcm 52 #define FORMAT(v) SNDRV_PCM_FORMAT_##v 135 const char *get_format_name(int format); 136 const char *get_format_desc(int format); 252 __u32 format; member in struct:snd_codec
|
/external/chromium_org/third_party/icu/source/i18n/ |
dtfmtsym.cpp | 561 case FORMAT : 622 case FORMAT : 670 case FORMAT : 799 case FORMAT : 893 case FORMAT : [all...] |
/external/icu4c/i18n/ |
dtfmtsym.cpp | 170 static const char gNamesFormatTag[]="format"; 556 case FORMAT : 619 case FORMAT : 675 case FORMAT : 813 case FORMAT : 907 case FORMAT : [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_surface.c | 37 swzsurf_format(gl_format format) 39 switch (format) { 76 surf2d_format(gl_format format) 78 switch (format) { 115 rect_format(gl_format format) 117 switch (format) { 154 sifm_format(gl_format format) 156 switch (format) { 235 BEGIN_NV04(push, NV04_SSWZ(FORMAT), 2); 236 PUSH_DATA (push, swzsurf_format(dst->format) | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 165 ;; FORMAT IP:CS
|
xdfprotect.asm | 138 ;; FORMAT IP:CS
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_surface.c | 37 swzsurf_format(gl_format format) 39 switch (format) { 76 surf2d_format(gl_format format) 78 switch (format) { 115 rect_format(gl_format format) 117 switch (format) { 154 sifm_format(gl_format format) 156 switch (format) { 235 BEGIN_NV04(push, NV04_SSWZ(FORMAT), 2); 236 PUSH_DATA (push, swzsurf_format(dst->format) | [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
Ticker.java | 54 && gc != Character.FORMAT
|
/frameworks/av/media/libmedia/ |
IAudioFlinger.cpp | 36 FORMAT, 90 audio_format_t format, 107 data.writeInt32(format); 151 audio_format_t format, 164 data.writeInt32(format); 216 virtual audio_format_t format(audio_io_handle_t output) const function in class:android::BpAudioFlinger 221 remote()->transact(FORMAT, data, &reply); 372 virtual size_t getInputBufferSize(uint32_t sampleRate, audio_format_t format, 378 data.writeInt32(format); 396 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT local 477 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT; local 755 audio_format_t format = (audio_format_t) data.readInt32(); local 792 audio_format_t format = (audio_format_t) data.readInt32(); local 917 audio_format_t format = (audio_format_t) data.readInt32(); local 927 audio_format_t format = (audio_format_t) data.readInt32(); local 980 audio_format_t format = (audio_format_t) data.readInt32(); local [all...] |
/libcore/luni/src/main/java/java/lang/ |
Character.java | 60 * <tr> <td> Cf </td> <td> Format </td> <td>{@link #FORMAT}</td> </tr> 217 public static final byte FORMAT = 16; [all...] |
/external/clang/utils/ |
FuzzTest | 185 being executed. The syntax is "%(VARIABLE)FORMAT" where FORMAT is a standard 186 printf format, and VARIABLE is one of:
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_transfer.c | 155 u32 format, stride; local 164 format = NV30_3D_RT_FORMAT_COLOR_A8R8G8B8 | 170 format = NV30_3D_RT_FORMAT_COLOR_R5G6B5 | 176 format = NV30_3D_RT_FORMAT_COLOR_B8 | 188 format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 189 format |= util_logbase2(dst->w) << 16; 190 format |= util_logbase2(dst->h) << 24; 193 format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 203 PUSH_DATA (push, format); 441 BEGIN_NV04(push, NV04_SF2D(FORMAT), 4) [all...] |
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_transfer.c | 155 u32 format, stride; local 164 format = NV30_3D_RT_FORMAT_COLOR_A8R8G8B8 | 170 format = NV30_3D_RT_FORMAT_COLOR_R5G6B5 | 176 format = NV30_3D_RT_FORMAT_COLOR_B8 | 188 format |= NV30_3D_RT_FORMAT_TYPE_SWIZZLED; 189 format |= util_logbase2(dst->w) << 16; 190 format |= util_logbase2(dst->h) << 24; 193 format |= NV30_3D_RT_FORMAT_TYPE_LINEAR; 203 PUSH_DATA (push, format); 441 BEGIN_NV04(push, NV04_SF2D(FORMAT), 4) [all...] |
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 74 private HashMap<Character,Format> formatStart; 106 this.formatStart = new HashMap<Character,Format>(); 474 * - Only a single instance of a particular format character within a block 477 * - If the format is to be turned on, we use the _first_ instance; if it 479 * format.) 498 // and whether we should append a closing format token (if value in 509 addToken(new Format(ch, false)); 511 Format start = formatStart.get(key); 519 start = new Format(ch, true); 530 Format end = new Format(key.charValue(), false) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
CharacterTest.java | 782 assertEquals("Wrong constant for FORMAT", 16, Character.FORMAT); 849 assertTrue(Character.getType(0x00AD) == Character.FORMAT); 850 assertTrue(Character.getType(0xE007F) == Character.FORMAT); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaScannerTest.java | 133 values.put(MediaStore.Files.FileColumns.FORMAT, MtpConstants.FORMAT_UNDEFINED);
|