Home
last modified time | relevance | path

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

/external/conscrypt/benchmark-jmh/
Dbuild.gradle23 warmupIterations = "$jmhWarmupIterations".toInteger()
24 iterations = "$jmhIterations".toInteger();
25 fork = "$jmhFork".toInteger()
/external/v8/src/inspector/
Dwasm-translation.cc207 int func_index = fake_script_id.substring(last_dash_pos + 1).toInteger(&ok); in GetFunctionIndexFromFakeScriptId()
287 int script_id_int = script_id->toInteger(&ok); in TranslateWasmScriptLocationToProtocolLocation()
Dv8-heap-profiler-agent-impl.cc236 int id = heapSnapshotObjectId.toInteger(&ok); in getObjectByHeapObjectId()
255 int id = inspectedHeapObjectId.toInteger(&ok); in addInspectedHeapObject()
Dstring-16.h55 int toInteger(bool* ok = nullptr) const;
Dstring-16.cc398 int String16::toInteger(bool* ok) const { in toInteger() function in v8_inspector::String16
/external/swiftshader/third_party/LLVM/unittests/ADT/
DAPFloatTest.cpp350 TEST(APFloatTest, toInteger) { in TEST() argument
/external/r8/
Dbuild.gradle774 def coresPerFork = userDefinedCoresPerFork ? userDefinedCoresPerFork.toInteger() : 3
/external/llvm/unittests/ADT/
DAPFloatTest.cpp951 TEST(APFloatTest, toInteger) { in TEST() argument