/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
H A D | scanresultsitem.cpp | 15 return text(sortCol).toInt() < other.text(sortCol).toInt();
|
H A D | signalbar.cpp | 38 if (index.data().toInt() > 0) 39 signal = 0 - (256 - index.data().toInt()); 41 signal = index.data().toInt();
|
H A D | peers.cpp | 182 int type = ctx_item->data(peer_role_type).toInt(); 189 config_methods = var.toInt(); 194 method = (enum selected_method) var.toInt(); 308 int peer_type = ctx_item->data(peer_role_type).toInt(); 436 int type = item->data(peer_role_type).toInt(); 532 str.section('=', 1).toInt(0, 0); 602 id = (*it).mid(pos).toInt(); 801 if (item->data(peer_role_type).toInt() == type) 869 if (item == NULL || item->data(peer_role_type).toInt() != 887 if (item && item->data(peer_role_type).toInt() [all...] |
H A D | addinterface.cpp | 141 tmp = s.toInt();
|
/external/guava/guava/src/com/google/common/hash/ |
H A D | Murmur3_128HashFunction.java | 28 import static com.google.common.primitives.UnsignedBytes.toInt; 120 k2 ^= (long) toInt(bb.get(14)) << 48; // fall through 122 k2 ^= (long) toInt(bb.get(13)) << 40; // fall through 124 k2 ^= (long) toInt(bb.get(12)) << 32; // fall through 126 k2 ^= (long) toInt(bb.get(11)) << 24; // fall through 128 k2 ^= (long) toInt(bb.get(10)) << 16; // fall through 130 k2 ^= (long) toInt(bb.get(9)) << 8; // fall through 132 k2 ^= (long) toInt(bb.get(8)); // fall through 137 k1 ^= (long) toInt(bb.get(6)) << 48; // fall through 139 k1 ^= (long) toInt(b [all...] |
H A D | Murmur3_32HashFunction.java | 28 import static com.google.common.primitives.UnsignedBytes.toInt; 171 k1 ^= toInt(bb.get()) << i;
|
/external/guava/guava/src/com/google/common/primitives/ |
H A D | UnsignedBytes.java | 71 public static int toInt(byte value) { method in class:UnsignedBytes 102 if (value > toInt(MAX_VALUE)) { 123 return toInt(a) - toInt(b); 136 int min = toInt(array[0]); 138 int next = toInt(array[i]); 156 int max = toInt(array[0]); 158 int next = toInt(array[i]); 191 return Integer.toString(toInt(x), radix); 248 builder.append(toInt(arra [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
H A D | UnsignedBytesTest.java | 44 assertEquals(0, UnsignedBytes.toInt((byte) 0)); 45 assertEquals(1, UnsignedBytes.toInt((byte) 1)); 46 assertEquals(127, UnsignedBytes.toInt((byte) 127)); 47 assertEquals(128, UnsignedBytes.toInt((byte) -128)); 48 assertEquals(129, UnsignedBytes.toInt((byte) -127)); 49 assertEquals(255, UnsignedBytes.toInt((byte) -1)); 55 UnsignedBytes.checkedCast(UnsignedBytes.toInt(value))); 66 UnsignedBytes.saturatedCast(UnsignedBytes.toInt(value)));
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
H A D | macros-original.cc | 11 inline long long toInt(argumentType* argumentName) { \ 27 long long asInt = toInt(basePtr);
|
/external/deqp/framework/randomshaders/ |
H A D | rsgVariableValue.cpp | 110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } function in namespace:rsg::__anon4294 119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax)); 137 return CompareIsSubsetOf()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax));
|
/external/deqp/executor/ |
H A D | xeTestResultParser.cpp | 39 static inline int toInt (const char* str) function in namespace:xe 531 image->width = toInt(getAttribute("Width")); 532 image->height = toInt(getAttribute("Height")); 613 config->bufferSize = toInt(getAttribute("BufferSize")); 614 config->redSize = toInt(getAttribute("RedSize")); 615 config->greenSize = toInt(getAttribute("GreenSize")); 616 config->blueSize = toInt(getAttribute("BlueSize")); 617 config->luminanceSize = toInt(getAttribute("LuminanceSize")); 618 config->alphaSize = toInt(getAttribute("AlphaSize")); 619 config->alphaMaskSize = toInt(getAttribut [all...] |
/external/deqp/modules/egl/ |
H A D | teglInfoTests.cpp | 46 static int toInt (std::string str) function in namespace:deqp::egl 110 const int stringMajor = toInt(versionTokens[0]); 111 const int stringMinor = toInt(versionTokens[1]);
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | UCharacterUtility.java | 46 static int toInt(char msc, char lsc) method in class:UCharacterUtility
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UCharacterUtility.java | 45 static int toInt(char msc, char lsc) method in class:UCharacterUtility
|
/external/skia/debugger/QT/ |
H A D | SkSettingsWidget.h | 49 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
|
H A D | SkListWidget.cpp | 60 int indent = index.data(Qt::UserRole + 3).toInt();
|
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
H A D | Priority.java | 139 public final int toInt() { method in class:Priority
|
/external/deqp/modules/gles2/scripts/ |
H A D | gen-conversions.py | 90 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps]))) 296 genConversionCases([inFloat, inInt, inBool], [toFloat, toInt, toBool]))) 304 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool])))
|
H A D | genutil.py | 116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function 121 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 122 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 123 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 234 def toInt(self): return Scalar(int(self.x)) member in class:Scalar 348 def toInt(self): return Vec2(int(self.x), int(self.y)) member in class:Vec2 434 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in class:Vec3 527 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in class:Vec4
|
/external/pdfium/third_party/bigint/ |
H A D | BigInteger.hh | 76 int toInt () const;
|
H A D | BigUnsigned.hh | 81 int toInt () const;
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
H A D | log4j-over-slf4j-1.4.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Category ... |
/external/deqp/modules/gles3/scripts/ |
H A D | gen-conversions.py | 90 res.append(Vec.fromScalarList(reduce(operator.add, [x[ndx].toInt().getScalars() for x in comps]))) 322 genConversionCases([inFloat, inInt, inUint, inBool], [toFloat, toInt, toBool]) +\ 332 genConversionCases([inVec2, inVec3, inVec4, inIVec2, inIVec3, inIVec4, inUVec2, inUVec3, inUVec4, inBVec2, inBVec3, inBVec4], [toFloat, toInt, toBool]) +\
|
H A D | genutil.py | 116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function 122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 124 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 256 def toInt(self): return Scalar(int(self.x)) member in class:Scalar 415 def toInt(self): return Vec2(int(self.x), int(self.y)) member in class:Vec2 526 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in class:Vec3 646 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in class:Vec4
|
/external/deqp/modules/gles31/scripts/ |
H A D | genutil.py | 116 def toInt(lst): return [Scalar(int(v.x)) for v in lst] function 122 def toIVec4(lst): return [v.toInt().toVec4() for v in lst] 123 def toIVec3(lst): return [v.toInt().toVec3() for v in lst] 124 def toIVec2(lst): return [v.toInt().toVec2() for v in lst] 256 def toInt(self): return Scalar(int(self.x)) member in class:Scalar 417 def toInt(self): return Vec2(int(self.x), int(self.y)) member in class:Vec2 528 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in class:Vec3 648 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in class:Vec4
|