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

  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.h 73 INDEX_MASK = (1 << kPageIdOffset) - 1,
  /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.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 35 private static final int INDEX_MASK = 0xffff;
246 final int index = msg.what & INDEX_MASK;
  /frameworks/native/opengl/libagl/
context.h 236 INDEX_MASK = ((1LU<<INDEX_BITS)-1),
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 281 milliseconds