/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
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
|
/external/guava/guava/src/com/google/common/hash/ |
D | HashCode.java | 53 public abstract int asInt(); in asInt() method in HashCode 145 public int asInt() { in asInt() method in HashCode.IntHashCode 209 public int asInt() { in asInt() method in HashCode.LongHashCode 275 public int asInt() { in asInt() method in HashCode.BytesHashCode
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/ar/ |
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
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | Converter.java | 86 public int asInt(TypedResource typedResource) { in asInt() method in Converter 122 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromCharSequence 151 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromColor 193 public int asInt(TypedResource typedResource) { in asInt() method in Converter.FromInt
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashCodeTest.java | 387 final int asInt; field in HashCodeTest.ExpectedHashCode 390 ExpectedHashCode(byte[] bytes, int asInt, Long asLong, String toString) { in ExpectedHashCode()
|
/external/webrtc/webrtc/base/ |
D | macconversion.cc | 149 int asInt; in p_isCFNumberTrue() local
|
/external/skia/tests/ |
D | PathOpsOpLoopThreadedTest.cpp | 17 int asInt = SkScalarRoundToInt(x); in add_point() local
|
/external/skqp/tests/ |
D | PathOpsOpLoopThreadedTest.cpp | 17 int asInt = SkScalarRoundToInt(x); in add_point() local
|
/external/smali/util/src/main/java/org/jf/util/ |
D | NumberUtils.java | 81 String asInt = format.format(value); in isLikelyFloat() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | IntegerLiteralExpr.java | 92 public int asInt() { in asInt() method in IntegerLiteralExpr
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | macros-original.cc | 27 long long asInt = toInt(basePtr); in F() local
|
/external/deqp/framework/randomshaders/ |
D | rsgVariableValue.hpp | 102 int asInt (void) const { DE_STATIC_ASSERT(Stride == 1); return m_value->intVal; } in asInt() function in rsg::ConstStridedValueAccess 107 …int asInt (int ndx) const { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return m_value[nd… in asInt() function in rsg::ConstStridedValueAccess 135 int& asInt (void) { DE_STATIC_ASSERT(Stride == 1); return this->m_value->intVal; } in asInt() function in rsg::StridedValueAccess 140 …int& asInt (int ndx) { DE_ASSERT(de::inBounds(ndx, 0, Stride)); return this->m_value[ndx… in asInt() function in rsg::StridedValueAccess
|
/external/catch2/include/internal/ |
D | catch_tostring.cpp | 42 int asInt; in which() member
|
/external/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 112 int asInt() const { return Ptr; } in asInt() function in __anon1cbabbac0211::WasmPtr
|
/external/deqp/framework/common/ |
D | tcuVector.hpp | 150 Vector<int, Size> asInt (void) const { return cast<int>(); } in asInt() function in tcu::Vector
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 553 Value::Int Value::asInt() const { in asInt() function in Json::Value
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1543 Value* asInt = BITCAST(a, mSimdInt32Ty); in VABSPS() local
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 430 int asInt; member in glcts::IntegerConstant
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3031 Value::Int Value::asInt() const { in asInt() function in Json::Value
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3031 Value::Int Value::asInt() const { in asInt() function in Json::Value
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 3063 Value::Int Value::asInt() const { in asInt() function in Json::Value
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 3031 Value::Int Value::asInt() const { in asInt() function in Json::Value
|
/external/bcc/tests/cc/ |
D | catch.hpp | 7976 int asInt; in which() member
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 12355 int asInt; in which() member
|