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

123

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt();
H A Dsignalbar.cpp38 if (index.data().toInt() > 0)
39 signal = 0 - (256 - index.data().toInt());
41 signal = index.data().toInt();
H A Dpeers.cpp182 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...]
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java28 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 DMurmur3_32HashFunction.java28 import static com.google.common.primitives.UnsignedBytes.toInt;
171 k1 ^= toInt(bb.get()) << i;
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
H A DClassCallingRequireNonNull.java23 return toInt(s::length);
26 public static int toInt(IntSupplier function) { method in class:ClassCallingRequireNonNull
31 return toInt(() -> Objects.requireNonNull(s).length());
H A DConstructorReference.java35 public List<Integer> toInt() { method in class:ConstructorReference
H A DConcreteFunction.java29 public static SpecializedParser<Integer> toInt() { method in class:ConcreteFunction
/external/guava/guava/src/com/google/common/primitives/
H A DUnsignedBytes.java71 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 DUnsignedBytesTest.java44 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 Dmacros-original.cc11 inline long long toInt(argumentType* argumentName) { \
27 long long asInt = toInt(basePtr);
/external/deqp/framework/randomshaders/
H A DrsgVariableValue.cpp110 inline int toInt (bool boolVal) { return boolVal ? 1 : 0; } function in namespace:rsg::__anon4853
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 DxeTestResultParser.cpp39 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 DteglInfoTests.cpp46 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/desugar/test/java/com/google/devtools/build/android/desugar/
H A DDesugarFunctionalTest.java230 assertThat(initRefUse.toInt()).containsExactly(1, 2, 42);
237 assertThat(initRefUse.toInt()).containsExactly(17);
280 assertThat(ConcreteFunction.toInt().apply("123456789")).isEqualTo(123456789);
281 assertThat(ConcreteFunction.parseAll(ImmutableList.of("5", "17"), ConcreteFunction.toInt()))
284 assertThat(ConcreteFunction.toInt().getClass().getDeclaredMethods())
288 ConcreteFunction.toInt().getClass().getDeclaredField("DO_NOT_COPY_INTO_LAMBDA_CLASSES");
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DUCharacterUtility.java46 static int toInt(char msc, char lsc) method in class:UCharacterUtility
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterUtility.java45 static int toInt(char msc, char lsc) method in class:UCharacterUtility
/external/skia/debugger/QT/
H A DSkSettingsWidget.h49 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
H A DSkListWidget.cpp60 int indent = index.data(Qt::UserRole + 3).toInt();
/external/skqp/debugger/QT/
H A DSkSettingsWidget.h49 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
H A DSkListWidget.cpp60 int indent = index.data(Qt::UserRole + 3).toInt();
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DPriority.java139 public final int toInt() { method in class:Priority
/external/deqp/modules/gles2/scripts/
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])))
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 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 DBigInteger.hh76 int toInt () const;

Completed in 1238 milliseconds

123