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

<<11121314151617181920>>

  /external/webrtc/tools/valgrind-webrtc/gtest_exclude/
modules_unittests.gtest-drmemory_win32.txt 15 # https://code.google.com/p/webrtc/issues/detail?id=2323
video_engine_tests.gtest-memcheck.txt 9 # https://bugs.chromium.org/p/webrtc/issues/detail?id=5312
  /frameworks/base/keystore/java/android/security/keystore/
DeviceIdAttestationException.java 27 * specified detail message.
29 * @param detailMessage the detail message for this exception.
37 * specified detail message and the specified cause.
39 * @param message the detail message for this exception.
KeyAttestationException.java 28 * specified detail message.
30 * @param detailMessage the detail message for this exception.
38 * specified detail message and the specified cause.
40 * @param message the detail message for this exception.
  /frameworks/opt/telephony/src/java/com/google/android/mms/
MmsException.java 34 * Creates a new MmsException with the specified detail message.
36 * @param message the detail message.
52 * Creates a new MmsException with the specified detail message and cause.
54 * @param message the detail message.
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
MmsException.java 34 * Creates a new MmsException with the specified detail message.
36 * @param message the detail message.
52 * Creates a new MmsException with the specified detail message and cause.
54 * @param message the detail message.
  /packages/apps/Messaging/src/com/android/messaging/mmslib/
MmsException.java 34 * Creates a new MmsException with the specified detail message.
36 * @param message the detail message.
52 * Creates a new MmsException with the specified detail message and cause.
54 * @param message the detail message.
  /packages/apps/Messaging/src/com/android/messaging/sms/
SmsException.java 33 * Creates a new SmsException with the specified detail message.
35 * @param message the detail message.
51 * Creates a new SmsException with the specified detail message and cause.
53 * @param message the detail message.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ReverseIteration.h 12 return detail::IsPointerLike<T>::value;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug349.go 7 // issue 1192 - detail in error
  /prebuilts/go/linux-x86/test/fixedbugs/
bug349.go 7 // issue 1192 - detail in error
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
type_ptr.hpp 95 GLM_FUNC_DECL detail::tvec2<T, defaultp> make_vec2(T const * const ptr);
100 GLM_FUNC_DECL detail::tvec3<T, defaultp> make_vec3(T const * const ptr);
105 GLM_FUNC_DECL detail::tvec4<T, defaultp> make_vec4(T const * const ptr);
110 GLM_FUNC_DECL detail::tmat2x2<T, defaultp> make_mat2x2(T const * const ptr);
115 GLM_FUNC_DECL detail::tmat2x3<T, defaultp> make_mat2x3(T const * const ptr);
120 GLM_FUNC_DECL detail::tmat2x4<T, defaultp> make_mat2x4(T const * const ptr);
125 GLM_FUNC_DECL detail::tmat3x2<T, defaultp> make_mat3x2(T const * const ptr);
130 GLM_FUNC_DECL detail::tmat3x3<T, defaultp> make_mat3x3(T const * const ptr);
135 GLM_FUNC_DECL detail::tmat3x4<T, defaultp> make_mat3x4(T const * const ptr);
140 GLM_FUNC_DECL detail::tmat4x2<T, defaultp> make_mat4x2
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
matrix_interpolation.inl 15 detail::tmat4x4<T, P> const & mat,
16 detail::tvec3<T, P> & axis,
88 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> axisAngleMatrix
90 detail::tvec3<T, P> const & axis,
97 detail::tvec3<T, P> n = normalize(axis);
99 return detail::tmat4x4<T, P>(
108 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> extractMatrixRotation
110 detail::tmat4x4<T, P> const & mat
113 return detail::tmat4x4<T, P>(
122 GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> interpolat
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
SecurityException.java 39 * Constructs a <code>SecurityException</code> with no detail message.
47 * detail message.
49 * @param s the detail message.
57 * detail message and cause.
59 * @param message the detail message (which is saved for later retrieval
72 * and a detail message of <tt>(cause==null ? null : cause.toString())</tt>
73 * (which typically contains the class and detail message of
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactor_op_queue.hpp 2 // detail/reactor_op_queue.hpp
15 #include "asio/detail/config.hpp"
16 #include "asio/detail/hash_map.hpp"
17 #include "asio/detail/noncopyable.hpp"
18 #include "asio/detail/op_queue.hpp"
19 #include "asio/detail/reactor_op.hpp"
22 #include "asio/detail/push_options.hpp"
25 namespace detail { namespace in namespace:asio
160 } // namespace detail
163 #include "asio/detail/pop_options.hpp
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_transform.hpp 82 /// @see - translate(detail::tmat4x4<T, P> const & m, T x, T y, T z)
83 /// @see - translate(detail::tvec3<T, P> const & v)
85 GLM_FUNC_DECL detail::tmat4x4<T, P> translate(
86 detail::tmat4x4<T, P> const & m,
87 detail::tvec3<T, P> const & v);
98 /// @see - rotate(detail::tmat4x4<T, P> const & m, T angle, T x, T y, T z)
99 /// @see - rotate(T angle, detail::tvec3<T, P> const & v)
101 GLM_FUNC_DECL detail::tmat4x4<T, P> rotate(
102 detail::tmat4x4<T, P> const & m,
104 detail::tvec3<T, P> const & axis)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
color_space.hpp 56 GLM_FUNC_DECL detail::tvec3<T, P> rgbColor(
57 detail::tvec3<T, P> const & hsvValue);
62 GLM_FUNC_DECL detail::tvec3<T, P> hsvColor(
63 detail::tvec3<T, P> const & rgbValue);
68 GLM_FUNC_DECL detail::tmat4x4<T, P> saturation(
74 GLM_FUNC_DECL detail::tvec3<T, P> saturation(
76 detail::tvec3<T, P> const & color);
81 GLM_FUNC_DECL detail::tvec4<T, P> saturation(
83 detail::tvec4<T, P> const & color);
89 detail::tvec3<T, P> const & color)
    [all...]
inertia.hpp 58 detail::tmat3x3<T, P> boxInertia3(
60 detail::tvec3<T, P> const & Scale);
65 detail::tmat4x4<T, P> boxInertia4(
67 detail::tvec3<T, P> const & Scale);
72 detail::tmat3x3<T, P> diskInertia3(
79 detail::tmat4x4<T, P> diskInertia4(
86 detail::tmat3x3<T, P> ballInertia3(
93 detail::tmat4x4<T, P> ballInertia4(
100 detail::tmat3x3<T, P> sphereInertia3(
107 detail::tmat4x4<T, P> sphereInertia4
    [all...]

Completed in 801 milliseconds

<<11121314151617181920>>