Home
last modified time | relevance | path

Searched refs:toInt (Results 1 - 25 of 36) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp182 int type = ctx_item->data(peer_role_type).toInt(); in context_menu()
189 config_methods = var.toInt(); in context_menu()
194 method = (enum selected_method) var.toInt(); in context_menu()
308 int peer_type = ctx_item->data(peer_role_type).toInt(); in enter_pin()
436 int type = item->data(peer_role_type).toInt(); in add_station()
532 str.section('=', 1).toInt(0, 0); in add_p2p_group_client()
602 id = (*it).mid(pos).toInt(); in add_bss()
801 if (item->data(peer_role_type).toInt() == type) in find_addr_type()
869 if (item == NULL || item->data(peer_role_type).toInt() != in event_notify()
887 if (item && item->data(peer_role_type).toInt() in event_notify()
[all...]
H A Dsignalbar.cpp38 if (index.data().toInt() > 0) in paint()
39 signal = 0 - (256 - index.data().toInt()); in paint()
41 signal = index.data().toInt(); in paint()
H A Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
H A Daddinterface.cpp141 tmp = s.toInt(); in addRegistryInterface()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp182 int type = ctx_item->data(peer_role_type).toInt(); in context_menu()
189 config_methods = var.toInt(); in context_menu()
194 method = (enum selected_method) var.toInt(); in context_menu()
308 int peer_type = ctx_item->data(peer_role_type).toInt(); in enter_pin()
436 int type = item->data(peer_role_type).toInt(); in add_station()
534 str.section('=', 1).toInt(0, 0); in add_p2p_group_client()
604 id = (*it).mid(pos).toInt(); in add_bss()
803 if (item->data(peer_role_type).toInt() == type) in find_addr_type()
871 if (item == NULL || item->data(peer_role_type).toInt() != in event_notify()
889 if (item && item->data(peer_role_type).toInt() in event_notify()
[all...]
H A Dsignalbar.cpp38 if (index.data().toInt() > 0) in paint()
39 signal = 0 - (256 - index.data().toInt()); in paint()
41 signal = index.data().toInt(); in paint()
H A Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
/third_party/vk-gl-cts/executor/
H A DxeTestResultParser.cpp39 static inline int toInt (const char* str) in toInt() function
549 image->width = toInt(getAttribute("Width")); in handleElementStart()
550 image->height = toInt(getAttribute("Height")); in handleElementStart()
631 config->bufferSize = toInt(getAttribute("BufferSize")); in handleElementStart()
632 config->redSize = toInt(getAttribute("RedSize")); in handleElementStart()
633 config->greenSize = toInt(getAttribute("GreenSize")); in handleElementStart()
634 config->blueSize = toInt(getAttribute("BlueSize")); in handleElementStart()
635 config->luminanceSize = toInt(getAttribute("LuminanceSize")); in handleElementStart()
636 config->alphaSize = toInt(getAttribute("AlphaSize")); in handleElementStart()
637 config->alphaMaskSize = toInt(getAttribut in handleElementStart()
[all...]
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableValue.cpp110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } in toInt() function
119 return CompareIntersection()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax)); in operator ()()
137 return CompareIsSubsetOf()(toInt(aMin), toInt(aMax), toInt(bMin), toInt(bMax)); in operator ()()
/third_party/skia/experimental/sorttoy/
H A DCmds.h61 SkDebugf("%d: save", fID.toInt());
84 SkDebugf("%d: restore", fID.toInt());
111 fID.toInt(),
149 fID.toInt(),
H A Dsorttypes.h30 int toInt() const { return fID; } in toInt() function in ID
H A Dsorttoy.cpp230 SkDebugf("%d", t.toInt()); in check_order()
236 SkDebugf("%d", t.toInt()); in check_order()
/third_party/vk-gl-cts/modules/egl/
H A DteglInfoTests.cpp46 static int toInt (std::string str) in toInt() function
110 const int stringMajor = toInt(versionTokens[0]); in validateString()
111 const int stringMinor = toInt(versionTokens[1]); in validateString()
/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgenutil.py116 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 Scalar
348 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
434 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
527 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
H A Dgen-conversions.py90 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])))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterUtility.java45 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DUCharacterUtility.java46 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp70 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java248 * <p>Note: This code was copied from {@link com.google.common.primitives.UnsignedBytes#toInt}, as
251 private static int toInt(byte value) { in toInt() method in ByteString
273 Integer.compare(toInt(formerBytes.nextByte()), toInt(latterBytes.nextByte()));
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py90 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 Dgenutil.py116 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 Scalar
415 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
526 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
646 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgenutil.py116 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 Scalar
417 def toInt(self): return Vec2(int(self.x), int(self.y)) member in Vec2
528 def toInt(self): return Vec3(int(self.x), int(self.y), int(self.z)) member in Vec3
648 def toInt(self): return Vec4(int(self.x), int(self.y), int(self.z), int(self.w)) member in Vec4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp142 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h540 template <class IntT> IntT toInt() const;
772 return (get(N) * *this).template toInt<uint64_t>(); in scale()
780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function in llvm::ScaledNumber
/third_party/skia/tools/mdbviz/
H A Dmainwindow.cpp137 int currentRow = cur->data(0, Qt::UserRole).toInt(); in onCurrentItemChanged()

Completed in 19 milliseconds

12