HomeSort by relevance Sort by last modified time
    Searched full:spec (Results 326 - 350 of 1636) sorted by null

<<11121314151617181920>>

  /external/icu4c/io/
uprintf.h 83 * @param spec A pointer to a <TT>u_printf_spec</TT> to receive the parsed
  /external/webkit/WebCore/dom/
KeyboardEvent.idl 46 // FIXME: this does not match the version in the DOM spec.
  /external/webkit/WebCore/html/
HTMLFrameOwnerElement.cpp 85 // Spec: http://www.w3.org/TR/SVG/struct.html#InterfaceGetSVGDocument
  /external/webkit/WebCore/svg/
SVGAnimateMotionElement.h 60 // Note: we do not support percentage values for to/from coords as the spec implies we should (opera doesn't either)
SVGExternalResourcesRequired.h 32 // Notes on a SVG 1.1 spec discrepancy:
SVGNumberList.cpp 48 // The spec strangely doesn't allow leading whitespace. We might choose to violate that intentionally. (section 4.1)
  /dalvik/dx/src/com/android/dx/cf/code/
OneLocalsArray.java 136 public void set(RegisterSpec spec) {
137 set(spec.getReg(), spec); local
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
SecretKeySpec.java 23 package javax.crypto.spec;
26 import java.security.spec.KeySpec;
39 // The 5.0 spec. doesn't declare this serialVersionUID field
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementTest.java 40 import java.security.spec.AlgorithmParameterSpec;
41 import java.security.spec.DSAParameterSpec;
42 import java.security.spec.RSAKeyGenParameterSpec;
48 import javax.crypto.spec.DHParameterSpec;
517 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class}
524 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
592 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class}
599 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
672 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class, java.security.SecureRandom.class}
732 args = {java.security.Key.class, java.security.spec.AlgorithmParameterSpec.class
    [all...]
SecretKeyFactoryTest.java 36 import java.security.spec.InvalidKeySpecException;
37 import java.security.spec.KeySpec;
43 import javax.crypto.spec.DESKeySpec;
44 import javax.crypto.spec.DESedeKeySpec;
45 import javax.crypto.spec.SecretKeySpec;
416 args = {java.security.spec.KeySpec.class}
423 args = {java.security.spec.KeySpec.class}
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 15 import java.security.spec.KeySpec;
16 import java.security.spec.PKCS8EncodedKeySpec;
17 import java.security.spec.X509EncodedKeySpec;
26 import javax.crypto.spec.PBEKeySpec;
27 import javax.crypto.spec.PBEParameterSpec;
28 import javax.crypto.spec.SecretKeySpec;
413 KeySpec spec; local
419 spec = new PKCS8EncodedKeySpec(enc);
423 spec = new X509EncodedKeySpec(enc);
439 return KeyFactory.getInstance(algorithm, "BC").generatePrivate(spec);
    [all...]
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
KeyManagerFactory.java 215 * @param spec
220 public final void init(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException {
221 spiImpl.engineInit(spec);
TrustManagerFactory.java 210 * @param spec
215 public final void init(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException {
216 spiImpl.engineInit(spec);
  /external/apache-http/src/org/apache/http/cookie/
CookieSpecRegistry.java 77 throw new IllegalArgumentException("Cookie spec factory may not be null");
115 throw new IllegalStateException("Unsupported cookie spec: " + name);
140 * @return list of registered cookie spec names
  /external/bluetooth/glib/docs/reference/glib/
cross.sgml 141 not your thread library) that conforms to the POSIX spec.
150 that doesn't conform to to the POSIX spec, but GLib might be able
161 the POSIX spec.
  /external/freetype/include/freetype/
ftmac.h 209 /* spec :: FSSpec to the font file. */
225 const FSSpec *spec,
244 /* spec :: FSRef to the font file. */
  /external/genext2fs/
genext2fs.8 47 .BI "\-D, \-\-devtable spec\-file[:path]"
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 240 def __init__(self, parent, pos=(0,0), size=(200,-1), title='Open File', spec='*.*', id=-1):
241 self.spec = spec
255 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
261 dlg = wx.FileDialog(None, self.title, defDir, '', self.spec, wx.FD_OPEN)
264 IniSetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, str(FileJustPath(dlg.GetPath())))
308 def __init__(self, parent, pos=(0,0), size=(200,-1), title='Open File', spec='*.*', id=-1):
309 self.spec = spec
322 defDir = IniGetValue(JetDefs.JETCREATOR_INI, JetDefs.INI_DEFAULTDIRS, self.spec, 'str', str(os.getcwd()))
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Statements/
regress-131348.js 42 * ECMA-262 3rd Edition Final spec says such statements SHOULD error. See:
48 * But SpiderMonkey has decided NOT to follow this; it's a bug in the spec.
51 * Update: Rhino has also decided not to follow the spec on this
  /external/webkit/WebKitTools/Scripts/
update-webkit-auxiliary-libs 37 use File::Spec;
56 my $tmpDir = File::Spec->rel2abs(File::Temp::tempdir("webkitlibsXXXXXXX", TMPDIR => 1, CLEANUP => 1));
88 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpDir/$file/win");
VCSUtils.pm 37 use File::Spec;
101 return system("cd $dir && git rev-parse > " . File::Spec->devnull() . " 2>&1") == 0;
143 return -d File::Spec->catdir($dir, ".svn");
179 return File::Spec->abs2rel($previousDirectory, $newDirectory);
199 open INFO, "svn info '$path' 2> " . File::Spec->devnull() . " |" or die;
226 $path = File::Spec->catdir($parent, $path);
229 return File::Spec->rel2abs($last);
268 my $relativePath = File::Spec->abs2rel($file);
310 $file = File::Spec->canonpath($file);
314 foreach my $dir (File::Spec->splitdir($file))
    [all...]
  /frameworks/base/core/java/android/util/
StateSet.java 27 * A state spec is an array of signed ints where each element
33 * In theory we could encapsulate the state set and state spec arrays
45 * @param stateSetOrSpec a state set or state spec.
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 386 * Processes the given register spec.
388 * @param spec {@code non-null;} the register spec
390 private void processReg(RegisterSpec spec) {
391 int reg = spec.getNextReg();
  /external/icu4c/i18n/
transreg.cpp 194 * Spec class for sources and targets.
196 * A Spec may be a locale or a script. If it is a locale, it has a
198 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods
202 * The Spec class canonicalizes itself, so the locale is put into
208 TransliteratorSpec(const UnicodeString& spec);
226 UnicodeString spec; member in class:TransliteratorSpec
229 UBool isSpecLocale; // TRUE if spec is a locale
279 // assert(spec != top);
292 if (spec != top) {
293 spec = top
    [all...]
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 53 * This defines a set of state spec / color pairs where each state spec specifies a set of
55 * with that spec. The list of state specs will be processed in order of the items in the XML file.
56 * An item with no state spec is considered to match any set of states and is generally useful as
265 * @param defaultColor the color to return if there's not state spec in this

Completed in 63 milliseconds

<<11121314151617181920>>