Searched refs:notdone (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 308 notdone = {} 322 notdone[n] = v 339 while notdone: 340 for name in list(notdone): 341 value = notdone[name] 348 elif n in notdone: 359 elif 'PY_' + n in notdone: 370 notdone[name] = value 377 del notdone[name] 387 del notdone[name]
|
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 298 notdone = {} 312 notdone[n] = v 323 while notdone: 324 for name in notdone.keys(): 325 value = notdone[name] 332 elif n in notdone: 344 notdone[name] = value 351 del notdone[name] 354 del notdone[name]
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 212 notdone = {} 228 notdone[n] = v 239 while notdone: 240 for name in notdone.keys(): 241 value = notdone[name] 248 elif n in notdone: 260 notdone[name] = value 267 del notdone[name] 270 del notdone[name]
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 226 notdone = {} 242 notdone[n] = v 253 variables = list(notdone.keys()) 263 value = notdone[name] 275 elif n in notdone: 287 elif 'PY_' + n in notdone: 300 notdone[name] = value
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2008-04-10-ScavengerAssert.ll | 226 %notdone.0 = phi i32 [ 0, %bb ], [ 0, %cond_next104 ] ; <i32> [#uses=1] 231 %notdone.2 = select i1 %bothcond, i32 0, i32 %notdone.0 ; <i32> [#uses=1] 240 %tmp228 = icmp eq i32 %notdone.2, 0 ; <i1> [#uses=1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2008-04-10-ScavengerAssert.ll | 226 %notdone.0 = phi i32 [ 0, %bb ], [ 0, %cond_next104 ] ; <i32> [#uses=1] 231 %notdone.2 = select i1 %bothcond, i32 0, i32 %notdone.0 ; <i32> [#uses=1] 240 %tmp228 = icmp eq i32 %notdone.2, 0 ; <i1> [#uses=1]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-04-10-ScavengerAssert.ll | 226 %notdone.0 = phi i32 [ 0, %bb ], [ 0, %cond_next104 ] ; <i32> [#uses=1] 231 %notdone.2 = select i1 %bothcond, i32 0, i32 %notdone.0 ; <i32> [#uses=1] 240 %tmp228 = icmp eq i32 %notdone.2, 0 ; <i1> [#uses=1]
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 8102 BOOL notdone = TRUE; in main() local 8610 while (notdone) in main()
|