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

/prebuilts/tools/common/easymock-tools/
H A Deasymock-3.1-samples.jar ... .java org/easymock/samples/ConstructorCalledMockTest.java org/easymock/samples/ExampleTest.java org/easymock/samples/PartialClassMockTest.java org ...
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
H A Dquicksort.h45 * @param num_samples Choose pivot from that many samples.
67 value_type* samples = local
75 ::new(&(samples[s])) value_type(begin[index]);
78 __gnu_sequential::sort(samples, samples + num_samples, comp);
80 value_type& pivot = samples[pivot_rank * num_samples / n];
87 ::operator delete(samples);
H A Dmultiway_mergesort.h81 value_type* samples; member in struct:__gnu_parallel::PMWMSSortingData
91 * @brief Select samples from a sequence.
93 * @c sd->samples.
94 * @param num_samples Number of samples to select.
113 ::new(&(sd->samples[iam * num_samples + i]))
206 __gnu_sequential::sort(sd->samples,
207 sd->samples + (num_samples * sd->num_threads),
220 sd->samples[num_samples * iam],
232 sd->samples[num_samples * (iam + 1)],
437 sd.samples
[all...]
H A Dmultiway_merge.h1120 value_type* samples = static_cast<value_type*>( local
1131 new(&(samples[s * num_samples + i]))
1138 samples, samples + (num_samples * k), comp);
1150 samples[num_samples * k * slab / num_threads],
1161 samples[num_samples * k * (slab + 1) /
1168 ::operator delete(samples);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
H A DSDL_audio.h46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
[all...]
/prebuilts/tools/linux-x86/sdl/include/SDL/
H A DSDL_audio.h46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
[all...]
/prebuilts/tools/windows/sdl/include/SDL/
H A DSDL_audio.h46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
56 * Note that the number of samples is directly related to time by the
57 * following formula: ms = (samples*1000)/freq
75 int freq; /**< DSP frequency -- samples per second */
79 Uint16 samples; /**< Audio buffer size in samples (power of 2) */ member in struct:SDL_AudioSpec
89 * Stereo samples are stored in a LRLRLR ordering.
100 #define AUDIO_U8 0x0008 /**< Unsigned 8-bit samples */
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dsoundfont.h64 struct snd_sf_sample *samples; /* The sample headers */ member in struct:snd_soundfont
H A Demu10k1.h251 #define HCFG_AUDIOENABLE 0x00000001 /* 0 = CODECs transmit zero-valued samples */
338 * bit 3: Dummy record insert zero samples.
434 #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */
440 #define CCR_CACHEINVALIDSIZE_MASK 0xfe000000 /* Number of invalid samples cache for this channel */
442 #define CCR_INTERLEAVEDSAMPLES 0x00800000 /* 1 = A cache service will fetch interleaved samples */
443 #define CCR_WORDSIZEDSAMPLES 0x00400000 /* 1 = A cache service will fetch word sized samples */
446 #define CCR_LOOPINVALSIZE 0x0000fe00 /* Number of invalid samples in cache prior to loop */
1378 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1379 unsigned int buffer_size; /* count of buffered samples */
1380 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (hos
1967 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:snd_emu10k1_fx8010_tram
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dsoundfont.h64 struct snd_sf_sample *samples; /* The sample headers */ member in struct:snd_soundfont
H A Demu10k1.h251 #define HCFG_AUDIOENABLE 0x00000001 /* 0 = CODECs transmit zero-valued samples */
338 * bit 3: Dummy record insert zero samples.
434 #define CCCA_8BITSELECT 0x01000000 /* 1 = Sound memory for this channel uses 8-bit samples */
440 #define CCR_CACHEINVALIDSIZE_MASK 0xfe000000 /* Number of invalid samples cache for this channel */
442 #define CCR_INTERLEAVEDSAMPLES 0x00800000 /* 1 = A cache service will fetch interleaved samples */
443 #define CCR_WORDSIZEDSAMPLES 0x00400000 /* 1 = A cache service will fetch word sized samples */
446 #define CCR_LOOPINVALSIZE 0x0000fe00 /* Number of invalid samples in cache prior to loop */
1378 unsigned int tram_start; /* initial ring buffer position in TRAM (in samples) */
1379 unsigned int buffer_size; /* count of buffered samples */
1380 unsigned short gpr_size; /* GPR containing size of ring buffer in samples (hos
1967 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:snd_emu10k1_fx8010_tram
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
H A Demu10k1.h246 unsigned int internal_tram_size; /* in samples */
247 unsigned int external_tram_size; /* in samples */
312 unsigned int size; /* size in samples (4 bytes) */
313 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:__anon2400
321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
322 unsigned int buffer_size; /* count of buffered samples */
323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
326 unsigned short gpr_tmpcount; /* GPR containing current count of samples t
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
H A Demu10k1.h246 unsigned int internal_tram_size; /* in samples */
247 unsigned int external_tram_size; /* in samples */
312 unsigned int size; /* size in samples (4 bytes) */
313 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:__anon3990
321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
322 unsigned int buffer_size; /* count of buffered samples */
323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
326 unsigned short gpr_tmpcount; /* GPR containing current count of samples t
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
H A Demu10k1.h246 unsigned int internal_tram_size; /* in samples */
247 unsigned int external_tram_size; /* in samples */
312 unsigned int size; /* size in samples (4 bytes) */
313 unsigned int *samples; /* pointer to samples (20-bit) */ member in struct:__anon5502
321 unsigned int tram_start; /* ring buffer position in TRAM (in samples) */
322 unsigned int buffer_size; /* count of buffered samples */
323 unsigned short gpr_size; /* GPR containing size of ringbuffer in samples (host) */
325 unsigned short gpr_count; /* GPR containing count of samples between two interrupts (host) */
326 unsigned short gpr_tmpcount; /* GPR containing current count of samples t
[all...]
/prebuilts/tools/darwin-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-agl-carbon-3550.jnilib libswt ...
/prebuilts/tools/darwin-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-awt-cocoa-3550.jnilib libswt ...
/prebuilts/tools/linux-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/linux-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/common/jfreechart/
H A Djfreechart-1.0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...

Completed in 748 milliseconds