Home
last modified time | relevance | path

Searched full:single (Results 1 – 25 of 7397) sorted by relevance

12345678910>>...296

/external/clang/test/OpenMP/
Dsingle_firstprivate_messages.cpp70 #pragma omp single firstprivate // expected-error {{expected '(' after 'firstprivate'}} in foomain()
73 #pragma omp single firstprivate( // expected-error {{expected expression}} expected-error {{expecte… in foomain()
76 #pragma omp single firstprivate() // expected-error {{expected expression}} in foomain()
79 #pragma omp single firstprivate(argc // expected-error {{expected ')'}} expected-note {{to match th… in foomain()
82 #pragma omp single firstprivate(argc, // expected-error {{expected expression}} expected-error {{ex… in foomain()
85 #pragma omp single firstprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable… in foomain()
88 #pragma omp single firstprivate(argc) in foomain()
91 #pragma omp single firstprivate(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
94 #pragma omp single firstprivate(a, b) // expected-error {{firstprivate variable with incomplete typ… in foomain()
97 #pragma omp single firstprivate(argv[1]) // expected-error {{expected variable name}} in foomain()
[all …]
Dsingle_misc_messages.c5 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp single'}}
6 #pragma omp single
8 // expected-error@+1 {{unexpected OpenMP directive '#pragma omp single'}}
9 #pragma omp single foo
13 #pragma omp single in test_no_clause()
16 #pragma omp single in test_no_clause()
28 #pragma omp single in test_branch_protected_scope()
51 // expected-warning@+1 {{extra tokens at the end of '#pragma omp single' are ignored}} in test_invalid_clause()
52 #pragma omp single foo bar in test_invalid_clause()
60 // expected-warning@+1 {{extra tokens at the end of '#pragma omp single' are ignored}} in test_non_identifiers()
[all …]
Dsingle_copyprivate_messages.cpp49 #pragma omp single copyprivate // expected-error {{expected '(' after 'copyprivate'}} in tmain()
51 #pragma omp single copyprivate( // expected-error {{expected expression}} expected-error {{expected… in tmain()
53 #pragma omp single copyprivate() // expected-error {{expected expression}} in tmain()
55 #pragma omp single copyprivate(k // expected-error {{expected ')'}} expected-note {{to match this '… in tmain()
57 #pragma omp single copyprivate(h, // expected-error {{expected expression}} expected-error {{expect… in tmain()
59 #pragma omp single copyprivate(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable … in tmain()
61 #pragma omp single copyprivate(l) // expected-error 2 {{'operator=' is a private member of 'S4'}} in tmain()
63 #pragma omp single copyprivate(S1) // expected-error {{'S1' does not refer to a value}} in tmain()
65 #pragma omp single copyprivate(argv[1]) // expected-error {{expected variable name}} in tmain()
67 #pragma omp single copyprivate(i) // expected-error {{copyprivate variable must be threadprivate or… in tmain()
[all …]
Dsingle_private_messages.cpp33 #pragma omp single private(a) private(this->a) in S4()
45 #pragma omp single private(a) private(this->a) private(s.a) // expected-error {{expected variable n… in operator =()
59 #pragma omp single private(a) private(this->a) in S6()
64 #pragma omp single private(a) private(this->a) private(s.a) // expected-error {{expected variable n… in operator =()
78 #pragma omp single private(a) private(this->a) private(T::a) in S7()
83 #pragma omp single private(a) private(this->a) private(s.a) private(s.T::a) // expected-error 2 {{e… in operator =()
99 #pragma omp single private // expected-error {{expected '(' after 'private'}} in foomain()
101 #pragma omp single private( // expected-error {{expected expression}} expected-error {{expected ')'… in foomain()
103 #pragma omp single private() // expected-error {{expected expression}} in foomain()
105 #pragma omp single private(argc // expected-error {{expected ')'}} expected-note {{to match this '(… in foomain()
[all …]
Dsingle_ast_print.cpp17 #pragma omp single copyprivate(a, this->b, (this)->c) in SS()
19 // CHECK-NEXT: #pragma omp single copyprivate(this->a,this->b,this->c) in SS()
29 // CHECK-NEXT: #pragma omp single copyprivate(this->a) in SST()
31 // CHECK-NEXT: #pragma omp single copyprivate(this->a) in SST()
33 #pragma omp single copyprivate(this->a) in SST()
45 #pragma omp single private(argc, b), firstprivate(c, d), nowait in tmain()
48 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) nowait in tmain()
51 #pragma omp single private(argc, b), firstprivate(c, d), copyprivate(g) in tmain()
54 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) copyprivate(g) in tmain()
65 #pragma omp single private(argc, b), firstprivate(argv, c), nowait in main()
[all …]
/external/clang/test/Misc/
Dserialized-diags-single-issue.c10 // NOTE: it is important that this test case only contain a single issue. This test case checks
13 // CHECK: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitialized w…
14 // CHECK: Range: {{.*}}serialized-diags-single-issue.c:3:12 {{.*}}serialized-diags-single-issue.c:3…
15 // CHECK: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo' to s…
16 // CHECK: +-Range: {{.*}}serialized-diags-single-issue.c:2:13 {{.*}}serialized-diags-single-issue.c…
17 // CHECK: +-FIXIT: ({{.*}}serialized-diags-single-issue.c:2:13 - {{.*}}serialized-diags-single-issu…
24 // CHECK-MULT: {{.*}}serialized-diags-single-issue.c:3:12: warning: variable 'voodoo' is uninitiali…
25 // CHECK-MULT: Range: {{.*}}serialized-diags-single-issue.c:3:12 {{.*}}serialized-diags-single-issu…
26 // CHECK-MULT: +-{{.*}}serialized-diags-single-issue.c:2:13: note: initialize the variable 'voodoo'…
27 // CHECK-MULT: +-Range: {{.*}}serialized-diags-single-issue.c:2:13 {{.*}}serialized-diags-single-is…
[all …]
/external/vulkan-validation-layers/libs/glm/
Dfwd.hpp46 /// Quaternion of low single-precision floating-point numbers.
51 /// Quaternion of medium single-precision floating-point numbers.
56 /// Quaternion of high single-precision floating-point numbers.
68 /// Quaternion of default single-precision floating-point numbers.
72 /// Quaternion of low single-precision floating-point numbers.
77 /// Quaternion of medium single-precision floating-point numbers.
82 /// Quaternion of high single-precision floating-point numbers.
87 /// Quaternion of default single-precision floating-point numbers.
1328 /// Low 32 bit single-precision floating-point scalar.
1336 /// Low 32 bit single-precision floating-point scalar.
[all …]
/external/clang/test/Driver/
Dthread-model.c2 …target arm-unknown-linux-gnu -c %s -mthread-model single -v 2>&1 | FileCheck -check-prefix=CHECK-S…
5 // CHECK-SINGLE: "-mthread-model" "single"
9 …t arm-unknown-linux-gnu -c %s -v -mthread-model single 2>&1 | FileCheck -check-prefix=CHECK-LINUX-
13 // CHECK-LINUX-SINGLE: Thread model: single
14 // CHECK-LINUX-SINGLE: "-mthread-model" "single"
18 …32-unknown-linux-gnu -c %s -v -mthread-model single 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB…
22 …64-unknown-linux-gnu -c %s -v -mthread-model single 2>&1 | FileCheck -check-prefix=CHECK-WEBASSEMB…
27 // CHECK-WEBASSEMBLY-SINGLE: Thread model: single
28 // CHECK-WEBASSEMBLY-SINGLE: "-mthread-model" "single"
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst9 single: lexical analysis
10 single: parser
11 single: token
47 .. index:: single: line structure
58 single: logical line
59 single: physical line
60 single: line joining
61 single: NEWLINE token
93 single: comment
94 single: hash character
[all …]
Ddatamodel.rst15 single: object
16 single: data
26 single: identity of an object
27 single: value of an object
28 single: type of an object
29 single: mutable object
30 single: immutable object
51 single: garbage collection
52 single: reference counting
53 single: unreachable object
[all …]
Dsimple_stmts.rst10 Simple statements are comprised within a single logical line. Several simple
11 statements may occur on a single line separated by semicolons. The syntax for
50 An expression statement evaluates the expression list (which may be a single
57 single: output
75 single: =; assignment statement
101 a single expression or a comma-separated list, the latter yielding a tuple) and
102 assigns the single resulting object to each of the target lists, from left to
106 single: target
120 * If the target list is a single target: The object is assigned to that target.
126 Assignment of an object to a single target is recursively defined as follows.
[all …]
/external/autotest/site_utils/autoupdate/
Dtest_image.py33 """Raised when we want a single item but got multiple."""
68 def gs_ls(pattern, archive_url, single): argument
73 @param single: if true, expect a single match and return it.
85 if not single or (single and len(uri_list) == 1):
97 def find_payload_uri(archive_url, delta=False, single=False): argument
102 @param single: if true, expect a single match and return it, otherwise
105 @return A (possibly empty) list of URIs, or a single (possibly None) URI if
106 |single| is True.
116 payload_uri_list = gs_ls(pattern, archive_url, single)
118 return None if single else []
[all …]
/external/python/cpython2/Lib/encodings/
Dcp862.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp860.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp437.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp861.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp866.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp865.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp737.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
Dcp863.py101 0x00b5: 0x2561, # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
102 0x00b6: 0x2562, # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
103 0x00b7: 0x2556, # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
104 0x00b8: 0x2555, # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
109 0x00bd: 0x255c, # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
110 0x00be: 0x255b, # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
118 0x00c6: 0x255e, # BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
119 0x00c7: 0x255f, # BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
127 0x00cf: 0x2567, # BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
128 0x00d0: 0x2568, # BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
/external/llvm/test/DebugInfo/X86/
Dtls.ll2 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
5 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-32 --check-pr…
11 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
17 ; RUN: | FileCheck --check-prefix=NOEMU --check-prefix=SINGLE --check-prefix=SINGLE-64 --check-pr…
20 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-64 \
24 ; RUN: | FileCheck --check-prefix=SINGLE --check-prefix=EMUSINGLE-32 \
40 ; SINGLE: .section .debug_info,
44 ; SINGLE-64: .byte 10 # DW_AT_location
46 ; SINGLE-64-NEXT: .byte 14
47 ; SINGLE-64-NEXT: .quad tls@DTPOFF
[all …]
/external/vulkan-validation-layers/libs/glm/gtc/
Dtype_precision.hpp603 /// 32 bit single-precision floating-point scalar.
612 /// 32 bit single-precision floating-point scalar.
621 /// 32 bit single-precision floating-point scalar.
630 /// Single-precision floating-point vector of 1 component.
634 /// Single-precision floating-point vector of 2 components.
638 /// Single-precision floating-point vector of 3 components.
642 /// Single-precision floating-point vector of 4 components.
647 /// Single-precision floating-point vector of 1 component.
651 /// Single-precision floating-point vector of 2 components.
655 /// Single-precision floating-point vector of 3 components.
[all …]
/external/syslinux/codepage/
Dcp862.txt199 0xb5 0x2561 #BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
200 0xb6 0x2562 #BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
201 0xb7 0x2556 #BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
202 0xb8 0x2555 #BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
207 0xbd 0x255c #BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
208 0xbe 0x255b #BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
216 0xc6 0x255e #BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE
217 0xc7 0x255f #BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE
225 0xcf 0x2567 #BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE
226 0xd0 0x2568 #BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE
[all …]
/external/cblas/src/
DMakefile27 # All object files for single real precision
44 # All object files for single complex precision
59 # Common files for single / complex precision
73 # Single real precision
83 # Single complex precision
107 # All object files for single real precision
123 # All object files for single complex precision
146 # Single real precision
156 # Single complex precision
179 # All object files for single real precision
[all …]
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out12 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
24 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
36 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
48 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
60 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
72 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
84 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
98 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
110 align errors 0, fcs errors 2, single collision 0, multiple collision 0, test error 0
122 align errors 0, fcs errors 0, single collision 0, multiple collision 0, test error 0
[all …]

12345678910>>...296