/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/ |
D | x86id.errwarn | 1 -:37: warning: Standard COFF does not support read-only data sections 2 -:6284: warning: Standard COFF does not support read-only data sections 3 -:6527: warning: Standard COFF does not support read-only data sections 4 -:6540: warning: Standard COFF does not support read-only data sections 5 -:6549: warning: Standard COFF does not support read-only data sections 6 -:6559: warning: Standard COFF does not support read-only data sections 7 -:6562: warning: Standard COFF does not support read-only data sections 8 -:6629: warning: Standard COFF does not support read-only data sections 9 -:7499: warning: Standard COFF does not support read-only data sections 10 -:7518: warning: Standard COFF does not support read-only data sections [all …]
|
/external/clang/test/OpenMP/ |
D | sections_misc_messages.c | 5 // 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() 38 #pragma omp sections in test_branch_protected_scope() [all …]
|
D | parallel_sections_misc_messages.c | 5 // 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 …]
|
D | parallel_sections_firstprivate_messages.cpp | 69 #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 …]
|
D | nesting_of_regions.cpp | 17 #pragma omp sections in foo() 22 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a par… in foo() 34 #pragma omp parallel sections in foo() 60 #pragma omp sections // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 87 #pragma omp parallel sections // expected-error {{OpenMP constructs may not be nested inside a simd… in foo() 114 #pragma omp sections // expected-error {{region cannot be closely nested inside 'for' region; perha… in foo() 121 …// expected-error {{'omp section' directive must be closely nested to a sections region, not a for… in foo() 144 #pragma omp sections // OK in foo() 158 #pragma omp parallel sections in foo() 164 // SECTIONS DIRECTIVE in foo() [all …]
|
D | parallel_sections_messages.cpp | 6 #pragma omp parallel sections // expected-error {{unexpected OpenMP directive '#pragma omp parallel… 9 #pragma omp parallel sections {// expected-warning {{extra tokens at the end of '#pragma omp parall… in main() 13 #pragma omp parallel sections( // expected-warning {{extra tokens at the end of '#pragma omp parall… in main() 17 #pragma omp parallel sections[ // expected-warning {{extra tokens at the end of '#pragma omp parall… in main() 21 #pragma omp parallel sections] // expected-warning {{extra tokens at the end of '#pragma omp parall… in main() 25 #pragma omp parallel sections) // expected-warning {{extra tokens at the end of '#pragma omp parall… in main() 29 #pragma omp parallel sections } // expected-warning {{extra tokens at the end of '#pragma omp paral… in main() 33 // expected-warning@+1 {{extra tokens at the end of '#pragma omp parallel sections' are ignored}} in main() 34 #pragma omp parallel sections unknown() in main() 41 #pragma omp parallel sections in main() [all …]
|
D | sections_firstprivate_messages.cpp | 70 #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 …]
|
D | sections_lastprivate_messages.cpp | 70 #pragma omp sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain() 75 #pragma omp sections lastprivate( // expected-error {{expected expression}} expected-error {{expect… in foomain() 80 #pragma omp sections lastprivate() // expected-error {{expected expression}} in foomain() 85 #pragma omp sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{to match t… in foomain() 90 #pragma omp sections lastprivate(argc, // expected-error {{expected expression}} expected-error {{e… in foomain() 95 #pragma omp sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variabl… in foomain() 100 #pragma omp sections lastprivate(argc) in foomain() 105 #pragma omp sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain() 110 #pragma omp sections lastprivate(a, b) // expected-error {{lastprivate variable with incomplete typ… in foomain() 115 #pragma omp sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain() [all …]
|
D | parallel_sections_if_messages.cpp | 14 #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 …]
|
D | sections_private_messages.cpp | 51 #pragma omp sections private // expected-error {{expected '(' after 'private'}} in foomain() 55 #pragma omp sections private( // expected-error {{expected expression}} expected-error {{expected '… in foomain() 59 #pragma omp sections private() // expected-error {{expected expression}} in foomain() 63 #pragma omp sections private(argc // expected-error {{expected ')'}} expected-note {{to match this … in foomain() 67 #pragma omp sections private(argc, // expected-error {{expected expression}} expected-error {{expec… in foomain() 71 #pragma omp sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable na… in foomain() 75 #pragma omp sections private(argc) in foomain() 79 #pragma omp sections private(S1) // expected-error {{'S1' does not refer to a value}} in foomain() 83 #pragma omp sections private(a, b) // expected-error {{private variable with incomplete type 'S1'}} in foomain() 87 #pragma omp sections private(argv[1]) // expected-error {{expected variable name}} in foomain() [all …]
|
D | parallel_sections_private_messages.cpp | 51 #pragma omp parallel sections private // expected-error {{expected '(' after 'private'}} in foomain() 55 #pragma omp parallel sections private( // expected-error {{expected expression}} expected-error {{e… in foomain() 59 #pragma omp parallel sections private() // expected-error {{expected expression}} in foomain() 63 #pragma omp parallel sections private(argc // expected-error {{expected ')'}} expected-note {{to ma… in foomain() 67 #pragma omp parallel sections private(argc, // expected-error {{expected expression}} expected-erro… in foomain() 71 #pragma omp parallel sections private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected va… in foomain() 75 #pragma omp parallel sections private(argc) in foomain() 79 #pragma omp parallel sections private(S1) // expected-error {{'S1' does not refer to a value}} in foomain() 83 #pragma omp parallel sections private(a, b) // expected-error {{private variable with incomplete ty… in foomain() 87 #pragma omp parallel sections private(argv[1]) // expected-error {{expected variable name}} in foomain() [all …]
|
D | parallel_sections_lastprivate_messages.cpp | 69 #pragma omp parallel sections lastprivate // expected-error {{expected '(' after 'lastprivate'}} in foomain() 73 #pragma omp parallel sections lastprivate( // expected-error {{expected expression}} expected-error… in foomain() 77 #pragma omp parallel sections lastprivate() // expected-error {{expected expression}} in foomain() 81 #pragma omp parallel sections lastprivate(argc // expected-error {{expected ')'}} expected-note {{t… in foomain() 85 #pragma omp parallel sections lastprivate(argc, // expected-error {{expected expression}} expected-… in foomain() 89 #pragma omp parallel sections lastprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expecte… in foomain() 93 #pragma omp parallel sections lastprivate(argc) in foomain() 97 #pragma omp parallel sections lastprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain() 101 #pragma omp parallel sections lastprivate(a, b) // expected-error {{lastprivate variable with incom… in foomain() 105 #pragma omp parallel sections lastprivate(argv[1]) // expected-error {{expected variable name}} in foomain() [all …]
|
D | parallel_sections_reduction_messages.cpp | 78 #pragma omp parallel sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 82 … sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {{extr… in tmain() 86 #pragma omp parallel sections reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain() 90 #pragma omp parallel sections reduction(- // expected-warning {{missing ':' after reduction identif… in tmain() 94 #pragma omp parallel sections reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain() 98 #pragma omp parallel sections reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain() 102 #pragma omp parallel sections reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain() 106 #pragma omp parallel sections reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain() 110 #pragma omp parallel sections reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain() 114 #pragma omp parallel sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain() [all …]
|
D | sections_reduction_messages.cpp | 79 #pragma omp sections reduction // expected-error {{expected '(' after 'reduction'}} in tmain() 84 …a omp sections reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning {… in tmain() 89 #pragma omp sections reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain() 94 #pragma omp sections reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain() 99 #pragma omp sections reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain() 104 #pragma omp sections reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain() 109 #pragma omp sections reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain() 114 #pragma omp sections reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain() 119 #pragma omp sections reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain() 124 #pragma omp sections reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name}} in tmain() [all …]
|
D | parallel_sections_num_threads_messages.cpp | 14 #pragma omp parallel sections num_threads // expected-error {{expected '(' after 'num_threads'}} in tmain() 16 …#pragma omp parallel sections num_threads ( // expected-error {{expected expression}} expected-err… in tmain() 18 #pragma omp parallel sections num_threads () // expected-error {{expected expression}} in tmain() 20 …#pragma omp parallel sections num_threads (argc // expected-error {{expected ')'}} expected-note {… in tmain() 22 …#pragma omp parallel sections num_threads (argc)) // expected-warning {{extra tokens at the end of… in tmain() 24 …#pragma omp parallel sections num_threads ((argc > 0) ? argv[1] : argv[2]) // expected-error 2 {{e… in tmain() 26 …arallel sections num_threads (foobool(argc)), num_threads (true), num_threads (-5) // expected-err… in tmain() 28 #pragma omp parallel sections num_threads (S) // expected-error {{'S' does not refer to a value}} in tmain() 30 …#pragma omp parallel sections num_threads (argv[1]=2) // expected-error {{expected ')'}} expected-… in tmain() 32 #pragma omp parallel sections num_threads (argc) in tmain() [all …]
|
D | parallel_sections_shared_messages.cpp | 58 #pragma omp parallel sections shared // expected-error {{expected '(' after 'shared'}} in main() 60 #pragma omp parallel sections shared( // expected-error {{expected expression}} expected-error {{ex… in main() 62 #pragma omp parallel sections shared() // expected-error {{expected expression}} in main() 64 #pragma omp parallel sections shared(argc // expected-error {{expected ')'}} expected-note {{to mat… in main() 66 #pragma omp parallel sections shared(argc, // expected-error {{expected expression}} expected-error… in main() 68 #pragma omp parallel sections shared(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main() 70 #pragma omp parallel sections shared(argc) in main() 72 #pragma omp parallel sections shared(S1) // expected-error {{'S1' does not refer to a value}} in main() 74 #pragma omp parallel sections shared(a, b, c, d, f) in main() 76 #pragma omp parallel sections shared(argv[1]) // expected-error {{expected variable name}} in main() [all …]
|
D | parallel_sections_proc_bind_messages.cpp | 6 #pragma omp parallel sections proc_bind // expected-error {{expected '(' after 'proc_bind'}} in main() 8 #pragma omp parallel sections proc_bind( // expected-error {{expected 'master', 'close' or 'spread'… in main() 10 #pragma omp parallel sections proc_bind() // expected-error {{expected 'master', 'close' or 'spread… in main() 12 #pragma omp parallel sections proc_bind(master // expected-error {{expected ')'}} expected-note {{t… in main() 14 #pragma omp parallel sections proc_bind(close), proc_bind(spread) // expected-error {{directive '#p… in main() 16 #pragma omp parallel sections proc_bind(x) // expected-error {{expected 'master', 'close' or 'sprea… in main() 19 #pragma omp parallel sections proc_bind(master) in main() 22 #pragma omp parallel sections proc_bind(close) in main() 24 #pragma omp parallel sections proc_bind(spread) in main()
|
D | parallel_sections_default_messages.cpp | 6 #pragma omp parallel sections default // expected-error {{expected '(' after 'default'}} in main() 8 #pragma omp parallel sections default( // expected-error {{expected 'none' or 'shared' in OpenMP cl… in main() 10 #pragma omp parallel sections default() // expected-error {{expected 'none' or 'shared' in OpenMP c… in main() 12 #pragma omp parallel sections default(none // expected-error {{expected ')'}} expected-note {{to ma… in main() 14 #pragma omp parallel sections default(shared), default(shared) // expected-error {{directive '#prag… in main() 16 #pragma omp parallel sections default(x) // expected-error {{expected 'none' or 'shared' in OpenMP … in main() 26 #pragma omp parallel sections default(none) in main() 31 #pragma omp parallel sections default(none) in main() 33 #pragma omp parallel sections default(shared) in main()
|
D | parallel_sections_copyin_messages.cpp | 55 #pragma omp parallel sections copyin // expected-error {{expected '(' after 'copyin'}} in main() 59 #pragma omp parallel sections copyin( // expected-error {{expected expression}} expected-error {{ex… in main() 63 #pragma omp parallel sections copyin() // expected-error {{expected expression}} in main() 67 #pragma omp parallel sections copyin(k // expected-error {{expected ')'}} expected-note {{to match … in main() 71 #pragma omp parallel sections copyin(h, // expected-error {{expected expression}} expected-error {{… in main() 75 #pragma omp parallel sections copyin(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected var… in main() 79 #pragma omp parallel sections copyin(l) // expected-error {{copyin variable must have an accessible… in main() 83 #pragma omp parallel sections copyin(S1) // expected-error {{'S1' does not refer to a value}} in main() 87 #pragma omp parallel sections copyin(argv[1]) // expected-error {{expected variable name}} in main() 91 #pragma omp parallel sections copyin(i) // expected-error {{copyin variable must be threadprivate}} in main() [all …]
|
/external/clang/test/Driver/ |
D | function-sections.c | 1 // Test handling of -f(no-)function-sections and -f(no-)data-sections 3 // CHECK-FS: -ffunction-sections 4 // CHECK-NOFS-NOT: -ffunction-sections 5 // CHECK-DS: -fdata-sections 6 // CHECK-NODS-NOT: -fdata-sections 14 // RUN: -ffunction-sections \ 19 // RUN: -fno-function-sections \ 24 // RUN: -ffunction-sections -fno-function-sections \ 29 // RUN: -fno-function-sections -ffunction-sections \ 34 // RUN: -ffunction-sections -fno-function-sections -ffunction-sections \ [all …]
|
/external/jhead/ |
D | jpgfile.c | 18 static Section_t * Sections = NULL; variable 109 // Check sections array to see if it needs to be increased in size. 118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated); in CheckSectionsAllocated() 119 if (Sections == NULL){ in CheckSectionsAllocated() 158 Sections[SectionsRead].Type = marker; in ReadJpegSections() 159 Sections[SectionsRead].Offset = ftell(infile); in ReadJpegSections() 173 Sections[SectionsRead].Size = itemlen; in ReadJpegSections() 181 Sections[SectionsRead].Data = Data; in ReadJpegSections() 224 Sections[SectionsRead].Data = Data; in ReadJpegSections() 225 Sections[SectionsRead].Offset = cp; in ReadJpegSections() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | global-sections.ll | 5 …N: llc < %s -mtriple=i386-unknown-linux-gnu -data-sections | FileCheck %s -check-prefix=LINUX-SECT… 6 …N: llc < %s -mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-prefix=… 12 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1 13 ; WIN32-SECTIONS: .globl _F1 48 ; LINUX-SECTIONS: .section .rodata.G3,"a",@progbits 49 ; LINUX-SECTIONS: .globl G3 51 ; WIN32-SECTIONS: .section .rdata,"rd",one_only,_G3 52 ; WIN32-SECTIONS: .globl _G3 127 ; LINUX-SECTIONS: .section .rodata.G7,"aMS",@progbits,1 128 ; LINUX-SECTIONS: .globl G7 [all …]
|
/external/chromium_org/tools/gyp/tools/emacs/ |
D | gyp.el | 58 "Regular expression to introduce 'sources' sections") 62 "Regular expression to introduce conditions sections") 66 "Regular expression to introduce variables sections") 70 "Regular expression to introduce 'defines' sections") 74 "Regular expression to introduce 'targets' sections") 77 "Map the sections we are interested in from SECTION to symbol. 104 (defun gyp-parse-sections () 112 (defun gyp-add-parse-history (point sections) 113 "Add parse state SECTIONS to the parse history at POINT so that parsing can be 117 (setq gyp-parse-history (cons (cons point sections) gyp-parse-history))) [all …]
|
/external/smack/src/org/xbill/DNS/ |
D | Section.java | 6 * Constants and functions relating to DNS message sections 35 private static Mnemonic sections = new Mnemonic("Message Section", field in Section 41 sections.setMaximum(3); 42 sections.setNumericAllowed(true); 44 sections.add(QUESTION, "qd"); in sections.add() 45 sections.add(ANSWER, "an"); in sections.add() 46 sections.add(AUTHORITY, "au"); in sections.add() 47 sections.add(ADDITIONAL, "ad"); in sections.add() 66 return sections.getText(i); in string() 72 sections.check(i); in longString() [all …]
|
D | Message.java | 11 * and 4 message sections. 25 private List [] sections; field in Message 58 sections = new List[4]; in Message() 106 sections[i] = new ArrayList(count); in Message() 110 sections[i].add(rec); in Message() 163 if (sections[section] == null) in addRecord() 164 sections[section] = new LinkedList(); in addRecord() 166 sections[section].add(r); in addRecord() 176 if (sections[section] != null && sections[section].remove(r)) { in removeRecord() 191 sections[section] = null; in removeAllRecords() [all …]
|