/external/clang/test/OpenMP/ |
D | single_firstprivate_messages.cpp | 70 #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 …]
|
D | single_misc_messages.c | 5 // 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 …]
|
D | single_private_messages.cpp | 51 #pragma omp single private // expected-error {{expected '(' after 'private'}} in foomain() 53 #pragma omp single private( // expected-error {{expected expression}} expected-error {{expected ')'… in foomain() 55 #pragma omp single private() // expected-error {{expected expression}} in foomain() 57 #pragma omp single private(argc // expected-error {{expected ')'}} expected-note {{to match this '(… in foomain() 59 #pragma omp single private(argc, // expected-error {{expected expression}} expected-error {{expecte… in foomain() 61 #pragma omp single private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected variable name… in foomain() 63 #pragma omp single private(argc) in foomain() 65 #pragma omp single private(S1) // expected-error {{'S1' does not refer to a value}} in foomain() 67 #pragma omp single private(a, b) // expected-error {{private variable with incomplete type 'S1'}} in foomain() 69 #pragma omp single private(argv[1]) // expected-error {{expected variable name}} in foomain() [all …]
|
D | single_copyprivate_messages.cpp | 49 #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 …]
|
D | single_ast_print.cpp | 17 #pragma omp single private(argc, b), firstprivate(c, d), nowait in tmain() 20 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) nowait in tmain() 23 #pragma omp single private(argc, b), firstprivate(c, d), copyprivate(g) in tmain() 26 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) copyprivate(g) in tmain() 36 #pragma omp single private(argc, b), firstprivate(argv, c), nowait in main() 39 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(argv,c) nowait in main() 42 #pragma omp single private(argc, b), firstprivate(c, d), copyprivate(g) in main() 45 // CHECK-NEXT: #pragma omp single private(argc,b) firstprivate(c,d) copyprivate(g) in main()
|
D | nesting_of_regions.cpp | 32 #pragma omp single in foo() 157 #pragma omp single // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 296 #pragma omp single // expected-error {{region cannot be closely nested inside 'for' region; perhaps… in foo() 320 #pragma omp single // OK in foo() 458 #pragma omp single // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 599 #pragma omp single // OK in foo() 790 #pragma omp single // expected-error {{region cannot be closely nested inside 'section' region; per… in foo() 804 #pragma omp single // OK in foo() 932 // SINGLE DIRECTIVE in foo() 933 #pragma omp single in foo() [all …]
|
/external/vulkan-validation-layers/libs/glm/ |
D | fwd.hpp | 46 /// 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/Misc/ |
D | serialized-diags-single-issue.c | 10 // 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/mesa3d/src/glsl/builtins/tools/ |
D | texture_builtins.py | 9 Single = 4 variable 61 if variant & Single: 175 generate_sigs("", "tex", "1DShadow", Single, 1); 176 generate_sigs("", "tex", "2DShadow", Single); 177 generate_sigs("", "tex", "CubeShadow", Single); 178 generate_sigs("", "tex", "1DArrayShadow", Single); 179 generate_sigs("", "tex", "2DArrayShadow", Single); 181 generate_sigs("", "tex", "2DRectShadow", Single); 189 generate_sigs("", "txb", "1DShadow", Single, 1); 190 generate_sigs("", "txb", "2DShadow", Single); [all …]
|
/external/clang/test/Driver/ |
D | thread-model.c | 2 …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/autotest/site_utils/autoupdate/ |
D | test_image.py | 33 """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/vulkan-validation-layers/libs/glm/gtc/ |
D | type_precision.hpp | 603 /// 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/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 12 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 …]
|
/external/llvm/test/DebugInfo/X86/ |
D | tls.ll | 2 ; 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 …]
|
D | type_units_with_addresses.ll | 7 ; RUN: | llvm-dwarfdump - | FileCheck --check-prefix=SINGLE %s 77 ; SINGLE: .debug_info contents: 79 ; SINGLE: DW_TAG_structure_type 80 ; SINGLE-NEXT: DW_AT_declaration 81 ; SINGLE-NEXT: DW_AT_signature 83 ; SINGLE: DW_TAG_structure_type 84 ; SINGLE-NEXT: DW_AT_declaration 85 ; SINGLE-NEXT: DW_AT_signature 87 ; SINGLE: DW_TAG_structure_type 88 ; SINGLE-NEXT: DW_AT_declaration [all …]
|
/external/autotest/client/site_tests/policy_RestoreOnStartupURLs/ |
D | README | 14 Use the mode=single argument to run a single test case, and the case argument 16 --args="mode=single case=1URL" 17 --args="mode=single case=3URLs" 18 --args="mode=single case=NotSet" 39 When you select an environment other than dm-fake, and you specify a single 42 but is provided to support situations where a single test method is used by 59 Production, mode=Single (1URL), with expected policy value: 60 …sr/local/autotest/tests/policy_RestoreOnStartupURLs/control --args="mode=single case=1URL env=prod… 62 YAPS, mode=Single (3URLs): 63 …sr/local/autotest/tests/policy_RestoreOnStartupURLs/control --args="mode=single case=3URLs env=dm-… [all …]
|
/external/autotest/client/site_tests/policy_EditBookmarksEnabled/ |
D | README | 14 Use the mode=single argument to run a single test case, and the case argument 16 --args='mode=single case=True' 17 --args='mode=single case=False' 18 --args='mode=single case=NotSet' 39 When you select an environment other than dm-fake, and you specify a single 42 but is provided to support situations where a single test method is used by 59 Production Environment: mode=Single, case=NotSet, with expected policy value: 60 …sr/local/autotest/tests/policy_EditBookmarksEnabled/control --args="mode=single case=NotSet env=pr… 62 YAPS Environment: mode=Single, case=True: 63 …sr/local/autotest/tests/policy_EditBookmarksEnabled/control --args="mode=single case=True env=dm-t… [all …]
|
/external/selinux/secilc/docs/ |
D | cil_access_vector_rules.md | 27 <td align="left"><p>A single previously defined source <code>type</code>, <code>typealias</code> or… 31 <td align="left"><p>A single previously defined target <code>type</code>, <code>typealias</code> or… 36 <td align="left"><p>A single named or anonymous <code>classpermissionset</code> or a single set of … 111 <td align="left"><p>A single previously defined source <code>type</code>, <code>typealias</code> or… 115 <td align="left"><p>A single previously defined target <code>type</code>, <code>typealias</code> or… 120 <td align="left"><p>A single named or anonymous <code>classpermissionset</code> or a single set of … 159 <td align="left"><p>A single previously defined source <code>type</code>, <code>typealias</code> or… 163 <td align="left"><p>A single previously defined target <code>type</code>, <code>typealias</code> or… 168 <td align="left"><p>A single named or anonymous <code>classpermissionset</code> or a single set of … 204 <td align="left"><p>A single previously defined source <code>type</code>, <code>typealias</code> or… [all …]
|
/external/llvm/docs/ |
D | re_format.7 | 90 possibly followed by a single** 152 (matching any single character), 169 or a single character with no other significance (matching that character). 179 It normally matches any single character from the list (but see below). 182 it matches any single character 225 a multi-character sequence that collates as if it were a single character, 232 The sequence is a single element of the bracket expression's list. 378 Matches any single character that is not a newline 381 Matches any single character in 428 Matches any single character, other than newline, not in [all …]
|
/external/dng_sdk/source/ |
D | dng_bad_pixels.h | 95 /// \brief A list of bad pixels and rectangles (usually single rows or columns). 109 // List of bad single pixels. 113 // List of bad rectangles (usually single rows or columns). 123 /// Returns the number of bad single pixels. 130 /// Retrieves the bad single pixel coordinate via the specified list index. 132 /// \param index The list index from which to retrieve the bad single pixel 157 /// Returns true iff there are zero bad single pixels and zero bad 166 /// Returns true iff there is at least one bad single pixel or at least one 174 /// Add the specified coordinate to the list of bad single pixels. 176 /// \param pt The bad single pixel to add. [all …]
|
/external/cblas/src/ |
D | Makefile | 27 # 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/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NPP_staging.hpp | 147 * 32-bit floating point images, single channel 157 /** Row linear filter. 32-bit floating point image, single channel 191 /** Column linear filter. 32-bit floating point image, single channel 240 * 32-bit floating point image, single channel 244 …* For 1x1 PSF only single pixel with the largest intersection is affected (similar to nearest inte… 271 * 32-bit floating point image, single channel 303 /** Resize. 32-bit floating point image, single channel 336 … (decimates) an image using the nearest neighbor algorithm. 32-bit unsigned pixels, single channel. 356 …es (decimates) an image using the nearest neighbor algorithm. 32-bit signed pixels, single channel. 367 …les (decimates) an image using the nearest neighbor algorithm. 32-bit float pixels, single channel. [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TransliteratorIDParser.java | 34 * A single ID, which is a basic ID plus optional filter and optional 38 * A compound ID, which is a sequence of one or more single IDs, 159 SingleID single = specsToID(specs, FORWARD); in parseFilterID() local 160 single.filter = specs.filter; in parseFilterID() 161 return single; in parseFilterID() 165 * Parse a single ID, that is, an ID of the general form 211 SingleID single; in parseSingleID() local 214 single = specsToID(specsA, FORWARD); in parseSingleID() 215 single.canonID = single.canonID + in parseSingleID() 218 single.filter = specsA.filter; in parseSingleID() [all …]
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | TransliteratorIDParser.java | 33 * A single ID, which is a basic ID plus optional filter and optional 37 * A compound ID, which is a sequence of one or more single IDs, 158 SingleID single = specsToID(specs, FORWARD); in parseFilterID() local 159 single.filter = specs.filter; in parseFilterID() 160 return single; in parseFilterID() 164 * Parse a single ID, that is, an ID of the general form 210 SingleID single; in parseSingleID() local 213 single = specsToID(specsA, FORWARD); in parseSingleID() 214 single.canonID = single.canonID + in parseSingleID() 217 single.filter = specsA.filter; in parseSingleID() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 98 * Parse a single ID, that is, an ID of the general form 147 SingleID* single; in parseSingleID() local 151 single = specsToID(specsA, FORWARD); in parseSingleID() 153 if (b == NULL || single == NULL) { in parseSingleID() 155 delete single; in parseSingleID() 159 single->canonID.append(OPEN_REV) in parseSingleID() 162 single->filter = specsA->filter; in parseSingleID() 167 single = specsToID(specsB, FORWARD); in parseSingleID() 169 if (a == NULL || single == NULL) { in parseSingleID() 171 delete single; in parseSingleID() [all …]
|