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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 73 INDEX_MASK = (1 << kPageIdOffset) - 1,
new_tab_page_handler.cc 190 values->SetInteger("shown_page_type", shown_page & ~INDEX_MASK);
191 values->SetInteger("shown_page_index", shown_page & INDEX_MASK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 35 private static final int INDEX_MASK = 0xffff;
254 final int index = msg.what & INDEX_MASK;
  /frameworks/native/opengl/libagl/
primitives.cpp 79 v0->index & vertex_cache_t::INDEX_MASK);
85 v1->index & vertex_cache_t::INDEX_MASK);
91 v2->index & vertex_cache_t::INDEX_MASK);
102 v2->index & vertex_cache_t::INDEX_MASK);
138 v->index & vertex_cache_t::INDEX_MASK);
411 v->index & vertex_cache_t::INDEX_MASK);
470 v->index & vertex_cache_t::INDEX_MASK);
    [all...]
context.h 236 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
light.cpp 311 v->index & vertex_cache_t::INDEX_MASK);
357 c->arrays.normal.element(v->index & vertex_cache_t::INDEX_MASK));
array.cpp 956 first &= vertex_cache_t::INDEX_MASK;
969 first & vertex_cache_t::INDEX_MASK);
    [all...]
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 67 static const uint32_t INDEX_MASK = 0x3ff; // bits 9..0 for expansions & contractions
87 * Use INDEX_MASK to find the start of the contraction list after the fixed table.
101 * Use INDEX_MASK to find the pair of CEs after the fixed table.
collationfastlatin.cpp     [all...]
collationfastlatinbuilder.cpp 598 if(expansionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
621 if(contractionIndex > (int32_t)CollationFastLatin::INDEX_MASK) {
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 227 milliseconds