Searched defs:initialVal (Results 1 – 4 of 4) sorted by relevance
46 val initialVal = Pair(newValue, 1) in <lambda>() constant
28 public IntHolder(int initialVal) { in IntHolder()
332 ExprPtr getImmediateByType(ScalarType immType, T initialVal) { in getImmediateByType()346 ExprPtr getImmediateByType(Dtype dtype, T initialVal) { in getImmediateByType()
487 Set<Integer> initialVal = queue.poll(TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSimultaneousCellularCallingNotifications() local