/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JDKDSAPublicKey.java | 9 import java.security.spec.DSAParameterSpec; 10 import java.security.spec.DSAPublicKeySpec; 32 DSAPublicKeySpec spec) 34 this.y = spec.getY(); 35 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG());
|
JCEDHPrivateKey.java | 10 import javax.crypto.spec.DHParameterSpec; 11 import javax.crypto.spec.DHPrivateKeySpec; 53 DHPrivateKeySpec spec) 55 this.x = spec.getX(); 56 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG());
|
JCEDHPublicKey.java | 9 import javax.crypto.spec.DHParameterSpec; 10 import javax.crypto.spec.DHPublicKeySpec; 34 DHPublicKeySpec spec) 36 this.y = spec.getY(); 37 this.dhSpec = new DHParameterSpec(spec.getP(), spec.getG());
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
parser.c | 17 static RegExp *spec; variable 43 spec = NULL; 80 spec = spec ? mkAlt(spec, re) : re; 245 if(spec) 246 genCode(o, spec);
|
/external/chromium_org/net/tools/disk_cache_memory_test/ |
disk_cache_memory_test.cc | 89 scoped_ptr<Backend> CreateAndInitBackend(const CacheSpec& spec) { 99 spec.cache_type, spec.backend_type, spec.path, 0, false, 107 << spec.path.LossyDisplayName(); 111 if (spec.backend_type == net::CACHE_BACKEND_SIMPLE) { 127 << spec.path.LossyDisplayName(); 246 << "--spec-1=<spec> " 247 << "[--spec-2=<spec>] 258 scoped_ptr<CacheSpec> spec = CacheSpec::Parse(spec_str); local [all...] |
/external/chromium_org/content/shell/renderer/test_runner/ |
TestInterfaces.cpp | 115 string spec = GURL(testURL).spec(); local 117 if (spec.find("loading/") != string::npos) 119 if (spec.find("/dumpAsText/") != string::npos) { 123 if (spec.find("/inspector/") != string::npos 124 || spec.find("/inspector-enabled/") != string::npos) 126 if (spec.find("/inspector/") != string::npos) { 129 string test_path = spec.substr(spec.find("/inspector/") + 11); 138 if (spec.find("/viewsource/") != string::npos) [all...] |
/external/chromium_org/net/base/ |
url_util_unittest.cc | 17 "name", "value").spec()); 24 "name", "value").spec()); 30 "na me", "v.alue=").spec()); 38 "name", "value").spec()); 46 "name", "value").spec()); 53 "na me", "v.alue=").spec()); 59 "name", "new").spec()); 66 "na me", "n.ew=").spec()); 72 "name", "new").spec()); 81 "name", "new").spec()); [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ShHandle.h | 30 // Helper function to identify specs that are based on the WebGL spec, 31 // like the CSS Shaders spec. 33 bool IsWebGLBasedSpec(ShShaderSpec spec); 57 TCompiler(ShShaderType type, ShShaderSpec spec, ShShaderOutput output); 92 // Rewrites a shader's intermediate tree according to the CSS Shaders spec. 95 // functionality mandated in GLSL 1.0 spec Appendix A. 101 // Returns true if, after applying the packing rules in the GLSL 1.017 spec 111 // while spec says it is allowed. 144 // Built-in symbol table for the given language, spec, and resources. 177 ShShaderType type, ShShaderSpec spec, ShShaderOutput output) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
PBE.java | 3 import java.security.spec.AlgorithmParameterSpec; 5 import javax.crypto.spec.PBEKeySpec; 6 import javax.crypto.spec.PBEParameterSpec; 184 AlgorithmParameterSpec spec, 187 if ((spec == null) || !(spec instanceof PBEParameterSpec)) 189 throw new IllegalArgumentException("Need a PBEParameter spec with a PBE key."); 192 PBEParameterSpec pbeParam = (PBEParameterSpec)spec; 244 AlgorithmParameterSpec spec) 246 if ((spec == null) || !(spec instanceof PBEParameterSpec) [all...] |
/external/libselinux/src/ |
label_android_property.c | 17 typedef struct spec { struct 34 const struct spec *sp1 = A, *sp2 = B; 54 struct spec *curr_spec, *spec_arr = data->spec_arr; 112 /* On the second pass, process and store the specification in spec. */ 175 * After the first pass, the spec array is malloced to the appropriate 176 * size. Second pass is to populate the spec array and check for 214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp); 228 struct spec *spec; local 232 spec = &data->spec_arr[i] [all...] |
label_file.c | 26 typedef struct spec { struct 90 /* find the stem of a file spec, returns the index into stem_arr for a new 152 struct spec *curr_spec, *spec_arr = data->spec_arr; 185 static void spec_hasMetaChars(struct spec *spec) 191 c = spec->regex_str; 192 len = strlen(spec->regex_str); 195 spec->hasMetaChars = 0; 196 spec->prefix_len = len; 212 spec->hasMetaChars = 1 545 struct spec *spec; local 683 spec_t *spec; local [all...] |
/external/qemu/distrib/libselinux/src/ |
label_android_property.c | 17 typedef struct spec { struct 34 const struct spec *sp1 = A, *sp2 = B; 54 struct spec *curr_spec, *spec_arr = data->spec_arr; 112 /* On the second pass, process and store the specification in spec. */ 175 * After the first pass, the spec array is malloced to the appropriate 176 * size. Second pass is to populate the spec array and check for 214 qsort(data->spec_arr, data->nspec, sizeof(struct spec), cmp); 228 struct spec *spec; local 232 spec = &data->spec_arr[i] [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/ |
SDL_artsaudio.c | 49 static int ARTS_OpenAudio(_THIS, SDL_AudioSpec *spec); 277 static int ARTS_OpenAudio(_THIS, SDL_AudioSpec *spec) 291 for ( test_format = SDL_FirstAudioFormat(spec->format); 317 spec->format = test_format; 328 stream = SDL_NAME(arts_play_stream)(spec->freq, bits, spec->channels, "SDL"); 331 SDL_CalculateAudioSpec(spec); 334 for ( frag_spec = 0; (0x01<<frag_spec) < spec->size; ++frag_spec ); 335 if ( (0x01<<frag_spec) != spec->size ) { 347 spec->size = SDL_NAME(arts_stream_get)(stream, ARTS_P_PACKET_SIZE) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/ |
SDL_esdaudio.c | 50 static int ESD_OpenAudio(_THIS, SDL_AudioSpec *spec); 272 static int ESD_OpenAudio(_THIS, SDL_AudioSpec *spec) 276 /* Convert audio spec to the ESD audio format */ 278 switch ( spec->format & 0xFF ) { 289 if ( spec->channels == 1 ) { 295 spec->samples = ESD_BUF_SIZE; /* Darn, no way to change this yet */ 299 audio_fd = SDL_NAME(esd_play_stream)(format, spec->freq, NULL, get_progname()); 306 SDL_CalculateAudioSpec(spec); 307 frame_ticks = (float)(spec->samples*1000)/spec->freq [all...] |
/external/chromium_org/url/ |
url_canon_etc.cc | 84 bool DoScheme(const CHAR* spec, 106 UCHAR ch = static_cast<UCHAR>(spec[i]); 132 AppendUTF8EscapedChar(spec, &i, end, output); 194 bool DoPort(const CHAR* spec, 199 int port_num = ParsePort(spec, port); 210 AppendInvalidNarrowString(spec, port.begin, port.end(), output); 232 void DoCanonicalizeRef(const CHAR* spec, 250 if (spec[i] == 0) { 253 } else if (static_cast<UCHAR>(spec[i]) < 0x20) { 257 AppendEscapedChar(static_cast<unsigned char>(spec[i]), output) [all...] |
url_canon_path.cc | 101 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, 108 if (IsURLSlash(spec[after_dot])) { 114 int second_dot_len = IsDot(spec, after_dot, end); 122 if (IsURLSlash(spec[after_second_dot])) { 179 bool DoPartialPath(const CHAR* spec, 187 UCHAR uch = static_cast<UCHAR>(spec[i]); 194 success &= AppendUTF8EscapedChar(spec, &i, end, output); 202 if ((dotlen = IsDot(spec, i, end)) > 0) { 217 switch (ClassifyAfterDot<CHAR>(spec, i + dotlen, end, 246 if (DecodeEscaped(spec, &i, end, &unescaped_value)) [all...] |
url_canon_ip.h | 41 URL_EXPORT bool FindIPv4Components(const char* spec, 44 URL_EXPORT bool FindIPv4Components(const base::char16* spec, 59 URL_EXPORT CanonHostInfo::Family IPv4AddressToNumber(const char* spec, 63 URL_EXPORT CanonHostInfo::Family IPv4AddressToNumber(const base::char16* spec, 73 URL_EXPORT bool IPv6AddressToNumber(const char* spec, 76 URL_EXPORT bool IPv6AddressToNumber(const base::char16* spec,
|
/external/clang/test/CXX/except/except.spec/ |
p3.cpp | 19 // MS throw-any spec and no spec at all are compatible 23 // throw(X) and no spec are not compatible 72 // noexcept(false) is *not* compatible with no spec 97 // As a very special workaround, we allow operator new to match no spec 98 // with a throw(bad_alloc) spec, because C++0x makes an incompatible change
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ums/ |
SDL_umsaudio.c | 48 static int UMS_OpenAudio(_THIS, SDL_AudioSpec *spec); 216 // value = spec->freq; 221 // spec->freq = value; 224 static int UMS_OpenAudio(_THIS, SDL_AudioSpec *spec) 250 test_format = SDL_FirstAudioFormat(spec->format); 260 /* sample_bits = spec->size / spec->samples / spec->channels * 8; */ 263 rc = UADSetSampleRate(this, spec->freq << 16, &outRate ); 270 rc = UADSetSampleRate(this, spec->freq << 16, &outRate ) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 73 $objfile = File::Spec->catfile('obj', $base.'.o'); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 75 $objfile = File::Spec->catfile('obj', $base.'.o'); 103 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 16 use File::Spec; 47 $h = File::Spec->canonpath($h); 68 $file = File::Spec->canonpath($file); 70 (undef, undef, $f) = File::Spec->splitpath($file); 73 $objfile = File::Spec->catfile('obj', $base.'.o'); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE);
|
/libcore/benchmarks/src/benchmarks/regression/ |
CipherBenchmark.java | 23 import java.security.spec.AlgorithmParameterSpec; 31 import javax.crypto.spec.IvParameterSpec; 100 private AlgorithmParameterSpec spec; field in class:CipherBenchmark 127 spec = new IvParameterSpec(IV); 131 cipherEncrypt.init(Cipher.ENCRYPT_MODE, key, spec); 134 cipherDecrypt.init(Cipher.DECRYPT_MODE, key, spec);
|
/system/extras/tests/fstest/ |
README | 9 one matching rule. If there is an explicit (fully specified) <spec> 11 explicit <spec> rule fails (i.e., other matching <spec> rules will be 13 <spec> rule fails to hold. 17 <spec> <min_mode> <max_mode> <min_uid> <max_uid> <min_gid> <max_gid> 19 Where <spec> is one of the following:
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
DSAParameterSpecTest.java | 22 package org.apache.harmony.security.tests.java.security.spec; 25 import java.security.spec.AlgorithmParameterSpec; 26 import java.security.spec.DSAParameterSpec;
|