OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subjectname
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFElevation.cpp
64
static PassRefPtr<AudioBus> getConcatenatedImpulseResponsesForSubject(const String&
subjectName
)
72
AudioBusMap::iterator iterator = audioBusMap.find(
subjectName
);
74
RefPtr<AudioBus> concatenatedImpulseResponses(AudioBus::loadPlatformResource(
subjectName
.utf8().data(), ResponseSampleRate));
80
audioBusMap.set(
subjectName
, bus);
99
bool HRTFElevation::calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String&
subjectName
,
104
bool success = calculateKernelsForAzimuthElevation(azimuth, elevation, sampleRate,
subjectName
, kernelL1, kernelR1);
113
success = calculateKernelsForAzimuthElevation(symmetricAzimuth, elevation, sampleRate,
subjectName
, kernelL2, kernelR2);
124
bool HRTFElevation::calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String&
subjectName
,
142
// Note: the passed in
subjectName
is not a string passed in via JavaScript or the web.
147
RefPtr<AudioBus> bus(getConcatenatedImpulseResponsesForSubject(
subjectName
));
[
all
...]
HRTFElevation.h
53
static PassOwnPtr<HRTFElevation> createForSubject(const String&
subjectName
, int elevation, float sampleRate);
86
static bool calculateKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String&
subjectName
,
92
static bool calculateSymmetricKernelsForAzimuthElevation(int azimuth, int elevation, float sampleRate, const String&
subjectName
,
/external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertificate.cpp
59
} else if (cert->
subjectName
) {
60
rv = cert->
subjectName
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
Holder.java
36
*
subjectName
[1] GeneralNames },
168
* with a
subjectName
for V1 attribute certificates.
195
* Returns the entityName for an V2 attribute certificate or the
subjectName
198
* @return The entityname or
subjectname
.
/libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java
217
String
subjectName
= principal.getName();
224
if (
subjectName
.equals(keyStoreCertificate.getSubjectDN().getName())) {
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
X509CertFactoryPerfTest.java
78
static String
subjectName
= "O=Subject Organization";
244
Name subject = new Name(
subjectName
);
492
new X500Principal(
subjectName
).getName(),
501
new X500Principal(
subjectName
),
X509CertImplTest.java
103
String
subjectName
= "O=Subject Organization";
270
Name subject = new Name(
subjectName
);
422
new X500Principal(
subjectName
).getName(),
431
new X500Principal(
subjectName
),
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java
339
X509Name
subjectName
= X509Name.getInstance(subjectPrincipal.getEncoded());
340
String subjectString =
subjectName
.toString(true, X509Name.DefaultSymbols);
/external/ipsec-tools/src/racoon/
crypto_openssl.c
592
"%s(%d) at depth:%d
SubjectName
:%s\n",
629
"%s(%d) at depth:%d
SubjectName
:%s\n",
[
all
...]
eaytest.c
285
printf("check to convert the string into
subjectName
.\n");
oakley.c
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java
[
all
...]
/prebuilts/sdk/tools/lib/
signapk.jar
Completed in 1125 milliseconds