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

<<51525354555657585960>>

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
vec2.hpp 32 #include "detail/type_vec2.hpp"
vec3.hpp 32 #include "detail/type_vec3.hpp"
vec4.hpp 32 #include "detail/type_vec4.hpp"
vector_relational.hpp 32 #include "detail/func_vector_relational.hpp"
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsView.java 17 package com.android.ide.eclipse.gltrace.views.detail;
  /system/libufdt/utils/src/
dt_table.h 23 * For the image layout, refer README.md for the detail
  /system/nvram/core/
persistence.cpp 38 // Not that the code uses |proto::detail::MessageEncoder<Object>::Encode()|
50 if (!proto::detail::MessageEncoder<Object>::Encode(object, &writer) ||
64 // |proto::detail::MessageDecoder<Object>::Decode()| takes care of reading the
72 !proto::detail::MessageDecoder<Object>::Decode(*object, &reader)) {
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver.hpp 15 #include "asio/detail/config.hpp"
17 #include "asio/detail/handler_type_requirements.hpp"
18 #include "asio/detail/throw_error.hpp"
24 #include "asio/detail/push_options.hpp"
99 asio::detail::throw_error(ec, "resolve");
188 asio::detail::throw_error(ec, "resolve");
263 #include "asio/detail/pop_options.hpp"
  /external/vulkan-validation-layers/libs/glm/detail/
type_vec2.hpp 44 namespace detail namespace in namespace:glm
50 // Implementation detail
89 GLM_SWIZZLE_GEN_VEC_FROM_VEC2(T, P, detail::tvec2, detail::tvec2, detail::tvec3, detail::tvec4)
308 }//namespace detail
type_vec3.hpp 44 namespace detail namespace in namespace:glm
50 // Implementation detail
90 GLM_SWIZZLE_GEN_VEC_FROM_VEC3(T, P, detail::tvec3, detail::tvec2, detail::tvec3, detail::tvec4)
326 }//namespace detail
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
type_vec2.hpp 44 namespace detail namespace in namespace:glm
50 // Implementation detail
89 GLM_SWIZZLE_GEN_VEC_FROM_VEC2(T, P, detail::tvec2, detail::tvec2, detail::tvec3, detail::tvec4)
308 }//namespace detail
type_vec3.hpp 44 namespace detail namespace in namespace:glm
50 // Implementation detail
90 GLM_SWIZZLE_GEN_VEC_FROM_VEC3(T, P, detail::tvec3, detail::tvec2, detail::tvec3, detail::tvec4)
326 }//namespace detail
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
StringExtras.h 149 namespace detail { namespace in namespace:llvm
164 return detail::to_float(T, Num, strtof);
168 return detail::to_float(T, Num, strtod);
172 return detail::to_float(T, Num, strtold);
253 namespace detail { namespace in namespace:llvm
323 } // end namespace detail
330 return detail::join_impl(Begin, End, Separator, tag());
350 size_t NS = detail::join_one_item_size(Separator);
351 size_t NI = detail::join_items_size(std::forward<Args>(Items)...);
353 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...)
    [all...]
  /art/runtime/
hidden_api.h 115 namespace detail { namespace in namespace:art::hiddenapi
189 } // namespace detail
227 return detail::GetMemberActionImpl(member, api_list, action, access_method);
232 detail::IsCallerTrusted(caller, caller->GetClassLoader(), caller->GetDexCache());
245 detail::IsCallerTrusted(/* caller */ nullptr, caller_class_loader, caller_dex_cache);
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 86 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
88 m_Handler = sys::fs::detail::open(pPath, oflag(pMode),
150 if (sys::fs::detail::ftruncate(m_Handler, pSize) == -1) {
169 sys::fs::detail::pread(m_Handler, pMemBuffer, pLength, pStartOffset);
191 sys::fs::detail::pwrite(m_Handler, pMemBuffer, pLength, pStartOffset);
  /hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
HwcHal.h 35 namespace detail { namespace in namespace:android::hardware::graphics::composer::V2_2::passthrough
47 class HwcHalImpl : public V2_1::passthrough::detail::HwcHalImpl<Hal> {
283 using BaseType2_1 = V2_1::passthrough::detail::HwcHalImpl<Hal>;
292 } // namespace detail
294 using HwcHal = detail::HwcHalImpl<hal::ComposerHal>;
  /art/cmdline/
cmdline_parser.h 22 #include "detail/cmdline_debug_detail.h"
23 #include "detail/cmdline_parse_argument_detail.h"
24 #include "detail/cmdline_parser_detail.h"
54 static void AppendCompletedArgument(Builder& builder, detail::CmdlineParseArgumentAny* arg);
180 << detail::ToStringAny(value) << "'" << std::endl;
185 CMDLINE_DEBUG_LOG << "Loaded value from map '" << detail::ToStringAny(value) << "'"
205 CMDLINE_DEBUG_LOG << "Ignored value '" << detail::ToStringAny(value) << "'" << std::endl;
251 new detail::CmdlineParseArgument<TArg>(
282 detail::CmdlineParserArgumentInfo<TArg> argument_info_;
424 void AppendCompletedArgument(detail::CmdlineParseArgumentAny* arg)
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 15 #include "asio/detail/config.hpp"
18 #include "asio/detail/handler_type_requirements.hpp"
19 #include "asio/detail/throw_error.hpp"
20 #include "asio/detail/type_traits.hpp"
25 #include "asio/detail/push_options.hpp"
102 asio::detail::throw_error(ec, "open");
139 asio::detail::throw_error(ec, "open");
144 asio::detail::throw_error(ec, "set_option");
147 asio::detail::throw_error(ec, "bind");
150 asio::detail::throw_error(ec, "listen")
    [all...]

Completed in 1108 milliseconds

<<51525354555657585960>>