HomeSort by relevance Sort by last modified time
    Searched full:generators (Results 26 - 50 of 467) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
KeyPairGeneratorSpi.java 11 import org.bouncycastle.crypto.generators.DSAKeyPairGenerator;
12 import org.bouncycastle.crypto.generators.DSAParametersGenerator;
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationClientNameProviderTest.java 42 assertTrue("Changing generators should not affect returned ID consistency",
55 assertTrue("Custom generators should return consistent IDs", Arrays.equals(id, id2));
  /external/chromium_org/tools/gyp/test/ninja/solibs_avoid_relinking/
gyptest-solibs-avoid-relinking.py 17 # NOTE(fischman): This test will not work with other generators because the
22 # if this was extended to other generators).
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2681.js 28 // Flags: --expose-gc --noincremental-marking --harmony-generators
30 // Check that we are not flushing code for generators.
  /external/smack/src/org/xbill/DNS/
Master.java 30 private List generators; field in class:Master
239 if (generators == null)
240 generators = new ArrayList(1);
241 generators.add(generator);
401 * by calling {@link #generators}. This must be called before a $GENERATE
410 * Returns an iterator over the generators specified in the master file; that
415 generators() { method in class:Master
416 if (generators != null)
417 return Collections.unmodifiableList(generators).iterator();
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-parsing.js 28 // Flags: --harmony-generators
41 // Generators can have return statements also, which internally parse to a kind
71 // In classic mode, yield is a normal identifier, outside of generators.
80 // mode or in generators.
105 // In generators, yield is invalid as a formal argument name.
generators-runtime.js 28 // Flags: --harmony-generators
65 // Generators have an additional object interposed in the chain between
110 // Not all functions are generators.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
__future__.py 52 "generators",
67 CO_GENERATOR_ALLOWED = 0 # generators (obsolete, was 0x1000)
106 generators = _Feature((2, 2, 0, "alpha", 1), variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
__future__.py 52 "generators",
67 CO_GENERATOR_ALLOWED = 0 # generators (obsolete, was 0x1000)
106 generators = _Feature((2, 2, 0, "alpha", 1), variable
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyPairGeneratorSpi.java 12 import org.bouncycastle.crypto.generators.DHBasicKeyPairGenerator;
13 import org.bouncycastle.crypto.generators.DHParametersGenerator;
AlgorithmParameterGeneratorSpi.java 11 import org.bouncycastle.crypto.generators.DHParametersGenerator;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/doc/
sample.bib 10 hand, despite the widespread availability of scanner generators, for
12 freely available scanner generators such as GLA \cite{Gray88} that can
  /external/chromium_org/tools/gyp/test/actions-multiple/
gyptest-all.py 21 # Test of fine-grained dependencies for generators that can build individual
31 # This sub-test can only be done with generators/build tools that can
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESedeKeyGenerator.java 1 package org.bouncycastle.crypto.generators;
DHBasicKeyPairGenerator.java 1 package org.bouncycastle.crypto.generators;
DHKeyGeneratorHelper.java 1 package org.bouncycastle.crypto.generators;
DHParametersGenerator.java 1 package org.bouncycastle.crypto.generators;
ECKeyPairGenerator.java 1 package org.bouncycastle.crypto.generators;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
KeyPairGeneratorSpi.java 11 import org.bouncycastle.crypto.generators.RSAKeyPairGenerator;
  /external/chromium_org/chrome/renderer/
playback_extension.h 20 // generators and make them constant. They really need to be constant
  /external/chromium_org/mojo/public/bindings/generators/
mojom_generator.py 5 """Code shared by the various language-specific code generators."""
  /external/chromium_org/tools/gyp/test/hello/
gyptest-regyp-output.py 15 # by the make and Android generators, and --generator-output is not supported
  /external/chromium_org/tools/gyp/test/mac/
gyptest-xcode-gcc-clang.py 29 # by default. The important part is that this is identical for all generators
  /external/chromium_org/tools/gyp/test/win/
gyptest-command-quote.py 29 # We confirm that this fails because other generators don't handle spaces in
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
PlatformStatus.java 11 package org.eclipse.releng.generators;

Completed in 595 milliseconds

12 3 4 5 6 7 8 91011>>