Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 6880) sorted by relevance

12345678910>>...276

/external/clang/test/OpenMP/
Dtarget_map_messages.cpp9 …#pragma omp target map(marr[2][0:2][0:2]) // expected-error {{array section does not specify conti… in foo()
11 #pragma omp target map(marr[:][0:][:]) in foo()
13 …#pragma omp target map(marr[:][1:][:]) // expected-error {{array section does not specify contiguo… in foo()
15 #pragma omp target map(marr[:][n:][:]) in foo()
30 #pragma omp target map(arg,a,d) in func()
32 …#pragma omp target map(arg[2:2],a,d) // expected-error {{subscripted value is not an array or poin… in func()
34 …#pragma omp target map(arg,a*2) // expected-error {{expected expression containing only member acc… in func()
36 …#pragma omp target map(arg,(c+1)[2]) // expected-error {{expected expression containing only membe… in func()
38 …#pragma omp target map(arg,a[:2],d) // expected-error {{subscripted value is not an array or point… in func()
40 …#pragma omp target map(arg,a,d[:2]) // expected-error {{subscripted value is not an array or point… in func()
[all …]
Dtarget_map_codegen.cpp40 #pragma omp target in implicit_maps_integer()
84 #pragma omp target in implicit_maps_integer_reference()
133 #pragma omp target in implicit_maps_parameter()
185 #pragma omp target in implicit_maps_nested_integer()
239 #pragma omp target in implicit_maps_nested_integer_and_enum()
286 #pragma omp target in implicit_maps_host_global()
343 #pragma omp target in implicit_maps_double()
393 #pragma omp target in implicit_maps_float()
434 #pragma omp target in implicit_maps_array()
475 #pragma omp target in implicit_maps_pointer()
[all …]
Dtarget_if_messages.cpp14 #pragma omp target if // expected-error {{expected '(' after 'if'}} in tmain()
16 …#pragma omp target if ( // expected-error {{expected expression}} expected-error {{expected ')'}} … in tmain()
18 #pragma omp target if () // expected-error {{expected expression}} in tmain()
20 #pragma omp target if (argc // expected-error {{expected ')'}} expected-note {{to match this '('}} in tmain()
22 …#pragma omp target if (argc)) // expected-warning {{extra tokens at the end of '#pragma omp target… in tmain()
24 #pragma omp target if (argc > 0 ? argv[1] : argv[2]) in tmain()
26 …#pragma omp target if (foobool(argc)), if (true) // expected-error {{directive '#pragma omp target… in tmain()
28 #pragma omp target if (S) // expected-error {{'S' does not refer to a value}} in tmain()
30 …#pragma omp target if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
32 …#pragma omp target if (argc argc) // expected-error {{expected ')'}} expected-note {{to match this… in tmain()
[all …]
Dtarget_parallel_if_messages.cpp14 #pragma omp target parallel if // expected-error {{expected '(' after 'if'}} in tmain()
16 …#pragma omp target parallel if ( // expected-error {{expected expression}} expected-error {{expect… in tmain()
18 #pragma omp target parallel if () // expected-error {{expected expression}} in tmain()
20 …#pragma omp target parallel if (argc // expected-error {{expected ')'}} expected-note {{to match t… in tmain()
22 …#pragma omp target parallel if (argc)) // expected-warning {{extra tokens at the end of '#pragma o… in tmain()
24 #pragma omp target parallel if (argc > 0 ? argv[1] : argv[2]) in tmain()
26 …#pragma omp target parallel if (foobool(argc)), if (true) // expected-error {{directive '#pragma o… in tmain()
28 #pragma omp target parallel if (S) // expected-error {{'S' does not refer to a value}} in tmain()
30 …#pragma omp target parallel if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to m… in tmain()
32 …#pragma omp target parallel if (argc argc) // expected-error {{expected ')'}} expected-note {{to m… in tmain()
[all …]
Dtarget_update_if_messages.cpp15 #pragma omp target update to(n) if // expected-error {{expected '(' after 'if'}} in tmain()
16 #pragma omp target update from(n) if ( // expected-error {{expected expression}} expected-error {{e… in tmain()
17 #pragma omp target update to(n) if () // expected-error {{expected expression}} in tmain()
18 #pragma omp target update from(n) if (argc // expected-error {{expected ')'}} expected-note {{to ma… in tmain()
19 #pragma omp target update to(n) if (argc)) // expected-warning {{extra tokens at the end of '#pragm… in tmain()
20 #pragma omp target update from(n) if (argc > 0 ? argv[1] : argv[2]) in tmain()
21 #pragma omp target update to(n) if (foobool(argc)), if (true) // expected-error {{directive '#pragm… in tmain()
22 #pragma omp target update from(n) if (S) // expected-error {{'S' does not refer to a value}} in tmain()
23 #pragma omp target update to(n) if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{t… in tmain()
24 #pragma omp target update from(n) if (argc argc) // expected-error {{expected ')'}} expected-note {… in tmain()
[all …]
Dtarget_parallel_map_messages.cpp67 #pragma omp target parallel map // expected-error {{expected '(' after 'map'}} in tmain()
69 #pragma omp target parallel map( // expected-error {{expected ')'}} expected-note {{to match this '… in tmain()
71 #pragma omp target parallel map() // expected-error {{expected expression}} in tmain()
73 #pragma omp target parallel map(alloc) // expected-error {{use of undeclared identifier 'alloc'}} in tmain()
75 #pragma omp target parallel map(to argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
77 #pragma omp target parallel map(to:) // expected-error {{expected expression}} in tmain()
79 #pragma omp target parallel map(from: argc, // expected-error {{expected expression}} expected-erro… in tmain()
81 #pragma omp target parallel map(x: y) // expected-error {{incorrect map type, expected one of 'to',… in tmain()
83 #pragma omp target parallel map(x) in tmain()
85 #pragma omp target parallel map(tofrom: t[:I]) in tmain()
[all …]
Dtarget_parallel_private_messages.cpp63 #pragma omp target parallel private // expected-error {{expected '(' after 'private'}} in foomain()
65 #pragma omp target parallel private( // expected-error {{expected expression}} expected-error {{exp… in foomain()
67 #pragma omp target parallel private() // expected-error {{expected expression}} in foomain()
69 #pragma omp target parallel private(argc // expected-error {{expected ')'}} expected-note {{to matc… in foomain()
71 #pragma omp target parallel private(argc, // expected-error {{expected expression}} expected-error … in foomain()
73 #pragma omp target parallel private(argc > 0 ? argv[1] : argv[2]) // expected-error {{expected vari… in foomain()
75 #pragma omp target parallel private(argc argv) // expected-error {{expected ',' or ')' in 'private'… in foomain()
77 #pragma omp target parallel private(argc) in foomain()
79 #pragma omp target parallel private(S1) // expected-error {{'S1' does not refer to a value}} in foomain()
81 #pragma omp target parallel private(a, b) // expected-error {{private variable with incomplete type… in foomain()
[all …]
Dtarget_update_from_messages.cpp82 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{exp… in tmain()
83 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain()
84 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expecte… in tmain()
85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target up… in tmain()
86 #pragma omp target update from(alloc) // expected-error {{use of undeclared identifier 'alloc'}} ex… in tmain()
87 #pragma omp target update from(x) in tmain()
88 #pragma omp target update from(t[:I]) in tmain()
89 #pragma omp target update from(T) // expected-error {{'T' does not refer to a value}} expected-erro… in tmain()
90 #pragma omp target update from(I) // expected-error 2 {{expected expression containing only member … in tmain()
91 #pragma omp target update from(S2::S2s) in tmain()
[all …]
Dtarget_update_to_messages.cpp82 #pragma omp target update to // expected-error {{expected '(' after 'to'}} expected-error {{expecte… in tmain()
83 #pragma omp target update to( // expected-error {{expected ')'}} expected-note {{to match this '('}… in tmain()
84 #pragma omp target update to() // expected-error {{expected expression}} expected-error {{expected … in tmain()
85 #pragma omp target update() // expected-warning {{extra tokens at the end of '#pragma omp target up… in tmain()
86 #pragma omp target update to(alloc) // expected-error {{use of undeclared identifier 'alloc'}} expe… in tmain()
87 #pragma omp target update to(x) in tmain()
88 #pragma omp target update to(t[:I]) in tmain()
89 #pragma omp target update to(T) // expected-error {{'T' does not refer to a value}} expected-error … in tmain()
90 #pragma omp target update to(I) // expected-error 2 {{expected expression containing only member ac… in tmain()
91 #pragma omp target update to(S2::S2s) in tmain()
[all …]
Dtarget_update_depend_messages.cpp25 #pragma omp depend target update to(z) // expected-error{{expected an OpenMP directive}} in tmain()
26 #pragma omp depend(out:argc) target update to(z) // expected-error{{expected an OpenMP directive}} in tmain()
27 …#pragma omp target depend(in:argc) update to(z) // expected-error{{unexpected OpenMP clause 'updat… in tmain()
30 #pragma omp target update to(z) depend // expected-error {{expected '(' after 'depend'}} in tmain()
31 …#pragma omp target update to(z) depend( // expected-error {{expected 'in', 'out' or 'inout' in Ope… in tmain()
32 …#pragma omp target update to(z) depend() // expected-error {{expected 'in', 'out' or 'inout' in Op… in tmain()
33 …#pragma omp target update to(z) depend(argc // expected-error {{expected 'in', 'out' or 'inout' in… in tmain()
34 …#pragma omp target update to(z) depend(source : argc) // expected-error {{expected 'in', 'out' or … in tmain()
35 …#pragma omp target update to(z) depend(source) // expected-error {{expected expression}} expected-… in tmain()
36 …#pragma omp target update to(z) depend(in : argc)) // expected-warning {{extra tokens at the end o… in tmain()
[all …]
Dtarget_parallel_reduction_messages.cpp84 #pragma omp target parallel reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
86 #pragma omp target parallel reduction + // expected-error {{expected '(' after 'reduction'}} expect… in tmain()
88 #pragma omp target parallel reduction( // expected-error {{expected unqualified-id}} expected-warni… in tmain()
90 #pragma omp target parallel reduction(- // expected-warning {{missing ':' after reduction identifie… in tmain()
92 #pragma omp target parallel reduction() // expected-error {{expected unqualified-id}} expected-warn… in tmain()
94 #pragma omp target parallel reduction(*) // expected-warning {{missing ':' after reduction identifi… in tmain()
96 #pragma omp target parallel reduction(\) // expected-error {{expected unqualified-id}} expected-war… in tmain()
98 #pragma omp target parallel reduction(& : argc // expected-error {{expected ')'}} expected-note {{t… in tmain()
100 #pragma omp target parallel reduction(| : argc, // expected-error {{expected expression}} expected-… in tmain()
102 #pragma omp target parallel reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable… in tmain()
[all …]
Dtarget_is_device_ptr_messages.cpp20 #pragma omp target is_device_ptr // expected-error {{expected '(' after 'is_device_ptr'}} in func()
22 #pragma omp target is_device_ptr( // expected-error {{expected ')'}} expected-note {{to match this … in func()
24 #pragma omp target is_device_ptr() // expected-error {{expected expression}} in func()
26 #pragma omp target is_device_ptr(alloc) // expected-error {{use of undeclared identifier 'alloc'}} in func()
28 #pragma omp target is_device_ptr(arg // expected-error {{expected ')'}} expected-note {{to match th… in func()
30 #pragma omp target is_device_ptr(i) // expected-error {{expected pointer, array, reference to point… in func()
32 #pragma omp target is_device_ptr(j) // expected-error {{expected pointer, array, reference to point… in func()
34 #pragma omp target is_device_ptr(k) // OK in func()
36 #pragma omp target is_device_ptr(z) // OK in func()
38 #pragma omp target is_device_ptr(aa) // OK in func()
[all …]
Dtarget_parallel_for_if_messages.cpp15 #pragma omp target parallel for if // expected-error {{expected '(' after 'if'}} in tmain()
17 …#pragma omp target parallel for if ( // expected-error {{expected expression}} expected-error {{ex… in tmain()
19 #pragma omp target parallel for if () // expected-error {{expected expression}} in tmain()
21 …#pragma omp target parallel for if (argc // expected-error {{expected ')'}} expected-note {{to mat… in tmain()
23 …#pragma omp target parallel for if (argc)) // expected-warning {{extra tokens at the end of '#prag… in tmain()
25 #pragma omp target parallel for if (argc > 0 ? argv[1] : argv[2]) in tmain()
27 …#pragma omp target parallel for if (foobool(argc)), if (true) // expected-error {{directive '#prag… in tmain()
29 #pragma omp target parallel for if (S) // expected-error {{'S' does not refer to a value}} in tmain()
31 …#pragma omp target parallel for if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{… in tmain()
33 …#pragma omp target parallel for if (argc argc) // expected-error {{expected ')'}} expected-note {{… in tmain()
[all …]
Ddistribute_simd_misc_messages.c14 #pragma omp target in test_no_clause()
20 #pragma omp target in test_no_clause()
34 #pragma omp target in test_branch_protected_scope()
58 #pragma omp target in test_invalid_clause()
69 #pragma omp target in test_non_identifiers()
76 #pragma omp target in test_non_identifiers()
83 #pragma omp target in test_non_identifiers()
94 #pragma omp target in test_safelen()
100 #pragma omp target in test_safelen()
106 #pragma omp target in test_safelen()
[all …]
Dtarget_parallel_for_simd_if_messages.cpp15 #pragma omp target parallel for simd if // expected-error {{expected '(' after 'if'}} in tmain()
17 …#pragma omp target parallel for simd if ( // expected-error {{expected expression}} expected-error… in tmain()
19 #pragma omp target parallel for simd if () // expected-error {{expected expression}} in tmain()
21 …#pragma omp target parallel for simd if (argc // expected-error {{expected ')'}} expected-note {{t… in tmain()
23 …#pragma omp target parallel for simd if (argc)) // expected-warning {{extra tokens at the end of '… in tmain()
25 #pragma omp target parallel for simd if (argc > 0 ? argv[1] : argv[2]) in tmain()
27 …#pragma omp target parallel for simd if (foobool(argc)), if (true) // expected-error {{directive '… in tmain()
29 #pragma omp target parallel for simd if (S) // expected-error {{'S' does not refer to a value}} in tmain()
31 …#pragma omp target parallel for simd if (argv[1]=2) // expected-error {{expected ')'}} expected-no… in tmain()
33 …#pragma omp target parallel for simd if (argc argc) // expected-error {{expected ')'}} expected-no… in tmain()
[all …]
Dtarget_parallel_for_misc_messages.c4 #pragma omp target parallel for
7 #pragma omp target parallel for foo
11 #pragma omp target parallel for in test_no_clause()
16 #pragma omp target parallel for in test_no_clause()
27 #pragma omp target parallel for in test_branch_protected_scope()
50 #pragma omp target parallel for foo bar in test_invalid_clause()
59 #pragma omp target parallel for; in test_non_identifiers()
64 #pragma omp target parallel for private(x); in test_non_identifiers()
69 #pragma omp target parallel for, private(x); in test_non_identifiers()
79 #pragma omp target parallel for collapse in test_collapse()
[all …]
/external/llvm/test/MC/PowerPC/
Dppc64-fixups.s10 # CHECK-BE: b target # encoding: [0b010010AA,A,A,0bAAAAAA00]
11 # CHECK-LE: b target # encoding: [0bAAAAAA00,A,A,0b010010AA]
12 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
13 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
14 # CHECK-BE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0
15 # CHECK-LE-REL: 0x{{[0-9A-F]*[048C]}} R_PPC64_REL24 target 0x0
16 b target
18 # CHECK-BE: ba target # encoding: [0b010010AA,A,A,0bAAAAAA10]
19 # CHECK-LE: ba target # encoding: [0bAAAAAA10,A,A,0b010010AA]
20 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
[all …]
Dppc64-encoding-ext.s168 # CHECK-BE: bt 2, target # encoding: [0x41,0x82,A,0bAAAAAA00]
169 # CHECK-LE: bt 2, target # encoding: [0bAAAAAA00,A,0x82,0x41]
170 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
171 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
172 bt 2, target
173 # CHECK-BE: bta 2, target # encoding: [0x41,0x82,A,0bAAAAAA10]
174 # CHECK-LE: bta 2, target # encoding: [0bAAAAAA10,A,0x82,0x41]
175 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
176 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc…
177 bta 2, target
[all …]
/external/google-breakpad/src/processor/
Dstatic_address_map_unittest.cc93 void CompareRetrieveResult(int testcase, int target) { in CompareRetrieveResult() argument
102 found = addr_map[testcase].Retrieve(target, &entry, &address); in CompareRetrieveResult()
104 test_map[testcase].Retrieve(target, entry_cstring, &address_test); in CompareRetrieveResult()
116 int target; in RetrieveTester() local
117 target = INT_MIN; in RetrieveTester()
118 CompareRetrieveResult(testcase, target); in RetrieveTester()
119 target = INT_MAX; in RetrieveTester()
120 CompareRetrieveResult(testcase, target); in RetrieveTester()
129 target = testdata[testcase][data_item]; in RetrieveTester()
130 CompareRetrieveResult(testcase, target); in RetrieveTester()
[all …]
/external/tpm2/
Dtpm_generated.c33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() argument
41 *target = be16toh(value_net); in uint8_t_Unmarshal()
44 *target = be32toh(value_net); in uint8_t_Unmarshal()
47 *target = be64toh(value_net); in uint8_t_Unmarshal()
50 *target = value_net; in uint8_t_Unmarshal()
81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal() argument
89 *target = be16toh(value_net); in int8_t_Unmarshal()
92 *target = be32toh(value_net); in int8_t_Unmarshal()
95 *target = be64toh(value_net); in int8_t_Unmarshal()
98 *target = value_net; in int8_t_Unmarshal()
[all …]
/external/lisa/libs/utils/android/
Dsystem.py45 def systrace_start(target, trace_file, time=None, argument
53 target.target.execute("echo 8192 > /sys/kernel/debug/tracing/saved_cmdlines_size")
66 … ev_file = target.target.execute("ls /sys/kernel/debug/tracing/events/*/{}/enable".format(ev))
68 target.target.execute(cmd, as_root=True)
71 … tr_file = target.target.execute("ls /sys/kernel/debug/tracing/events/*/{}/trigger".format(ev))
73 target.target.execute(cmd, as_root=True, check_exit_code=False)
77 systrace_path = os.path.join(target.CATAPULT_HOME, 'systrace',
83 target.CATAPULT_HOME)
87 device = target.conf.get('device', '')
102 def systrace_wait(target, systrace_output): argument
[all …]
/external/icu/icu4c/source/common/
Ducnvlat1.cpp39 UChar *target; in _Latin1ToUnicodeWithOffsets() local
47 target=pArgs->target; in _Latin1ToUnicodeWithOffsets()
48 targetCapacity=(int32_t)(pArgs->targetLimit-pArgs->target); in _Latin1ToUnicodeWithOffsets()
73 target[0]=source[0]; in _Latin1ToUnicodeWithOffsets()
74 target[1]=source[1]; in _Latin1ToUnicodeWithOffsets()
75 target[2]=source[2]; in _Latin1ToUnicodeWithOffsets()
76 target[3]=source[3]; in _Latin1ToUnicodeWithOffsets()
77 target[4]=source[4]; in _Latin1ToUnicodeWithOffsets()
78 target[5]=source[5]; in _Latin1ToUnicodeWithOffsets()
79 target[6]=source[6]; in _Latin1ToUnicodeWithOffsets()
[all …]
/external/ltp/testcases/kernel/io/disktest/
Dchildmain.c67 unsigned short action_in_use(const test_env_t * env, const action_t target) in action_in_use() argument
72 if ((target.lba == env->action_list[i].lba) /* attempting same transfer start lba */ in action_in_use()
73 …||((target.lba < env->action_list[i].lba) && (target.lba + target.trsiz - 1) >= env->action_list[i… in action_in_use()
80 switch (target.oper) { in action_in_use()
100 const action_t target) in add_action() argument
109 env->action_list[env->action_list_entry++] = target; in add_action()
112 void remove_action(test_env_t * env, const action_t target) in remove_action() argument
124 while (target.lba != env->action_list[i].lba) { in remove_action()
142 const action_t target) in decrement_io_count() argument
145 remove_action(env, target); in decrement_io_count()
[all …]
/external/libchrome/base/memory/
Dweak_ptr_unittest.cc57 WeakPtr<Target> target; member
72 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument
77 target, &completion)); in CreateArrowFromTarget()
146 Target* target, in DoCreateArrowFromTarget() argument
149 (*arrow)->target = target->AsWeakPtr(); in DoCreateArrowFromTarget()
156 *result = arrow->target.get(); in DoDeRef()
177 WeakPtr<TargetBase> b = object->target; in DoCopyAndAssignArrowBase()
180 c = object->target; in DoCopyAndAssignArrowBase()
280 Target target; in TEST() local
281 WeakPtr<Target> ptr = target.AsWeakPtr(); in TEST()
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
Drcssmin.c184 rchar *target = *target_; in copy_match() local
188 && source < ctx->sentinel && target < ctx->tsentinel in copy_match()
190 *target++ = c; in copy_match()
193 *target_ = target; in copy_match()
201 #define MATCH(PAT, source, target, ctx) ( \ argument
204 source, target, ctx) \
216 rchar *target = *target_; in copy_imatch() local
220 && source < ctx->sentinel && target < ctx->tsentinel in copy_imatch()
224 *target++ = c; in copy_imatch()
228 *target_ = target; in copy_imatch()
[all …]

12345678910>>...276