OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spec
(Results
426 - 450
of
5720
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
SDL_nto_audio.c
75
static int NTO_OpenAudio(_THIS, SDL_AudioSpec*
spec
);
259
towrite = this->
spec
.size;
273
pcmbuffer += written * this->
spec
.channels;
307
pcmbuffer += written * this->
spec
.channels;
347
static int NTO_OpenAudio(_THIS, SDL_AudioSpec*
spec
)
389
for (test_format=SDL_FirstAudioFormat(
spec
->format); !found ;)
435
spec
->format = test_format;
441
cparams.format.voices =
spec
->channels;
444
cparams.format.rate =
spec
->freq;
465
SDL_CalculateAudioSpec(
spec
);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp
71
static int EPOC_OpenAudio(SDL_AudioDevice *thisdevice, SDL_AudioSpec *
spec
);
496
static int EPOC_OpenAudio(SDL_AudioDevice *thisdevice, SDL_AudioSpec *
spec
)
504
switch(
spec
->format)
522
spec
->format = AUDIO_S16LSB;
527
if(
spec
->channels > 2)
528
spec
->channels = 2;
530
spec
->freq = CStreamPlayer::ClosestSupportedRate(
spec
->freq);
534
const TInt buflen =
spec
->size;// * bytes *
spec
->channels
[
all
...]
/prebuilts/tools/common/m2/repository/javax/annotation/javax.annotation-api/1.2/
javax.annotation-api-1.2.pom
58
<
spec
.version>1.2</
spec
.version>
139
<artifactId>
spec
-version-maven-plugin</artifactId>
142
<
spec
>
145
<specVersion>${
spec
.version}</specVersion>
148
</
spec
>
153
<goal>set-
spec
-properties</goal>
168
<Bundle-Version>${
spec
.bundle.version}</Bundle-Version>
169
<Bundle-SymbolicName>${
spec
.bundle.symbolic-name}</Bundle-SymbolicName>
170
<Extension-Name>${
spec
.extension.name}</Extension-Name
[
all
...]
/external/chromium_org/chrome/browser/history/
top_sites_impl_unittest.cc
219
EXPECT_EQ(prepopulate_urls[i].url.
spec
(),
220
querier.urls()[start_index + i].url.
spec
()) << " @ index " <<
[
all
...]
/external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings_android.cc
110
return ConvertUTF8ToJavaString(env, params()->origin().
spec
());
214
std::string fallback = params()->fallback_origin().
spec
();
224
params()->alt_origin().
spec
(),
225
params()->alt_fallback_origin().
spec
(),
226
params()->ssl_origin().
spec
());
230
params()->origin().
spec
(),
231
params()->fallback_origin().
spec
(),
/external/chromium_org/chrome/common/
content_settings_pattern_parser.cc
71
// Test if a scheme pattern is in the
spec
.
83
return; // Bad pattern
spec
.
92
return; // Bad pattern
spec
.
96
// No port
spec
found
102
// Pattern has a path
spec
.
107
// Port
spec
found.
122
// Pattern has a path
spec
.
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewSpec.cpp
52
bool SVGViewSpec::parseViewSpec(const String&
spec
)
54
if (
spec
.isEmpty() || !m_contextElement)
56
if (
spec
.is8Bit()) {
57
const LChar* ptr =
spec
.characters8();
58
const LChar* end = ptr +
spec
.length();
61
const UChar* ptr =
spec
.characters16();
62
const UChar* end = ptr +
spec
.length();
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
remap_helper.py
48
spec
= [sig]
50
spec
.append("gl" + ent)
52
#
spec
is terminated by an empty string
53
spec
.append('')
55
return
spec
90
spec
= get_function_spec(f)
103
for line in
spec
:
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
omxSP_FFTInv_CToC_FC32.c
127
ARMsFFTSpec_FC32*
spec
= (ARMsFFTSpec_FC32*)pFFTSpec;
local
138
if (!validateParametersFC32(pSrc, pDst,
spec
))
141
order = fastlog2(
spec
->N);
144
subFFTNum =
spec
->N;
145
pTwiddle =
spec
->pTwiddle;
146
pOut =
spec
->pBuf;
212
ScaleFFTData(pDst,
spec
->N);
/external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp
14
f1(incomplete_p); // expected-note{{instantiation of exception
spec
}}
31
// expected-note 9{{instantiation of exception
spec
}}
33
decltype(S<0>::recurse()) *pVoid1 = 0; // ok, exception
spec
not needed
34
decltype(&S<0>::recurse) pFn = 0; // ok, exception
spec
not needed
37
void (*pFn2)() noexcept = &S<0>::recurse; // expected-note {{instantiation of exception
spec
}} expected-error {{not superset}}
53
// expected-note {{instantiation of exception
spec
}}
59
S().f<int>(); // expected-note {{instantiation of exception
spec
}}
/external/conscrypt/src/main/java/org/conscrypt/
OpenSSLDSAKeyFactory.java
28
import java.security.
spec
.DSAPrivateKeySpec;
29
import java.security.
spec
.DSAPublicKeySpec;
30
import java.security.
spec
.InvalidKeySpecException;
31
import java.security.
spec
.KeySpec;
32
import java.security.
spec
.PKCS8EncodedKeySpec;
33
import java.security.
spec
.X509EncodedKeySpec;
134
throw new InvalidKeySpecException("Unsupported key type and key
spec
combination; key="
/external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java
77
final String
spec
= specs [i];
local
79
if (
spec
.length () > 0)
81
if (
spec
.charAt (0) == EXCLUSION_PREFIX)
82
exclusions.add (
spec
.substring (1));
87
if (
spec
.charAt (0) == INCLUSION_PREFIX)
88
inclusions.add (
spec
.substring (1));
90
inclusions.add (
spec
);
/external/mesa3d/src/mapi/glapi/gen/
remap_helper.py
48
spec
= [sig]
50
spec
.append("gl" + ent)
52
#
spec
is terminated by an empty string
53
spec
.append('')
55
return
spec
90
spec
= get_function_spec(f)
103
for line in
spec
: