/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest2.py | 50 """A nested D class. 56 def nested(self): member in class:C.D
|
test_contextlib.py | 123 with nested(a(), b(), c()) as (x, y, z): 145 with nested(a(), b()) as (x, y): 164 with nested(a(), b()) as (x, y): 180 with nested(a(), b()): 192 with nested(a(), a()): 204 with nested(a(), a()): 217 with nested(a(), a()):
|
/external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
Android.mk | 39 test_name := utilities/function.objects/bind/func.bind/func.bind.bind/nested 40 test_src := nested.pass.cpp
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 26 # nested is true if the class could contain free variables, 27 # i.e. if it is nested within another function. 28 self.nested = None 80 print >> sys.stderr, self.name, self.nested and "nested" or "" 98 if self.nested and (name in self.frees or name in self.uses): 100 if self.nested: 106 if not self.nested: 143 """Process list of free vars from nested scope. 147 the nested scope should treat them as globals [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
symbols.py | 26 # nested is true if the class could contain free variables, 27 # i.e. if it is nested within another function. 28 self.nested = None 80 print >> sys.stderr, self.name, self.nested and "nested" or "" 98 if self.nested and (name in self.frees or name in self.uses): 100 if self.nested: 106 if not self.nested: 143 """Process list of free vars from nested scope. 147 the nested scope should treat them as globals [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 123 with nested(a(), b(), c()) as (x, y, z): 145 with nested(a(), b()) as (x, y): 164 with nested(a(), b()) as (x, y): 180 with nested(a(), b()): 192 with nested(a(), a()): 204 with nested(a(), a()): 217 with nested(a(), a()):
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
SystemScopeTest.java | 189 SystemScope nested = new SystemScope("NestedScope", ss); local 190 assertEquals("NestedScope", nested.getName()); 191 assertSame(ss, nested.getScope());
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
optimized-function-calls.js | 56 // Check that nested global function calls work. 77 function nested() { function 81 assertEquals(3113460, nested());
|
/external/clang/test/SemaTemplate/ |
dependent-base-classes.cpp | 40 class Nested { }; 48 class HasDepBase::Nested nested; local 57 class NoDepBase::Nested nested; // expected-error{{no class named 'Nested' in 'NoDepBase<T>'}} local
|
/external/eigen/Eigen/src/Core/ |
NoAlias.h | 49 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested; 61 typedef typename internal::nested<OtherDerived>::type OtherDerivedNested;
|
ReturnByValue.h | 38 * So internal::nested always gives the plain return matrix type. 43 struct nested<ReturnByValue<Derived>, n, PlainObject> struct in namespace:Eigen::internal
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
event_suspender.js | 26 * Enters a (nested) suspended state. 33 * Exits a (nested) suspended state.
|
/external/chromium_org/v8/test/webkit/ |
try-try-return-finally-finally.js | 25 "Tests what would happen if you have nested try-finally's with interesting control statements nested within them. The correct outcome is for this test to not crash during bytecompilation."
|
/external/clang/test/CodeGenCXX/ |
cxx0x-initializer-stdinitializerlist-pr12086.cpp | 54 std::initializer_list<std::initializer_list<int>> nested = { variable 66 // CHECK-STATIC-BL: @nested = global {{.*}} { {{.*}} getelementptr inbounds ([3 x {{.*}}]* @_ZGR6nested_, i32 0, i32 0), i64 3 }, align 8 68 // CHECK-DYNAMIC-BL: @nested = global 89 // CHECK-DYNAMIC-BL: {{.*}}** getelementptr inbounds ({{.*}}* @nested, i32 0, i32 0), align 8 90 // CHECK-DYNAMIC-BL: store i64 3, i64* getelementptr inbounds ({{.*}}* @nested, i32 0, i32 1), align 8 103 // CHECK-STATIC-BE: @nested = global {{.*}} { {{.*}} getelementptr inbounds ([3 x {{.*}}]* @_ZGR6nested_, i32 0, i32 0), 106 // CHECK-DYNAMIC-BE: @nested = global 130 // CHECK-DYNAMIC-BE: {{.*}}** getelementptr inbounds ({{.*}}* @nested, i32 0, i32 0), align 8 132 // CHECK-DYNAMIC-BE: {{.*}}** getelementptr inbounds ({{.*}}* @nested, i32 0, i32 1), align 8
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 33 typename internal::nested<Derived,2>::type lhs(derived()); 34 typename internal::nested<OtherDerived,2>::type rhs(other.derived()); 79 typedef typename internal::nested<Derived,2>::type DerivedNested; 80 typedef typename internal::nested<OtherDerived,2>::type OtherDerivedNested;
|
AlignedBox.h | 74 typename internal::nested<Derived,2>::type p(a_p.derived()); 180 typename internal::nested<Derived,2>::type p(a_p.derived()); 192 typename internal::nested<Derived,2>::type p(a_p.derived()); 226 const typename internal::nested<Derived,2>::type t(a_t.derived()); 299 typename internal::nested<Derived,2*AmbientDim>::type p(a_p.derived());
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/ |
config_def.hpp | 20 # error you have nested config_def #inclusion.
|
/external/chromium_org/base/json/ |
json_value_converter.h | 55 // For nested field, the internal message also has to implement the registration 58 // struct Nested { 62 // converter->RegisterNestedField("foo", &Nested::foo); 68 // RegisterRepeatedMessage for nested repeated fields. 314 scoped_ptr<NestedType> nested(new NestedType); 315 if (converter_.Convert(*element, nested.get())) { 316 field->push_back(nested.release()); 351 scoped_ptr<NestedType> nested(new NestedType); 352 if ((*convert_func_)(element, nested.get())) { 353 field->push_back(nested.release()) [all...] |
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
descriptor_pool.py | 257 nested = [ 258 self._ConvertMessageDescriptor(nested, desc_name, file_desc, scope) 259 for nested in desc_proto.nested_type] 278 nested_types=nested, 287 for nested in desc.nested_types: 288 nested.containing_type = desc
|
/external/ltrace/testsuite/ltrace.minor/ |
demangle.exp | 52 if [ regexp {((myclass|nested)::[^\(]*)\(} $line match fun] {
|
demangle.cpp | 113 nested n;
|
/external/markdown/markdown/ |
inlinepatterns.py | 201 """Return a ElementTree element nested in tag2 nested in tag1.
|
/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 *, ...)'}} \
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
contextlib.py | 7 __all__ = ["contextmanager", "nested", "closing"] 89 def nested(*managers): function 90 """Combine multiple context managers into a single nested context manager. 99 with nested(*managers):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
contextlib.py | 7 __all__ = ["contextmanager", "nested", "closing"] 89 def nested(*managers): function 90 """Combine multiple context managers into a single nested context manager. 99 with nested(*managers):
|