HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 1901 - 1925 of 5555) sorted by null

<<71727374757677787980>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
volume.h 128 * it. The sample spec will have a defined state but
279 * specified sample spec. \since 0.9.13 */
283 * specified sample spec. \since 0.9.15 */
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 155 for _, spec := range d.Specs {
156 switch s := spec.(type) {
213 var blankImports []ast.Spec // _ imports
  /prebuilts/go/darwin-x86/src/go/types/
lookup.go 37 // (spec: "The type denoted by T is called the receiver base type;
180 // spec: "A method call x.m() is valid if the method set of (the type of) x
283 // spec: "If T is an interface type, x.(T) asserts that the
  /prebuilts/go/darwin-x86/test/
shift1.go 17 // from the spec
52 // from the spec
149 // For now, the spec disallows these. We may revisit past Go 1.1.
  /prebuilts/go/linux-x86/src/go/doc/
example.go 155 for _, spec := range d.Specs {
156 switch s := spec.(type) {
213 var blankImports []ast.Spec // _ imports
  /prebuilts/go/linux-x86/src/go/types/
lookup.go 37 // (spec: "The type denoted by T is called the receiver base type;
180 // spec: "A method call x.m() is valid if the method set of (the type of) x
283 // spec: "If T is an interface type, x.(T) asserts that the
  /prebuilts/go/linux-x86/test/
shift1.go 17 // from the spec
52 // from the spec
149 // For now, the spec disallows these. We may revisit past Go 1.1.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/ber/
decoder.py 229 # ASN.1 spec forbids leading zeros (0x80) in sub-ID OID
688 # while the second one requires original ASN.1 type spec for
723 debug.logger('candidate ASN.1 spec is a map of:')
730 debug.logger('new candidate ASN.1 spec is %s, chosen by %r' % (__chosenSpec is None and '<none>' or __chosenSpec.__class__.__name__, tagSet))
733 debug.logger and debug.logger & debug.flagDecoder and debug.logger('candidate ASN.1 spec is %s' % asn1Spec.__class__.__name__)
    [all...]
  /external/libogg/
Makefile.in 41 $(srcdir)/libogg.spec.in $(srcdir)/ogg-uninstalled.pc.in \
54 CONFIG_CLEAN_FILES = libogg.spec ogg.pc ogg-uninstalled.pc
212 libogg.spec libogg.spec.in \
270 libogg.spec: $(top_builddir)/config.status $(srcdir)/libogg.spec.in
  /external/libvorbis/
Makefile.in 40 $(srcdir)/libvorbis.spec.in $(srcdir)/vorbis-uninstalled.pc.in \
57 CONFIG_CLEAN_FILES = libvorbis.spec vorbis.pc vorbisenc.pc \
242 libvorbis.spec libvorbis.spec.in \
306 libvorbis.spec: $(top_builddir)/config.status $(srcdir)/libvorbis.spec.in
  /external/valgrind/callgrind/docs/
cl-format.xml 45 specifications of the form "spec=name". "spec" can be e.g. "fn" for a
184 the format "spec=name", but also "spec=(ID) name" to specify a mapping of an
185 integer ID to a name, and "spec=(ID)" to reference a previously defined ID
511 <computeroutput>spec=position name</computeroutput>. A position name
  /build/core/tasks/check_boot_jars/
package_whitelist.txt 27 java\.security\.spec
45 javax\.crypto\.spec
  /build/tools/signapk/src/com/android/signapk/
SignApk.java 68 import java.security.spec.InvalidKeySpecException;
69 import java.security.spec.PKCS8EncodedKeySpec;
88 import javax.crypto.spec.PBEKeySpec;
259 PKCS8EncodedKeySpec spec = decryptPrivateKey(bytes, file); local
260 if (spec == null) {
261 spec = new PKCS8EncodedKeySpec(bytes);
270 new ASN1InputStream(new ByteArrayInputStream(spec.getEncoded()))) {
275 return KeyFactory.getInstance(algOid).generatePrivate(spec);
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
KeyManagementTest.java 43 import java.security.spec.InvalidKeySpecException;
44 import java.security.spec.PKCS8EncodedKeySpec;
  /cts/tests/signature/src/android/signature/cts/
SignatureTest.java 311 throw new RuntimeException("Private visibility found in API spec: " + name);
321 throw new RuntimeException("Unknown modifier found in API spec: " + value);
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 129 * @param registerSpec register spec, including type and reg of operand
144 * @param registerSpec register spec, including type and reg of operand
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 167 KeyPairGeneratorSpec spec = local
188 kpGenerator.initialize(spec);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/
README.md 81 [10]: http://www.google.com/design/spec/layout/metrics-keylines.html
82 [11]: http://www.google.com/design/spec/animation/meaningful-transitions.html
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/Application/src/main/java/com/example/android/basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 167 KeyPairGeneratorSpec spec = local
188 kpGenerator.initialize(spec);
  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
BasicAndroidKeyStoreFragment.java 167 KeyPairGeneratorSpec spec = local
188 kpGenerator.initialize(spec);
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 21 package org.apache.harmony.crypto.tests.javax.crypto.spec;
27 import javax.crypto.spec.DESKeySpec;
PBEKeySpecTest.java 22 package org.apache.harmony.crypto.tests.javax.crypto.spec;
26 import javax.crypto.spec.PBEKeySpec;
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_channel.py 139 spec.
170 spec.
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.canvas.js 159 // If the font is a font-spec object, generate a CSS definition
188 // classes and examine it to generate a canvas font spec.
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/simple_api_parsing/npmorg/
expected.html 130 <li>14m <a href="/package/spec-convert">spec-convert</a></li>

Completed in 879 milliseconds

<<71727374757677787980>>