Searched refs:issued (Results 1 – 25 of 126) sorted by relevance
123456
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_fence.h | 49 boolean issued; member 91 return fence->issued; in lp_fence_issued()
|
D | lp_fence.c | 120 assert(f->issued); in lp_fence_wait()
|
/external/python/cpython3/Doc/library/ |
D | warnings.rst | 13 Warning messages are typically issued in situations where it is useful to alert 26 is issued. Repetitions of a particular warning for the same source location are 29 There are two stages in warning control: first, each time a warning is issued, a 30 determination is made whether a message should be issued or not; next, if a 31 message is to be issued, it is formatted and printed using a user-settable hook. 134 | | is issued | 138 | | is issued | 311 exception if the particular warning issued is changed into an error by the 341 for which the warning is issued. (This argument is used to support displaying
|
/external/python/cpython2/Doc/library/ |
D | warnings.rst | 16 Warning messages are typically issued in situations where it is useful to alert 29 is issued. Repetitions of a particular warning for the same source location are 32 There are two stages in warning control: first, each time a warning is issued, a 33 determination is made whether a message should be issued or not; next, if a 34 message is to be issued, it is formatted and printed using a user-settable hook. 133 | | is issued | 137 | | is issued | 299 exception if the particular warning issued is changed into an error by the 323 for which the warning is issued. (This argument is used to support displaying
|
D | cmd.rst | 55 The optional argument is a banner or intro string to be issued before the first 125 after the input prompt is generated and issued. This method is a stub in 159 The prompt issued to solicit input.
|
D | getpass.rst | 37 A :exc:`UserWarning` subclass issued when password input may be echoed.
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.compute.indirect_dispatch.txt | 45 as a SSBO. Memory barrier is issued after the first compute shader in 56 been issued, result buffer is mapped for reading and pass counts are verified.
|
D | functional.ssbo.txt | 58 Single compute shader invocation is issued. Shader reads and/or writes to 65 3x2x1 is issued and each invocation executes atomic operation with per-
|
D | functional.compute.shared_var.txt | 50 shared variable. A shared memory barrier is issued, and after that all work 59 Barrier is issued and after that each invocation issues atomic operation with
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl-root.cnf | 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
D | openssl.cnf | 19 certs = $dir/certs # Where the issued certs are kept 20 crl_dir = $dir/crl # Where the issued crl are kept
|
/external/clang/test/Driver/ |
D | no-objc-arr.m | 7 void *pointer = string; // No error must be issued
|
/external/curl/docs/cmdline-opts/ |
D | xattr.d | 8 attributes, a warning is issued.
|
/external/llvm/test/CodeGen/ARM/ |
D | 2012-03-13-DAGCombineBug.ll | 5 ; (i16 load $addr+c*sizeof(i16)). It should have issued an extload instead. i.e.
|
/external/llvm/test/CodeGen/PowerPC/ |
D | splat-bug.ll | 3 ; Checks for a previous bug where vspltisb/vaddubm were issued in place
|
/external/clang/test/SemaObjC/ |
D | class-extension-dup-methods.m | 26 - (void)someMethodWithArgument:(float)argument; // OK. No warning to be issued here.
|
D | property-category-impl.m | 5 implemented in their base class implementation. In this case,no warning must be issued.
|
D | default-synthesize-3.m | 84 // More test where such warnings should not be issued. 116 // No warning must be issued in this test.
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 22 // Note: this requires inlining support. This previously issued a false positive use of
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 6 - cert.pem / cert-key.pem: Certificate issued by ca-cert.pem, and its private key
|
/external/llvm/test/Linker/ |
D | apple-version.ll | 11 ; warnings are issued when the Triples differ only in version numbers.
|
/external/mesa3d/docs/ |
D | patents.txt | 3 Silicon Graphics, Inc. owns US Patent #6,650,327, issued November 18,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 157 CertPathReviewer.noTrustAnchorFound.text = The root certificate of the certificate path was issued … 158 …stAnchorFound.summary = The root certificate of the certificate path was issued by a CA that is no… 159 …stAnchorFound.details = The root certificate of the certificate path was issued by a CA that is no… 361 #found a CRL at a crl distribution point, but issued by another CA 366 CertPathReviewer.onlineCRLWrongCA.text = The CRL loaded from {2} has was issued by {0}, excpected {… 368 CertPathReviewer.onlineCRLWrongCA.details = The CRL loaded from {2} has was issued by {0}, excpecte… 578 CertPathReviewer.QcEuCompliance.text = This certificate is issued as a Qualified Certificate accord… 579 CertPathReviewer.QcEuCompliance.summary = This certificate is issued as a Qualified Certificate acc… 580 CertPathReviewer.QcEuCompliance.details = This certificate is issued as a Qualified Certificate acc… 614 missingIssuer = The missing certificate was issued by
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.pbo.txt | 45 for pixel pack buffers readpixels is issued with PBO bound. The readpixels result
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP8.td | 248 // Stores are dual-issued from the issue queue, so may only take up one 250 // op is issued to the LSU, and the data op (register fetch) is issued
|
123456