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

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/lang/
UnsupportedOperationException.java 40 * Constructs an UnsupportedOperationException with no detail message.
47 * detail message.
49 * @param message the detail message
56 * Constructs a new exception with the specified detail message and
59 * <p>Note that the detail message associated with <code>cause</code> is
60 * <i>not</i> automatically incorporated in this exception's detail
63 * @param message the detail message (which is saved for later retrieval
76 * Constructs a new exception with the specified cause and a detail
78 * typically contains the class and detail message of <tt>cause</tt>).
VirtualMachineError.java 40 * Constructs a <code>VirtualMachineError</code> with no detail message.
48 * detail message.
50 * @param message the detail message.
58 * detail message and cause. <p>Note that the detail message
60 * incorporated in this error's detail message.
62 * @param message the detail message (which is saved for later retrieval
76 * cause and a detail message of {@code (cause==null ? null :
78 * detail message of {@code cause}).
  /libcore/ojluni/src/main/java/java/security/
InvalidAlgorithmParameterException.java 46 * Constructs an InvalidAlgorithmParameterException with no detail
48 * A detail message is a String that describes this particular
57 * detail message.
58 * A detail message is a String that describes this
61 * @param msg the detail message.
69 * specified detail message and cause.
71 * @param message the detail message (which is saved for later retrieval
84 * specified cause and a detail message of
86 * (which typically contains the class and detail message of
InvalidKeyException.java 41 * Constructs an InvalidKeyException with no detail message. A
42 * detail message is a String that describes this particular
50 * Constructs an InvalidKeyException with the specified detail
51 * message. A detail message is a String that describes this
54 * @param msg the detail message.
62 * detail message and cause.
64 * @param message the detail message (which is saved for later retrieval
77 * and a detail message of {@code (cause==null ? null : cause.toString())}
78 * (which typically contains the class and detail message of
KeyException.java 43 * Constructs a KeyException with no detail message. A detail
51 * Constructs a KeyException with the specified detail message.
52 * A detail message is a String that describes this particular
55 * @param msg the detail message.
63 * detail message and cause.
65 * @param message the detail message (which is saved for later retrieval
78 * and a detail message of {@code (cause==null ? null : cause.toString())}
79 * (which typically contains the class and detail message of
KeyManagementException.java 51 * Constructs a KeyManagementException with no detail message. A
52 * detail message is a String that describes this particular
60 * Constructs a KeyManagementException with the specified detail
61 * message. A detail message is a String that describes this
64 * @param msg the detail message.
72 * detail message and cause.
74 * @param message the detail message (which is saved for later retrieval
87 * and a detail message of {@code (cause==null ? null : cause.toString())}
88 * (which typically contains the class and detail message of
KeyStoreException.java 42 * Constructs a KeyStoreException with no detail message. (A
43 * detail message is a String that describes this particular
51 * Constructs a KeyStoreException with the specified detail
52 * message. (A detail message is a String that describes this
55 * @param msg the detail message.
63 * detail message and cause.
65 * @param message the detail message (which is saved for later retrieval
78 * and a detail message of {@code (cause==null ? null : cause.toString())}
79 * (which typically contains the class and detail message of
NoSuchAlgorithmException.java 40 * Constructs a NoSuchAlgorithmException with no detail
41 * message. A detail message is a String that describes this
50 * detail message. A detail message is a String that describes
54 * @param msg the detail message.
62 * detail message and cause.
64 * @param message the detail message (which is saved for later retrieval
77 * and a detail message of {@code (cause==null ? null : cause.toString())}
78 * (which typically contains the class and detail message of
ProviderException.java 41 * Constructs a ProviderException with no detail message. A
42 * detail message is a String that describes this particular
50 * Constructs a ProviderException with the specified detail
51 * message. A detail message is a String that describes this
54 * @param s the detail message.
62 * detail message and cause.
64 * @param message the detail message (which is saved for later retrieval
77 * and a detail message of {@code (cause==null ? null : cause.toString())}
78 * (which typically contains the class and detail message of
  /libcore/ojluni/src/main/java/java/security/cert/
CRLException.java 40 * Constructs a CRLException with no detail message. A
41 * detail message is a String that describes this particular
49 * Constructs a CRLException with the specified detail
50 * message. A detail message is a String that describes this
53 * @param message the detail message.
61 * detail message and cause.
63 * @param message the detail message (which is saved for later retrieval
76 * and a detail message of {@code (cause==null ? null : cause.toString())}
77 * (which typically contains the class and detail message of
CertPathBuilderException.java 57 * as its detail message.
65 * detail message. The detail message is a {@code String} that
66 * describes this particular exception in more detail.
68 * @param msg the detail message
79 * detail message is set to ({@code cause==null ? null : cause.toString()})
80 * (which typically contains the class and detail message of
93 * detail message and cause.
95 * @param msg the detail message
CertificateEncodingException.java 39 * Constructs a CertificateEncodingException with no detail message. A
40 * detail message is a String that describes this particular
48 * Constructs a CertificateEncodingException with the specified detail
49 * message. A detail message is a String that describes this
52 * @param message the detail message.
60 * detail message and cause.
62 * @param message the detail message (which is saved for later retrieval
75 * with the specified cause and a detail message of
77 * (which typically contains the class and detail message of
CertificateException.java 41 * Constructs a certificate exception with no detail message. A detail
49 * Constructs a certificate exception with the given detail
50 * message. A detail message is a String that describes this
53 * @param msg the detail message.
61 * detail message and cause.
63 * @param message the detail message (which is saved for later retrieval
76 * and a detail message of {@code (cause==null ? null : cause.toString())}
77 * (which typically contains the class and detail message of
CertificateParsingException.java 40 * Constructs a CertificateParsingException with no detail message. A
41 * detail message is a String that describes this particular
49 * Constructs a CertificateParsingException with the specified detail
50 * message. A detail message is a String that describes this
53 * @param message the detail message.
61 * detail message and cause.
63 * @param message the detail message (which is saved for later retrieval
76 * specified cause and a detail message of
78 * (which typically contains the class and detail message of
  /libcore/ojluni/src/main/java/java/security/spec/
InvalidKeySpecException.java 46 * Constructs an InvalidKeySpecException with no detail message. A
47 * detail message is a String that describes this particular
55 * Constructs an InvalidKeySpecException with the specified detail
56 * message. A detail message is a String that describes this
59 * @param msg the detail message.
67 * detail message and cause.
69 * @param message the detail message (which is saved for later retrieval
82 * and a detail message of {@code (cause==null ? null : cause.toString())}
83 * (which typically contains the class and detail message of
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
matrix_interpolation.hpp 57 detail::tmat4x4<T, P> const & mat,
58 detail::tvec3<T, P> & axis,
64 GLM_FUNC_DECL detail::tmat4x4<T, P> axisAngleMatrix(
65 detail::tvec3<T, P> const & axis,
71 GLM_FUNC_DECL detail::tmat4x4<T, P> extractMatrixRotation(
72 detail::tmat4x4<T, P> const & mat);
78 GLM_FUNC_DECL detail::tmat4x4<T, P> interpolate(
79 detail::tmat4x4<T, P> const & m1,
80 detail::tmat4x4<T, P> const & m2,
norm.hpp 85 detail::tvec3<T, P> const & x,
86 detail::tvec3<T, P> const & y);
92 detail::tvec3<T, P> const & v);
98 detail::tvec3<T, P> const & x,
99 detail::tvec3<T, P> const & y);
105 detail::tvec3<T, P> const & x);
111 detail::tvec3<T, P> const & x,
112 detail::tvec3<T, P> const & y,
119 detail::tvec3<T, P> const & x,
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
service_registry.ipp 2 // detail/impl/service_registry.ipp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/service_registry.hpp"
18 #include "asio/detail/throw_exception.hpp"
20 #include "asio/detail/push_options.hpp"
23 namespace detail {
53 asio::detail::mutex::scoped_lock lock(mutex_);
104 asio::detail::mutex::scoped_lock lock(mutex_);
145 asio::detail::throw_exception(invalid_service_owner());
147 asio::detail::mutex::scoped_lock lock(mutex_)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_option.hpp 2 // detail/socket_option.hpp
15 #include "asio/detail/config.hpp"
18 #include "asio/detail/socket_types.hpp"
19 #include "asio/detail/throw_exception.hpp"
21 #include "asio/detail/push_options.hpp"
24 namespace detail { namespace in namespace:asio
121 asio::detail::throw_exception(ex);
202 asio::detail::throw_exception(ex);
269 detail::linger_type* data(const Protocol&)
276 const detail::linger_type* data(const Protocol&) cons
    [all...]
  /external/webrtc/webrtc/build/sanitizers/
tsan_suppressions_webrtc.cc 33 // https://code.google.com/p/webrtc/issues/detail?id=3372
41 // https://code.google.com/p/webrtc/issues/detail?id=2521 for details.
46 // https://code.google.com/p/webrtc/issues/detail?id=5152
50 // https://code.google.com/p/webrtc/issues/detail?id=3911 for details.
55 // https://code.google.com/p/webrtc/issues/detail?id=3914
57 // https://code.google.com/p/webrtc/issues/detail?id=2080
61 // https://code.google.com/p/webrtc/issues/detail?id=4456
66 // https://code.google.com/p/webrtc/issues/detail?id=2079
72 // TODO(jiayl): https://code.google.com/p/webrtc/issues/detail?id=3492
75 // https://code.google.com/p/webrtc/issues/detail?id=515
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 43 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/cond_dealtor.hpp>
46 #include <ext/pb_ds/detail/type_utils.hpp>
47 #include <ext/pb_ds/detail/tree_trace_base.hpp>
49 #include <ext/pb_ds/detail/debug_map_base.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
405 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp>
406 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp>
407 #include <ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 43 #include <ext/pb_ds/detail/cond_dealtor.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp>
49 #include <ext/pb_ds/detail/debug_map_base.hpp>
58 namespace detail namespace in namespace:__gnu_pbds
124 #include <ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp>
125 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
126 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
127 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
328 #include <ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 43 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
44 #include <ext/pb_ds/detail/types_traits.hpp>
45 #include <ext/pb_ds/detail/cond_dealtor.hpp>
46 #include <ext/pb_ds/detail/type_utils.hpp>
47 #include <ext/pb_ds/detail/tree_trace_base.hpp>
49 #include <ext/pb_ds/detail/debug_map_base.hpp>
57 namespace detail namespace in namespace:__gnu_pbds
405 #include <ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp>
406 #include <ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp>
407 #include <ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 43 #include <ext/pb_ds/detail/cond_dealtor.hpp>
45 #include <ext/pb_ds/detail/types_traits.hpp>
46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp>
49 #include <ext/pb_ds/detail/debug_map_base.hpp>
58 namespace detail namespace in namespace:__gnu_pbds
124 #include <ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp>
125 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
126 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp>
127 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp>
328 #include <ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
    [all...]
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 48 void StatSummarizer::Validate(const Detail* detail,
50 if (detail->outputs.size() != ns.output_size()) {
52 << ns.node_name() << "' - was " << detail->outputs.size()
61 const auto& stored = detail->outputs[slot];
148 // NOTE(blackhc): we have to ensure that all keys into the detail map
175 auto result = details_.emplace(name, Detail());
176 Detail* detail = &(result.first->second); local
178 detail->start_us.UpdateStat(ns.all_start_micros() - first_node_start_us)
288 const Detail* detail = &(det.second); local
334 const Detail& detail = det.second; local
484 const Detail& detail = entry.second->second; local
    [all...]

Completed in 572 milliseconds

<<11121314151617181920>>