HomeSort by relevance Sort by last modified time
    Searched full:detail (Results 1101 - 1125 of 6115) sorted by null

<<41424344454647484950>>

  /system/tpm/attestation/common/
attestation_ca.proto 57 // Detail response message. Included when the result is not OK.
58 optional string detail = 2;
87 // Detail response message. Included when the result is not OK.
88 optional string detail = 2;
128 // Detail response message. Included when the result is not OK.
129 optional string detail = 2;
  /external/capstone/bindings/python/
test_xcore.py 22 # "data" instruction generated by SKIPDATA option has no detail
61 md.detail = True
  /external/llvm/include/llvm/Support/
AlignOf.h 24 namespace detail { namespace in namespace:llvm
61 } // End detail namespace.
79 sizeof(detail::AlignmentCalcImpl<T>) - sizeof(T));
83 sizeof(::llvm::detail::AlignmentCalcImpl<T>) - sizeof(T))
218 namespace detail { namespace in namespace:llvm
238 } // end namespace detail
252 AlignOf<llvm::detail::AlignerImpl<T1, T2, T3, T4, T5,
254 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
  /external/llvm/lib/Support/
Hashing.cpp 23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FormatCommon.h 21 detail::format_adapter &Adapter;
25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Hashing.cpp 23 size_t llvm::hashing::detail::fixed_seed_override = 0;
28 hashing::detail::fixed_seed_override = fixed_value;
  /external/vulkan-validation-layers/libs/glm/detail/
intrinsic_common.hpp 39 namespace detail namespace in namespace:glm
83 }//namespace detail
intrinsic_exponential.hpp 39 namespace detail namespace in namespace:glm
75 }//namespace detail
intrinsic_matrix.hpp 41 namespace detail namespace in namespace:glm
63 }//namespace detail
  /external/vulkan-validation-layers/libs/glm/gtc/
noise.hpp 45 #include "../detail/setup.hpp"
46 #include "../detail/precision.hpp"
  /external/webrtc/webrtc/modules/video_processing/
BUILD.gn 60 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
78 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
  /hardware/qcom/msm8x09/original-kernel-headers/drm/
sde_drm.h 37 /* Total number of parameterized detail enhancer mapping curves */
195 * struct sde_drm_de_v1 - version 1 of detail enhancer structure
196 * @enable: Enables/disables detail enhancer
200 * @limit: Detail enhancer limit factor
205 * @prec_shift: Detail enhancer precision
229 * @dir_en: Detail enhancer enable
253 * @de: Detail enhancer settings
295 /* Detail enhancer settings */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
CertificateEncodingExceptionTest.java 44 * Assertion: constructs CertificateEncodingException with no detail message
54 * Assertion: constructs CertificateEncodingException with detail message
CertificateExceptionTest.java 45 * constructs CertificateException with no detail message
55 * Assertion: constructs CertificateException with detail message msg.
CertificateExpiredExceptionTest.java 45 * Assertion: constructs CertificateExpiredException with no detail message
55 * Assertion: constructs CertificateExpiredException with detail message
CertificateNotYetValidExceptionTest.java 45 * Assertion: constructs CertificateNotYetValidException with no detail
57 * detail message msg. Parameter <code>msg</code> is not null.
CertificateParsingExceptionTest.java 46 * Assertion: constructs CertificateParsingException with no detail message
56 * Assertion: constructs CertificateParsingException with detail message
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpressionException.java 37 * <p>Constructs a new <code>XPathExpressionException</code> with the specified detail <code>message</code>.</p>
43 * @param message The detail message.
XPathFactoryConfigurationException.java 37 * <p>Constructs a new <code>XPathFactoryConfigurationException</code> with the specified detail <code>message</code>.</p>
43 * @param message The detail message.
XPathFunctionException.java 37 * <p>Constructs a new <code>XPathFunctionException</code> with the specified detail <code>message</code>.</p>
43 * @param message The detail message.
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
BadPaddingExceptionTest.java 45 * constructs BadPaddingException with no detail message
55 * Assertion: constructs BadPaddingException with detail message msg.
ExemptionMechanismExceptionTest.java 50 * Assertion: constructs ExemptionMechanismException with no detail message
65 * Assertion: constructs ExemptionMechanismException with detail message
IllegalBlockSizeExceptionTest.java 46 * Assertion: constructs IllegalBlockSizeException with no detail message
56 * Assertion: constructs IllegalBlockSizeException with detail message msg.
NoSuchPaddingExceptionTest.java 46 * constructs NoSuchPaddingException with no detail message
56 * Assertion: constructs NoSuchPaddingException with detail message msg.
ShortBufferExceptionTest.java 44 * constructs ShortBufferException with no detail message
54 * Assertion: constructs ShortBufferException with detail message msg.

Completed in 721 milliseconds

<<41424344454647484950>>