HomeSort by relevance Sort by last modified time
    Searched full:nested (Results 1 - 25 of 3423) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/Inputs/Headers/nested/
module.map 1 module nested {
2 header "nested.h"
  /external/ltrace/testsuite/ltrace.minor/
demangle.h 22 /* Nested classes */
23 class nested { class in class:myclass
25 nested();
26 ~nested();
31 class nested { class
33 nested();
34 ~nested();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
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/llvm/test/YAMLParser/
spec-10-02.data 8 text, [ nested ],
  /external/clang/test/Sema/
pointer-conversion.c 4 char const ** c2 = &c; // expected-warning {{discards qualifiers in nested pointer types}}
7 dchar *** c3 = &c2; // expected-warning {{discards qualifiers in nested pointer types}}
10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}}
  /dalvik/dx/tests/115-merge/testdata/
Annotated.java 7 c = @Annotated.Nested(e="E1", f=1695938256, g=7264081114510713000L),
8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) })
21 Nested c() default @Nested;
22 Nested[] d() default {};
26 public @interface Nested {
  /external/lldb/test/lang/cpp/breakpoints/
Makefile 3 CXX_SOURCES := nested.cpp
  /external/llvm/test/TableGen/
CStyleComment.td 1 // Test that multiline, nested, comments work correctly.
  /external/markdown/MarkdownTest/Tests_2004/
Inline HTML (Advanced).html 5 <p>And nested without indentation:</p>
Inline HTML (Advanced).text 5 And nested without indentation:
  /external/markdown/tests/markdown-test/
inline-html-advanced.html 4 <p>And nested without indentation:</p>
inline-html-advanced.txt 5 And nested without indentation:
  /external/markdown/tests/safe_mode/
inline-html-advanced.txt 5 And nested without indentation:
  /external/llvm/test/Analysis/BasicAA/
noalias-bugs.ll 10 %nested = type { %nested.i64 }
11 %nested.i64 = type { i64 }
13 define i64 @testcase(%nested * noalias %p1, %nested * noalias %p2,
15 %ptr = getelementptr inbounds %nested* %p1, i64 -1, i32 0
16 %ptr.64 = getelementptr inbounds %nested.i64* %ptr, i64 0, i32 0
17 %ptr2= getelementptr inbounds %nested* %p2, i64 0, i32 0
19 %either_ptr = select i1 %cmp, %nested.i64* %ptr2, %nested.i64* %pt
    [all...]
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 1 //===--- NestedNameSpecifier.h - C++ nested name specifiers -----*- C++ -*-===//
11 // a C++ nested-name-specifier.
33 /// \brief Represents a C++ nested name specifier, such as
36 /// C++ nested name specifiers are the prefixes to qualified
37 /// namespaces. For example, "foo::" in "foo::x" is a nested name
38 /// specifier. Nested name specifiers are made up of a sequence of
42 /// nested-namespace-specifier.
53 /// \brief The nested name specifier that precedes this nested name
56 /// The pointer is the nested-name-specifier that precedes thi
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseFuzzy.h 20 // const typename internal::nested<Derived,2>::type nested(derived());
21 // const typename internal::nested<OtherDerived,2>::type otherNested(other.derived());
22 // return (nested - otherNested).cwise().abs2().sum()
23 // <= prec * prec * (std::min)(nested.cwise().abs2().sum(), otherNested.cwise().abs2().sum());
  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/resources/
floats.js 11 function createSet(width, height, nested) {
18 for ( ; nested > 0; --nested)
19 nestedContainer = createElement("div", nestedContainer, "nested", "nested" + x + "_" + nested);
37 function createTestFunction(width, height, nested, runs, rows) {
40 containers[i] = createSet(width, height, nested);
41 nested = nested || 0
    [all...]
  /external/clang/test/CXX/temp/temp.spec/
p5.cpp 32 // Make sure that we don't get tricked by redeclarations of nested classes.
36 struct Nested;
37 friend struct Nested;
39 struct Nested {
40 Nested() {}
41 } nested; member in struct:NestedClassRedecls::X
  /external/libcxx/test/language.support/support.exception/except.nested/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.exception/except.nested/Android.mk
19 test_name := language.support/support.exception/except.nested/rethrow_nested
23 test_name := language.support/support.exception/except.nested/ctor_copy
27 test_name := language.support/support.exception/except.nested/assign
31 test_name := language.support/support.exception/except.nested/rethrow_if_nested
35 test_name := language.support/support.exception/except.nested/throw_with_nested
39 test_name := language.support/support.exception/except.nested/ctor_default
  /external/llvm/test/Transforms/ScalarRepl/
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/chromium_org/ui/v2/public/
window.h 14 // A Window is a View that has a nested View hierarchy.
24 // Nested view hierarchy.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
NestedTypesTest.java 55 * list of nested classes corresponds to expected list.
79 logWriter.println("=> Returned nested types number = " + returnedNestedTypesNumber);
103 logWriter.println("\n=> Check for returned nested type[" + i + "] ...");
105 logWriter.println("=> RefTypeTag of nested type = " + returnedRefTypeTag + "("
108 logWriter.println("=> RefTypeID of nested type = " + returnedRefTypeID);
109 logWriter.println("=> Get signature for nested type...");
121 logWriter.println("=> Signature of nested type = " + returnedSignature);
129 logWriter.println("\n## FAILURE: This nested type is found out repeatedly in the list");
131 "This nested type is found repeatedly in the list;\n";
149 // returned nested type is not found out in the list of expected nested type
    [all...]
  /external/llvm/test/Other/
pass-pipeline-parsing.ll 11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP
12 ; CHECK-NESTED-TWO-NOOP-MP: Starting module pass manager
13 ; CHECK-NESTED-TWO-NOOP-MP: Running module pass: ModulePassManager
14 ; CHECK-NESTED-TWO-NOOP-MP: Starting module pass manager
15 ; CHECK-NESTED-TWO-NOOP-MP: Running module pass: NoOpModulePass
16 ; CHECK-NESTED-TWO-NOOP-MP: Running module pass: NoOpModulePass
17 ; CHECK-NESTED-TWO-NOOP-MP: Finished module pass manager
18 ; CHECK-NESTED-TWO-NOOP-MP: Finished module pass manager
33 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-FP
34 ; CHECK-NESTED-TWO-NOOP-FP: Starting module pass manage
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
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/chromium_org/third_party/WebKit/ManualTests/resources/
nested-plug-ins-outer-frame.html 3 <iframe style="height: 200px; width: 200px;" id='inner' src='nested-plug-ins-inner-frame.html'></iframe>

Completed in 4234 milliseconds

1 2 3 4 5 6 7 8 91011>>