/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-12-i386.d | 1 #ld: -shared -m elf_i386 -e bar --gc-sections
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
vxworks1-static.d | 4 #error: Dynamic sections created in non-dynamic link
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vxworks1-static.d | 4 #error: Dynamic sections created in non-dynamic link
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-selective/ |
keepdot.d | 1 #ld: --gc-sections -Bstatic -e _start -T keepdot.ld
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/ |
vxworks1-static.d | 4 #error: Dynamic sections created in non-dynamic link
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
vxworks1-static.d | 4 #error: Dynamic sections created in non-dynamic link
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
compressed1.d | 1 #name: undefined symbol with compressed debug sections
|
/external/clang/test/OpenMP/ |
sections_private_codegen.cpp | 32 #pragma omp sections private(t_var, vec, s_arr, s_arr, var, var) 51 #pragma omp sections private(g, sivar) 96 #pragma omp sections private(g, sivar) 139 #pragma omp sections private(t_var, vec, s_arr, s_arr, var, var, sivar)
|
sections_reduction_codegen.cpp | 39 #pragma omp sections reduction(+:t_var) reduction(&:var) reduction(&& : var1) reduction(min: t_var1) nowait 57 #pragma omp sections reduction(+:g) 117 #pragma omp sections reduction(-:g) 176 #pragma omp sections reduction(+:t_var) reduction(&:var) reduction(&& : var1) reduction(min: t_var1)
|
parallel_sections_ast_print.cpp | 36 #pragma omp parallel sections 40 #pragma omp parallel sections default(none), private(argc, b) firstprivate(argv) shared(d) if (parallel: argc > 0) num_threads(C) copyin(S < T > ::TS) proc_bind(master) reduction(+ : c) reduction(max : e) 44 #pragma omp parallel sections if (C) num_threads(s) proc_bind(close) reduction(^ : e, f) reduction(&& : g) lastprivate(b, c) 57 // CHECK-NEXT: #pragma omp parallel sections 61 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) shared(d) if(parallel: argc > 0) num_threads(5) copyin(S<int>::TS) proc_bind(master) reduction(+: c) reduction(max: e) 65 // CHECK-NEXT: #pragma omp parallel sections if(5) num_threads(s) proc_bind(close) reduction(^: e,f) reduction(&&: g) lastprivate(b,c) 75 // CHECK-NEXT: #pragma omp parallel sections 79 // CHECK-NEXT: #pragma omp parallel sections default(none) private(argc,b) firstprivate(argv) shared(d) if(parallel: argc > 0) num_threads(1) copyin(S<long>::TS) proc_bind(master) reduction(+: c) reduction(max: e) 83 // CHECK-NEXT: #pragma omp parallel sections if(1) num_threads(s) proc_bind(close) reduction(^: e,f) reduction(&&: g) lastprivate(b,c) 93 // CHECK-NEXT: #pragma omp parallel sections [all...] |
nesting_of_regions.cpp | 22 #pragma omp sections 27 #pragma omp section // expected-error {{'omp section' directive must be closely nested to a sections region, not a parallel region}} 54 #pragma omp parallel sections 143 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} 190 #pragma omp parallel sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} 282 #pragma omp sections // expected-error {{region cannot be closely nested inside 'for' region; perhaps you forget to enclose 'omp sections' directive into a parallel region?}} 289 #pragma omp section // expected-error {{'omp section' directive must be closely nested to a sections region, not a for region}} 327 #pragma omp sections // OK 347 #pragma omp parallel sections [all...] |
sections_ast_print.cpp | 17 #pragma omp sections private(argc, b), firstprivate(c, d), lastprivate(d, f) reduction(- : g) nowait 22 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(c,d) lastprivate(d,f) reduction(-: g) nowait 34 #pragma omp sections private(argc, b), firstprivate(argv, c), lastprivate(d, f) reduction(+ : g) nowait 42 // CHECK-NEXT: #pragma omp sections private(argc,b) firstprivate(argv,c) lastprivate(d,f) reduction(+: g) nowait
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1c.d | 3 #as: --32 --compress-debug-sections 6 #name: strip on compressed debug sections
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1c.d | 3 #as: --64 --compress-debug-sections 6 #name: strip on compressed debug sections
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
common.s | 1 ; Test MRI common sections
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
group8a.d | 2 #ld: -r --gc-sections --entry foo 7 # generic linker targets don't support --gc-sections, nor do a bunch of others 9 # well with unique group sections under ld -r. 11 COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 1 sections:
|
group8b.d | 2 #ld: -r --gc-sections --entry bar 7 # generic linker targets don't support --gc-sections, nor do a bunch of others 9 # well with unique group sections under ld -r. 11 COMDAT group section \[[ 0-9]+\] `.group' \[bar\] contains 1 sections:
|
group9a.d | 2 #ld: -r --gc-sections --entry foo 7 # generic linker targets don't support --gc-sections, nor do a bunch of others 9 # well with unique group sections under ld -r. 11 COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
pr13683.d | 1 #name: --gc-sections with --defsym 3 #ld: --gc-sections -e main --defsym foo=foo2 tmpdir/pr13683.o
|
pr14265.d | 1 #name: --gc-sections with KEEP 3 #ld: --gc-sections -T pr14265.t -e 0 tmpdir/pr14265.o
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
start3.s | 1 # When GC, all sections in each file must be referenced from within a kept
|
/packages/apps/Messaging/src/com/android/messaging/ui/contact/ |
ContactSectionIndexer.java | 31 * Indexes contact alphabetical sections so we can report to the fast scrolling list view 65 // Perform a binary search on the starting positions of the sections to the find the 102 final String[] sections = cursorExtras.getStringArray( local 105 if (sections == null || counts == null) { 109 if (sections.length != counts.length) { 113 this.mSections = sections; 134 final ArrayList<String> sections = new ArrayList<String>(); local 147 final int lastIndex = sections.size() - 1; 148 final String currentSection = lastIndex >= 0 ? sections.get(lastIndex) : null; 150 sections.add(section) [all...] |
/frameworks/compile/mclinker/lib/Script/ |
ScriptFile.cpp | 90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local 91 sections->push_back(entry); 149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local 151 assert(!sections->empty()); 153 llvm::cast<OutputSectDesc>(sections->back()); 159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION, 190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local 191 sections->push_back(new OutputSectDesc(pName, pProlog)); 199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local 201 assert(!sections->empty() && m_bInOutputSectDesc) 212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactEntryAdapter.java | 78 ContactEntryAdapter(Context context, ArrayList<ArrayList<E>> sections, boolean separators) { 81 mSections = sections; 88 * @param sections the section data 90 public final void setSections(ArrayList<ArrayList<E>> sections, boolean separators) { 91 mSections = sections; 99 * @param sections the section data 103 public final int setSections(ArrayList<ArrayList<E>> sections, E entry) { 104 mSections = sections; 175 * @param sections the list of sections [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
group1a.d | 2 #name: group section with multiple sections of same name
|