| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
| H A D | peers.cpp | 182 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 D | signalbar.cpp | 38 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 D | scanresultsitem.cpp | 15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
| H A D | peers.cpp | 182 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 D | signalbar.cpp | 38 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 D | scanresultsitem.cpp | 15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
|
| /third_party/vk-gl-cts/executor/ |
| H A D | xeTestResultParser.cpp | 39 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 D | rsgVariableValue.cpp | 110 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 D | Cmds.h | 61 SkDebugf("%d: save", fID.toInt()); 84 SkDebugf("%d: restore", fID.toInt()); 111 fID.toInt(), 149 fID.toInt(),
|
| H A D | sorttypes.h | 30 int toInt() const { return fID; } in toInt() function in ID
|
| /third_party/vk-gl-cts/modules/egl/ |
| H A D | teglInfoTests.cpp | 46 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()
|
| /foundation/arkui/ui_lite/test/autotest/src/ |
| H A D | tcp_socket_manager.cpp | 87 values.push_back(it.toInt()); in OnGetEventValue() 107 testSteps.eventID = static_cast<TestEventID>(arrobj.value(JSON_VALUE_EVENT_ID.c_str()).toInt()); in OnGetTestSetps() 146 mainID = static_cast<size_t>(object.value(JSON_VALUE_MAIN_ID.c_str()).toInt()); in OnGetMsgInfo() 174 configInfo->testMode = static_cast<TestMode>(object.value(JOSN_VALUE_TEST_MODE.c_str()).toInt()); in OnGetConfigInfo()
|
| /third_party/vk-gl-cts/modules/gles2/scripts/ |
| 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 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 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])))
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | UCharacterUtility.java | 45 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 D | UCharacterUtility.java | 46 static int toInt(char msc, char lsc) in toInt() method in UCharacterUtility
|
| /foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/ |
| H A D | main.cpp | 67 int tempSize = jsHeapSize.toInt();
in InitPage()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | SummaryBasedOptimizations.cpp | 70 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | qconf.cc | 52 result.push_back((*it).toInt()); in readSizes() 319 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt(); in ConfigList() 1259 width = configSettings->value("/window width", parent->width() / 2).toInt(); in ConfigSearchWindow() 1260 height = configSettings->value("/window height", parent->height() / 2).toInt(); in ConfigSearchWindow() 1265 move(x.toInt(), y.toInt()); in ConfigSearchWindow() 1324 width = configSettings->value("/window width", d->width() - 64).toInt(); in ConfigMainWindow() 1325 height = configSettings->value("/window height", d->height() - 64).toInt(); in ConfigMainWindow() 1330 move(x.toInt(), y.toInt()); in ConfigMainWindow() [all...] |
| /kernel/linux/linux-6.6/scripts/kconfig/ |
| H A D | qconf.cc | 54 result.push_back((*it).toInt()); in readSizes() 322 optMode = (enum optionMode)configSettings->value("/optionMode", 0).toInt(); in ConfigList() 1268 width = configSettings->value("/window width", parent->width() / 2).toInt(); in ConfigSearchWindow() 1269 height = configSettings->value("/window height", parent->height() / 2).toInt(); in ConfigSearchWindow() 1274 move(x.toInt(), y.toInt()); in ConfigSearchWindow() 1334 width = configSettings->value("/window width", g.width() - 64).toInt(); in ConfigMainWindow() 1335 height = configSettings->value("/window height", g.height() - 64).toInt(); in ConfigMainWindow() 1340 move(x.toInt(), y.toInt()); in ConfigMainWindow() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | SyntheticCountsPropagation.cpp | 142 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | ByteString.java | 248 * <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 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 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 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 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
|