HomeSort by relevance Sort by last modified time
    Searched full:generation (Results 1 - 25 of 1063) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/tools/gendraft/
exclude.txt 7 # file that contains function names that need to be excluded from generation
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
instanceof-003-n.js 33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-004-n.js 33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-005-n.js 33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-006.js 33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
instanceof-001.js 33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
  /external/genext2fs/
TODO 6 - UUID generation
  /external/v8/src/
compilation-cache.cc 53 // for each generation of the sub-cache. Since the same source code string has
64 // Get the compilation cache tables for a specific generation.
65 Handle<CompilationCacheTable> GetTable(int generation);
67 // Age the sub-cache by evicting the oldest generation and creating a new
68 // young generation.
82 Object** tables_; // Compilation cache tables - one for each generation.
164 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) {
165 ASSERT(generation < generations_);
167 if (tables_[generation]->IsUndefined()) {
169 tables_[generation] = *result
235 int generation; local
299 int generation; local
339 int generation; local
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/spec/
OAEPParameterSpec.java 42 * <li>mask generation function (<i>mgf</i>) : <code>"MGF1"</code></li>
58 * <i>message digest</i> algorithm name, <i>mask generation function</i>
65 * the mask generation function algorithm name.
67 * the algorithm parameter specification for the mask generation
96 * Returns the algorithm name of the <i>mask generation function</i>.
98 * @return the algorithm name of the mask generation function.
105 * Returns the algorithm parameter specification for the mask generation
108 * @return the algorithm parameter specification for the mask generation
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
DSA.java 11 * initialise the signer for signature generation or signature
16 * @param param key parameters for signature generation.
  /external/e2fsprogs/tests/r_inline_xattr/
expect 3 Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810
13 Inode: 12 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810
  /external/emma/pregenerated/
ANDROID-CHANGES.txt 4 Android make-based build doesn't accommodate source-generation.
  /external/icu4c/data/xml/rbnf/
af.xml 9 <generation date="$Date: 2009/03/24 17:39:13 $"/>
am.xml 9 <generation date="$Date: 2009/03/24 17:39:14 $"/>
ar.xml 9 <generation date="$Date: 2009/03/24 17:39:15 $"/>
az.xml 9 <generation date="$Date: 2009/03/24 17:39:17 $"/>
bs.xml 9 <generation date="$Date: 2009/03/24 17:39:21 $"/>
cs.xml 9 <generation date="$Date: 2009/03/24 17:39:23 $"/>
el.xml 9 <generation date="$Date: 2009/03/24 17:39:29 $"/>
eo.xml 9 <generation date="$Date: 2009/03/24 17:39:32 $"/>
et.xml 9 <generation date="$Date: 2009/03/24 17:39:34 $"/>
fa.xml 9 <generation date="$Date: 2009/03/24 17:39:36 $"/>
fa_AF.xml 9 <generation date="$Date: 2009/03/24 17:39:37 $"/>
fi.xml 9 <generation date="$Date: 2009/03/24 17:39:38 $"/>
fil.xml 9 <generation date="$Date: 2009/03/24 17:39:40 $"/>

Completed in 75 milliseconds

1 2 3 4 5 6 7 8 91011>>