/external/llvm/test/MC/ARM/ |
D | thumb-invalid-crypto.txt | 5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified 7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified 9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified 11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified 15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified 17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified 19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified 23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified 25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified 27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specified [all …]
|
D | invalid-crc32.s | 11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified 12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified 13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified 14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified 15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified 16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
|
/external/selinux/libsepol/src/ |
D | assertion.c | 91 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions() 92 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions() 95 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in check_extended_permissions() 96 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions() 98 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions() 99 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in check_extended_permissions() 101 } else if ((neverallow->specified == AVRULE_XPERMS_IOCTLDRIVER) in check_extended_permissions() 102 && (allow->specified == AVTAB_XPERMS_IOCTLDRIVER)) { in check_extended_permissions() 115 if ((neverallow->specified == AVRULE_XPERMS_IOCTLFUNCTION) in extended_permissions_violated() 116 && (allow->specified == AVTAB_XPERMS_IOCTLFUNCTION)) { in extended_permissions_violated() [all …]
|
D | avtab.c | 104 if (key->specified & AVTAB_XPERMS) { in avtab_insert_node() 139 uint16_t specified = in avtab_insert() local 140 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_insert() 151 (specified & cur->key.specified)) { in avtab_insert() 153 if (specified & AVTAB_XPERMS) in avtab_insert() 184 uint16_t specified = in avtab_insert_nonunique() local 185 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_insert_nonunique() 195 (specified & cur->key.specified)) in avtab_insert_nonunique() 216 uint16_t specified = in avtab_search() local 217 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD); in avtab_search() [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 331 ; CHECK-ERRORS: error: specified ic op does not use a register 333 ; CHECK-ERRORS: error: specified ic op does not use a register 335 ; CHECK-ERRORS: error: specified ic op requires a register 338 ; CHECK-ERRORS: error: specified dc op requires a register 340 ; CHECK-ERRORS: error: specified dc op requires a register 342 ; CHECK-ERRORS: error: specified dc op requires a register 344 ; CHECK-ERRORS: error: specified dc op requires a register 346 ; CHECK-ERRORS: error: specified dc op requires a register 348 ; CHECK-ERRORS: error: specified dc op requires a register 350 ; CHECK-ERRORS: error: specified dc op requires a register [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetCallingConv.td | 29 /// CCIfType - If the current argument is one of the specified types, apply 50 /// the specified action. 54 /// the specified action. 58 /// the specified action. 62 /// the specified action. 68 /// CCAssignToReg - This action matches if there is a register in the specified 84 /// stack slot of the specified size and alignment on the stack. If size is 107 /// CCPromoteToType - If applied, this promotes the specified current value to 108 /// the specified type. 113 /// CCBitConvertToType - If applied, this bitconverts the specified current [all …]
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 35 specified, the sets must have the same # of nodes, 42 define a MAP_ANONYMOUS segment of specified size 46 define a mapped file segment of specified length starting at the 47 specified offset into the file. <offset> and <length> may be 48 omitted and specified on the map command. 52 define a shared memory segment of specified size. 62 Offset and length specified here override those specified on 65 unmap <seg-name> - unmap specified segment, but remember name/size/... 74 set the numa policy for the specified range of the name segment 81 show the node location of pages in the specified range [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | alignment.ll | 4 ; explicit alignment specified. 14 ; they have an explicit alignment specified. 28 ; explicit alignment specified *and* a section specified. 37 ; they have an explicit alignment specified and a section specified.
|
/external/llvm/test/CodeGen/X86/ |
D | alignment.ll | 4 ; explicit alignment specified. 14 ; they have an explicit alignment specified. 28 ; explicit alignment specified *and* a section specified. 37 ; they have an explicit alignment specified and a section specified.
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 35 * Write out the specified log message, prefixing with the current class name. 49 * Assert that the specified code throws an exception of the specified type. 51 …e containing the code to be executed, which is expected to throw an exception of the specified type 69 * Assert that the specified code throws an exception with an error message 70 * containing the specified text. 72 …e containing the code to be executed, which is expected to throw an exception of the specified type 85 * Return the specified paths concatenated with the path separator in between 94 * Create a new InetAddress from the specified host String, using the 97 * @return an InetAddress for the specified host
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 35 * Write out the specified log message, prefixing with the current class name. 49 * Assert that the specified code throws an exception of the specified type. 51 …e containing the code to be executed, which is expected to throw an exception of the specified type 69 * Assert that the specified code throws an exception with an error message 70 * containing the specified text. 72 …e containing the code to be executed, which is expected to throw an exception of the specified type 85 * Return the specified paths concatenated with the path separator in between 94 * Create a new InetAddress from the specified host String, using the 97 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 34 * Write out the specified log message, prefixing with the current class name. 48 * Assert that the specified code throws an exception of the specified type. 50 …e containing the code to be executed, which is expected to throw an exception of the specified type 68 * Assert that the specified code throws an exception with an error message 69 * containing the specified text. 71 …e containing the code to be executed, which is expected to throw an exception of the specified type 84 * Return the specified paths concatenated with the path separator in between 93 * Create a new InetAddress from the specified host String, using the 96 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 34 * Write out the specified log message, prefixing with the current class name. 48 * Assert that the specified code throws an exception of the specified type. 50 …e containing the code to be executed, which is expected to throw an exception of the specified type 68 * Assert that the specified code throws an exception with an error message 69 * containing the specified text. 71 …e containing the code to be executed, which is expected to throw an exception of the specified type 84 * Return the specified paths concatenated with the path separator in between 93 * Create a new InetAddress from the specified host String, using the 96 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTestCase.groovy | 35 * Write out the specified log message, prefixing with the current class name. 49 * Assert that the specified code throws an exception of the specified type. 51 …e containing the code to be executed, which is expected to throw an exception of the specified type 69 * Assert that the specified code throws an exception with an error message 70 * containing the specified text. 72 …e containing the code to be executed, which is expected to throw an exception of the specified type 85 * Return the specified paths concatenated with the path separator in between 94 * Create a new InetAddress from the specified host String, using the 97 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFakeFileSystem.groovy | 51 * Add the specified file system entry (file or directory) to this file system 71 * Creates an empty file with the specified pathname. 105 * Creates the directory named by the specified pathname. 139 * Create and return a new InputStream for reading from the file at the specified path 155 * Create and return a new OutputStream for writing to the file at the specified path 178 * Delete the file or directory specified by the path. Return true if the file is successfully 202 * Return true if there exists a file or directory at the specified path 217 * Return true if the specified path designates an existing directory, false otherwise 233 * Return true if the specified path designates an existing file, false otherwise 249 * Return the List of FileInfo objects for the files in the specified directory [all …]
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/test/ |
D | AbstractGroovyTest.groovy | 34 * Assert that the specified code throws an exception of the specified type. 36 …e containing the code to be executed, which is expected to throw an exception of the specified type 54 * Assert that the specified code throws an exception with an error message 55 * containing the specified text. 57 …e containing the code to be executed, which is expected to throw an exception of the specified type 70 * Return the specified paths concatenated with the path separator in between 79 * Create a new InetAddress from the specified host String, using the 82 * @return an InetAddress for the specified host
|
/external/selinux/checkpolicy/test/ |
D | dispol.c | 93 specified & in render_av_rule() 97 specified & in render_av_rule() 104 if (key->specified & AVTAB_ENABLED) in render_av_rule() 106 else if (!(key->specified & AVTAB_ENABLED)) in render_av_rule() 110 if (key->specified & AVTAB_AV) { in render_av_rule() 111 if (key->specified & AVTAB_ALLOWED) { in render_av_rule() 117 if (key->specified & AVTAB_AUDITALLOW) { in render_av_rule() 123 if (key->specified & AVTAB_AUDITDENY) { in render_av_rule() 131 } else if (key->specified & AVTAB_TYPE) { in render_av_rule() 132 if (key->specified & AVTAB_TRANSITION) { in render_av_rule() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | tls-models.ll | 16 ; ----- no model specified ----- 41 ; ----- localdynamic specified ----- 66 ; ----- initialexec specified ----- 72 ; Non-PIC and PIC code will use initial exec as specified. 83 ; Non-PIC code can use local exec, PIC code use initial exec as specified. 91 ; ----- localexec specified ----- 97 ; Non-PIC and PIC code will use local exec as specified. 108 ; Non-PIC and PIC code will use local exec as specified.
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 29 /// CCIfType - If the current argument is one of the specified types, apply 65 /// the specified action. 69 /// the specified action. 73 /// the specified action. 77 /// the specified action. 86 /// CCAssignToReg - This action matches if there is a register in the specified 102 /// stack slot of the specified size and alignment on the stack. If size is 129 /// CCPromoteToType - If applied, this promotes the specified current value to 130 /// the specified type. 135 /// CCPromoteToUpperBitsInType - If applied, this promotes the specified current [all …]
|