/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
H A D | BaseCompiledTemplate.java | 132 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 D | HashCode.java | 48 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 D | HashCode.java | 48 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 D | Converter.java | 87 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 D | ArArchiveInputStream.java | 212 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 D | NumericNode.java | 49 public final int asInt() { in asInt() method in NumericNode 54 public final int asInt(int defaultValue) { in asInt() method in NumericNode
|
H A D | POJONode.java | 73 public int asInt(int defaultValue) in asInt() method in POJONode
|
H A D | BooleanNode.java | 72 public int asInt(int defaultValue) { in asInt() method in BooleanNode
|
H A D | TextNode.java | 119 public int asInt(int defaultValue) { in asInt() method in TextNode
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgVariableValue.hpp | 200 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 D | LetterboxRule.kt | 93 private fun asInt(str: String?): Int? = in <lambda>() method
|
/aosp_15_r20/system/libcppbor/include/cppbor/ |
H A D | cppbor.h | 152 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 D | ContextHubTestConstants.java | 245 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 D | HashCodeTest.java | 364 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 D | HashCodeTest.java | 364 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 D | JsonNode.java | 600 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 D | Profile.java | 49 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 D | MetadataValue.java | 49 public int asInt() { in asInt() method in MetadataValue
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsOpLoopThreadedTest.cpp | 24 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 D | NumberUtils.java | 80 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 D | IntegerLiteralExpr.java | 92 public int asInt() { in asInt() method in IntegerLiteralExpr
|
/aosp_15_r20/prebuilts/go/linux-x86/test/ |
D | named.go | 27 func asInt(Int) {} func
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/example/ |
D | toytime.hpp | 38 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 D | HeapValue.kt | 67 val asInt: Int? constant in shark.HeapValue
|
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/ |
H A D | BytecodeBinder.java | 194 private static int asInt(Value value) { in asInt() method
|