HomeSort by relevance Sort by last modified time
    Searched full:maximumvalue (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebKit/chromium/tests/
TreeTestHelpers.cpp 53 int32_t nextRandom(const int32_t maximumValue)
56 return rand() % maximumValue;
TreeTestHelpers.h 46 // range from [0..maximumValue). Negative numbers are not allowed and will
48 int32_t nextRandom(const int32_t maximumValue);
PODRedBlackTreeTest.cpp 176 const int maximumValue = treeSize;
181 int value = nextRandom(maximumValue);
195 value = nextRandom(maximumValue);
PODIntervalTreeTest.cpp 223 int maximumValue = treeSize;
229 int left = nextRandom(maximumValue);
230 int length = nextRandom(maximumValue);
  /external/proguard/src/proguard/evaluation/value/
InstructionOffsetValue.java 118 public int maximumValue()
120 int maximumValue = Integer.MIN_VALUE;
128 if (maximumValue < value)
130 maximumValue = value;
135 return maximumValue;
  /external/libmtp/src/
libmtp.c     [all...]
ptp-pack.c 751 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->FORM.Range.MaximumValue, dpd->DataType);
820 ret = ptp_unpack_DPV (params, data, &offset, opdlen, &opd->FORM.Range.MaximumValue, opd->DataType);
    [all...]
ptp.h     [all...]
ptp.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 481 milliseconds