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

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/include/linux/
socket.h 5 * Desired design of maximum size and alignment (see RFC2553)
9 /* Implementation specific desired alignment */
15 /* space to achieve desired size, */
17 } __attribute__ ((aligned(_K_SS_ALIGNSIZE))); /* force desired alignment */
  /external/clang/test/CodeGen/
debug-info-block.c 3 // Verify that the desired debugging type is generated for a structure
blocksignature.c 75 printf("desired global flags: %d\n", BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
76 printf("desired stack flags: %d\n", BLOCK_HAS_OBJC_TYPE);
85 desired global flags: 1342177280
86 desired stack flags: 1073741824
91 desired global flags: 1342177280
92 desired stack flags: 1073741824
blockstret.c 82 printf("desired global flags: %d\n", BLOCK_USE_STRET | BLOCK_IS_GLOBAL | BLOCK_HAS_OBJC_TYPE);
83 printf("desired stack flags: %d\n", BLOCK_USE_STRET | BLOCK_HAS_OBJC_TYPE);
99 desired global flags: 1879048192
100 desired stack flags: 1610612736
  /external/llvm/test/CodeGen/X86/
inline-asm.ll 35 define void @test6(i1 zeroext %desired) nounwind {
37 tail call void asm sideeffect "foo $0", "q,~{dirflag},~{fpsr},~{flags}"(i1 %desired) nounwind
41 define void @test7(i1 zeroext %desired, i32* %p) nounwind {
43 %0 = tail call i8 asm sideeffect "xchg $0, $1", "=r,*m,0,~{memory},~{dirflag},~{fpsr},~{flags}"(i32* %p, i1 %desired) nounwind
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 19 int a = 0; // desired-note 5 {{previous initialization is here}}
23 U() {} // desired-error {{initializing multiple members of union}}
24 U(int) : a(1) {} // desired-error {{initializing multiple members of union}}
25 U(char) : b('y') {} // desired-error {{initializing multiple members of union}}
28 U(double) : a(1), // expected-note{{previous initialization is here}} desired-error {{initializing multiple members of union}}
  /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/dropbear/libtomcrypt/src/misc/crypt/
crypt_find_cipher_any.c 20 @param name The name of the cipher desired
21 @param blocklen The minimum length of the block cipher desired (octets)
22 @param keylen The minimum length of the key size desired (octets)
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 55 * Sets the dimension hint for the wallpaper. These hints indicate the desired
61 * Returns the desired minimum width for the wallpaper.
66 * Returns the desired minimum height for the wallpaper.
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 9 * You can implement any desired method (such as popping up a dialog for example )
SecureAccountManager.java 8 * You can implement any desired method (such as popping up a dialog for example )
  /dalvik/vm/mterp/x86-atom/
TODO.txt 22 (md) Use dvmThrowClassCastException(actual, desired) for class cast errors.
23 (md) Use dvmThrowArrayStoreExceptionIncompatibleElement(actual, desired)
  /external/dropbear/libtomcrypt/src/modes/ecb/
ecb_start.c 23 @param cipher The index of the cipher desired
26 @param num_rounds Number of rounds in the cipher desired (0 for default)
  /libcore/luni/src/main/java/javax/net/ssl/
package.html 11 sockets, the selection of desired SSL and TLS protocol versions, and
12 the selection of desired cipher suites. The {@link
  /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...]
  /frameworks/base/location/java/android/location/
Criteria.java 118 * Indicates the desired horizontal accuracy (latitude and longitude).
133 * Returns a constant indicating the desired horizontal accuracy (latitude and longitude).
142 * Indicates the desired vertical accuracy (altitude).
157 * Returns a constant indicating the desired vertical accuracy (altitude).
166 * Indicates the desired speed accuracy.
181 * Returns a constant indicating the desired speed accuracy
190 * Indicates the desired bearing accuracy.
205 * Returns a constant indicating the desired bearing accuracy.
214 * Indicates the desired accuracy for latitude and longitude. Accuracy
215 * may be {@link #ACCURACY_FINE} if desired locatio
    [all...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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...]
  /prebuilts/tools/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...]
  /cts/tests/src/android/widget/cts/util/
ListUtil.java 42 * @param pos The desired position.
68 * Arrow (up or down as appropriate) to the desired position in the list.
69 * @param desiredPos The desired position
  /external/compiler-rt/BlocksRuntime/tests/
fail.c 82 char desired[512]; local
84 bool gotErrorFile = readfile(desired, errorfile);
92 char *where = strstr(got, desired);
  /frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java 44 * @param pos The desired position.
70 * Arrow (up or down as appropriate) to the desired position in the list.
71 * @param desiredPos The desired position
  /external/chromium-trace/src/shared/js/
load_time_data.js 40 * @param {string} id The key that identifies the desired value.
52 * @param {string} id The key that identifies the desired string.
81 * @param {string} id The key that identifies the desired boolean.
92 * @param {string} id The key that identifies the desired number.
  /external/dropbear/
MULTI 14 To use the binary, symlink it from the desired executable:

Completed in 920 milliseconds

1 2 3 4 5 6 7 8 91011>>