Home
last modified time | relevance | path

Searched full:sections (Results 1 – 25 of 10008) sorted by relevance

12345678910>>...401

/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/view/layout/blueprints/
DSplitShadeKeyguardBlueprint.java3 import com.android.systemui.communal.ui.view.layout.sections.CommunalTutorialIndicatorSection;
7 import com.android.systemui.keyguard.ui.view.layout.sections.AccessibilityActionsSection;
8 import com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection;
9 import com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection;
10 import com.android.systemui.keyguard.ui.view.layout.sections.ClockSection;
11 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection;
12 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection;
13 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection;
14 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection;
15 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultStatusBarSection;
[all …]
DDefaultKeyguardBlueprint.java3 import com.android.systemui.communal.ui.view.layout.sections.CommunalTutorialIndicatorSection;
7 import com.android.systemui.keyguard.ui.view.layout.sections.AccessibilityActionsSection;
8 import com.android.systemui.keyguard.ui.view.layout.sections.AodBurnInSection;
9 import com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection;
10 import com.android.systemui.keyguard.ui.view.layout.sections.ClockSection;
11 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection;
12 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultIndicationAreaSection;
13 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultNotificationStackScrollLayoutSe…
14 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultSettingsPopupMenuSection;
15 import com.android.systemui.keyguard.ui.view.layout.sections.DefaultShortcutsSection;
[all …]
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dglobal-sections.ll5 …%s -mtriple=i386-unknown-linux-gnu -data-sections -function-sections | FileCheck %s -check-prefix=…
6 … < %s -mtriple=i386-unknown-linux-gnu -function-sections | FileCheck %s -check-prefix=LINUX-FUNC-S…
7 …mtriple=x86_64-pc-linux -data-sections -function-sections -relocation-model=pic | FileCheck %s -ch…
8 …N: llc < %s -mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-prefix=…
9 … RUN: llc < %s -mtriple=i686-pc-win32 -function-sections | FileCheck %s -check-prefix=WIN32-FUNC-S…
15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1
16 ; WIN32-SECTIONS: .globl _F1
42 ; LINUX-SECTIONS: .section .text.F2,"ax",@progbits
43 ; LINUX-SECTIONS: .size F2,
44 ; LINUX-SECTIONS-NEXT: .cfi_endproc
[all …]
/aosp_15_r20/external/clang/test/OpenMP/
H A Dsections_misc_messages.c5 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
6 #pragma omp sections
8 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp sections'}}
9 #pragma omp sections foo
13 #pragma omp sections in test_no_clause()
18 // expected-error@+2 {{the statement for '#pragma omp sections' must be a compound statement}} in test_no_clause()
19 #pragma omp sections in test_no_clause()
22 #pragma omp sections in test_no_clause()
25 …foo(); // expected-error {{statement in 'omp sections' directive must be enclosed into a section r… in test_no_clause()
37 #pragma omp sections in test_branch_protected_scope()
[all …]
H A Dsections_firstprivate_messages.cpp70 #pragma omp sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
75 #pragma omp sections firstprivate( // expected-error {{expected expression}} expected-error {{expec… in foomain()
80 #pragma omp sections firstprivate() // expected-error {{expected expression}} in foomain()
85 #pragma omp sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match … in foomain()
90 #pragma omp sections firstprivate(argc, // expected-error {{expected expression}} expected-error {{… in foomain()
95 #pragma omp sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variab… in foomain()
100 #pragma omp sections firstprivate(argc) in foomain()
105 #pragma omp sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
110 #pragma omp sections firstprivate(a, b) // expected-error {{firstprivate variable with incomplete t… in foomain()
115 #pragma omp sections firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
H A Dparallel_sections_misc_messages.c5 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
6 #pragma omp parallel sections
8 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp parallel sections'}}
9 #pragma omp parallel sections foo
13 #pragma omp parallel sections in test_no_clause()
18 // expected-error@+2 {{the statement for '#pragma omp parallel sections' must be a compound stateme… in test_no_clause()
19 #pragma omp parallel sections in test_no_clause()
22 #pragma omp parallel sections in test_no_clause()
25 …foo(); // expected-error {{statement in 'omp parallel sections' directive must be enclosed into a … in test_no_clause()
37 #pragma omp parallel sections in test_branch_protected_scope()
[all …]
H A Dparallel_sections_firstprivate_messages.cpp69 #pragma omp parallel sections firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
73 #pragma omp parallel sections firstprivate( // expected-error {{expected expression}} expected-erro… in foomain()
77 #pragma omp parallel sections firstprivate() // expected-error {{expected expression}} in foomain()
81 #pragma omp parallel sections firstprivate(argc // expected-error {{expected ')'}} expected-note {{… in foomain()
85 #pragma omp parallel sections firstprivate(argc, // expected-error {{expected expression}} expected… in foomain()
89 #pragma omp parallel sections firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expect… in foomain()
93 #pragma omp parallel sections firstprivate(argc) in foomain()
97 #pragma omp parallel sections firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
101 #pragma omp parallel sections firstprivate(a, b) // expected-error {{firstprivate variable with inc… in foomain()
105 #pragma omp parallel sections firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
H A Dparallel_sections_reduction_messages.cpp84 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
88sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain()
92 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
96 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
100 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
104 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
108 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
112 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
116 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
120 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
[all …]
H A Dsections_reduction_messages.cpp85 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
90 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain()
95 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
100 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
105 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
110 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
115 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
120 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
125 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
130 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, … in tmain()
[all …]
H A Dparallel_sections_if_messages.cpp14 #pragma omp parallel sections if // expected-error {{expected '(' after 'if'}} in tmain()
18 …#pragma omp parallel sections if ( // expected-error {{expected expression}} expected-error {{expe… in tmain()
22 #pragma omp parallel sections if () // expected-error {{expected expression}} in tmain()
26 …#pragma omp parallel sections if (argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
30 …#pragma omp parallel sections if (argc)) // expected-warning {{extra tokens at the end of '#pragma… in tmain()
34 #pragma omp parallel sections if (argc > 0 ? argv[1] : argv[2]) in tmain()
38 …#pragma omp parallel sections if (foobool(argc)), if (true) // expected-error {{directive '#pragma… in tmain()
42 #pragma omp parallel sections if (S) // expected-error {{'S' does not refer to a value}} in tmain()
46 …#pragma omp parallel sections if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to… in tmain()
50 …#pragma omp parallel sections if (argc argc) // expected-error {{expected ')'}} expected-note {{to… in tmain()
[all …]
H A Dsections_lastprivate_messages.cpp71 #pragma omp sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
76 #pragma omp sections lastprivate( // expected-error {{expected expression}} expected-error {{expect… in foomain()
81 #pragma omp sections lastprivate() // expected-error {{expected expression}} in foomain()
86 #pragma omp sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match t… in foomain()
91 #pragma omp sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{e… in foomain()
96 #pragma omp sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variabl… in foomain()
101 #pragma omp sections lastprivate(argc) in foomain()
106 #pragma omp sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
111 #pragma omp sections lastprivate(a, b) // expected-error {{lastprivate variable with incomplete typ… in foomain()
116 #pragma omp sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
H A Dparallel_sections_lastprivate_messages.cpp70 #pragma omp parallel sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain()
74 #pragma omp parallel sections lastprivate( // expected-error {{expected expression}} expected-error… in foomain()
78 #pragma omp parallel sections lastprivate() // expected-error {{expected expression}} in foomain()
82 #pragma omp parallel sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{t… in foomain()
86 #pragma omp parallel sections lastprivate(argc, // expected-error {{expected expression}} expected-… in foomain()
90 #pragma omp parallel sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expecte… in foomain()
94 #pragma omp parallel sections lastprivate(argc) in foomain()
98 #pragma omp parallel sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
102 #pragma omp parallel sections lastprivate(a, b) // expected-error {{lastprivate variable with incom… in foomain()
106 #pragma omp parallel sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
H A Dsections_private_messages.cpp33 #pragma omp sections private(a) private(this->a) in S4()
47 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable… in operator =()
63 #pragma omp sections private(a) private(this->a) in S6()
70 #pragma omp sections private(a) private(this->a) private(s.a) // expected-error {{expected variable… in operator =()
86 #pragma omp sections private(a) private(this->a) private(T::a) in S7()
93 #pragma omp sections private(a) private(this->a) private(s.a) private(s.T::a) // expected-error 2 {… in operator =()
111 #pragma omp sections private // expected-error {{expected '(' after 'private'}} in foomain()
115 #pragma omp sections private( // expected-error {{expected expression}} expected-error {{expected '… in foomain()
119 #pragma omp sections private() // expected-error {{expected expression}} in foomain()
123 #pragma omp sections private(argc // expected-error {{expected ')'}} expected-note {{to match this … in foomain()
[all …]
H A Dparallel_sections_private_messages.cpp33 #pragma omp parallel sections private(a) private(this->a) in S4()
47 #pragma omp parallel sections private(a) private(this->a) private(s.a) // expected-error {{expected… in operator =()
63 #pragma omp parallel sections private(a) private(this->a) in S6()
70 #pragma omp parallel sections private(a) private(this->a) private(s.a) // expected-error {{expected… in operator =()
86 #pragma omp parallel sections private(a) private(this->a) private(T::a) in S7()
93 #pragma omp parallel sections private(a) private(this->a) private(s.a) private(s.T::a) // expected-… in operator =()
111 #pragma omp parallel sections private // expected-error {{expected '(' after 'private'}} in foomain()
115 #pragma omp parallel sections private( // expected-error {{expected expression}} expected-error {{e… in foomain()
119 #pragma omp parallel sections private() // expected-error {{expected expression}} in foomain()
123 #pragma omp parallel sections private(argc // expected-error {{expected ')'}} expected-note {{to ma… in foomain()
[all …]
H A Dnesting_of_regions.cpp22 #pragma omp sections in foo()
27 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a par… in foo()
54 #pragma omp parallel sections in foo()
186 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo()
233 #pragma omp parallel sections // expected-error {{OpenMP constructs may not be nested inside a simd… in foo()
378 #pragma omp sections // expected-error {{region cannot be closely nested inside 'for' region; perha… in foo()
385 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a for… in foo()
423 #pragma omp sections // OK in foo()
443 #pragma omp parallel sections in foo()
583 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo()
[all …]
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dsection_parser_test.cc32 auto sections = p.Sections(); in TEST_F() local
33 EXPECT_TRUE(sections.empty()); in TEST_F()
46 auto sections = p.Sections(); in TEST_F() local
47 ASSERT_EQ(1U, sections.size()); in TEST_F()
48 EXPECT_EQ(NodeType::kShader, sections[0].section_type); in TEST_F()
49 EXPECT_EQ(kShaderTypeVertex, sections[0].shader_type); in TEST_F()
50 EXPECT_EQ(kShaderFormatGlsl, sections[0].format); in TEST_F()
51 EXPECT_EQ(shader, sections[0].contents); in TEST_F()
61 auto sections = p.Sections(); in TEST_F() local
62 ASSERT_EQ(1U, sections.size()); in TEST_F()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/
H A D.cz.json71 "sections": [ array
74 "sections": [ array
107 "sections": [ array
115 "sections": [ array
139 "sections": [ array
153 "sections": [ array
165 "sections": [ array
169 "sections": [ array
185 "sections": [ array
203 "sections": [ array
[all …]
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java61 // Jpeg file is composed of many sections and image data. This class is used
106 List<Section> sections = parse(is, true); in extractXMPMeta() local
107 if (sections == null) { in extractXMPMeta()
111 for (Section section : sections) { in extractXMPMeta()
153 List<Section> sections = null; in writeXMPMeta() local
155 sections = parse(new FileInputStream(filename), false); in writeXMPMeta()
156 sections = insertXMPSection(sections, meta); in writeXMPMeta()
157 if (sections == null) { in writeXMPMeta()
168 writeJpegFile(os, sections); in writeXMPMeta()
189 List<Section> sections = parse(inputStream, false); in writeXMPMeta() local
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java125 // JPEG file is composed of many sections and image data. This class is used
134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
135 if (sections == null) { in read()
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections); in read()
155 if (!checkExtendedSectionExists(sections, extensionName)) { in read()
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
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>(); in parse() local
[all …]
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DXmpDepthDecode.java135 // JPEG file is composed of many sections and image data. This class is used
144 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
145 if (sections == null) { in read()
149 XMPMeta xmpMeta = parseFirstValidXMPSection(sections); in read()
165 if (!checkExtendedSectionExists(sections, extensionName)) { in read()
173 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
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>(); in parse() local
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/lib32/
Dlibstdc++.so.6libstdc++.so.6 GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 ...
Dlibstdc++.solibstdc++.so.6 GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 ...
Dlibstdc++.so.6.0.19libstdc++.so.6 GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 ...
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
Dx86_64-w64-mingw32-objcopy.1202 [\fB\-\-prefix\-sections=\fR\fIstring\fR]
203 [\fB\-\-prefix\-alloc\-sections=\fR\fIstring\fR]
220 [\fB\-\-compress\-debug\-sections\fR]
221 [\fB\-\-decompress\-debug\-sections\fR]
255 use \fB\-S\fR to remove sections containing debugging information. In
256 some cases \fB\-R\fR will be useful to remove sections which contain
320 Copy only the indicated sections from the input file to the output file.
349 Do not copy debugging symbols or sections from the source file.
527 Fill gaps between sections with \fIval\fR. This operation applies to
528 the \fIload address\fR (\s-1LMA\s0) of the sections. It is done by increasing
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A DAndroid.bp53 "-fdata-sections",
54 "-ffunction-sections",
72 "-Wl,--gc-sections",
121 "-fdata-sections",
122 "-ffunction-sections",
140 "-Wl,--gc-sections",
239 "-fdata-sections",
240 "-ffunction-sections",
258 "-Wl,--gc-sections",
307 "-fdata-sections",
[all …]

12345678910>>...401