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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
tree_trace_base.hpp 37 * @file detail/tree_trace_base.hpp
46 #include <ext/pb_ds/detail/branch_policy/branch_policy.hpp>
47 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
51 namespace detail namespace in namespace:__gnu_pbds
174 } // namespace detail
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
tree_trace_base.hpp 37 * @file detail/tree_trace_base.hpp
46 #include <ext/pb_ds/detail/branch_policy/branch_policy.hpp>
47 #include <ext/pb_ds/detail/branch_policy/null_node_metadata.hpp>
51 namespace detail namespace in namespace:__gnu_pbds
174 } // namespace detail
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
vector_angle.hpp 71 detail::tvec2<T, P> const & x,
72 detail::tvec2<T, P> const & y);
79 detail::tvec3<T, P> const & x,
80 detail::tvec3<T, P> const & y,
81 detail::tvec3<T, P> const & ref);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 2 // detail/socket_ops.hpp
15 #include "asio/detail/config.hpp"
18 #include "asio/detail/shared_ptr.hpp"
19 #include "asio/detail/socket_types.hpp"
20 #include "asio/detail/weak_ptr.hpp"
22 #include "asio/detail/push_options.hpp"
25 namespace detail { namespace in namespace:asio
265 } // namespace detail
268 #include "asio/detail/pop_options.hpp"
270 # include "asio/detail/impl/socket_ops.ipp
    [all...]
consuming_buffers.hpp 2 // detail/consuming_buffers.hpp
15 #include "asio/detail/config.hpp"
19 #include "asio/detail/limits.hpp"
21 #include "asio/detail/push_options.hpp"
24 namespace detail { namespace in namespace:asio
284 } // namespace detail
287 #include "asio/detail/pop_options.hpp"
buffer_sequence_adapter.hpp 2 // detail/buffer_sequence_adapter.hpp
15 #include "asio/detail/config.hpp"
17 #include "asio/detail/array_fwd.hpp"
18 #include "asio/detail/socket_types.hpp"
20 #include "asio/detail/push_options.hpp"
23 namespace detail { namespace in namespace:asio
335 } // namespace detail
338 #include "asio/detail/pop_options.hpp"
340 # include "asio/detail/impl/buffer_sequence_adapter.ipp"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/splay_tree_/
splay_tree_.hpp 78 namespace detail namespace in namespace:__gnu_pbds
103 * @ingroup branch-detail
260 #include <ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp>
261 #include <ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp>
262 #include <ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp>
263 #include <ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp>
264 #include <ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp>
265 #include <ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp>
266 #include <ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp>
274 } // namespace detail
    [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/splay_tree_/
splay_tree_.hpp 78 namespace detail namespace in namespace:__gnu_pbds
103 * @ingroup branch-detail
260 #include <ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp>
261 #include <ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp>
262 #include <ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp>
263 #include <ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp>
264 #include <ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp>
265 #include <ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp>
266 #include <ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp>
274 } // namespace detail
    [all...]
  /external/capstone/arch/X86/
X86Disassembler.c 728 // copy x86 detail information from internal structure to public structure
737 memcpy(pub->detail->x86.opcode, inter->vectorExtensionPrefix, sizeof(pub->detail->x86.opcode));
741 pub->detail->x86.opcode[0] = inter->twoByteEscape;
742 pub->detail->x86.opcode[1] = inter->threeByteEscape;
743 pub->detail->x86.opcode[2] = inter->opcode;
745 pub->detail->x86.opcode[0] = inter->twoByteEscape;
746 pub->detail->x86.opcode[1] = inter->opcode;
749 pub->detail->x86.opcode[0] = inter->opcode;
753 pub->detail->x86.rex = inter->rexPrefix
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
type_mat.hpp 35 namespace detail namespace in namespace:glm
55 }//namespace detail
65 typedef detail::tmat2x2<float, lowp> lowp_mat2;
72 typedef detail::tmat2x2<float, mediump> mediump_mat2;
79 typedef detail::tmat2x2<float, highp> highp_mat2;
86 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
93 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
100 typedef detail::tmat2x2<float, highp> highp_mat2x2;
112 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
119 typedef detail::tmat2x3<float, mediump> mediump_mat2x3
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_mat.hpp 35 namespace detail namespace in namespace:glm
55 }//namespace detail
65 typedef detail::tmat2x2<float, lowp> lowp_mat2;
72 typedef detail::tmat2x2<float, mediump> mediump_mat2;
79 typedef detail::tmat2x2<float, highp> highp_mat2;
86 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
93 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
100 typedef detail::tmat2x2<float, highp> highp_mat2x2;
112 typedef detail::tmat2x3<float, lowp> lowp_mat2x3;
119 typedef detail::tmat2x3<float, mediump> mediump_mat2x3
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
hash_policy.hpp 49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp>
51 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp>
52 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp>
75 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp>
99 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp>
110 : public detail::mask_based_range_hashing<Size_Type>
113 typedef detail::mask_based_range_hashing<Size_Type> mask_based_base;
131 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp>
142 : public detail::mod_based_range_hashing<Size_Type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
hash_policy.hpp 49 #include <ext/pb_ds/detail/type_utils.hpp>
50 #include <ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp>
51 #include <ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp>
52 #include <ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp>
75 #include <ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp>
99 #include <ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp>
110 : public detail::mask_based_range_hashing<Size_Type>
113 typedef detail::mask_based_range_hashing<Size_Type> mask_based_base;
131 #include <ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp>
142 : public detail::mod_based_range_hashing<Size_Type
    [all...]
  /cts/tools/vm-tests-tf/src/util/build/
BuildDalvikSuite.java 397 // detail e.g. add_double
398 String detail = pparts[pparts.length-1];
407 detail = detail.replaceAll("_", "-");
408 detail = detail.replace("-from16", "/from16");
409 detail = detail.replace("-high16", "/high16");
410 detail = detail.replace("-lit8", "/lit8")
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
reactive_socket_service_base.ipp 2 // detail/reactive_socket_service_base.ipp
15 #include "asio/detail/config.hpp"
18 #include "asio/detail/reactive_socket_service_base.hpp"
20 #include "asio/detail/push_options.hpp"
23 namespace detail {
254 } // namespace detail
257 #include "asio/detail/pop_options.hpp"
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.h 195 struct Detail {
206 void Validate(const Detail* detail, const NodeExecStats& ns) const;
209 std::vector<const Detail*>* details) const;
212 std::string ColumnString(const Detail& detail,
219 std::map<std::string, Detail> details_;
  /external/vulkan-validation-layers/libs/glm/
mat2x2.hpp 32 #include "detail/type_mat2x2.hpp"
41 typedef detail::tmat2x2<float, lowp> lowp_mat2;
48 typedef detail::tmat2x2<float, mediump> mediump_mat2;
55 typedef detail::tmat2x2<float, highp> highp_mat2;
62 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
mat3x3.hpp 32 #include "detail/type_mat3x3.hpp"
41 typedef detail::tmat3x3<float, lowp> lowp_mat3;
48 typedef detail::tmat3x3<float, mediump> mediump_mat3;
55 typedef detail::tmat3x3<float, highp> highp_mat3;
62 typedef detail::tmat3x3<float, lowp> lowp_mat3x3;
69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
mat4x4.hpp 32 #include "detail/type_mat4x4.hpp"
41 typedef detail::tmat4x4<float, lowp> lowp_mat4;
48 typedef detail::tmat4x4<float, mediump> mediump_mat4;
55 typedef detail::tmat4x4<float, highp> highp_mat4;
62 typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 260 ActiveDetail detail = new ActiveDetail(); local
264 detail.mRootView = root;
265 detail.mServiceItem = si;
266 detail.mViewHolder = new RunningProcessesView.ViewHolder(root);
267 detail.mActiveItem = detail.mViewHolder.bind(mState, bi, mBuilder);
274 detail.mManageIntent = mAm.getRunningServiceControlPanel(
279 detail.mStopButton = (Button)root.findViewById(R.id.left_button);
280 detail.mReportButton = (Button)root.findViewById(R.id.right_button);
296 } else if (detail.mManageIntent != null)
336 ActiveDetail detail = new ActiveDetail(); local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
mat2x2.hpp 32 #include "detail/type_mat2x2.hpp"
41 typedef detail::tmat2x2<float, lowp> lowp_mat2;
48 typedef detail::tmat2x2<float, mediump> mediump_mat2;
55 typedef detail::tmat2x2<float, highp> highp_mat2;
62 typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
69 typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
76 typedef detail::tmat2x2<float, highp> highp_mat2x2;
mat3x3.hpp 32 #include "detail/type_mat3x3.hpp"
41 typedef detail::tmat3x3<float, lowp> lowp_mat3;
48 typedef detail::tmat3x3<float, mediump> mediump_mat3;
55 typedef detail::tmat3x3<float, highp> highp_mat3;
62 typedef detail::tmat3x3<float, lowp> lowp_mat3x3;
69 typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
76 typedef detail::tmat3x3<float, highp> highp_mat3x3;
mat4x4.hpp 32 #include "detail/type_mat4x4.hpp"
41 typedef detail::tmat4x4<float, lowp> lowp_mat4;
48 typedef detail::tmat4x4<float, mediump> mediump_mat4;
55 typedef detail::tmat4x4<float, highp> highp_mat4;
62 typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
69 typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
76 typedef detail::tmat4x4<float, highp> highp_mat4x4;
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
template-params.xml 35 and detail text.
60 <img>screenshots/4-detail.png</img>
69 to an Activity with a large image and detail text.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMConfigurationException.java 33 * detail mesage.
62 * given <code>Exception</code> base cause and detail message.
64 * @param msg The detail message.

Completed in 696 milliseconds

<<31323334353637383940>>