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

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/res/values/
styles.xml 29 <style name="XYZAppTheme.Detail">
31 <item name="actionBarStyle">@style/ActionBar.Detail</item>
34 <style name="ActionBar.Detail" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse">
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/res/values/
styles.xml 29 <style name="XYZAppTheme.Detail">
31 <item name="actionBarStyle">@style/ActionBar.Detail</item>
34 <style name="ActionBar.Detail" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse">
  /development/samples/browseable/XYZTouristAttractions/Application/res/values/
styles.xml 29 <style name="XYZAppTheme.Detail">
31 <item name="actionBarStyle">@style/ActionBar.Detail</item>
34 <style name="ActionBar.Detail" parent="Widget.AppCompat.Light.ActionBar.Solid.Inverse">
  /external/capstone/cstool/
cstool_mips.c 16 // detail can be NULL on "data" instruction if SKIPDATA option is turned ON
17 if (ins->detail == NULL)
20 mips = &(ins->detail->mips);
  /external/deqp/framework/opengl/
gluStrUtil.hpp 34 namespace detail namespace in namespace:glu
78 } // detail
80 inline detail::EnumPointerFmt getEnumPointerStr (const deUint32* value, deInt32 size, detail::EnumPointerFmt::GetEnumNameFunc getName)
82 return detail::EnumPointerFmt(value, (deUint32)de::max(0, size), getName);
85 inline detail::BooleanPointerFmt getBooleanPointerStr (const deUint8* value, deInt32 size)
87 return detail::BooleanPointerFmt(value, (deUint32)de::max(0, size));
90 inline detail::TextureUnitStr getTextureUnitStr (deUint32 unit) { return detail::TextureUnitStr(unit); }
91 inline detail::TextureParameterValueStr getTextureParameterValueStr (deUint32 param, int value) { return deta (…)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 2 // detail/service_registry.hpp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/mutex.hpp"
18 #include "asio/detail/noncopyable.hpp"
21 #include "asio/detail/push_options.hpp"
24 namespace detail { namespace in namespace:asio
74 const asio::detail::service_id<Service>& /*id*/);
122 mutable asio::detail::mutex mutex_;
131 } // namespace detail
134 #include "asio/detail/pop_options.hpp
    [all...]
  /external/proguard/src/proguard/
ParseException.java 34 * as its error detail message.
41 * Constructs a <code>ParseException</code> with the specified detail
46 * @param s the detail message.
  /external/selinux/libselinux/utils/
selinuxexeccon.c 11 static __attribute__ ((__noreturn__)) void usage(const char *name, const char *detail, int rc)
14 if (detail)
15 fprintf(stderr, "%s: %s\n", name, detail);
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.inl 10 #include "../detail/_vectorize.hpp"
44 GLM_FUNC_QUALIFIER detail::tvec2<int, P> highestBitValue
46 detail::tvec2<T, P> const & value
49 return detail::tvec2<int, P>(
55 GLM_FUNC_QUALIFIER detail::tvec3<int, P> highestBitValue
57 detail::tvec3<T, P> const & value
60 return detail::tvec3<int, P>(
67 GLM_FUNC_QUALIFIER detail::tvec4<int, P> highestBitValue
69 detail::tvec4<T, P> const & value
72 return detail::tvec4<int, P>
    [all...]
fast_exponential.inl 31 GLM_FUNC_QUALIFIER detail::tvec2<T, P> fastPow(
32 const detail::tvec2<T, P>& x,
33 const detail::tvec2<int, P>& y)
35 return detail::tvec2<T, P>(
41 GLM_FUNC_QUALIFIER detail::tvec3<T, P> fastPow(
42 const detail::tvec3<T, P>& x,
43 const detail::tvec3<int, P>& y)
45 return detail::tvec3<T, P>(
52 GLM_FUNC_QUALIFIER detail::tvec4<T, P> fastPow(
53 const detail::tvec4<T, P>& x,
    [all...]
  /frameworks/base/keystore/java/android/security/keystore/
KeyExpiredException.java 28 * Constructs a new {@code KeyExpiredException} without detail message and cause.
35 * Constructs a new {@code KeyExpiredException} with the provided detail message and no cause.
42 * Constructs a new {@code KeyExpiredException} with the provided detail message and cause.
KeyNotYetValidException.java 28 * Constructs a new {@code KeyNotYetValidException} without detail message and cause.
35 * Constructs a new {@code KeyNotYetValidException} with the provided detail message and no
43 * Constructs a new {@code KeyNotYetValidException} with the provided detail message and cause.
UserNotAuthenticatedException.java 28 * Constructs a new {@code UserNotAuthenticatedException} without detail message and cause.
35 * Constructs a new {@code UserNotAuthenticatedException} with the provided detail message and
43 * Constructs a new {@code UserNotAuthenticatedException} with the provided detail message and
UserPresenceUnavailableException.java 27 * Constructs a {@code UserPresenceUnavailableException} without a detail message or cause.
34 * Constructs a {@code UserPresenceUnavailableException} using the provided detail message
42 * Constructs a {@code UserPresenceUnavailableException} using the provided detail message
  /libcore/ojluni/src/main/java/java/lang/
Error.java 53 * Constructs a new error with {@code null} as its detail message.
62 * Constructs a new error with the specified detail message. The
66 * @param message the detail message. The detail message is saved for
74 * Constructs a new error with the specified detail message and
75 * cause. <p>Note that the detail message associated with
77 * this error's detail message.
79 * @param message the detail message (which is saved for later retrieval
92 * Constructs a new error with the specified cause and a detail
94 * typically contains the class and detail message of {@code cause})
    [all...]
Exception.java 49 * Constructs a new exception with {@code null} as its detail message.
58 * Constructs a new exception with the specified detail message. The
62 * @param message the detail message. The detail message is saved for
70 * Constructs a new exception with the specified detail message and
71 * cause. <p>Note that the detail message associated with
73 * this exception's detail message.
75 * @param message the detail message (which is saved for later retrieval
88 * Constructs a new exception with the specified cause and a detail
90 * typically contains the class and detail message of <tt>cause</tt>)
    [all...]
RuntimeException.java 47 * detail message. The cause is not initialized, and may subsequently be
54 /** Constructs a new runtime exception with the specified detail message.
58 * @param message the detail message. The detail message is saved for
66 * Constructs a new runtime exception with the specified detail message and
67 * cause. <p>Note that the detail message associated with
69 * this runtime exception's detail message.
71 * @param message the detail message (which is saved for later retrieval
84 * detail message of <tt>(cause==null ? null : cause.toString())</tt>
85 * (which typically contains the class and detail message o
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
55 namespace detail namespace in namespace:__gnu_pbds
74 * @ingroup heap-detail
172 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp>
173 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp>
174 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp>
175 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp>
176 #include <ext/pb_ds/detail/pairing_heap_/erase_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/pairing_heap_/
pairing_heap_.hpp 48 #include <ext/pb_ds/detail/cond_dealtor.hpp>
49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
55 namespace detail namespace in namespace:__gnu_pbds
74 * @ingroup heap-detail
172 #include <ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp>
173 #include <ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp>
174 #include <ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp>
175 #include <ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp>
176 #include <ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
bit.inl 10 #include "../detail/_vectorize.hpp"
44 GLM_FUNC_QUALIFIER detail::tvec2<int, P> highestBitValue
46 detail::tvec2<T, P> const & value
49 return detail::tvec2<int, P>(
55 GLM_FUNC_QUALIFIER detail::tvec3<int, P> highestBitValue
57 detail::tvec3<T, P> const & value
60 return detail::tvec3<int, P>(
67 GLM_FUNC_QUALIFIER detail::tvec4<int, P> highestBitValue
69 detail::tvec4<T, P> const & value
72 return detail::tvec4<int, P>
    [all...]
fast_exponential.inl 31 GLM_FUNC_QUALIFIER detail::tvec2<T, P> fastPow(
32 const detail::tvec2<T, P>& x,
33 const detail::tvec2<int, P>& y)
35 return detail::tvec2<T, P>(
41 GLM_FUNC_QUALIFIER detail::tvec3<T, P> fastPow(
42 const detail::tvec3<T, P>& x,
43 const detail::tvec3<int, P>& y)
45 return detail::tvec3<T, P>(
52 GLM_FUNC_QUALIFIER detail::tvec4<T, P> fastPow(
53 const detail::tvec4<T, P>& x,
    [all...]
  /system/nvram/core/tests/
gtest_stubs.cpp 23 namespace detail { namespace in namespace:testing
49 } // namespace detail
53 testing::detail::TestRegistry::instance()->RunAllTests();
  /external/webrtc/tools/valgrind-webrtc/drmemory/
suppressions.txt 6 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1)
15 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (2)>
25 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (3)>
35 name=<https://code.google.com/p/webrtc/issues/detail?id=2323 (4)>
45 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (5)
55 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (6)
63 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (7)
71 name=https://code.google.com/p/webrtc/issues/detail?id=2333
78 name=https://code.google.com/p/webrtc/issues/detail?id=2516
88 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (1
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 15 #include "asio/detail/config.hpp"
16 #include "asio/detail/io_control.hpp"
17 #include "asio/detail/socket_option.hpp"
18 #include "asio/detail/socket_types.hpp"
20 #include "asio/detail/push_options.hpp"
76 typedef asio::detail::socket_option::boolean<
106 typedef asio::detail::socket_option::boolean<
135 typedef asio::detail::socket_option::boolean<
165 typedef asio::detail::socket_option::boolean<
194 typedef asio::detail::socket_option::integer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 50 #include <ext/pb_ds/detail/cond_dealtor.hpp>
51 #include <ext/pb_ds/detail/type_utils.hpp>
52 #include <ext/pb_ds/detail/types_traits.hpp>
53 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
54 #include <ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp>
55 #include <ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp>
57 #include <ext/pb_ds/detail/debug_map_base.hpp>
63 namespace detail namespace in namespace:__gnu_pbds
92 * @ingroup branch-detail
576 #include <ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
    [all...]

Completed in 1045 milliseconds

<<21222324252627282930>>