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

1 2 3 4 5 6 7 8 91011>>

  /external/srec/srec/clib/
specnorm.c 37 int copy_distribution_counts(spect_dist_info *spec, spect_dist_info *base);
40 int add_distribution_data(spect_dist_info *spec, int spec_val)
44 ASSERT(spec);
46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE;
47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE;
48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE;
54 spec->running_total += spec_val - spec->mean
221 spect_dist_info *spec; local
    [all...]
  /external/skia/include/graphics/
DoxygenMain.dox 2 * \htmlinclude "SGL Spec. rev 9.htm"
  /external/srec/srec/include/
specnorm.h 79 void destroy_spectrum_distribution(spect_dist_info *spec);
80 void clear_distribution_counts(spect_dist_info *spec);
81 void clear_mean_counts(spect_dist_info *spec);
82 void forget_distribution_counts(spect_dist_info *spec, int forget_factor);
83 void shift_distribution_counts(spect_dist_info *spec, int shift);
84 int add_distribution_data(spect_dist_info *spec, int spec_val);
85 void evaluate_parameters(spect_dist_info *spec);
86 int estimate_percentile(spect_dist_info *spec, int percentile);
87 void estimate_mean(spect_dist_info *spec, int forget_factor);
88 void estimate_sv6(spect_dist_info *spec);
    [all...]
  /dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
TrustManagerFactorySpiImpl.java 15 private static ManagerFactoryParameters spec = null; field in class:TrustManagerFactorySpiImpl
22 public void engineInit(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException {
24 this.spec = spec;
50 return spec;
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 51 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec);
128 audio->spec.callback(audio->spec.userdata,
131 if ( audio->convert.len_cvt != audio->spec.size ) {
136 audio->spec.callback(audio->spec.userdata, buffer, audio->spec.size);
191 memset (buffer[fill_me], 0, audio->spec.size);
211 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec) {
219 switch (spec->format)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecSet.java 92 RegisterSpec spec = specs[i]; local
93 int oneHash = (spec == null) ? 0 : spec.hashCode();
110 RegisterSpec spec = specs[i]; local
111 if (spec != null) {
117 sb.append(spec);
178 * spec, if any. This is just a convenient shorthand for
179 * {@code get(spec.getReg())}.
181 * @param spec {@code non-null;} spec with the desired register numbe
227 RegisterSpec spec = specs[reg]; local
302 RegisterSpec spec = set.get(i); local
331 RegisterSpec spec = specs[i]; local
362 RegisterSpec spec = specs[i]; local
387 RegisterSpec spec = specs[i]; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio_gsxb.c 67 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec);
72 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec);
73 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec);
200 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
204 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
207 resolution = spec->format & 0x00ff;
208 format_signed = ((spec->format & 0x8000)!=0);
209 format_bigendian = ((spec->format & 0x1000)!=0);
211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
212 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)))
    [all...]
SDL_mintaudio_stfa.c 75 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec);
80 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec);
81 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec);
198 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
202 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
203 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
204 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
205 DEBUG_PRINT(("channels=%d, ", spec->channels));
206 DEBUG_PRINT(("freq=%d\n", spec->freq));
208 if (spec->channels > 2)
    [all...]
SDL_mintaudio_dma8.c 67 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec);
72 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec);
73 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec);
209 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
214 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
215 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
216 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
217 DEBUG_PRINT(("channels=%d, ", spec->channels));
218 DEBUG_PRINT(("freq=%d\n", spec->freq));
220 if (spec->channels > 2
    [all...]
SDL_mintaudio_mcsn.c 70 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec);
75 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec);
76 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec);
216 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
221 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
222 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
223 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
224 DEBUG_PRINT(("channels=%d, ", spec->channels));
225 DEBUG_PRINT(("freq=%d\n", spec->freq));
227 if (spec->channels > 2)
    [all...]
SDL_mintaudio_xbios.c 70 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec);
75 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec);
76 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec);
334 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec)
339 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
340 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
341 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
342 DEBUG_PRINT(("channels=%d, ", spec->channels));
343 DEBUG_PRINT(("freq=%d\n", spec->freq));
345 if (spec->channels > 2)
    [all...]
  /cts/tools/signature-tools/
TODO.txt 4 Add more spec
  /cts/tools/spec-progress/src/
Android.mk 12 LOCAL_MODULE:= spec-progress
  /dalvik/dx/src/com/android/dx/dex/code/
LocalStart.java 31 * {@code non-null;} register spec representing the local variable introduced
37 * Returns the local variable listing string for a single register spec.
39 * @param spec {@code non-null;} the spec to convert
42 public static String localString(RegisterSpec spec) {
43 return spec.regString() + ' ' + spec.getLocalItem().toString() + ": " +
44 spec.getTypeBearer().toHuman();
52 * @param local {@code non-null;} register spec representing the local
78 * Gets the register spec representing the local variable introduce
    [all...]
  /cts/tools/spec-progress/
Android.mk 6 LOCAL_MODULE := spec-progress
10 $(LOCAL_BUILT_MODULE): $(LOCAL_PATH)/etc/spec-progress | $(ACP)
  /external/qemu/distrib/sdl-1.2.12/src/audio/dc/
SDL_dcaudio.c 38 static int DCAUD_OpenAudio(_THIS, SDL_AudioSpec *spec);
100 while(aica_get_pos(0)/this->spec.samples == this->hidden->nextbuf) {
150 SDL_AudioSpec *spec = &this->spec; local
155 while(aica_get_pos(0)/spec->samples == this->hidden->nextbuf) {
160 offset = this->hidden->nextbuf*spec->size;
163 if (spec->channels==1) {
167 if ((this->spec.format&255)==8) {
177 mode = (spec->format==AUDIO_S8)?SM_8BIT:SM_16BIT;
178 if (spec->channels==1)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
SDL_irixaudio.c 48 static int AL_OpenAudio(_THIS, SDL_AudioSpec *spec);
109 timeleft = this->spec.samples - alGetFillable(audio_port);
111 timeleft /= (this->spec.freq/1000);
119 if ( alWriteFrames(audio_port, mixbuf, this->spec.samples) < 0 ) {
142 static int AL_OpenAudio(_THIS, SDL_AudioSpec * spec)
144 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
153 audio_param[1] = spec->freq;
160 audio_param.value.i = spec->freq;
167 spec->format = test_format;
190 if (alSetChannels(audio_config, spec->channels) < 0)
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/spec/
IESParameterSpec.java 1 package org.bouncycastle.jce.spec;
3 import java.security.spec.AlgorithmParameterSpec;
6 * Parameter spec for an integrated encryptor, as in IEEE P1363a
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.c 51 static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec);
166 /* Assuming that this->spec.freq >= 8000 Hz */
171 incr = this->spec.freq/8;
217 if ( write(audio_fd, mixbuf, this->spec.size) < 0 ) {
243 int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec)
249 int desired_freq = spec->freq;
257 switch ( spec->format & 0xFF ) {
260 spec->format = AUDIO_U8;
268 spec->format = AUDIO_S16SYS;
280 audio_fmt = spec->format
    [all...]
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.c 2 * The VM spec says we should verify that the reference being stored into
8 * To make this spec-complaint, we'd need to add a ClassObject pointer to
  /external/elfutils/config/
ChangeLog 3 * elfutils.spec.in: Update BuildRequires.
15 * elfutils.spec.in: New file.
  /system/extras/tests/fstest/
perm_checker.c 55 char *spec; member in struct:perm_rule
98 static void add_rule(int line_num, char *spec,
110 "%s %lo %lo %s %s %s %s", spec, min_mode, max_mode,
120 if (strstr(spec, "/...")) {
121 pr->spec = strndup(spec, strlen(spec) - 3);
123 } else if (spec[strlen(spec) - 1] == '*') {
124 pr->spec = strndup(spec, strlen(spec) - 1)
157 char spec[MAX_NAME_LEN + 5]; \/\/ Allows for "\/..." suffix + terminator local
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/
Handler.java 52 * @param spec
53 * java.lang.String the spec string
60 protected void parseURL(URL url, String spec, int start, int limit) {
66 spec = spec.substring(start, limit);
68 spec = ""; //$NON-NLS-1$
70 if (spec.indexOf("!/") == -1 && (file.indexOf("!/") == -1)) { //$NON-NLS-1$ //$NON-NLS-2$
74 file = spec;
75 } else if (spec.charAt(0) == '/') {
76 file = file.substring(0, file.indexOf('!') + 1) + spec;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.c 63 static int DMA_OpenAudio(_THIS, SDL_AudioSpec *spec);
187 frame_ticks = (float)(this->spec->samples*1000) /
188 this->spec->freq;
233 playing = info.ptr / this->spec.size;
235 return (dma_buf + (filling * this->spec.size));
251 SDL_AudioSpec *spec)
265 SDL_CalculateAudioSpec(spec);
268 for ( frag_spec = 0; (0x01<<frag_spec) < spec->size; ++frag_spec );
269 if ( (0x01<<frag_spec) != spec->size ) {
276 SDL_SetError("Couldn't set audio fragment spec");
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.c 31 static int AHI_OpenAudio(_THIS, SDL_AudioSpec *spec);
221 static int AHI_OpenAudio(_THIS, SDL_AudioSpec *spec)
228 switch ( spec->format & 0xFF ) {
232 spec->format = AUDIO_S8;
234 if(spec->channels<2)
243 spec->format = AUDIO_S16MSB;
245 if(spec->channels<2)
258 if(spec->channels!=1 && spec->channels!=2)
267 SDL_CalculateAudioSpec(spec);
    [all...]

Completed in 65 milliseconds

1 2 3 4 5 6 7 8 91011>>