Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/external/jetty/src/java/org/eclipse/jetty/util/
DMultiException.java35 private Object nested; field in MultiException
49 for (int i=0;i<LazyList.size(me.nested);i++) in add()
50 nested=LazyList.add(nested,LazyList.get(me.nested,i)); in add()
53 nested=LazyList.add(nested,e); in add()
59 return LazyList.size(nested); in size()
65 return LazyList.getList(nested); in getThrowables()
71 return (Throwable) LazyList.get(nested,i); in getThrowable()
84 switch (LazyList.size(nested)) in ifExceptionThrow()
89 Throwable th=(Throwable)LazyList.get(nested,0); in ifExceptionThrow()
111 switch (LazyList.size(nested)) in ifExceptionThrowRuntime()
[all …]
/external/llvm/test/Analysis/BasicAA/
Dnoalias-bugs.ll10 %nested = type { %nested.i64 }
11 %nested.i64 = type { i64 }
13 define i64 @testcase(%nested * noalias %p1, %nested * noalias %p2,
15 %ptr = getelementptr inbounds %nested, %nested* %p1, i64 -1, i32 0
16 %ptr.64 = getelementptr inbounds %nested.i64, %nested.i64* %ptr, i64 0, i32 0
17 %ptr2= getelementptr inbounds %nested, %nested* %p2, i64 0, i32 0
19 %either_ptr = select i1 %cmp, %nested.i64* %ptr2, %nested.i64* %ptr
20 %either_ptr.64 = getelementptr inbounds %nested.i64, %nested.i64* %either_ptr, i64 0, i32 0
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
Dmock_test.py73 nested = messages.StringField(1) variable in _NestedMessage
81 nested = messages.MessageField(_NestedMessage, 1) variable in _NestedNestedMessage
89 nested=_NestedMessage(
90 nested='foo')),
92 nested=_NestedMessage(
93 nested='bar'))))
97 nested=_NestedMessage(
98 nested='foo')),
100 nested=_NestedMessage(
101 nested='foo'))))
[all …]
/external/llvm/test/Transforms/ScalarRepl/
Dnonzero-first-index.ll6 %nested = type { i32, [4 x i32] }
14 %A = alloca %nested
15 %B = getelementptr %nested, %nested* %A, i32 0, i32 1, i32 0
25 %A = alloca %nested
26 %B = getelementptr %nested, %nested* %A, i32 0, i32 1, i32 0
37 %A = alloca %nested
38 %B = bitcast %nested* %A to i32*
48 %A = alloca %nested
49 %B = bitcast %nested* %A to i32*
/external/ltrace/testsuite/ltrace.minor/
Ddemangle.h23 class nested {
25 nested();
26 ~nested();
31 class nested {
33 nested();
34 ~nested();
Ddemangle-lib.cpp88 class nested;
90 nested::nested(void) { ; } in nested() function in nested
91 nested::~nested() { ; } in ~nested()
92 int nested::Fi_i(int bar) { return bar; } in Fi_i()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotobuf_test.py114 proto.nested.a_value = 'a string'
139 proto.nested.Clear()
253 nested = NestedDateTimeMessage()
254 nested.value = message_types.DateTimeMessage(milliseconds=2500)
256 protobuf.encode_message(nested)).value
261 nested = NestedDateTimeMessage()
262 nested.value = message_types.DateTimeMessage(milliseconds=12345678,
265 protobuf.encode_message(nested)).value
273 nested = NestedDateTimeMessage()
274 nested.value = message_types.DateTimeMessage(milliseconds=0)
[all …]
Ddefinition_test.py554 self.assertEquals(modules['root'].nested, modules['root.nested'])
576 nested = types.ModuleType('root.nested')
577 root.nested = nested
580 'root.nested': nested,
586 self.assertEquals(nested, modules['root.nested'])
587 self.assertEquals(nested.nested, modules['root.nested.nested'])
632 nested = types.ModuleType('root.nested')
633 root.nested = nested
636 'root.nested': nested,
643 self.assertEquals(nested, modules['root.nested'])
[all …]
Dprotorpc_test.proto23 // Message that contains nested messages.
25 optional NestedMessage nested = 1; field
79 // Message that has nested message with all optional fields.
81 optional OptionalMessage nested = 1; field
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/
DProfilerTest.java94 Profiler nested = profiler.startNested("subtask"); in testNestedProfiling() local
95 doSubtask(nested); in testNestedProfiling()
123 public void doSubtask(Profiler nested) { in doSubtask() argument
124 nested.start("n1"); in doSubtask()
127 nested.start("n2"); in doSubtask()
129 nested.stop(); in doSubtask()
/external/javassist/src/main/javassist/convert/
DTransformNewClass.java23 private int nested; field in TransformNewClass
35 nested = 0; in initialize()
62 ++nested; in transform()
68 if (typedesc != 0 && nested > 0) { in transform()
76 --nested; in transform()
DTransformNew.java23 private int nested; field in TransformNew
35 nested = 0; in initialize()
66 ++nested; in transform()
82 if (typedesc != 0 && nested > 0) { in transform()
86 --nested; in transform()
/external/eigen/Eigen/src/Core/
DDot.h141 typedef typename internal::nested<Derived>::type Nested;
230 typename internal::nested<Derived,2>::type nested(derived());
231 typename internal::nested<OtherDerived,2>::type otherNested(other.derived());
232 …return numext::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested.s…
249 typename Derived::Nested nested(derived());
252 if(!internal::isApprox(nested.col(i).squaredNorm(), static_cast<RealScalar>(1), prec))
255 … if(!internal::isMuchSmallerThan(nested.col(i).dot(nested.col(j)), static_cast<Scalar>(1), prec))
DFuzzy.h25 typename internal::nested<Derived,2>::type nested(x); in run()
26 typename internal::nested<OtherDerived,2>::type otherNested(y); in run()
27 …return (nested - otherNested).cwiseAbs2().sum() <= prec * prec * (min)(nested.cwiseAbs2().sum(), o… in run()
/external/guava/guava/src/com/google/common/util/concurrent/
DAsyncSettableFuture.java44 private final NestedFuture<V> nested = new NestedFuture<V>(); field in AsyncSettableFuture
45 private final ListenableFuture<V> dereferenced = Futures.dereference(nested);
58 return nested.setFuture(checkNotNull(future)); in setFuture()
88 return nested.isDone(); in isSet()
/external/v8/test/mjsunit/compiler/
Descape-analysis.js81 function nested() { function
102 nested(); nested();
103 %OptimizeFunctionOnNextCall(nested);
104 nested(); nested();
282 function constructor2(nested) { argument
284 this.b = nested;
311 function constructor2(nested) { argument
313 this.b = nested;
/external/v8/test/mjsunit/es6/
Dspread-call.js86 nested: { property
97 assertEquals(O.nested, O.nested.returnThis(..."test"));
98 assertEquals(O.nested, O.nested["returnThis"](..."test"));
238 nested: { property
249 assertEquals(O.nested, O.nested.returnThis(..."test"));
250 assertEquals(O.nested, O.nested["returnThis"](..."test"));
/external/elfutils/tests/
Drun-allfcts.sh87 /home/mark/src/tests/nested/nested_funcs.c:2:foo
88 /home/mark/src/tests/nested/nested_funcs.c:4:bar
89 /home/mark/src/tests/nested/nested_funcs.c:13:main
90 /home/mark/src/tests/nested/class_func.cxx:6:bar
91 /home/mark/src/tests/nested/class_func.cxx:13:main
/external/clang/test/CodeGen/
Dobject-size.c457 struct { struct DynStruct1 fst, snd; } *nested; in test30() local
460 gi = __builtin_object_size(nested->fst.snd, 0); in test30()
462 gi = __builtin_object_size(nested->fst.snd, 1); in test30()
464 gi = __builtin_object_size(nested->fst.snd, 2); in test30()
466 gi = __builtin_object_size(nested->fst.snd, 3); in test30()
469 gi = __builtin_object_size(nested->snd.snd, 0); in test30()
471 gi = __builtin_object_size(nested->snd.snd, 1); in test30()
473 gi = __builtin_object_size(nested->snd.snd, 2); in test30()
475 gi = __builtin_object_size(nested->snd.snd, 3); in test30()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAsyncSettableFutureTest.java80 SettableFuture<String> nested = SettableFuture.create(); in testSetFuture() local
81 assertTrue(future.setFuture(nested)); in testSetFuture()
94 nested.set("foo"); in testSetFuture()
102 SettableFuture<FooChild> nested = SettableFuture.create(); in testSetFuture_genericsHierarchy() local
103 assertTrue(future.setFuture(nested)); in testSetFuture_genericsHierarchy()
117 nested.set(value); in testSetFuture_genericsHierarchy()
/external/chromium-trace/catapult/systrace/systrace/agents/
Datrace_agent_unittest.py66 with contextlib.nested(open(ATRACE_EXTRACTED_THREADS, 'r'),
76 with contextlib.nested(open(ATRACE_DATA_RAW, 'r'),
85 with contextlib.nested(
99 with contextlib.nested(open(ATRACE_DATA_STRIPPED, 'r'),
127 with contextlib.nested(open(ATRACE_PROCFS_DUMP, 'r'),
139 with contextlib.nested(open(ATRACE_EXTRACTED_TGIDS, 'r'),
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dencoding_test.py84 nested = messages.MessageField(AdditionalPropertiesMessage, 1) variable in HasNestedMessage
89 nested = messages.MessageField(HasNestedMessage, 1) variable in ExtraNestedMessage
166 nested=AdditionalPropertiesMessage(
175 msg = ExtraNestedMessage(nested=msg)
234 msg = HasNestedMessage(nested=nested_msg)
244 set([x.key for x in new_msg.nested.additional_properties]))
246 new_msg.nested.additional_properties.pop()
247 self.assertEqual(1, len(new_msg.nested.additional_properties))
248 self.assertEqual(2, len(msg.nested.additional_properties))
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp17 …namespace nested { bool moreFoobar() { return true; } } // expected-note{{'fizbin::nested::moreFoo… in moreFoobar() namespace
18 …namespace nested { bool lessFoobar() { return true; } } // expected-note{{'fizbin::nested' declare… in lessFoobar() namespace
31 …if (nested::moreFoobar()) Double(7); // expected-error{{use of undeclared identifier 'nested'; did… in Check()
/external/clang/test/Index/Inputs/Headers/nested/
Dmodule.map1 module nested {
2 header "nested.h"
/external/opencv3/samples/python2/
Dfacedetect.py39 nested = cv2.CascadeClassifier(nested_fn) variable
52 if not nested.empty():
56 subrects = detect(roi.copy(), nested)

12345678910>>...20