Searched defs:test_format (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/tools/gyp/test/make_global_settings/basics/
H A Dgyptest-make_global_settings.py15 test_format = ['ninja'] variable
17 test_format += ['make']
19 test = TestGyp.TestGyp(formats=test_format)
/external/chromium_org/tools/gyp/test/make_global_settings/env-wrapper/
H A Dgyptest-wrapper.py15 test_format = ['ninja'] variable
21 test = TestGyp.TestGyp(formats=test_format)
/external/chromium_org/tools/gyp/test/make_global_settings/wrapper/
H A Dgyptest-wrapper.py15 test_format = ['ninja'] variable
17 test_format += ['make']
19 test = TestGyp.TestGyp(formats=test_format)
/external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
H A DSDL_beaudio.cc157 Uint16 test_format = SDL_FirstAudioFormat(spec->format); local
164 while ((!valid_datatype) && (test_format)) {
166 spec->format = test_format;
167 switch (test_format) {
187 test_format = SDL_NextAudioFormat();
/external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
H A DSDL_dspaudio.c169 Uint16 test_format; local
209 for ( test_format = SDL_FirstAudioFormat(spec->format);
210 ! format && test_format; ) {
212 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
214 switch ( test_format ) {
256 test_format = SDL_NextAudioFormat();
264 spec->format = test_format;
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMessageFormatTest.java364 public void test_format$Ljava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() {
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.c280 Uint16 test_format, format; local
291 for ( test_format = SDL_FirstAudioFormat(spec->format);
292 ! format && test_format; ) {
294 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
296 switch ( test_format ) {
310 test_format = SDL_NextAudioFormat();
317 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/dc/
H A DSDL_dcaudio.c204 Uint16 test_format = SDL_FirstAudioFormat(spec->format); local
206 while ((!valid_datatype) && (test_format)) {
207 spec->format = test_format;
208 switch (test_format) {
216 test_format = SDL_NextAudioFormat();
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c314 Uint16 test_format; local
337 for ( test_format = SDL_FirstAudioFormat(spec->format);
338 ! format && test_format; ) {
340 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
342 switch ( test_format ) {
378 test_format = SDL_NextAudioFormat();
385 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
H A DSDL_irixaudio.c144 Uint16 test_format = SDL_FirstAudioFormat(spec->format); local
165 while ((!valid) && (test_format)) {
167 spec->format = test_format;
169 switch (test_format) {
182 test_format = SDL_NextAudioFormat();
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio_gsxb.c204 Uint16 test_format = SDL_FirstAudioFormat(spec->format); local
221 while ((!valid_datatype) && (test_format)) {
224 spec->format = test_format;
228 switch (test_format) {
248 test_format = SDL_NextAudioFormat();
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/
H A DSDL_paudio.c238 Uint16 test_format; local
323 for ( test_format = SDL_FirstAudioFormat(spec->format);
324 ! format && test_format; ) {
326 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
328 switch ( test_format ) {
374 test_format = SDL_NextAudioFormat();
384 spec->format = test_format;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dtracetst.c57 * test_format. Helper function for checking the results of a formatting
70 static void test_format(const char *format, int32_t bufCap, int32_t indent, function
297 test_format("hello, world", 50, 0, "hello, world", __LINE__);
298 test_format("hello, world", 50, 4, " hello, world", __LINE__);
299 test_format("hello, world", 3, 0, "hello, world", __LINE__);
301 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x');
302 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello");
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
306 test_format("
[all...]
/external/icu4c/test/cintltst/
H A Dtracetst.c57 * test_format. Helper function for checking the results of a formatting
70 static void test_format(const char *format, int32_t bufCap, int32_t indent, function
297 test_format("hello, world", 50, 0, "hello, world", __LINE__);
298 test_format("hello, world", 50, 4, " hello, world", __LINE__);
299 test_format("hello, world", 3, 0, "hello, world", __LINE__);
301 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x');
302 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello");
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
306 test_format("
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.c471 Uint16 test_format; local
501 for ( test_format = SDL_FirstAudioFormat(spec->format);
502 test_format && (status < 0); ) {
503 switch ( test_format ) {
530 test_format = SDL_NextAudioFormat();
538 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
H A DSDL_dart.c78 Uint16 test_format = SDL_FirstAudioFormat(spec->format); local
114 while ((!valid_datatype) && (test_format)) {
115 spec->format = test_format;
117 switch (test_format) {
132 test_format = SDL_NextAudioFormat();
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.c352 Uint16 test_format, format; local
358 for ( test_format = SDL_FirstAudioFormat(spec->format);
359 ! format && test_format; ) {
360 format = sdlformat_to_auformat(test_format);
363 test_format = SDL_NextAudioFormat();
370 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
H A DSDL_nto_audio.c351 Uint16 test_format; local
389 for (test_format=SDL_FirstAudioFormat(spec->format); !found ;)
392 switch (test_format)
424 test_format = SDL_NextAudioFormat();
428 /* assumes test_format not 0 on success */
429 if (test_format == 0)
435 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
H A DSDL_pulseaudio.c428 Uint16 test_format; local
435 for ( test_format = SDL_FirstAudioFormat(spec->format); test_format; ) {
436 switch ( test_format ) {
449 test_format = SDL_NextAudioFormat();
455 spec->format = test_format;
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/
H A DSDL_umsaudio.c234 Uint16 test_format; local
250 test_format = SDL_FirstAudioFormat(spec->format);
254 fprintf(stderr, "Trying format 0x%4.4x\n", test_format);
256 switch ( test_format )
306 test_format = SDL_NextAudioFormat();
309 while ( ! success && test_format );
316 spec->format = test_format;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DString2Test.java966 public void test_format() { method in class:String2Test

Completed in 1381 milliseconds