Home
last modified time | relevance | path

Searched defs:asInt (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DBaseCompiledTemplate.java132 public static int asInt(String value) { in asInt() method in BaseCompiledTemplate
136 public static int asInt(int value) { in asInt() method in BaseCompiledTemplate
140 public static int asInt(boolean value) { in asInt() method in BaseCompiledTemplate
144 public static int asInt(Value value) { in asInt() method in BaseCompiledTemplate
148 public static int asInt(Data data) { in asInt() method in BaseCompiledTemplate
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DHashCode.java48 public abstract int asInt(); in asInt() method in HashCode
137 public int asInt() { in asInt() method in HashCode.IntHashCode
203 public int asInt() { in asInt() method in HashCode.LongHashCode
269 public int asInt() { in asInt() method in HashCode.BytesHashCode
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DHashCode.java48 public abstract int asInt(); in asInt() method in HashCode
137 public int asInt() { in asInt() method in HashCode.IntHashCode
203 public int asInt() { in asInt() method in HashCode.LongHashCode
269 public int asInt() { in asInt() method in HashCode.BytesHashCode
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DConverter.java87 public int asInt(TypedResource typedResource) { in asInt() method in Converter
124 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromCharSequence
153 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromColor
196 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromInt
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/
H A DArArchiveInputStream.java212 private int asInt(final byte[] byteArray, int offset, int len) { in asInt() method in ArArchiveInputStream
216 private int asInt(final byte[] byteArray, int offset, int len, final boolean treatBlankAsZero) { in asInt() method in ArArchiveInputStream
220 private int asInt(final byte[] byteArray, int offset, int len, final int base) { in asInt() method in ArArchiveInputStream
224 …private int asInt(final byte[] byteArray, int offset, int len, final int base, final boolean treat… in asInt() method in ArArchiveInputStream
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
H A DNumericNode.java49 public final int asInt() { in asInt() method in NumericNode
54 public final int asInt(int defaultValue) { in asInt() method in NumericNode
H A DPOJONode.java73 public int asInt(int defaultValue) in asInt() method in POJONode
H A DBooleanNode.java72 public int asInt(int defaultValue) { in asInt() method in BooleanNode
H A DTextNode.java119 public int asInt(int defaultValue) { in asInt() method in TextNode
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableValue.hpp200 int asInt(void) const in asInt() function in rsg::ConstStridedValueAccess
221 int asInt(int ndx) const in asInt() function in rsg::ConstStridedValueAccess
288 int &asInt(void) in asInt() function in rsg::StridedValueAccess
309 int &asInt(int ndx) in asInt() function in rsg::StridedValueAccess
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat/src/com/android/wm/shell/flicker/appcompat/
H A DLetterboxRule.kt93 private fun asInt(str: String?): Int? = in <lambda>() method
/aosp_15_r20/system/libcppbor/include/cppbor/
H A Dcppbor.h152 virtual Int* asInt() { return nullptr; } in asInt() function
153 const Int* asInt() const { return const_cast<Item*>(this)->asInt(); } in asInt() function
331 Int* asInt() override { return this; } in asInt() function
849 Int* asInt() override { return mTaggedItem->asInt(); } in asInt() function
/aosp_15_r20/system/chre/java/test/chqts/src/com/google/android/chre/test/chqts/
H A DContextHubTestConstants.java245 public int asInt() { in asInt() method in ContextHubTestConstants.TestNames
340 public int asInt() { in asInt() method in ContextHubTestConstants.MessageType
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/hash/
H A DHashCodeTest.java364 final int asInt; field in HashCodeTest.ExpectedHashCode
368 ExpectedHashCode(byte[] bytes, int asInt, @Nullable Long asLong, String toString) { in ExpectedHashCode()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/hash/
H A DHashCodeTest.java364 final int asInt; field in HashCodeTest.ExpectedHashCode
368 ExpectedHashCode(byte[] bytes, int asInt, @Nullable Long asLong, String toString) { in ExpectedHashCode()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
H A DJsonNode.java600 public int asInt() { in asInt() method in JsonNode
614 public int asInt(int defaultValue) { in asInt() method in JsonNode
/aosp_15_r20/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
H A DProfile.java49 public int asInt() { in asInt() method in Profile
/aosp_15_r20/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/info/
H A DMetadataValue.java49 public int asInt() { in asInt() method in MetadataValue
/aosp_15_r20/external/skia/tests/
H A DPathOpsOpLoopThreadedTest.cpp24 int asInt = SkScalarRoundToInt(x); in add_point() local
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/util/
H A DNumberUtils.java80 String asInt = format.format(value); in isLikelyFloat() local
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
H A DIntegerLiteralExpr.java92 public int asInt() { in asInt() method in IntegerLiteralExpr
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dnamed.go27 func asInt(Int) {} func
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/example/
Dtoytime.hpp38 int asInt()const { return m_time; } in asInt() function in boost::icl::Time
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/
H A DHeapValue.kt67 val asInt: Int? constant in shark.HeapValue
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/
H A DBytecodeBinder.java194 private static int asInt(Value value) { in asInt() method

12345678910>>...20