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

1 2

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Entry.java 46 boolean indexed() default false;
EntrySchema.java 319 // Create indexes for all indexed columns.
321 // Create an index on the indexed columns.
322 if (column.indexed) {
496 columns.add(new ColumnInfo(info.value(), type, info.indexed(),
506 public final boolean indexed; field in class:EntrySchema.ColumnInfo
512 public ColumnInfo(String name, int type, boolean indexed,
516 this.indexed = indexed;
FileCache.java 257 @Column(value = Columns.HASH_CODE, indexed = true)
269 @Column(value = Columns.LAST_ACCESS, indexed = true)
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadEntry.java 36 @Column(value = "hash_code", indexed = true)
48 @Column(value = "last_access", 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'
indexed-value-properties.js 29 // for indexed properties on value objects.
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');
array-slice.js 272 // via indexed assignment.
  /external/llvm/test/MC/ARM/
arm_addrmode2.s 3 @ Post-indexed
29 @ Pre-indexed
  /external/skia/gpu/src/
GrGpuGLFixed.cpp 262 bool indexed = NULL != startIndex; local
266 setBuffers(indexed, &extraVertexOffset, &extraIndexOffset);
277 if (indexed) {
GrGpuGL.h 112 void setBuffers(bool indexed,
GrGpuGLShaders.cpp 623 bool indexed = NULL != startIndex; local
627 setBuffers(indexed, &extraVertexOffset, &extraIndexOffset);
641 if (indexed) {
    [all...]
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 92 (** Computes the byte offset of the indexed struct element for a target.
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableElement28.js 81 with an index of 0. Currently the zero indexed row is in the THEAD
HTMLTableElement29.js 81 with an index of two. Currently the 2nd indexed row is in the TBODY
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableElement28.js 81 with an index of 0. Currently the zero indexed row is in the THEAD
HTMLTableElement29.js 81 with an index of two. Currently the 2nd indexed row is in the TBODY
  /external/v8/test/mjsunit/regress/
regress-969.js 103 // Assignment, compound assignment, and pre and post-increment of indexed
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 259 // The day of the year, zero indexed! 0 through 366
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 259 // The day of the year, zero indexed! 0 through 366
  /external/v8/src/
mirror-debugger.js 168 PropertyKind.Indexed = 2;
613 * @param {number} kind Indicate whether named, indexed or both kinds of
621 kind = kind || PropertyKind.Named | PropertyKind.Indexed;
644 // Find all the indexed properties.
645 if (kind & PropertyKind.Indexed) {
650 // Get names for indexed interceptor properties.
651 if (this.hasIndexedInterceptor() && (kind & PropertyKind.Indexed)) {
672 // Copy names for indexed properties.
673 if (kind & PropertyKind.Indexed) {
685 * @param {number} kind Indicate whether named, indexed or both kinds o
    [all...]
v8natives.js 541 // GetOwnProperty returns an array indexed by the constants
740 // Find all the indexed properties.
745 // Get names for indexed interceptor properties.
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 17 * the docs can be indexed.

Completed in 544 milliseconds

1 2