/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
D | reptnested-err.errwarn | 1 -: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/ |
D | floats.js | 11 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/ |
D | nonzero-first-index.ll | 6 %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/ |
D | TransformNewClass.java | 23 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()
|
D | TransformNew.java | 23 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/ |
D | Dot.h | 140 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))
|
D | Fuzzy.h | 25 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/ |
D | ppb_flash_message_loop.idl | 16 * 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/ |
D | StrokeTest.cpp | 48 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/ |
D | input_conversion.cc | 31 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/ |
D | escape-analysis.js | 81 function nested() { function 102 nested(); nested(); 103 %OptimizeFunctionOnNextCall(nested); 104 nested(); nested(); 282 function constructor2(nested) { argument 284 this.b = nested;
|
D | optimized-function-calls.js | 77 function nested() { function 81 assertEquals(3113460, nested());
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | run_loop_testing_unittest.mm | 49 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/ |
D | template.ll | 8 ; 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… 120 …nested", 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/ |
D | module.map | 1 module nested { 2 header "nested.h"
|
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 17 …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()
|
D | trailing-return-0x.cpp | 56 struct nested { struct 65 nested<U> get_nested();
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-template.cpp | 80 struct nested { struct 91 TC<unsigned, 2, &glb, &foo::e, &foo::f, &func, tmpl_impl, 1, 2, 3>::nested tci;
|
/external/clang/test/Preprocessor/ |
D | macro_paste_msextensions.c | 19 #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/ |
D | Makefile.inc | 18 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/ |
D | optimized-function-calls.js | 77 function nested() { function 81 assertEquals(3113460, nested());
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/ |
D | 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/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/ |
D | SystemScopeTest.java | 185 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/ |
D | AlignedBox.h | 74 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/ |
D | uniset_props.cpp | 484 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 …]
|