Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-jmh/
Dbuild.gradle37 warmupIterations = "$jmhWarmupIterations".toInteger()
38 iterations = "$jmhIterations".toInteger();
39 fork = "$jmhFork".toInteger()
/external/v8/src/inspector/
Dstring-16.h43 int toInteger(bool* ok = nullptr) const;
Dv8-heap-profiler-agent-impl.cc236 int id = heapSnapshotObjectId.toInteger(&ok); in getObjectByHeapObjectId()
255 int id = inspectedHeapObjectId.toInteger(&ok); in addInspectedHeapObject()
Dwasm-translation.cc267 int func_index = fake_script_id.substring(last_dash_pos + 1).toInteger(&ok); in GetFunctionIndexFromFakeScriptId()
349 int script_id_int = script_id->toInteger(&ok); in TranslateWasmScriptLocationToProtocolLocation()
Dstring-16.cc446 int String16::toInteger(bool* ok) const { in toInteger() function in v8_inspector::String16
Dv8-debugger-agent-impl.cc116 int rawType = breakpointId.substring(0, typeLineSeparator).toInteger(); in parseBreakpointId()
141 .toInteger(); in parseBreakpointId()
148 .toInteger(); in parseBreakpointId()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp350 TEST(APFloatTest, toInteger) { in TEST() argument
/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