HomeSort by relevance Sort by last modified time
    Searched refs:desired (Results 1 - 25 of 43) sorted by null

1 2

  /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/chromium/third_party/icu/source/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...]
  /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/webkit/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/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...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarInputStreamTest.java 121 final Set<String> desired = new HashSet<String>(Arrays local
132 assertEquals(actual, desired);
156 final Set<String> desired = new HashSet<String>(Arrays local
166 assertEquals(actual, desired);
  /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/opensles/libopensles/
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
  /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:__anon4451
1278 int desired = cinfo->desired_number_of_colors; local
    [all...]
jdmarker.c     [all...]
  /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 188 status_t restartWrite(size_t desired);
189 status_t continueWrite(size_t desired);
  /frameworks/base/tools/aapt/
Bundle.h 176 bool isMinSdkAtLeast(int desired) {
194 if (minSdkNum < desired) {
  /development/ide/xcode/ports/
skia_mac.cp 23 // the desired directory path is :
  /external/skia/xcode/ports/
skia_mac.cp 24 // the desired directory path is :
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 88 _source_resync_to_restart( j_decompress_ptr cinfo, int desired)
  /frameworks/base/core/java/android/widget/
TextView.java 5187 private static int desired(Layout layout) { method in class:TextView
5361 int desired = getDesiredHeight(); local
5404 int desired = layout.getLineTop(linecount); local
    [all...]

Completed in 1211 milliseconds

1 2