/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/ |
equlocal.asm | 6 nonlocal equ 6 define
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/ |
gas-macho64.asm | 60 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 66 # in .o file, and no previous nonlocal label. 71 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 77 # in .o file, and no previous nonlocal label. 83 # Assumes that _prev is the first nonlocal label 0x12 bytes 90 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1. 95 # Assumes that _prev is the first nonlocal label 0x12 bytes before L
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-app-error.py | 18 saw_expected_error = [False] # Python2 has no "nonlocal" keyword.
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
download.py | 29 # An inner function can only read nonlocal variables, not assign them. We can
|
/external/chromium_org/sync/internal_api/ |
README | 6 server, pulling nonlocal object modifications from a server to this client,
|
/external/llvm/include/llvm/Analysis/ |
MemoryDependenceAnalysis.h | 84 /// NonLocal - This marker indicates that the query has no dependency in 87 NonLocal = 0x4, 114 PairTy(reinterpret_cast<Instruction*>(NonLocal), Other)); 138 && Value.getPointer() == reinterpret_cast<Instruction*>(NonLocal); 211 /// NonLocalDepResult - This is a result from a NonLocal dependence query. 354 /// "NonLocal" result for all blocks where the value is live across. 356 /// This method assumes the instruction returns a "NonLocal" dependency 370 /// This method assumes the pointer has a "NonLocal" dependency within BB.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
setjmp.h | 20 * ISO C99 Standard: 7.13 Nonlocal jumps <setjmp.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
setjmp.h | 20 * ISO C99 Standard: 7.13 Nonlocal jumps <setjmp.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
function.h | 269 nonlocal gotos. */ 293 referenced. There are two cases where this is done: if nonlocal gotos 350 /* Nonzero if function saves all registers, e.g. if it has a nonlocal 354 /* Nonzero if function being compiled has nonlocal gotos to parent 602 /* Nonzero if function being compiled receives nonlocal gotos
|
tree-ssa-alias.h | 36 unsigned int nonlocal : 1;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 81 global_stmt: ('global' | 'nonlocal') NAME (',' NAME)*
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 81 global_stmt: ('global' | 'nonlocal') NAME (',' NAME)*
|
/external/chromium_org/v8/src/ |
scopes.cc | 920 Variable* Scope::NonLocal(Handle<String> name, VariableMode mode) { 1027 var = NonLocal(proxy->name(), DYNAMIC_GLOBAL) [all...] |
scopes.h | 43 // are allocated on-demand from Scope::NonLocal to avoid wasting memory 500 Variable* NonLocal(Handle<String> name, VariableMode mode);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 66 ("nonlocal", "nonlocal is a keyword in 3.x")]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 66 ("nonlocal", "nonlocal is a keyword in 3.x")]
|
/external/llvm/lib/CodeGen/ |
MachineCSE.cpp | 93 bool &NonLocal) const; 264 bool &NonLocal) const { 297 NonLocal = true;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py3_test_grammar.py | 489 # 'nonlocal' NAME (',' NAME)* 493 nonlocal x 494 nonlocal x, y
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/ |
py3_test_grammar.py | 489 # 'nonlocal' NAME (',' NAME)* 493 nonlocal x 494 nonlocal x, y
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 986 else if ( rdef.grammar != this.grammar ) { // nonlocal 987 // if rule definition is not in this grammar, it's nonlocal 1050 { // nonlocal 1051 // if rule definition is not in this grammar, it's nonlocal [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
python.js | 37 'keywords': ['nonlocal', 'False', 'True', 'None']};
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
availability_finder.py | 305 # Weird object thing here because nonlocal is Python 3.
|
/external/stlport/src/ |
iostream.cpp | 47 // for controlling order of initialization of nonlocal objects.
|
/external/stlport/stlport/stl/ |
_iterator_base.h | 452 _STLP_CREATE_ITERATOR_TRAITS_BASE(NonLocal##Motif, Traits) \
|
/ndk/sources/cxx-stl/stlport/src/ |
iostream.cpp | 47 // for controlling order of initialization of nonlocal objects.
|