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

  /dalvik/vm/
Init.c 572 long startValue, endValue;
574 startValue = strtol(startPtr, &endPtr, 16);
577 startValue &= 0xff;
583 endValue = startValue;
586 for (; startValue <= endValue; startValue++) {
588 (unsigned int) startValue);
590 gDvmJit.opList[startValue >> 3] |=
591 1 << (startValue & 0x7);
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 77 milliseconds