| /frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
| variant.h | 15 namespace detail { namespace in namespace:android::pdx::rpc 400 } // namespace detail 411 using TypeTag = detail::TypeTag<T>; 415 using TypeForIndex = detail::TypeForIndex<I, Types...>; 417 using TypeTagForIndex = detail::TypeTagForIndex<I, Types...>; 419 using HasType = detail::HasType<T, Types...>; 421 using EnableIfElement = detail::EnableIfElement<R, T, Types...>; 423 using EnableIfConvertible = detail::EnableIfConvertible<R, T, Types...>; 425 using EnableIfAssignable = detail::EnableIfAssignable<R, T, Types...>; 430 using SelectConstructor = detail::Select<HasType<T>::value, Direct, Convert> [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| BluetoothIo.h | 51 /// Bluetooth PageScanRepetitionMode. See Bluetooth specification for detail.
55 /// Bluetooth ClassOfDevice. See Bluetooth specification for detail.
59 /// Bluetooth CloseOffset. See Bluetooth specification for detail.
63 /// Bluetooth RSSI. See Bluetooth specification for detail.
67 /// Bluetooth ExtendedInquiryResponse. See Bluetooth specification for detail.
327 @param Psm Bluetooth PSM. See Bluetooth specification for detail.
328 @param Mtu Bluetooth MTU. See Bluetooth specification for detail.
373 @param Psm Bluetooth PSM. See Bluetooth specification for detail.
374 @param Mtu Bluetooth MTU. See Bluetooth specification for detail.
|
| /external/mockftpserver/MockFtpServer/ |
| CHANGELOG.txt | 36 * BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2823519&group_id=208647.
38 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2828362&group_id=208647. DefaultSession.readCommand().
40 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2953392&group_id=208647.
50 - BUG FIX: #2696898: ?WindowsFakeFilesystem DirectoryEntry case sensitivity? (https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2696898&group_id=208647).
51 - BUG FIX: #2797980: ?UnixFakeFileSystem IsValidName Regex incorrect? (https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2797980&group_id=208647).
59 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=detail&aid=2654577&group_id=208647&atid=1006533.
60 - BUG FIX: #2653626: Cannot start() server after calling stop(). https://sourceforge.net/tracker2/index.php?func=detail&aid=2653626&group_id=208647&atid=1006533.
65 - BUG FIX: #2543193 ?"cd .." and "pwd" don't work properly together? (https://sourceforge.net/tracker2/?func=detail&aid=2543193&group_id=208647&atid=1006533).
66 - BUG FIX: #2540548 ?Missing new line on directory listing? (https://sourceforge.net/tracker2/?func=detail&aid=2540548&group_id=208647&atid=1006533).
67 - BUG FIX: #2540366 ?FileEntry.setContents( byte [] contents ) change the content? (https://sourceforge.net/tracker2/?func=detail&aid=2540366&group_id=208647&atid=1006533). [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ |
| io_service.hpp | 15 #include "asio/detail/config.hpp" 20 #include "asio/detail/noncopyable.hpp" 21 #include "asio/detail/wrapped_handler.hpp" 25 # include "asio/detail/signal_init.hpp" 28 #include "asio/detail/push_options.hpp" 37 namespace detail { namespace in namespace:asio 40 } // namespace detail 177 typedef detail::io_service_impl impl_type; 479 detail::wrapped_handler<io_service&, Handler> 585 detail::signal_init<> init_ 712 namespace detail { namespace in namespace:asio [all...] |
| /external/parameter-framework/asio-1.10.6/include/asio/ip/ |
| basic_resolver_query.hpp | 15 #include "asio/detail/config.hpp" 17 #include "asio/detail/socket_ops.hpp" 20 #include "asio/detail/push_options.hpp" 213 const asio::detail::addrinfo_type& hints() const 231 asio::detail::addrinfo_type hints_; 239 #include "asio/detail/pop_options.hpp"
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| FormatProviders.h | 28 namespace detail { namespace in namespace:llvm 128 T, typename std::enable_if<detail::use_integral_formatter<T>::value>::type> 129 : public detail::HelperFunctions { 177 T, typename std::enable_if<detail::use_pointer_formatter<T>::value>::type> 178 : public detail::HelperFunctions { 202 T, typename std::enable_if<detail::use_string_formatter<T>::value>::type> { 224 T, typename std::enable_if<detail::use_char_formatter<T>::value>::type> { 290 T, typename std::enable_if<detail::use_double_formatter<T>::value>::type> 291 : public detail::HelperFunctions { 313 namespace detail { [all...] |
| /libcore/luni/src/test/java/libcore/java/nio/charset/ |
| OldCharset_AbstractTest.java | 238 String detail = String.format( local 242 fail(msg + ": " + detail); 259 String detail = String.format( local 262 fail(detail); 279 String detail = String.format( local 283 fail(msg + ": " + detail);
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| FormatProviders.h | 29 namespace detail { namespace in namespace:llvm 128 T, typename std::enable_if<detail::use_integral_formatter<T>::value>::type> 129 : public detail::HelperFunctions { 177 T, typename std::enable_if<detail::use_pointer_formatter<T>::value>::type> 178 : public detail::HelperFunctions { 202 T, typename std::enable_if<detail::use_string_formatter<T>::value>::type> { 235 T, typename std::enable_if<detail::use_char_formatter<T>::value>::type> { 301 T, typename std::enable_if<detail::use_double_formatter<T>::value>::type> 302 : public detail::HelperFunctions { 324 namespace detail { [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 237 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 239 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 242 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
| FormatVariadic.h | 76 std::vector<detail::format_adapter *> operator()(Ts &... Items) { 77 return std::vector<detail::format_adapter *>{&Items...}; 82 std::vector<detail::format_adapter *> Adapters; 254 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...))> { 256 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...)); 259 std::make_tuple(detail::build_format_adapter(std::forward<Ts>(Vals))...));
|
| /system/nvram/messages/include/nvram/messages/ |
| tagged_union.h | 110 namespace detail { namespace in namespace:nvram 158 } // namespace detail 165 using Type = typename detail::MemberForTag<TagType, tag, Member...>::Type; 171 Construct<static_cast<TagType>(detail::Head<Member...>::Type::kTag)>(); 296 alignas(detail::Max<alignof(typename Member::Type)...>::value + 0) 297 uint8_t storage_[detail::Max<sizeof(typename Member::Type)...>::value];
|
| /external/junit-params/apidocs/junitparams/internal/ |
| ParameterisedTestClassRunner.html | 84 <li>Detail: </li> 85 <li><a href="#field.detail">Field</a> | </li> 86 <li><a href="#constructor.detail">Constr</a> | </li> 87 <li><a href="#method.detail">Method</a></li> 252 <!-- ============ FIELD DETAIL =========== --> 254 <li class="blockList"><a name="field.detail"> 257 <h3>Field Detail</h3> 287 <!-- ========= CONSTRUCTOR DETAIL ======== --> 289 <li class="blockList"><a name="constructor.detail"> 292 <h3>Constructor Detail</h3 [all...] |