HomeSort by relevance Sort by last modified time
    Searched full:indexes (Results 126 - 150 of 1241) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 159 SlotIndexes *Indexes;
207 Indexes = &getAnalysis<SlotIndexes>();
253 if (!Indexes->findLiveInMBBs(I->start, I->end, LiveIn))
270 DEBUG(MBBI->print(dbgs(), Indexes));
314 // PhysReg operands cannot have subregister indexes.
342 if (Indexes)
343 Indexes->removeMachineInstrFromMaps(MI);
  /external/chromium_org/third_party/icu/source/common/
utrie.c 90 /* set indexes to point to consecutive data blocks */
291 /* valid, uncompacted trie and valid indexes? */
415 /* copy the lead surrogate indexes into a temporary array */
425 * the above saved the indexes for surrogate code *points*
426 * fill the indexes with simplified code from utrie_setRange32()
446 * Fold significant index values into the area just after the BMP indexes.
450 * lead surrogate indexes.
517 * insert it between the BMP indexes and the folded ones
663 /* move the non-overlapping indexes to their new positions */
669 /* no overlap, just move the indexes to their new positions *
    [all...]
  /external/icu4c/common/
utrie.cpp 90 /* set indexes to point to consecutive data blocks */
291 /* valid, uncompacted trie and valid indexes? */
415 /* copy the lead surrogate indexes into a temporary array */
425 * the above saved the indexes for surrogate code *points*
426 * fill the indexes with simplified code from utrie_setRange32()
446 * Fold significant index values into the area just after the BMP indexes.
450 * lead surrogate indexes.
517 * insert it between the BMP indexes and the folded ones
663 /* move the non-overlapping indexes to their new positions */
669 /* no overlap, just move the indexes to their new positions *
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBObjectStore.cpp 73 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it)
223 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
422 m_metadata.indexes.set(indexId, metadata);
462 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
503 m_metadata.indexes.remove(indexId);
614 for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it)
    [all...]
IDBMetadata.h 75 IndexMap indexes; member in struct:WebCore::IDBObjectStoreMetadata
  /external/chromium_org/third_party/sqlite/src/test/
select9.test 17 # version 3.6.0, SQLite contains code to use SQL indexes where possible
153 # of indexes present within the database schema. The data returned by
158 foreach indexes [list {
159 /* Do not create any indexes. */
171 execsql $indexes
277 foreach indexes [list {
278 /* Do not create any indexes. */
290 execsql $indexes
350 # If the right indexes exist, the following query:
354 # can use indexes to run without doing a in-memory sort operation
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pack.c 337 * Get indexes of color components for a basic color format, such as
338 * GL_RGBA, GL_RED, GL_LUMINANCE_ALPHA, etc. Return -1 for indexes
4379 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
4581 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
4959 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
5010 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
5186 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
    [all...]
  /external/mesa3d/src/mesa/main/
pack.c 337 * Get indexes of color components for a basic color format, such as
338 * GL_RGBA, GL_RED, GL_LUMINANCE_ALPHA, etc. Return -1 for indexes
4379 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
4581 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
4959 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
5010 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
5186 GLuint *indexes = (GLuint *) malloc(n * sizeof(GLuint)); local
    [all...]
  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 62 * specifies Qcom supported extention indexes. These indexes are
64 * Indexes in the SetParameter and Getparameter functins to set
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 45 // Used for mapping between SavePageType constants and the indexes above.
62 // Indexes used for specifying which element in the extensions dropdown
67 // Used for mapping between the IDS_ string identifiers and the indexes above.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_triangle.c 137 /* save colors/indexes for v0, v1 vertices */
143 /* copy v2 color/indexes to v0, v1 indexes */
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_fd.c 72 * Trouble is that unlike Unix file descriptors [which are indexes
74 * platforms which require "UPLINK" interface seem to be indexes
75 * in a user-land, non-global table. Well, in fact they are indexes
  /external/chromium_org/v8/src/
elements.h 182 // Element handlers distinguish between indexes and keys when they manipulate
183 // elements. Indexes refer to elements in terms of their location in the
187 // keys are equivalent to indexes, and GetKeyForIndex returns the same value
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 137 /* save colors/indexes for v0, v1 vertices */
143 /* copy v2 color/indexes to v0, v1 indexes */
  /external/openssl/crypto/bio/
bss_fd.c 72 * Trouble is that unlike Unix file descriptors [which are indexes
74 * platforms which require "UPLINK" interface seem to be indexes
75 * in a user-land, non-global table. Well, in fact they are indexes
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 62 * specifies Qcom supported extention indexes. These indexes are
64 * Indexes in the SetParameter and Getparameter functins to set
  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 62 * Enumerating of indexes in the pref array.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
BaseTree.as 149 // walk rest and decrement their child indexes
161 throw new Error("indexes invalid; no children in list");
241 throw new Error("child indexes don't match; expected "+i+" found "+this.childIndex);
250 /** BaseTree doesn't track child indexes. */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUnbufferedTokenStream.m 109 @throw [ANTLRRuntimeException newException:@"Absolute token indexes are meaningless in an unbuffered stream"];
  /external/chromium_org/ash/shelf/
shelf_model_unittest.cc 187 // Check that AddAt() figures out the correct indexes for app shortcuts.
206 // Check that AddAt() figures out the correct indexes for platform apps and
270 // Check that AddAt() figures out the correct indexes for app shortcuts.
289 // Check that AddAt() figures out the correct indexes for platform apps and
  /external/chromium_org/chrome/browser/history/
in_memory_url_index_cache.proto 7 // At certain times during browser operation, the indexes from the
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
safe_picasa_albums_indexer.h 27 // SafePicasaAlbumsIndexer indexes the contents of Picasa Albums by parsing the
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.h 53 // Removes the startup page at the given indexes. Called from WebUI.
  /external/chromium_org/content/test/data/indexeddb/
object_store_test.js 101 debug('Created indexes');
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.h 59 // fragmentStart and fragmentEnd are indexes into the returned markup that indicate

Completed in 1676 milliseconds

1 2 3 4 56 7 8 91011>>