HomeSort by relevance Sort by last modified time
    Searched defs:toInt (Results 1 - 25 of 63) sorted by null

1 2 3

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/
TAbstract.java 20 protected abstract int toInt();
TPlain.java 20 public int toInt() {
TSuper.java 26 public int toInt() {
30 public int toInt(float v) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/
TAbstract.java 20 protected abstract int toInt();
TPlain.java 20 public int toInt() {
TSuper.java 24 public int toInt() {
28 public int toInt(float v) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct_range/d/
T_invoke_direct_range_16.java 24 private int toInt() {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float f) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float f) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
TSuper.java 21 public int toInt() {
25 public int toInt(float value) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridResolvedPosition.h 64 m_integerPosition = adjustGridPositionForSide(integerPosition, side).toInt();
103 size_t toInt() const
  /external/deqp/framework/randomshaders/
rsgVariableValue.cpp 110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; }
119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax));
137 return CompareIsSubsetOf()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax));
  /external/deqp/modules/egl/
teglInfoTests.cpp 64 static int toInt(std::string str)
102 const int stringMajor = toInt(versionTokens[0]);
103 const int stringMinor = toInt(versionTokens[1]);
  /external/guava/guava/src/com/google/common/primitives/
UnsignedBytes.java 63 public static int toInt(byte value) {
112 return toInt(a) - toInt(b);
125 int min = toInt(array[0]);
127 int next = toInt(array[i]);
145 int max = toInt(array[0]);
147 int next = toInt(array[i]);
172 builder.append(toInt(array[0]));
174 builder.append(separator).append(toInt(array[i]));
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 441 long String::toInt() {
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 68 int toInt(const CharType* attribute, bool& isValid)
172 int resourceWidth = it->toInt(attribute, isValid);
181 int resourceHeight = it->toInt(attribute, isValid);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
AtomicString.h 132 int toInt(bool* ok = 0) const { return m_string.toInt(ok); }
WTFString.cpp 600 int String::toInt(bool* ok) const
607 return m_impl->toInt(ok);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.cpp 106 static bool toInt(const String& src, unsigned parseStart, unsigned parseLength, int& out)
134 if (!toInt(src, start, digitsLength, year))
303 if (!toInt(src, index, 2, hour) || hour < 0 || hour > 23)
311 if (!toInt(src, index, 2, minute) || minute < 0 || minute > 59)
337 if (!toInt(src, index, 2, month) || month < 1 || month > 12)
361 if (!toInt(src, index, 2, day) || day < 1 || day > maxDayOfMonth(m_year, m_month))
388 if (!toInt(src, index, 2, week) || week < minimumWeekNumber || week > maxWeekNumberInYear())
401 if (!toInt(src, start, 2, hour) || hour < 0 || hour > 23)
411 if (!toInt(src, index, 2, minute) || minute < 0 || minute > 59)
420 if (toInt(src, index + 1, 2, second) && second >= 0 && second <= 59)
    [all...]
LayoutUnit.h 95 int toInt() const { return m_value / kFixedPointDenominator; }
107 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); }
109 operator int() const { return toInt(); }
145 return toInt();
790 return value.toInt() == value;
  /external/deqp/executor/
xeTestResultParser.cpp 39 static inline int toInt (const char* str)
529 image->width = toInt(getAttribute("Width"));
530 image->height = toInt(getAttribute("Height"));
603 config->bufferSize = toInt(getAttribute("BufferSize"));
604 config->redSize = toInt(getAttribute("RedSize"));
605 config->greenSize = toInt(getAttribute("GreenSize"));
606 config->blueSize = toInt(getAttribute("BlueSize"));
607 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
608 config->alphaSize = toInt(getAttribute("AlphaSize"));
609 config->alphaMaskSize = toInt(getAttribute("AlphaMaskSize"))
    [all...]
  /external/deqp/modules/gles2/scripts/
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
99 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
100 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
101 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
212 def toInt(self): return Scalar(int(self.x))
326 def toInt(self): return Vec2(int(self.x), int(self.y))
412 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
505 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /external/deqp/modules/gles3/scripts/
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
101 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
102 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
234 def toInt(self): return Scalar(int(self.x))
387 def toInt(self): return Vec2(int(self.x), int(self.y))
498 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
618 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /external/deqp/modules/gles31/scripts/
genutil.py 94 def toInt(lst): return [Scalar(int(v.x)) for v in lst]
100 def toIVec4(lst): return [v.toInt().toVec4() for v in lst]
101 def toIVec3(lst): return [v.toInt().toVec3() for v in lst]
102 def toIVec2(lst): return [v.toInt().toVec2() for v in lst]
234 def toInt(self): return Scalar(int(self.x))
389 def toInt(self): return Vec2(int(self.x), int(self.y))
500 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z))
620 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w))
  /external/llvm/include/llvm/Support/
ScaledNumber.h 542 template <class IntT> IntT toInt() const;
680 uint64_t RoundTrip = Scaled.template toInt<uint64_t>();
771 return (get(N) * *this).template toInt<uint64_t>();
779 IntT ScaledNumber<DigitsT>::toInt() const {

Completed in 614 milliseconds

1 2 3