Home
last modified time | relevance | path

Searched refs:toInteger (Results 1 – 8 of 8) sorted by relevance

/external/conscrypt/benchmark-jmh/
Dbuild.gradle37 warmupIterations = "$jmhWarmupIterations".toInteger()
38 iterations = "$jmhIterations".toInteger();
39 fork = "$jmhFork".toInteger()
/external/v8/src/inspector/
Dremote-object-id.cc38 .toInteger(&ok); in parseId()
41 int id = objectId.substring(secondDotPos).toInteger(&ok); in parseId()
Dstring-16.h48 int toInteger(bool* ok = nullptr) const;
Dv8-heap-profiler-agent-impl.cc278 int id = heapSnapshotObjectId.toInteger(&ok); in getObjectByHeapObjectId()
298 int id = inspectedHeapObjectId.toInteger(&ok); in addInspectedHeapObject()
Dstring-16.cc112 int String16::toInteger(bool* ok) const { in toInteger() function in v8_inspector::String16
Dv8-debugger-agent-impl.cc131 int rawType = breakpointId.substring(0, typeLineSeparator).toInteger(); in parseBreakpointId()
157 .toInteger(); in parseBreakpointId()
164 .toInteger(); in parseBreakpointId()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp951 TEST(APFloatTest, toInteger) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPFloatTest.cpp995 TEST(APFloatTest, toInteger) { in TEST() argument