/external/llvm/test/MC/ARM/ |
D | neon-vld-vst-align.s | 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 23 @ CHECK-ERRORS: error: alignment must be 64 or omitted 35 @ CHECK-ERRORS: error: alignment must be 64 or omitted 38 @ CHECK-ERRORS: error: alignment must be 64 or omitted 42 @ CHECK-ERRORS: error: alignment must be 64 or omitted 45 @ CHECK-ERRORS: error: alignment must be 64 or omitted 57 @ CHECK-ERRORS: error: alignment must be 64 or omitted 60 @ CHECK-ERRORS: error: alignment must be 64 or omitted [all …]
|
/external/cronet/third_party/googletest/src/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 7 Stack trace: (omitted) 13 Stack trace: (omitted) 47 Stack trace: (omitted) 55 Stack trace: (omitted) 69 Stack trace: (omitted) 80 Stack trace: (omitted) 90 Stack trace: (omitted) 99 Stack trace: (omitted) 109 Stack trace: (omitted) 115 Stack trace: (omitted) [all …]
|
/external/cronet/third_party/boringssl/src/third_party/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 7 Stack trace: (omitted) 13 Stack trace: (omitted) 47 Stack trace: (omitted) 55 Stack trace: (omitted) 69 Stack trace: (omitted) 80 Stack trace: (omitted) 90 Stack trace: (omitted) 99 Stack trace: (omitted) 109 Stack trace: (omitted) 115 Stack trace: (omitted) [all …]
|
/external/googletest/googletest/test/ |
D | googletest-output-test-golden-lin.txt | 7 Stack trace: (omitted) 13 Stack trace: (omitted) 47 Stack trace: (omitted) 55 Stack trace: (omitted) 69 Stack trace: (omitted) 80 Stack trace: (omitted) 90 Stack trace: (omitted) 99 Stack trace: (omitted) 109 Stack trace: (omitted) 115 Stack trace: (omitted) [all …]
|
/external/clang/test/SemaObjC/ |
D | block-omitted-return-type.m | 13 …ected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} 19 …ected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} 23 …void (^simpleBlock4)() = ^ const { //expected-warning {{'const' qualifier on omitted return type '… 29 …void (^simpleBlock6)() = ^ const (void) { //expected-warning {{'const' qualifier on omitted return… 32 …ed-warning {{attribute '_Nullable' ignored, because it cannot be applied to omitted return type}} \ 33 …// expected-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return… 34 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \ 38 …ted-warning {{attribute '_Nonnull' ignored, because it cannot be applied to omitted return type}} \ 39 …// expected-warning {{'const' qualifier on omitted return type '<dependent type>' has no effect}} \
|
/external/tcpdump/ |
D | print-babel.c | 202 network_prefix(int ae, int plen, unsigned int omitted, in network_prefix() argument 225 if(omitted > 4 || pb > 4 || (pb > omitted && len < pb - omitted)) in network_prefix() 228 if(omitted) { in network_prefix() 230 memcpy(prefix, dp, 12 + omitted); in network_prefix() 232 if(pb > omitted) { in network_prefix() 233 memcpy(prefix + 12 + omitted, p, pb - omitted); in network_prefix() 234 consumed = pb - omitted; in network_prefix() 238 if(omitted > 16 || (pb > omitted && len < pb - omitted)) in network_prefix() 240 if(omitted) { in network_prefix() 242 memcpy(prefix, dp, omitted); in network_prefix() [all …]
|
/external/rust/crates/ring/tests/ |
D | ed25519_from_pkcs8_tests.txt | 4 # v2. The private key's last byte, zero, is omitted. 11 # v2. The private key's first byte, zero, is omitted. 18 # v2. The public key's first byte, zero, is omitted. 25 # v2. The public key's last byte, zero, is omitted (valid ASN.1 DER).
|
/external/cronet/third_party/metrics_proto/ |
D | histogram_event.proto | 24 // would be 0, the field will be omitted instead. 32 // If the min field is omitted, its value is assumed to be equal to max - 1. 33 // If the max field is omitted, its value is assumed to be equal to the next 40 // field would be 1, the field will be omitted instead.
|
/external/python/asn1crypto/asn1crypto/ |
D | _inet.py | 141 omitted = ip_string.count('::') 142 if omitted > 1: 144 elif omitted == 0:
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-round-01.ll | 57 ; Test nearbyint for f128: omitted for now because we cannot handle 80 ; Test floor for f128: omitted for now because we cannot handle 103 ; Test ceil for f128: omitted for now because we cannot handle 126 ; Test trunc for f128: omitted for now because we cannot handle 149 ; Test round for f128: omitted for now because we cannot handle
|
/external/python/cpython2/Lib/test/ |
D | test_regrtest.py | 96 env_changed=(), omitted=(), argument 108 if isinstance(omitted, str): 109 omitted = [omitted] 142 if omitted: 143 regex = list_regex('%s test%s omitted', omitted) 155 - len(omitted) - len(env_changed)) 424 self.check_executed_tests(output, test, omitted=test, 454 omitted=test, interrupted=True)
|
/external/curl/docs/cmdline-opts/ |
D | aws-sigv4.d | 18 a resources collection (region-code) when the region name is omitted from 22 (service-code) when the service name is omitted from the endpoint.
|
/external/python/cpython2/Doc/library/ |
D | tty.rst | 22 Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it 29 Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it
|
/external/cronet/net/data/parse_certificate_unittest/ |
D | tbs_explicit_v1.pem | 2 explicitly as 0. Instead it should have been omitted. 26 ERROR: Version explicitly V1 (should be omitted)
|
/external/python/cpython3/Doc/library/ |
D | tty.rst | 25 Change the mode of the file descriptor *fd* to raw. If *when* is omitted, it 32 Change the mode of file descriptor *fd* to cbreak. If *when* is omitted, it
|
/external/perfetto/test/trace_processor/diff_tests/profiling/ |
D | heap_graph_native_size.textproto | 79 # References omitted 103 reference_object_id: 0x0 # classLoader omitted 146 # omitted fields
|
/external/iptables/extensions/ |
D | libxt_MARK.man | 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed. 13 mark. If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
|
D | libxt_tcp.man | 8 If the first port is omitted, "0" is assumed; if the last is omitted,
|
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | README | 37 omitted, <to-node-id[s]> must specify a single node. 48 omitted and specified on the map command. 69 <offset>+<length>. If <offset> and <length> omitted, touches all
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 153 // The function name, may be omitted if debug symbols are not available. 156 // The start address of the function, may be omitted if debug symbols 160 // The source file name, may be omitted if debug symbols are not available. 163 // The (1-based) source line number, may be omitted if debug symbols are 167 // The start address of the source line, may be omitted if debug symbols
|
/external/fonttools/Tests/feaLib/data/ |
D | spec8d.fea | 2 # The ParamUILabelNameID entry may be omitted or repeated as often as needed. 3 # The other NameID types may be omitted, or defined only once.
|
/external/pigweed/docs/templates/docs/ |
D | gui.rst | 9 omitted for experimental modules that are not yet ready for public use.
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_17.txt | 12 [Non-text (image/gif) part of message omitted, filename dingusfish.gif]
|
/external/llvm/test/CodeGen/AArch64/ |
D | regress-bitcast-formals.ll | 4 ; actually capable of that (the test was omitted from LowerFormalArguments).
|