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

  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 79 int endValue = 0;
84 endValue |= ((value & 0x7F) << 7 * nr);// cut away left most bit
87 return endValue;
94 int endValue = 0;
98 endValue |= (tmp << i * 8);
100 return endValue;
107 short endValue = 0;
111 endValue |= (tmp << i * 8);
113 return endValue;
120 char endValue = 0
    [all...]
  /dalvik/vm/
Init.c 126 dvmFprintf(stderr, " -Xjitop:hexopvalue[-endvalue]"
127 "[,hexopvalue[-endvalue]]*\n");
572 long startValue, endValue;
580 endValue = strtol(endPtr+1, &endPtr, 16);
581 endValue &= 0xff;
583 endValue = startValue;
586 for (; startValue <= endValue; startValue++) {
    [all...]
  /external/chromium/third_party/icu/source/i18n/
calendar.cpp     [all...]
  /external/icu4c/i18n/
calendar.cpp     [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
calendar.h     [all...]
  /external/icu4c/i18n/unicode/
calendar.h     [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.js 845 var endValue = end[key];
848 var newValue = cubicInOut(complete, startValue, endValue - startValue, duration);
851 style.setProperty(key, endValue + (key in propertyUnit ? propertyUnit[key] : defaultUnit));
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm     [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 240 milliseconds