/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_audio.c | 397 int SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained) 417 if ( desired->freq == 0 ) { 420 desired->freq = SDL_atoi(env); 423 if ( desired->freq == 0 ) { 425 desired->freq = 22050; 427 if ( desired->format == 0 ) { 430 desired->format = SDL_ParseAudioFormat(env); 433 if ( desired->format == 0 ) { 435 desired->format = AUDIO_S16; 437 if ( desired->channels == 0 ) [all...] |
/external/icu4c/i18n/ |
astro.h | 306 * @param longitude The desired longitude, in <em>degrees</em> east of 309 * @param latitude The desired latitude, in <em>degrees</em>. Positive 357 * @param jdn the desired time, expressed as a "julian day number", 528 * the desired value. 531 UDate getSunTime(double desired, UBool next); 624 * longitude will have the desired value. 626 * @param desired The desired longitude. 628 * is desired, <tt>false</tt> for the previous occurrance. 631 UDate getMoonTime(double desired, UBool next) [all...] |
astro.cpp | 263 * @param longitude The desired longitude, in <em>degrees</em> east of 266 * @param latitude The desired latitude, in <em>degrees</em>. Positive 311 * @param jdn the desired time, expressed as a "julian day number", 718 * the desired value. 727 UDate CalendarAstronomer::getSunTime(double desired, UBool next) 731 desired, 760 MINUTE_MS / 12.); // Desired accuracy 926 // // number" d as outlined above, for the desired moment. Next compute: [all...] |
/frameworks/base/libs/binder/ |
Parcel.cpp | [all...] |
/external/mesa3d/docs/ |
MESA_window_pos.spec | 34 desired window coordinate is outside of the window's bounds one must
|
/external/webkit/Source/WebCore/platform/mac/ |
WebFontCache.mm | 87 BOOL desired = (desiredTraits & mask) != 0; 88 BOOL chosenHasUnwantedTrait = desired != ((chosenTraits & mask) != 0); 89 BOOL candidateHasUnwantedTrait = desired != ((candidateTraits & mask) != 0); 99 // If both are the same distance from the desired weight, prefer the candidate if it is further from medium. 103 // Otherwise, prefer the one closer to the desired weight.
|
/external/chromium/net/base/ |
ssl_cipher_suite_names.cc | 318 struct CipherSuite desired = {0}; local 319 desired.cipher_suite = cipher_suite; 321 void* r = bsearch(&desired, kCipherSuites,
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 96 final Set<String> desired = new HashSet<String>(Arrays local 106 assertEquals(actual, desired); 151 final Set<String> desired = new HashSet<String>(Arrays.asList(new String[] { "foo/", local 161 assertEquals(actual, desired);
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_audio.h | 112 * This function opens the audio device with the desired parameters, and 120 * When filling in the desired audio spec structure, 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 122 * 'desired->format' should be the desired audio format. 123 * 'desired->samples' is the desired size of the audio buffer, in samples. 133 * 'desired->size' is the size in bytes of the audio buffer, and is 135 * 'desired->silence' is the value used to set the buffer to silence [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_audio.h | 112 * This function opens the audio device with the desired parameters, and 120 * When filling in the desired audio spec structure, 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 122 * 'desired->format' should be the desired audio format. 123 * 'desired->samples' is the desired size of the audio buffer, in samples. 133 * 'desired->size' is the size in bytes of the audio buffer, and is 135 * 'desired->silence' is the value used to set the buffer to silence [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_audio.h | 112 * This function opens the audio device with the desired parameters, and 120 * When filling in the desired audio spec structure, 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 122 * 'desired->format' should be the desired audio format. 123 * 'desired->samples' is the desired size of the audio buffer, in samples. 133 * 'desired->size' is the size in bytes of the audio buffer, and is 135 * 'desired->silence' is the value used to set the buffer to silence [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_audio.h | 118 * This function opens the audio device with the desired parameters, and 126 * When filling in the desired audio spec structure, 127 * 'desired->freq' should be the desired audio frequency in samples-per-second. 128 * 'desired->format' should be the desired audio format. 129 * 'desired->samples' is the desired size of the audio buffer, in samples. 139 * 'desired->size' is the size in bytes of the audio buffer, and is 141 * 'desired->silence' is the value used to set the buffer to silence [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_audio.h | 112 * This function opens the audio device with the desired parameters, and 120 * When filling in the desired audio spec structure, 121 * 'desired->freq' should be the desired audio frequency in samples-per-second. 122 * 'desired->format' should be the desired audio format. 123 * 'desired->samples' is the desired size of the audio buffer, in samples. 133 * 'desired->size' is the size in bytes of the audio buffer, and is 135 * 'desired->silence' is the value used to set the buffer to silence [all...] |
/system/media/wilhelm/src/itf/ |
IOutputMixExt.c | 210 unsigned desired = size; local 228 while (desired > 0) { 229 unsigned actual = desired; 269 desired -= actual; 311 // we need more data: desired > 0 but actual == 0
|
/dalvik/vm/mterp/armv5te/ |
OP_CHECK_CAST.S | 35 * r1 holds desired class resolved from BBBB 47 mov r1, r10 @ r1<- desired class
|
OP_CHECK_CAST_JUMBO.S | 34 * r1 holds desired class resolved from AAAAAAAA 46 mov r1, r10 @ r1<- desired class
|
/device/sample/apps/SampleEmailPolicy/ |
Android.mk | 16 # When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for
|
/external/bison/build-aux/ |
ylwrap | 46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]... 48 Wrapper for lex/yacc invocations, renaming files as desired. 52 DESIRED is the file we actually want instead of OUTPUT 56 Any number of OUTPUT,DESIRED pairs may be used.
|
/external/jpeg/ |
jquant2.c | 42 * have as many boxes as desired colors. Then the mean color in each 60 * and it also interfered with desired capabilities such as quantizing to an 117 * desired colors. 16 bits/cell is plenty for that too.) 198 int desired; /* desired # of colors = size of colormap */ member in struct:__anon6723 1278 int desired = cinfo->desired_number_of_colors; local [all...] |
/external/qemu-pc-bios/bochs/bios/ |
notes | 31 > drive executes an implied seek to desired track and
|
/external/skia/src/images/ |
SkJpegUtility.cpp | 85 static boolean sk_resync_to_restart(j_decompress_ptr cinfo, int desired) { 88 // what is the desired param for??? 123 static boolean skmem_resync_to_restart(j_decompress_ptr cinfo, int desired) {
|
/frameworks/base/include/binder/ |
Parcel.h | 206 status_t restartWrite(size_t desired); 207 status_t continueWrite(size_t desired);
|
/dalvik/vm/ |
Exception.h | 257 extern "C" void dvmThrowClassCastException(ClassObject* actual, ClassObject* desired);
|
/development/ide/xcode/ports/ |
skia_mac.cp | 23 // the desired directory path is :
|
/external/llvm/ |
README.android | 58 is desired to be included.
|