Home
last modified time | relevance | path

Searched full:be (Results 1 – 25 of 17564) sorted by relevance

12345678910>>...703

/external/e2fsprogs/tests/f_expand/
Dexpect.1.gz
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dillegal-bitfield-loadstore.ll3 ; RUN: llc < %s -mtriple=armeb-eabi | FileCheck %s -check-prefix=BE
13 ; BE-LABEL: i24_or:
14 ; BE: @ %bb.0:
15 ; BE-NEXT: ldrh r1, [r0]
16 ; BE-NEXT: ldrb r2, [r0, #2]
17 ; BE-NEXT: orr r1, r2, r1, lsl #8
18 ; BE-NEXT: orr r1, r1, #384
19 ; BE-NEXT: strb r1, [r0, #2]
20 ; BE-NEXT: lsr r1, r1, #8
21 ; BE-NEXT: strh r1, [r0]
[all …]
Dfunc-argpassing-endian.ll3 …achineinstrs < %s -mtriple=armeb-eabi -mattr=v7,neon | FileCheck %s --check-prefixes=CHECK,CHECK-BE
16 ; CHECK-BE-LABEL: arg_longint:
17 ; CHECK-BE: @ %bb.0:
18 ; CHECK-BE-NEXT: movw r0, :lower16:var32
19 ; CHECK-BE-NEXT: movt r0, :upper16:var32
20 ; CHECK-BE-NEXT: str r1, [r0]
21 ; CHECK-BE-NEXT: bx lr
47 ; CHECK-BE-LABEL: arg_v4i32:
48 ; CHECK-BE: @ %bb.0:
49 ; CHECK-BE-NEXT: vmov d16, r1, r0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Df128-vecExtractNconv.ll7 ; RUN: -enable-ppc-quad-precision < %s | FileCheck %s -check-prefix=CHECK-BE
23 ; CHECK-BE-LABEL: sdwVecConv2qp:
24 ; CHECK-BE: xscvsdqp v2, v2
25 ; CHECK-BE-NEXT: stxv v2, 0(r3)
26 ; CHECK-BE-NEXT: blr
42 ; CHECK-BE-LABEL: sdwVecConv2qp1:
43 ; CHECK-BE: # %bb.0: # %entry
44 ; CHECK-BE-NEXT: xxspltd v2, v2, 1
45 ; CHECK-BE-NEXT: xscvsdqp v2, v2
46 ; CHECK-BE-NEXT: stxv v2, 0(r3)
[all …]
Dvec_extract_p9_2.ll3 …neinstrs -mtriple=powerpc64-unknown-gnu-linux -mcpu=pwr9 < %s | FileCheck %s -check-prefix=CHECK-BE
12 ; CHECK-BE-LABEL: test_add1:
13 ; CHECK-BE: # %bb.0: # %entry
14 ; CHECK-BE-NEXT: vextublx 3, 5, 2
15 ; CHECK-BE-NEXT: add 3, 3, 6
16 ; CHECK-BE-NEXT: clrldi 3, 3, 56
17 ; CHECK-BE-NEXT: blr
34 ; CHECK-BE-LABEL: test_add2:
35 ; CHECK-BE: # %bb.0: # %entry
36 ; CHECK-BE-NEXT: vextublx 3, 5, 2
[all …]
Dp9-xxinsertw-xxextractuw.ll4 ; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefix=CHECK-BE
11 ; CHECK-BE-LABEL: _Z7testInsILj0ELj0EDv4_fET1_S1_S1_
12 ; CHECK-BE: xxsldwi 0, 35, 35, 3
13 ; CHECK-BE: xxinsertw 34, 0, 0
23 ; CHECK-BE-LABEL: _Z7testInsILj0ELj1EDv4_fET1_S1_S1_
24 ; CHECK-BE-NOT: xxsldwi
25 ; CHECK-BE: xxinsertw 34, 35, 0
35 ; CHECK-BE-LABEL: _Z7testInsILj0ELj2EDv4_fET1_S1_S1_
36 ; CHECK-BE: xxsldwi 0, 35, 35, 1
37 ; CHECK-BE: xxinsertw 34, 0, 0
[all …]
/external/curl/tests/data/
Dtest108625 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
34 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
Dtest111224 Long chunk of data that couldn't possibly be sent in the time allotted.
25 Long chunk of data that couldn't possibly be sent in the time allotted.
26 Long chunk of data that couldn't possibly be sent in the time allotted.
27 Long chunk of data that couldn't possibly be sent in the time allotted.
28 Long chunk of data that couldn't possibly be sent in the time allotted.
29 Long chunk of data that couldn't possibly be sent in the time allotted.
30 Long chunk of data that couldn't possibly be sent in the time allotted.
31 Long chunk of data that couldn't possibly be sent in the time allotted.
32 Long chunk of data that couldn't possibly be sent in the time allotted.
33 Long chunk of data that couldn't possibly be sent in the time allotted.
[all …]
/external/clang/test/CodeGen/
Dbuiltins-systemz-vector-error.c30 __builtin_s390_lcbb(cptr, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core()
31 __builtin_s390_lcbb(cptr, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core()
32 __builtin_s390_lcbb(cptr, len); // expected-error {{must be a constant integer}} in test_core()
34 __builtin_s390_vlbb(cptr, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core()
35 __builtin_s390_vlbb(cptr, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core()
36 __builtin_s390_vlbb(cptr, len); // expected-error {{must be a constant integer}} in test_core()
38 __builtin_s390_vpdi(vul, vul, -1); // expected-error {{argument should be a value from 0 to 15}} in test_core()
39 __builtin_s390_vpdi(vul, vul, 16); // expected-error {{argument should be a value from 0 to 15}} in test_core()
40 __builtin_s390_vpdi(vul, vul, len); // expected-error {{must be a constant integer}} in test_core()
44 …__builtin_s390_verimb(vuc, vuc, vuc, -1); // expected-error {{argument should be a value from 0… in test_integer()
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DSQLRecoverableExceptionTest.java46 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LString()
49 "The reason of SQLRecoverableException set and get should be equivalent", in test_Constructor_LString()
51 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LString()
62 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LString_1()
64 assertNull("The reason of SQLRecoverableException should be null", in test_Constructor_LString_1()
66 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LString_1()
78 "The SQLState of SQLRecoverableException set and get should be equivalent", in test_Constructor_LStringLString()
81 "The reason of SQLRecoverableException set and get should be equivalent", in test_Constructor_LStringLString()
83 assertEquals("The error code of SQLRecoverableException should be 0", in test_Constructor_LStringLString()
95 assertNull("The SQLState of SQLRecoverableException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLTimeoutExceptionTest.java46 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LString()
49 "The reason of SQLTimeoutException set and get should be equivalent", in test_Constructor_LString()
51 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LString()
62 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LString_1()
64 assertNull("The reason of SQLTimeoutException should be null", in test_Constructor_LString_1()
66 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LString_1()
78 "The SQLState of SQLTimeoutException set and get should be equivalent", in test_Constructor_LStringLString()
81 "The reason of SQLTimeoutException set and get should be equivalent", in test_Constructor_LStringLString()
83 assertEquals("The error code of SQLTimeoutException should be 0", in test_Constructor_LStringLString()
95 assertNull("The SQLState of SQLTimeoutException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLFeatureNotSupportedExceptionTest.java47 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LString()
50 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LString()
53 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LString()
65 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LString_1()
68 "The reason of SQLFeatureNotSupportedException should be null", in test_Constructor_LString_1()
71 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LString_1()
83 "The SQLState of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LStringLString()
86 "The reason of SQLFeatureNotSupportedException set and get should be equivalent", in test_Constructor_LStringLString()
89 "The error code of SQLFeatureNotSupportedException should be 0", in test_Constructor_LStringLString()
102 "The SQLState of SQLFeatureNotSupportedException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLNonTransientExceptionTest.java46 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LString()
49 "The reason of SQLNonTransientException set and get should be equivalent", in test_Constructor_LString()
51 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LString()
62 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LString_1()
64 assertNull("The reason of SQLNonTransientException should be null", in test_Constructor_LString_1()
66 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LString_1()
78 "The SQLState of SQLNonTransientException set and get should be equivalent", in test_Constructor_LStringLString()
81 "The reason of SQLNonTransientException set and get should be equivalent", in test_Constructor_LStringLString()
83 assertEquals("The error code of SQLNonTransientException should be 0", in test_Constructor_LStringLString()
95 assertNull("The SQLState of SQLNonTransientException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLTransactionRollbackExceptionTest.java47 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LString()
50 "The reason of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LString()
53 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LString()
65 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LString_1()
68 "The reason of SQLTransactionRollbackException should be null", in test_Constructor_LString_1()
71 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LString_1()
83 "The SQLState of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LStringLString()
86 "The reason of SQLTransactionRollbackException set and get should be equivalent", in test_Constructor_LStringLString()
89 "The error code of SQLTransactionRollbackException should be 0", in test_Constructor_LStringLString()
102 "The SQLState of SQLTransactionRollbackException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLInvalidAuthorizationSpecExceptionTest.java47 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString()
50 … "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LString()
54 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LString()
66 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString_1()
69 "The reason of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LString_1()
72 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LString_1()
84 … "The SQLState of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LStringLString()
88 … "The reason of SQLInvalidAuthorizationSpecException set and get should be equivalent", in test_Constructor_LStringLString()
92 "The error code of SQLInvalidAuthorizationSpecException should be 0", in test_Constructor_LStringLString()
105 "The SQLState of SQLInvalidAuthorizationSpecException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLIntegrityConstraintViolationExceptionTest.java47 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString()
50 … "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LString()
54 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LString()
66 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString_1()
69 "The reason of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LString_1()
72 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LString_1()
84 … "The SQLState of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LStringLString()
88 … "The reason of SQLIntegrityConstraintViolationException set and get should be equivalent", in test_Constructor_LStringLString()
92 "The error code of SQLIntegrityConstraintViolationException should be 0", in test_Constructor_LStringLString()
105 "The SQLState of SQLIntegrityConstraintViolationException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLTransientConnectionExceptionTest.java47 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LString()
50 "The reason of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LString()
53 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LString()
65 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LString_1()
68 "The reason of SQLTransientConnectionException should be null", in test_Constructor_LString_1()
71 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LString_1()
83 "The SQLState of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString()
86 "The reason of SQLTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString()
89 "The error code of SQLTransientConnectionException should be 0", in test_Constructor_LStringLString()
102 "The SQLState of SQLTransientConnectionException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLDataExceptionTest.java45 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LString()
48 "The reason of SQLDataException set and get should be equivalent", in test_Constructor_LString()
50 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LString()
60 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LString_1()
62 assertNull("The reason of SQLDataException should be null", in test_Constructor_LString_1()
64 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LString_1()
76 "The SQLState of SQLDataException set and get should be equivalent", in test_Constructor_LStringLString()
79 "The reason of SQLDataException set and get should be equivalent", in test_Constructor_LStringLString()
81 assertEquals("The error code of SQLDataException should be 0", in test_Constructor_LStringLString()
93 assertNull("The SQLState of SQLDataException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLSyntaxErrorExceptionTest.java46 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LString()
49 "The reason of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LString()
51 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LString()
62 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LString_1()
64 assertNull("The reason of SQLSyntaxErrorException should be null", in test_Constructor_LString_1()
66 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LString_1()
78 "The SQLState of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LStringLString()
81 "The reason of SQLSyntaxErrorException set and get should be equivalent", in test_Constructor_LStringLString()
83 assertEquals("The error code of SQLSyntaxErrorException should be 0", in test_Constructor_LStringLString()
95 assertNull("The SQLState of SQLSyntaxErrorException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLNonTransientConnectionExceptionTest.java47 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LString()
50 "The reason of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LString()
53 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LString()
65 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LString_1()
68 "The reason of SQLNonTransientConnectionException should be null", in test_Constructor_LString_1()
71 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LString_1()
83 … "The SQLState of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString()
87 "The reason of SQLNonTransientConnectionException set and get should be equivalent", in test_Constructor_LStringLString()
91 "The error code of SQLNonTransientConnectionException should be 0", in test_Constructor_LStringLString()
104 "The SQLState of SQLNonTransientConnectionException should be null", in test_Constructor_LStringLString_1()
[all …]
DSQLTransientExceptionTest.java46 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LString()
49 "The reason of SQLTransientException set and get should be equivalent", in test_Constructor_LString()
51 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LString()
62 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LString_1()
64 assertNull("The reason of SQLTransientException should be null", in test_Constructor_LString_1()
66 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LString_1()
78 "The SQLState of SQLTransientException set and get should be equivalent", in test_Constructor_LStringLString()
81 "The reason of SQLTransientException set and get should be equivalent", in test_Constructor_LStringLString()
83 assertEquals("The error code of SQLTransientException should be 0", in test_Constructor_LStringLString()
95 assertNull("The SQLState of SQLTransientException should be null", in test_Constructor_LStringLString_1()
[all …]
/external/clang/test/SemaCXX/
Dwarn-tautological-undefined-compare.cpp9 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test1()
11 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test1()
19 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be in foo()
21 …// expected-warning@-1{{'this' pointer cannot be null in well-defined C++ code; comparison may be in foo()
27 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in bar()
29 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in bar()
49 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test()
51 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test()
54 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test()
56 …pected-warning@-1{{reference cannot be bound to dereferenced null pointer in well-defined C++ code… in test()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcontent_v2.shippingsettings.html111 "entries": [ # The request entries to be processed in the batch.
119 …"name": "A String", # Free-form name of the service. Must be unique within target account. Require…
121 …order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equa…
122 … column dimensions. Either {min,max}transitTimeInDays or transitTimeTable can be set, but not both.
127 … "maxTransitTimeInDays": 42, # Must be greater than or equal to minTransitTimeInDays.
133 …"postalCodeGroupNames": [ # A list of postal group names. The last value can be "all other locatio…
136 …"transitTimeLabels": [ # A list of transit time labels. The last value can be "all other labels". …
141 …siness days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.
142 …ing", # Timezone identifier for the cutoff time. A list of identifiers can be found in the AdWord…
143 …minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in …
[all …]
Dcontent_v2_1.shippingsettings.html108 "entries": [ # The request entries to be processed in the batch.
116 …"name": "A String", # Free-form name of the service. Must be unique within target account. Require…
118 …order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equa…
119 … column dimensions. Either {min,max}transitTimeInDays or transitTimeTable can be set, but not both.
124 … "maxTransitTimeInDays": 42, # Must be greater than or equal to minTransitTimeInDays.
130 …"postalCodeGroupNames": [ # A list of postal group names. The last value can be "all other locatio…
133 …"transitTimeLabels": [ # A list of transit time labels. The last value can be "all other labels". …
138 …siness days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.
139 …ing", # Timezone identifier for the cutoff time. A list of identifiers can be found in the AdWord…
140 …minute": 42, # Minute of the cutoff time until which an order has to be placed to be processed in …
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dp9-xxinsertw-xxextractuw.ll4 ; RUN: -verify-machineinstrs < %s | FileCheck %s --check-prefix=CHECK-BE
11 ; CHECK-BE-LABEL: _Z7testInsILj0ELj0EDv4_fET1_S1_S1_
12 ; CHECK-BE: xxsldwi 0, 35, 35, 3
13 ; CHECK-BE: xxinsertw 34, 0, 0
23 ; CHECK-BE-LABEL: _Z7testInsILj0ELj1EDv4_fET1_S1_S1_
24 ; CHECK-BE-NOT: xxsldwi
25 ; CHECK-BE: xxinsertw 34, 35, 0
35 ; CHECK-BE-LABEL: _Z7testInsILj0ELj2EDv4_fET1_S1_S1_
36 ; CHECK-BE: xxsldwi 0, 35, 35, 1
37 ; CHECK-BE: xxinsertw 34, 0, 0
[all …]

12345678910>>...703