/external/chromium_org/chrome/browser/extensions/ |
external_component_loader.cc | 35 extension_urls::GetWebstoreUpdateUrl().spec()); 40 extension_urls::GetWebstoreUpdateUrl().spec()); 52 extension_urls::GetWebstoreUpdateUrl().spec());
|
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_helpers_unittest.cc | 19 std::string expected_url_base = server_base_url.spec(); 24 GetUrlForSearch(server_base_url).spec()); 27 GetUrlForSubmit(server_base_url).spec()); 32 server_base_url, std::string("demoproxy")).spec()); 35 GetUrlForPrinterRegistration(server_base_url).spec()); 39 GetUrlForPrinterUpdate(server_base_url, "printeridfoo").spec()); 44 server_base_url, "printeridbar", "deleted").spec()); 49 server_base_url, "myprinter", "nogoodreason").spec()); 53 GetUrlForJobDelete(server_base_url, "myprinter").spec()); 59 server_base_url, "myprinter", "s1", 0).spec()); [all...] |
/external/lldb/source/Host/common/ |
DynamicLibrary.cpp | 15 DynamicLibrary::DynamicLibrary (const FileSpec& spec, uint32_t options) : m_filespec(spec) 18 m_handle = Host::DynamicLibraryOpen (spec,options,err);
|
/frameworks/base/keystore/java/android/security/ |
AndroidKeyPairGenerator.java | 36 import java.security.spec.AlgorithmParameterSpec; 37 import java.security.spec.DSAParameterSpec; 38 import java.security.spec.InvalidKeySpecException; 39 import java.security.spec.RSAKeyGenParameterSpec; 40 import java.security.spec.X509EncodedKeySpec; 168 private static byte[][] getArgsForKeyType(int keyType, AlgorithmParameterSpec spec) { 171 if (spec instanceof RSAKeyGenParameterSpec) { 172 RSAKeyGenParameterSpec rsaSpec = (RSAKeyGenParameterSpec) spec; 177 if (spec instanceof DSAParameterSpec) { 178 DSAParameterSpec dsaSpec = (DSAParameterSpec) spec; 203 KeyPairGeneratorSpec spec = (KeyPairGeneratorSpec) params; local [all...] |
/libcore/luni/src/test/java/libcore/javax/crypto/spec/ |
KeyFactoryTestDH.java | 16 package libcore.javax.crypto.spec; 19 import javax.crypto.spec.DHPrivateKeySpec; 20 import javax.crypto.spec.DHPublicKeySpec;
|
KeyFactoryTestDSA.java | 16 package libcore.javax.crypto.spec; 19 import java.security.spec.DSAPrivateKeySpec; 20 import java.security.spec.DSAPublicKeySpec;
|
KeyFactoryTestRSA.java | 16 package libcore.javax.crypto.spec; 19 import java.security.spec.RSAPrivateKeySpec; 20 import java.security.spec.RSAPublicKeySpec;
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/spec/ |
MyEncodedKeySpec.java | 23 package org.apache.harmony.security.tests.support.spec; 25 import java.security.spec.EncodedKeySpec; 43 * @see java.security.spec.EncodedKeySpec#getFormat()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/ |
cdc.h | 53 /* "Header Functional Descriptor" from CDC spec 5.2.3.1 */ 62 /* "Call Management Descriptor" from CDC spec 5.2.3.2 */ 75 /* "Abstract Control Management Descriptor" from CDC spec 5.2.3.3 */ 91 /* "Union Functional Descriptor" from CDC spec 5.2.3.8 */ 102 /* "Country Selection Functional Descriptor" from CDC spec 5.2.3.9 */ 113 /* "Network Channel Terminal Functional Descriptor" from CDC spec 5.2.3.11 */ 125 /* "Ethernet Networking Functional Descriptor" from CDC spec 5.2.3.16 */ 138 /* "Telephone Control Model Functional Descriptor" from CDC WMC spec 6.3..3 */ 147 /* "MDLM Functional Descriptor" from CDC WMC spec 6.7.2.3 */ 157 /* "MDLM Detail Functional Descriptor" from CDC WMC spec 6.7.2.4 * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
cdc.h | 53 /* "Header Functional Descriptor" from CDC spec 5.2.3.1 */ 62 /* "Call Management Descriptor" from CDC spec 5.2.3.2 */ 75 /* "Abstract Control Management Descriptor" from CDC spec 5.2.3.3 */ 91 /* "Union Functional Descriptor" from CDC spec 5.2.3.8 */ 102 /* "Country Selection Functional Descriptor" from CDC spec 5.2.3.9 */ 113 /* "Network Channel Terminal Functional Descriptor" from CDC spec 5.2.3.11 */ 125 /* "Ethernet Networking Functional Descriptor" from CDC spec 5.2.3.16 */ 138 /* "Telephone Control Model Functional Descriptor" from CDC WMC spec 6.3..3 */ 147 /* "MDLM Functional Descriptor" from CDC WMC spec 6.7.2.3 */ 157 /* "MDLM Detail Functional Descriptor" from CDC WMC spec 6.7.2.4 * [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
KeyFactory2Test.java | 31 import java.security.spec.InvalidKeySpecException; 32 import java.security.spec.KeySpec; 33 import java.security.spec.PKCS8EncodedKeySpec; 34 import java.security.spec.X509EncodedKeySpec; 89 * @tests java.security.KeyFactory#generatePrivate(java.security.spec.KeySpec) 93 // java.security.KeyFactory.generatePrivate(java.security.spec.KeySpec) 120 fail("invalid key spec for algorithm " + keyfactAlgs[i]); 130 * @tests java.security.KeyFactory#generatePublic(java.security.spec.KeySpec) 134 // java.security.KeyFactory.generatePublic(java.security.spec.KeySpec) 162 fail("invalid key spec for algorithm " + keyfactAlgs[i]) [all...] |
/external/chromium_org/url/ |
url_parse_file.cc | 51 void DoParseUNC(const CHAR* spec, 55 int next_slash = FindNextSlash(spec, after_slashes, spec_len); 72 if (DoesBeginWindowsDriveSpec(spec, next_slash + 1, spec_len)) { 74 ParsePathInternal(spec, MakeRange(next_slash, spec_len), 91 ParsePathInternal(spec, MakeRange(next_slash, spec_len), 103 void DoParseLocalFile(const CHAR* spec, 108 ParsePathInternal(spec, MakeRange(path_begin, spec_len), 114 // character following the "file:" at the beginning of the spec. If so, 117 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) { 132 TrimURL(spec, &begin, &spec_len) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/windib/ |
SDL_dibaudio.c | 40 static int DIB_OpenAudio(_THIS, SDL_AudioSpec *spec); 244 int DIB_OpenAudio(_THIS, SDL_AudioSpec *spec) 263 switch ( spec->format & 0xFF ) { 266 spec->format = AUDIO_U8; 271 spec->format = AUDIO_S16; 278 waveformat.nChannels = spec->channels; 279 waveformat.nSamplesPerSec = spec->freq; 286 if ( spec->samples < (spec->freq/4) ) 287 spec->samples = ((spec->freq/4)+3)&~3 [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
unesctrn.h | 47 UChar* spec; // owned; may not be NULL member in class:UnescapeTransliterator 58 * Constructor. Takes the encoded spec array (does not adopt it). 60 * @param spec the encoded spec array 63 const UChar *spec);
|
/external/icu/icu4c/source/i18n/ |
unesctrn.h | 47 UChar* spec; // owned; may not be NULL member in class:UnescapeTransliterator 58 * Constructor. Takes the encoded spec array (does not adopt it). 60 * @param spec the encoded spec array 63 const UChar *spec);
|
/external/llvm/lib/DebugInfo/ |
DWARFAbbreviationDeclaration.cpp | 72 for (const AttributeSpec &Spec : AttributeSpecs) { 74 const char *attrString = AttributeString(Spec.Attr); 78 OS << format("DW_AT_Unknown_%x", Spec.Attr); 80 const char *formString = FormEncodingString(Spec.Form); 84 OS << format("DW_FORM_Unknown_%x", Spec.Form);
|
/libcore/luni/src/test/java/tests/security/interfaces/ |
Util.java | 19 import java.security.spec.ECFieldFp; 20 import java.security.spec.ECParameterSpec; 21 import java.security.spec.ECPoint; 22 import java.security.spec.EllipticCurve; 23 import java.security.spec.RSAPrivateCrtKeySpec;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/ |
GLAPISpecTest.java | 38 GLAPISpec spec = GLAPISpec.parseLine(createSpec(returnType, funcName, args)); local 40 assertEquals(Type.VOID, spec.getReturnValue().getDataType()); 41 assertEquals(returnType, spec.getReturnValue().getCType()); 42 assertEquals(funcName, spec.getFunction()); 44 List<GLDataTypeSpec> argSpecs = spec.getArgs();
|
/external/deqp/modules/gles31/stress/ |
es31sDrawTests.cpp | 444 gls::DrawTestSpec spec; 446 spec.apiType = glu::ApiType::es(3,1); 447 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights); 448 spec.primitiveCount = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(primitiveCounts), DE_ARRAY_END(primitiveCounts), primitiveCountWeights); 449 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights); 451 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWARRAYS_INDIRECT) 453 else if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_INDIRECT) 461 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights); 462 spec.indexPointerOffset = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(indexOffsets), DE_ARRAY_END(indexOffsets), indexOffsetWeights); 463 spec.indexStorage = gls::DrawTestSpec::STORAGE_BUFFER [all...] |
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | 101 long interrogatingTid, MagnificationSpec spec) { 111 args.arg2 = spec; 136 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local 160 applyAppScaleAndMagnificationSpecIfNeeded(infos, spec); 161 if (spec != null) { 162 spec.recycle(); 176 long interrogatingTid, MagnificationSpec spec) { 185 args.arg2 = spec; 211 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local 246 applyAppScaleAndMagnificationSpecIfNeeded(infos, spec); 295 final MagnificationSpec spec = (MagnificationSpec) args.arg3; local 409 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local 521 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local 675 final MagnificationSpec spec = (MagnificationSpec) args.arg2; local [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
omxSP_FFTInv_CCSToR_F32.c | 148 ARMsFFTSpec_R_FC32* spec = (ARMsFFTSpec_R_FC32*)pFFTSpec; local 161 if (!validateParametersF32(pSrc, pDst, spec)) 169 if (spec->N > 1) 171 pSrc, spec->pTwiddle, spec->pBuf, spec->N); 176 order = fastlog2(spec->N) - 1; 179 subFFTNum = spec->N >> 1; 180 pTwiddle = spec->pTwiddle; 186 pOut = (OMX_FC32*) spec->pBuf [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
DozeParameters.java | 104 final String spec = getString("doze.pulse.schedule", R.string.doze_pulse_schedule); local 105 if (sPulseSchedule == null || !sPulseSchedule.mSpec.equals(spec)) { 106 sPulseSchedule = PulseSchedule.parse(spec); 138 public static PulseSchedule parse(String spec) { 139 if (TextUtils.isEmpty(spec)) return null; 142 rt.mSpec = spec; 143 final String[] tokens = spec.split(","); 150 if (DEBUG) Log.d(TAG, "Parsed spec [" + spec + "] as: " + rt); 153 Log.w(TAG, "Error parsing spec: " + spec, e) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
BCDSAPrivateKey.java | 9 import java.security.spec.DSAParameterSpec; 10 import java.security.spec.DSAPrivateKeySpec; 47 DSAPrivateKeySpec spec) 49 this.x = spec.getX(); 50 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG());
|
BCDSAPublicKey.java | 9 import java.security.spec.DSAParameterSpec; 10 import java.security.spec.DSAPublicKeySpec; 31 DSAPublicKeySpec spec) 33 this.y = spec.getY(); 34 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JDKDSAPrivateKey.java | 9 import java.security.spec.DSAParameterSpec; 10 import java.security.spec.DSAPrivateKeySpec; 49 DSAPrivateKeySpec spec) 51 this.x = spec.getX(); 52 this.dsaSpec = new DSAParameterSpec(spec.getP(), spec.getQ(), spec.getG());
|