HomeSort by relevance Sort by last modified time
    Searched refs:indexed (Results 1 - 18 of 18) sorted by null

  /external/clearsilver/python/examples/trans/
db_trans.py 18 self.d_addColumn("string", kBigString, indexed=1)
31 self.d_addColumn("string_id", kInteger, indexed=1)
33 self.d_addColumn("filename", kVarString, 255, indexed=1)
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
Entry.java 44 boolean indexed() default false;
EntrySchema.java 230 // Create indexes for all indexed columns.
232 // Create an index on the indexed columns.
234 if (column.indexed) {
400 columns.add(new ColumnInfo(info.value(), type, info.indexed(), info.fullText(), field, index));
412 public final boolean indexed; field in class:EntrySchema.ColumnInfo
418 public ColumnInfo(String name, int type, boolean indexed, boolean fullText, Field field, int projectionIndex) {
421 this.indexed = indexed;
PhotoEntry.java 44 @Column(value = "album_id", indexed = true)
51 @Column(value = "display_index", indexed = true)
  /external/v8/test/mjsunit/
enumeration-order.js 61 // We enumerate indexed properties in numerical order followed by
62 // named properties in insertion order, followed by indexed properties
97 var expected = ['23', '42', // indexed from 'o'
99 '3', '5', // indexed from 'proto1'
101 '2', '140000', '4294967295', // indexed from 'proto2'
mirror-array.js 83 assertEquals(void 0, fromJSON.indexedInterceptor, 'No indexed interceptor expected in JSON');
85 // Check that the serialization contains all indexed properties and the length property.
mirror-object.js 66 assertFalse(mirror.hasIndexedInterceptor(), 'No indexed interceptor expected');
103 assertEquals(void 0, fromJSON.indexedInterceptor, 'No indexed interceptor expected in JSON');
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 105 IndexedPKIXParameters indexed = (IndexedPKIXParameters) params; local
106 return indexed.findTrustAnchor(cert, certPath, index);
  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 259 // The day of the year, zero indexed! 0 through 366
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 259 // The day of the year, zero indexed! 0 through 366
  /external/clearsilver/python/examples/base/
odb.py 554 notnull = 0,indexed=0,
568 if indexed:
569 options['indexed'] = indexed
    [all...]
  /external/v8/src/
mirror-debugger.js 168 PropertyKind.Indexed = 2;
612 * @param {number} kind Indicate whether named, indexed or both kinds of
620 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
643 // Find all the indexed properties.
644 if (kind & PropertyKind.Indexed) {
649 // Get names for indexed interceptor properties.
650 if (this.hasIndexedInterceptor() && (kind & PropertyKind.Indexed)) {
671 // Copy names for indexed properties.
672 if (kind & PropertyKind.Indexed) {
684 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
v8natives.js 617 // Find all the indexed properties.
622 // Get names for indexed interceptor properties.
array.js 877 // There were indexed accessors in the array. Move array holes and
    [all...]
  /external/v8/test/cctest/
test-debug.cc 3443 v8::Handle<v8::ObjectTemplate> indexed = v8::ObjectTemplate::New(); local
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 1189 milliseconds