/prebuilts/gdb/linux-x86/include/python2.7/ |
ceval.h | 107 WARNING: NEVER NEST CALLS TO Py_BEGIN_ALLOW_THREADS AND
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_scope.py | 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4 54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest 58 return nest() 59 return nest()
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
ceval.h | 107 WARNING: NEVER NEST CALLS TO Py_BEGIN_ALLOW_THREADS AND
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4 54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest 58 return nest() 59 return nest()
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
ceval.h | 107 WARNING: NEVER NEST CALLS TO Py_BEGIN_ALLOW_THREADS AND
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_scope.py | 53 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4 54 def nest(): function in function:ScopeTests.testNestingGlobalNoFree.make_adder4.nest 58 return nest() 59 return nest()
|
/external/llvm/include/llvm/Target/ |
TargetCallingConv.h | 39 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain 82 bool isNest() const { return Flags & Nest; }
|
/external/llvm/test/Bitcode/ |
attributes.ll | 53 define void @f9(i8* nest) 54 ; CHECK: define void @f9(i8* nest)
|
/external/mksh/src/ |
tree.c | 583 int nest = 0; local 590 if (c == ADELIM && nest == 0) 610 nest++; 617 if (c == CSUBST && nest == 0) 619 nest--; 622 nest++; 627 if (c == wp[-1] && nest == 0) 630 nest--;
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 82 if (trace1) m_log.trace1 ("loadClass", "(" + name + ", " + resolve + "): nest level " + m_nestLevel); 163 if (trace1) m_log.trace1 ("getResource", "(" + name + "): nest level " + m_nestLevel); 179 if (trace1) m_log.trace1 ("findClass", "(" + name + "): nest level " + m_nestLevel);
|
/external/iproute2/ip/ |
iplink_bond.c | 212 struct rtattr * nest = addattr_nest(n, 1024, local 225 addattr_nest_end(n, nest); 227 addattr_nest_end(n, nest);
|
/external/iproute2/tipc/ |
link.c | 170 struct nlattr *nest; local 197 nest = mnl_attr_nest_start(nlh, TIPC_NLA_LINK); 199 mnl_attr_nest_end(nlh, nest);
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 118 entryConstructor.onEntryStarted(); // begin nest 123 entryConstructor.onEntryEnded(); // end nest
|
/external/clang/test/Sema/ |
block-return.c | 84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
SharedObject.java | 34 * // Either use the nest class Reference (which costs an extra allocation),
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
SharedObject.java | 33 * // Either use the nest class Reference (which costs an extra allocation),
|
/external/llvm/include/llvm/IR/ |
Argument.h | 84 /// \brief Return true if this argument has the nest attribute on it in its
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 49 syn keyword llvmKeyword monotonic msp430_intrcc musttail naked nest
|
/external/mockito/src/org/mockito/ |
InjectMocks.java | 80 * <u>Beware of private nest static classes too.</u>
|
/frameworks/support/design/eclair-mr1/android/support/design/widget/ |
FloatingActionButtonEclairMr1.java | 76 // to inset for any border here as LayerDrawable will nest the padding for us
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_link.h | 324 IFLA_VF_PORT, /* nest */
|
/prebuilts/go/darwin-x86/src/regexp/syntax/ |
simplify.go | 81 // The machine will do less work if we nest the final m copies,
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
simplify.go | 81 // The machine will do less work if we nest the final m copies,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimDescriptors.java | 119 // Allow <set> to nest the others (and other sets)
|
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/static/ |
gcode.css | 160 .g-tpl-nest { 164 .g-tpl-nest .g-section { 168 .g-tpl-nest .g-unit,.g-unit .g-tpl-nest .g-unit,.g-unit .g-unit .g-tpl-nest .g-unit,.g-unit .g-unit .g-unit .g-tpl-nest .g-unit { 174 .g-tpl-nest-alt .g-unit,.g-unit .g-tpl-nest-alt .g-unit,.g-unit .g-unit .g-tpl-nest-alt .g-unit,.g-unit .g-unit .g-unit .g-tpl-nest-alt .g-unit [all...] |