HomeSort by relevance Sort by last modified time
    Searched full:sections (Results 351 - 375 of 6560) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/debug/plan9obj/
file_test.go 15 sections []*SectionHeader
57 for i, sh := range f.Sections {
58 if i >= len(tt.sections) {
62 want := tt.sections[i]
67 tn := len(tt.sections)
68 fn := len(f.Sections)
70 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)
  /external/clang/test/OpenMP/
cancellation_point_messages.cpp 5 #pragma omp cancellation point // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
8 #pragma omp cancellation point unknown // expected-error {{one of 'for', 'parallel', 'sections' or 'taskgroup' is expected}}
9 #pragma omp cancellation point sections( // expected-warning {{extra tokens at the end of '#pragma omp cancellation point' are ignored}}
34 #pragma omp cancellation point sections // expected-error {{region cannot be closely nested inside 'task' region}}
36 #pragma omp sections
38 #pragma omp cancellation point parallel // expected-error {{region cannot be closely nested inside 'sections' region}}
43 #pragma omp cancellation point sections
56 #pragma omp cancellation point sections // expected-error {{'#pragma omp cancellation point' cannot be an immediate substatement}}
67 #pragma omp cancellation point sections
78 #pragma omp cancellation point 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
  /prebuilts/tools/common/proguard/proguard4.7/docs/
index.html 20 var sections="sections.html";
22 sections="manual/sections.html";
24 document.write("<frameset rows=\"50,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"title\" name=\"title\" src=\"title.html\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frameset cols=\"120,*\" framespacing=\"0\" frameborder=\"no\"><frame id=\"sections\" name=\"sections\" src=\""+sections+"\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\" noresize /><frame id=\"main\" name=\"main\" src=\""+main+"\" scrolling=\"auto\" marginwidth=\"10\" marginheight=\"10\" noresize /></frameset></frameset>");
49 id="sections"
50 name="sections"
51 src="sections.html
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group7.d 9 # well with unique group sections under ld -r.
12 COMDAT group section \[[ 0-9]+\] `\.group' \[foo_group\] contains 2 sections:
17 COMDAT group section \[[ 0-9]+\] `.group' \[.text.foo\] contains 2 sections:
22 COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections:
27 COMDAT group section \[[ 0-9]+\] `.group' \[foo4\] contains 2 sections:
sec-to-seg.exp 1 # Test the assigment of sections to segments.
23 set testname "assignment of ELF sections to segments"
71 # A 00001042 00001043 Both sections on same page: assign to same segment.
72 # B 00001042 00002044 Sections on adjacent pages: assign to same segment.
73 # C 00001042 00003044 Sections on disjoint pages: assign to separate segments.
76 # placing the two sections in separate segments in the B test.
95 sec_to_seg_test "assignment of ELF sections to segments (same page)" "sec-to-seg-script-same-page.t" 1
96 sec_to_seg_test "assignment of ELF sections to segments (adjacent pages)" "sec-to-seg-script-adjoining-pages.t" $B_test_same_seg
97 sec_to_seg_test "assignment of ELF sections to segments (disjoint pages)" "sec-to-seg-script-disjoint-pages.t" 0
extract-symbol-1sec.d 1 #name: --extract-symbol test 1 (sections)
9 Sections:
pr12975.d 1 #ld: --gc-sections -shared -version-script pr12975.t
6 # generic linker targets don't support --gc-sections, nor do a bunch of others
pr13195.d 1 #ld: --gc-sections -shared -version-script pr13195.t
6 # generic linker targets don't support --gc-sections, nor do a bunch of others
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
XmpDepthDecode.java 135 // JPEG file is composed of many sections and image data. This class is used
144 List<Section> sections = parse(is, true, skipExtendedContent); local
145 if (sections == null) {
149 XMPMeta xmpMeta = parseFirstValidXMPSection(sections);
165 if (!checkExtendedSectionExists(sections, extensionName)) {
173 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName);
198 * and XMP sections (with marker M_APP1) and ignore others; otherwise, keep
199 * all sections. The last section with image data will have -1 length.
203 * @param skipExtendedContent Whether to skip the content of extended sections
208 List<Section> sections = new ArrayList<Section>() local
    [all...]
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
XmpDepthDecode.java 125 // JPEG file is composed of many sections and image data. This class is used
134 List<Section> sections = parse(is, true, skipExtendedContent); local
135 if (sections == null) {
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections);
155 if (!checkExtendedSectionExists(sections, extensionName)) {
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName);
188 * and XMP sections (with marker M_APP1) and ignore others; otherwise, keep
189 * all sections. The last section with image data will have -1 length.
193 * @param skipExtendedContent Whether to skip the content of extended sections
198 List<Section> sections = new ArrayList<Section>() local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 61 // Jpeg file is composed of many sections and image data. This class is used
106 List<Section> sections = parse(is, true); local
107 if (sections == null) {
111 for (Section section : sections) {
153 List<Section> sections = null; local
155 sections = parse(new FileInputStream(filename), false);
156 sections = insertXMPSection(sections, meta);
157 if (sections == null) {
168 writeJpegFile(os, sections);
189 List<Section> sections = parse(inputStream, false); local
343 List<Section> sections = new ArrayList<Section>(); local
    [all...]
  /external/jhead/
jpgfile.c 18 static Section_t * Sections = NULL;
109 // Check sections array to see if it needs to be increased in size.
118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
119 if (Sections == NULL){
158 Sections[SectionsRead].Type = marker;
159 Sections[SectionsRead].Offset = ftell(infile);
173 Sections[SectionsRead].Size = itemlen;
181 Sections[SectionsRead].Data = Data;
224 Sections[SectionsRead].Data = Data
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
GarbageCollection.h 32 * \brief Map the section to the list of sections which it can reach directly
41 /// getReachedList - get the list of sections which can be reached by
45 /// findReachedList - find the list of sections which can be reached by
53 /// m_ReachedSections - map a section to the reachable sections list
73 /// m_SectionReachedListMap - map the section to the list of sections which it
77 /// m_ReferencedSections - a list of sections which can be reached from entry
  /toolchain/binutils/binutils-2.25/gold/
layout.h 1 // layout.h -- lay out output file sections for gold -*- C++ -*-
162 // This task function handles mapping the input sections to output
163 // sections and laying them out in memory.
208 // against discarded sections.
221 // Most comdat groups have only one or two sections, so we use a
223 // without paying too heavily for groups with more sections.
376 // the sections in the group to section indexes in object_ and to
385 // The ordering for output sections. This controls how output
386 // sections are ordered within a PT_LOAD output segment.
398 // Loadable read-only note sections come next so that the PT_NOT
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactsSectionIndexer.java 38 * @param sections a non-null array
39 * @param counts a non-null array of the same size as <code>sections</code>
41 public ContactsSectionIndexer(String[] sections, int[] counts) {
42 if (sections == null || counts == null) {
46 if (sections.length != counts.length) {
48 "The sections and counts arrays must have the same length");
51 // TODO process sections/counts based on current locale and/or specific section titles
53 this.mSections = sections;
  /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/ld/emultempl/
sh64elf.em 44 options here, and we can access input sections in the order in which
63 /* FIXME: Look through incoming sections with .cranges
89 section flags right for output sections that *don't* need a
101 for (isec = f->the_bfd->sections;
108 einfo (_("%P: Sorry, turning off relaxing: SHmedia sections present.\n"));
122 for (osec = link_info.output_bfd->sections;
135 /* Omit excluded or garbage-collected sections. */
153 for (isec = f->the_bfd->sections;
173 /* Check that all input sections have the same contents-type flags
180 for (isec = f->the_bfd->sections;
    [all...]
  /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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2b.s 1 ! Initially three separate sections, one with SHmedia and constants, one with
2 ! SHcompact, and yet another with SHmedia. Two .cranges sections
  /external/llvm/test/CodeGen/X86/
non-unique-sections.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -function-sections -unique-section-names=false | FileCheck %s
  /external/llvm/test/MC/COFF/
directive-section-characteristics.ll 1 ; RUN: llc -mtriple i686-windows -filetype obj -o - %s | llvm-readobj -sections \
  /external/llvm/test/Object/
no-section-header-string-table.test 1 RUN: llvm-readobj %p/Inputs/no-section-header-string-table.elf-x86-64 --sections \
  /external/llvm/test/tools/llvm-objdump/Inputs/
file-aux-record.yaml 4 sections:

Completed in 403 milliseconds

<<11121314151617181920>>