/external/python/cpython3/Lib/test/ |
test_asyncgen.py | 470 nonlocal DONE 478 nonlocal DONE 554 nonlocal DONE 579 nonlocal DONE 612 nonlocal DONE 648 nonlocal DONE 656 nonlocal DONE 683 nonlocal DONE 692 nonlocal DONE 716 nonlocal DON [all...] |
test_syntax.py | 369 Misuse of the nonlocal and global statement can lead to a few unique syntax errors. 382 ... nonlocal x 385 SyntaxError: name 'x' is used prior to nonlocal declaration 388 ... nonlocal x 391 SyntaxError: name 'x' is parameter and nonlocal 395 ... nonlocal x 398 SyntaxError: name 'x' is nonlocal and global 401 ... nonlocal x 404 SyntaxError: no binding for nonlocal 'x' found 407 >>> nonlocal [all...] |
test_super.py | 50 nonlocal __class__ 119 nonlocal __class__ 155 nonlocal test_class 173 nonlocal test_namespace 203 nonlocal test_class 212 nonlocal namespace_snapshot 318 nonlocal __class__
|
test_frame.py | 51 nonlocal endly 79 nonlocal endly
|
test_urllib_response.py | 33 nonlocal closehook_called
|
test_coroutines.py | 627 nonlocal N 816 nonlocal CHK 1255 nonlocal CNT [all...] |
test_concurrent_futures.py | 538 nonlocal callback_result 549 nonlocal callback_exception 560 nonlocal was_cancelled 574 nonlocal raising_was_called 579 nonlocal fn_was_called 593 nonlocal callback_result 604 nonlocal callback_exception 615 nonlocal was_cancelled
|
test_scope.py | 609 nonlocal x 613 nonlocal x 628 nonlocal x 632 nonlocal x 670 nonlocal x 685 nonlocal x 698 nonlocal x 701 nonlocal x
|
/external/python/cpython3/Include/ |
symtable.h | 44 PyObject *ste_directives;/* locations of global and nonlocal statements */ 90 #define DEF_NONLOCAL 2<<2 /* nonlocal stmt */
|
/external/python/cpython3/Lib/ |
keyword.py | 40 'nonlocal',
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 100 NonLocal = 1, 131 return MemDepResult(ValueTy::create<Other>(NonLocal)); 151 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 222 /// This is a result from a NonLocal dependence query. 305 /// Cache storing single nonlocal def for the instruction. 306 /// It is set when nonlocal def would be found in function returning only 375 /// The returned set of results will include a "NonLocal" result for all 378 /// This method assumes the instruction returns a "NonLocal" dependency 395 /// This method assumes the pointer has a "NonLocal" dependency within 448 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 109 NonLocal = 1, 140 return MemDepResult(ValueTy::create<Other>(NonLocal)); 160 return Value.is<Other>() && Value.cast<Other>() == NonLocal; 231 /// This is a result from a NonLocal dependence query. 314 /// Cache storing single nonlocal def for the instruction. 315 /// It is set when nonlocal def would be found in function returning only 385 /// The returned set of results will include a "NonLocal" result for all 388 /// This method assumes the instruction returns a "NonLocal" dependency 405 /// This method assumes the pointer has a "NonLocal" dependency within 458 /// store the same value and NonLocal which indicate that non-local Def wa [all...] |
/external/autotest/server/cros/ |
stress_unittest.py | 110 # 'nonlocal' for the Python 3 remedy.
|