Home
last modified time | relevance | path

Searched refs:unreg (Results 1 – 7 of 7) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DJobTest.kt86 fun unreg(i: Int) = i % 4 <= 1 in <lambda>() method
87 for (i in 0 until n) if (unreg(i)) registrations[i].dispose() in <lambda>()
91 for (i in 0 until n) assertEquals(if (unreg(i)) 0 else 1, fireCount[i]) in <lambda>()
/external/icu/icu4c/source/test/intltest/
Drbbiapts.cpp967 UBool unreg = BreakIterator::unregister(key, status); in TestRegistration() local
968 if (!unreg) { in TestRegistration()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-Windows.txt270 'wpasvc.exe unreg'.
DChangeLog1751 'net start wpasvc' to start the service, 'wpasvc.exe unreg' to
/external/icu/icu4c/source/common/
Ducurr.cpp411 static UBool unreg(UCurrRegistryKey key) { in unreg() function
477 return CReg::unreg(key); in ucurr_unregister()
/external/llvm-project/mlir/test/IR/
Dparser.mlir1171 // CHECK-LABEL: func private @ptr_to_function() -> !unreg.ptr<() -> ()>
1172 func private @ptr_to_function() -> !unreg.ptr<() -> ()>
Dinvalid.mlir1228 func @bad_arrow(%arg : !unreg.ptr<(i32)->)