/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/CXX/special/class.init/class.base.init/ |
p8-0x.cpp | 23 U() {} // desired-error {{at most one member of a union may be initialized}} 24 U(int) : a(1) {} // desired-error {{at most one member of a union may be initialized}} 25 U(char) : b('y') {} // desired-error {{at most one member of a union may be initialized}} 26 U(double) : a(1), b('y') {} // desired-error {{at most one member of a union may be initialized}}
|
/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/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/clang/test/CodeGen/ |
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/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 | 26 (md) Use dvmThrowClassCastException(actual, desired) for class cast errors. 27 (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)
|
/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...] |
/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...] |
/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/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p6.cpp | 32 constexpr int a = ImplicitVirtualFromDependentBase<S>().ImplicitlyVirtual(); // desired-error {{not a constant expression}} 42 constexpr int d = ConstexprMember<NonLiteral>().F(); // desired-error {{not a constant expression}} 64 constexpr T2(); // desired-error {{constexpr constructor not allowed in class with virtual base classes}}
|
/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/dropbear/ |
MULTI | 14 To use the binary, symlink it from the desired executable:
|
/external/icu4c/io/ |
ufmt_cmn.h | 81 * @param radix The desired radix. 94 * @param radix The desired radix 123 * @param radix The desired radix 136 * @param radix The desired radix
|
/external/iptables/extensions/ |
libxt_TEE.man | 4 further if so desired.
|
/external/stlport/stlport/ |
fstream.h | 26 // get desired pollution
|