Home
last modified time | relevance | path

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

12345678910>>...16

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
Dreptnested-err.errwarn1 -:2: error: nested rept not supported
3 -:4: error: nested rept not supported
4 -:4: error: nested rept not supported
5 -:4: error: nested rept not supported
6 -:4: error: nested rept not supported
7 -:4: error: nested rept not supported
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
Dfloats.js11 function createSet(width, height, nested) { argument
18 for ( ; nested > 0; --nested)
19 … nestedContainer = createElement("div", nestedContainer, "nested", "nested" + x + "_" + nested);
37 function createTestFunction(width, height, nested, runs) { argument
38 var container = createSet(width, height, nested);
39 nested = nested || 0;
/external/llvm/test/Transforms/ScalarRepl/
Dnonzero-first-index.ll6 %nested = type { i32, [4 x i32] }
14 %A = alloca %nested
15 %B = getelementptr %nested* %A, i32 0, i32 1, i32 0
25 %A = alloca %nested
26 %B = getelementptr %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/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.h140 typedef typename internal::nested<Derived>::type Nested;
228 typename internal::nested<Derived,2>::type nested(derived());
229 typename internal::nested<OtherDerived,2>::type otherNested(other.derived());
230 …return internal::abs2(nested.dot(otherNested)) <= prec * prec * nested.squaredNorm() * otherNested…
247 typename Derived::Nested nested(derived());
250 if(!internal::isApprox(nested.col(i).squaredNorm(), static_cast<RealScalar>(1), prec))
253 … 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/chromium_org/ppapi/api/private/
Dppb_flash_message_loop.idl16 * nested message loops.
25 * @return A <code>PP_Resource</code> that can be used to run a nested message
42 * Runs a nested message loop. The plugin will be reentered from this call.
43 * This function is used in places where Flash would normally enter a nested
49 * <code>Run()</code> will start a nested message loop. The subsequent calls
63 * Signals to quit the outermost nested message loop. Use this to exit and
67 * <code>Run()</code>, the outermost nested message loop will be quitted
/external/skia/tests/
DStrokeTest.cpp48 SkRect nested[2]; in test_strokerect() local
49 REPORTER_ASSERT(reporter, fillPath.isNestedRects(nested) == isMiter); in test_strokerect()
53 REPORTER_ASSERT(reporter, equal(nested[0], outer)); in test_strokerect()
54 REPORTER_ASSERT(reporter, equal(nested[1], inner)); in test_strokerect()
/external/chromium_org/tools/gn/
Dinput_conversion.cc31 const Err& nested) { in MakeParseErr() argument
39 if (nested.has_error()) in MakeParseErr()
43 if (nested.has_error()) { in MakeParseErr()
44 result.AppendSubErr(Err(LocationRange(), nested.message(), in MakeParseErr()
45 nested.help_text())); in MakeParseErr()
/external/chromium_org/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;
Doptimized-function-calls.js77 function nested() { function
81 assertEquals(3113460, nested());
/external/chromium_org/chrome/browser/ui/cocoa/
Drun_loop_testing_unittest.mm49 base::scoped_nsobject<TestDelayed> nested([[TestDelayed alloc] init]);
50 [tester setNext:nested];
53 EXPECT_FALSE([nested didWork]);
58 EXPECT_TRUE([nested didWork]);
/external/llvm/test/DebugInfo/X86/
Dtemplate.ll8 ; template<typename> struct y_impl { struct nested { }; };
10 ; y_impl<int>::nested n;
59 %"struct.y_impl<int>::nested" = type { i8 }
62 @n = global %"struct.y_impl<int>::nested" zeroinitializer, align 1
114 …", metadata !5, i32 4, metadata !26, i32 0, i32 1, %"struct.y_impl<int>::nested"* @n, null} ; [ DW…
115 … !27, metadata !"nested", i32 2, i64 8, i64 8, i32 0, i32 0, null, metadata !30, i32 0, null, null…
120nested", metadata !"nested", metadata !"", i32 2, metadata !32, i1 false, i1 false, i32 0, i32 0, …
123 …ata !26} ; [ DW_TAG_pointer_type ] [line 0, size 64, align 64, offset 0] [artificial] [from nested]
/external/clang/test/Index/Inputs/Headers/nested/
Dmodule.map1 module nested {
2 header "nested.h"
/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()
Dtrailing-return-0x.cpp56 struct nested { struct
65 nested<U> get_nested();
/external/clang/test/CodeGenCXX/
Ddebug-info-template.cpp80 struct nested { struct
91 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
/external/clang/test/Preprocessor/
Dmacro_paste_msextensions.c19 #define nested(x) int x comment cute little dead tokens... macro
21 nested(baz) rise of the dead tokens
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
DMakefile.inc18 EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.asm
19 EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.errwarn
20 EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.hex
/external/v8/test/mjsunit/compiler/
Doptimized-function-calls.js77 function nested() { function
81 assertEquals(3113460, nested());
/external/chromium_org/third_party/protobuf/python/google/protobuf/
Ddescriptor_pool.py257 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/
DSystemScopeTest.java185 SystemScope nested = new SystemScope("NestedScope", ss); in testSystemScopeStringIdentityScope() local
186 assertEquals("NestedScope", nested.getName()); in testSystemScopeStringIdentityScope()
187 assertSame(ss, nested.getScope()); in testSystemScopeStringIdentityScope()
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h74 const typename internal::nested<Derived,2>::type p(a_p.derived()); in AlignedBox()
180 typename internal::nested<Derived,2>::type p(a_p.derived()); in contains()
192 typename internal::nested<Derived,2>::type p(a_p.derived()); in extend()
226 const typename internal::nested<Derived,2>::type t(a_t.derived()); in translate()
299 const typename internal::nested<Derived,2*AmbientDim>::type p(a_p.derived()); in squaredExteriorDistance()
/external/icu4c/common/
Duniset_props.cpp484 UnicodeSet* nested = 0; // alias - do not delete in applyPattern() local
546 nested = const_cast<UnicodeSet*>(ms); in applyPattern()
574 if (nested == 0) { in applyPattern()
580 nested = scratch.pointer(); in applyPattern()
584 nested->applyPattern(chars, symbols, patLocal, options, caseClosure, ec); in applyPattern()
588 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
592 nested->_toPattern(patLocal, FALSE); in applyPattern()
600 *this = *nested; in applyPattern()
607 removeAll(*nested); in applyPattern()
610 retainAll(*nested); in applyPattern()
[all …]

12345678910>>...16