| /external/subsampling-scale-image-view/docs/javadoc/ |
| help-doc.html | 110 <li>Field Detail</li> 111 <li>Constructor Detail</li> 112 <li>Method Detail</li> 124 <li>Element Detail</li> 134 <li>Enum Constant Detail</li>
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| StringExtras.h | 158 namespace detail { namespace in namespace:llvm 234 return detail::join_impl(Begin, End, Separator, tag()); 247 size_t NS = detail::join_one_item_size(Separator); 248 size_t NI = detail::join_items_size(std::forward<Args>(Items)...); 250 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...);
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
| QSDetail.java | 159 void onShowingDetail(DetailAdapter detail, int x, int y); 197 if (detailView == null) throw new IllegalStateException("Must return detail view"); 322 public void onShowingDetail(final DetailAdapter detail, final int x, final int y) { 326 handleShowingDetail(detail, x, y, false /* toggleQs */); 353 // Only hide content if still in detail state.
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| StringExtras.h | 158 namespace detail { namespace in namespace:llvm 234 return detail::join_impl(Begin, End, Separator, tag()); 254 size_t NS = detail::join_one_item_size(Separator); 255 size_t NI = detail::join_items_size(std::forward<Args>(Items)...); 257 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...);
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| StringExtras.h | 158 namespace detail { namespace in namespace:llvm 234 return detail::join_impl(Begin, End, Separator, tag()); 254 size_t NS = detail::join_one_item_size(Separator); 255 size_t NI = detail::join_items_size(std::forward<Args>(Items)...); 257 detail::join_items_impl(Result, Separator, std::forward<Args>(Items)...);
|
| /external/python/cpython2/Lib/idlelib/ |
| MultiCall.py | 63 # _SimpleBinder handles event types with no modifiers and no detail. 65 # _ComplexBinder handles event types with modifiers and a detail. 147 # a detail (or None) and a state into a list of functions. 148 # When a new detail is discovered, handlers for all the possible states 207 lists = [ self.bindedfuncs[detail][i] 208 for detail in (triplet[2], None) 256 the event type (as an index of _types), and the detail - None if none, or a 278 detail = None 287 detail = None 289 detail = words[0 [all...] |
| /external/python/cpython3/Lib/idlelib/ |
| multicall.py | 68 # _SimpleBinder handles event types with no modifiers and no detail. 70 # _ComplexBinder handles event types with modifiers and a detail. 157 # a detail (or None) and a state into a list of functions. 158 # When a new detail is discovered, handlers for all the possible states 217 lists = [ self.bindedfuncs[detail][i] 218 for detail in (triplet[2], None) 270 the event type (as an index of _types), and the detail - None if none, or a 289 detail = None 298 detail = None 300 detail = words[0 [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
| MultiCall.py | 64 # _SimpleBinder handles event types with no modifiers and no detail. 66 # _ComplexBinder handles event types with modifiers and a detail. 148 # a detail (or None) and a state into a list of functions. 149 # When a new detail is discovered, handlers for all the possible states 208 lists = [ self.bindedfuncs[detail][i] 209 for detail in (triplet[2], None) 257 the event type (as an index of _types), and the detail - None if none, or a 279 detail = None 288 detail = None 290 detail = words[0 [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
| MultiCall.py | 64 # _SimpleBinder handles event types with no modifiers and no detail. 66 # _ComplexBinder handles event types with modifiers and a detail. 148 # a detail (or None) and a state into a list of functions. 149 # When a new detail is discovered, handlers for all the possible states 208 lists = [ self.bindedfuncs[detail][i] 209 for detail in (triplet[2], None) 257 the event type (as an index of _types), and the detail - None if none, or a 279 detail = None 288 detail = None 290 detail = words[0 [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| MultiCall.py | 64 # _SimpleBinder handles event types with no modifiers and no detail. 66 # _ComplexBinder handles event types with modifiers and a detail. 148 # a detail (or None) and a state into a list of functions. 149 # When a new detail is discovered, handlers for all the possible states 208 lists = [ self.bindedfuncs[detail][i] 209 for detail in (triplet[2], None) 257 the event type (as an index of _types), and the detail - None if none, or a 279 detail = None 288 detail = None 290 detail = words[0 [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| MultiCall.py | 64 # _SimpleBinder handles event types with no modifiers and no detail. 66 # _ComplexBinder handles event types with modifiers and a detail. 148 # a detail (or None) and a state into a list of functions. 149 # When a new detail is discovered, handlers for all the possible states 208 lists = [ self.bindedfuncs[detail][i] 209 for detail in (triplet[2], None) 257 the event type (as an index of _types), and the detail - None if none, or a 279 detail = None 288 detail = None 290 detail = words[0 [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| BluetoothConfig.h | 48 /// Bluetooth ClassOfDevice. See Bluetooth specification for detail.
102 /// See Bluetooth HCI command for detail.
107 /// Output buffer is BOOLEAN (1 byte). See Bluetooth HCI command for detail.
111 /// For SSP - OOB. See Bluetooth HCI command for detail.
116 /// See Bluetooth HCI command for detail.
190 @param ScanType Bluetooth scan type, Inquiry and/or Page. See Bluetooth specification for detail.
233 @param Reason Bluetooth disconnect reason. See Bluetooth specification for detail.
|
| /external/clang/include/clang/Basic/ |
| VirtualFileSystem.h | 109 namespace detail { namespace in namespace:clang::vfs 119 } // end namespace detail 124 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 127 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) 282 namespace detail { namespace in namespace:clang::vfs 284 } // end namespace detail 288 std::unique_ptr<detail::InMemoryDirectory> Root;
|
| /external/junit-params/apidocs/junitparams/ |
| Parameters.html | 77 <li>Detail: </li> 79 <li><a href="#annotation.type.element.detail">Element</a></li> 150 <!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== --> 152 <li class="blockList"><a name="annotation.type.element.detail"> 155 <h3>Element Detail</h3> 280 <li>Detail: </li> 282 <li><a href="#annotation.type.element.detail">Element</a></li>
|
| /external/junit-params/apidocs/junitparams/converters/ |
| ParamConverter.html | 84 <li>Detail: </li> 87 <li><a href="#method.detail">Method</a></li> 146 <!-- ============ METHOD DETAIL ========== --> 148 <li class="blockList"><a name="method.detail"> 151 <h3>Method Detail</h3> 226 <li>Detail: </li> 229 <li><a href="#method.detail">Method</a></li>
|
| /external/junit-params/apidocs/junitparams/mappers/ |
| DataMapper.html | 84 <li>Detail: </li> 87 <li><a href="#method.detail">Method</a></li> 150 <!-- ============ METHOD DETAIL ========== --> 152 <li class="blockList"><a name="method.detail"> 155 <h3>Method Detail</h3> 241 <li>Detail: </li> 244 <li><a href="#method.detail">Method</a></li>
|
| /external/subsampling-scale-image-view/docs/javadoc/com/davemorrissey/labs/subscaleview/ |
| SubsamplingScaleImageView.OnAnimationEventListener.html | 81 <li>Detail: </li> 84 <li><a href="#method.detail">Method</a></li> 160 <!-- ============ METHOD DETAIL ========== --> 162 <li class="blockList"><a name="method.detail"> 165 <h3>Method Detail</h3> 254 <li>Detail: </li> 257 <li><a href="#method.detail">Method</a></li>
|
| SubsamplingScaleImageView.OnStateChangedListener.html | 81 <li>Detail: </li> 84 <li><a href="#method.detail">Method</a></li> 156 <!-- ============ METHOD DETAIL ========== --> 158 <li class="blockList"><a name="method.detail"> 161 <h3>Method Detail</h3> 253 <li>Detail: </li> 256 <li><a href="#method.detail">Method</a></li>
|
| /external/subsampling-scale-image-view/docs/javadoc/com/davemorrissey/labs/subscaleview/decoder/ |
| DecoderFactory.html | 81 <li>Detail: </li> 84 <li><a href="#method.detail">Method</a></li> 145 <!-- ============ METHOD DETAIL ========== --> 147 <li class="blockList"><a name="method.detail"> 150 <h3>Method Detail</h3> 232 <li>Detail: </li> 235 <li><a href="#method.detail">Method</a></li>
|
| ImageDecoder.html | 81 <li>Detail: </li> 84 <li><a href="#method.detail">Method</a></li> 143 <!-- ============ METHOD DETAIL ========== --> 145 <li class="blockList"><a name="method.detail"> 148 <h3>Method Detail</h3> 234 <li>Detail: </li> 237 <li><a href="#method.detail">Method</a></li>
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| type_vec4.hpp | 45 namespace detail namespace in namespace:glm 51 // Implementation detail 92 GLM_SWIZZLE_GEN_VEC_FROM_VEC4(T, P, detail::tvec4, detail::tvec2, detail::tvec3, detail::tvec4) 369 }//namespace detail
|
| /frameworks/rs/script_api/include/ |
| rs_for_each.rsh | 55 * cell, like the Array0 index or the current level of detail. 341 * rsGetDimLod: Number of levels of detail for the specified kernel context 343 * Returns the number of levels of detail for the specified kernel context. This is useful 346 * Returns 0 if Level of Detail is not used. 421 * rsGetLod: Index in the Levels of Detail dimension for the specified kernel context 423 * Returns the index in the Levels of Detail dimension of the cell being processed, 427 * Returns 0 if the Levels of Detail dimension is not present.
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
| VirtualFileSystem.h | 128 namespace detail { namespace in namespace:clang::vfs 142 } // end namespace detail 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 150 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) 306 namespace detail { namespace in namespace:clang::vfs 310 } // end namespace detail 314 std::unique_ptr<detail::InMemoryDirectory> Root;
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
| VirtualFileSystem.h | 128 namespace detail { namespace in namespace:clang::vfs 142 } // end namespace detail 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 150 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) 306 namespace detail { namespace in namespace:clang::vfs 310 } // end namespace detail 314 std::unique_ptr<detail::InMemoryDirectory> Root;
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/ |
| VirtualFileSystem.h | 128 namespace detail { namespace in namespace:clang::vfs 142 } // end namespace detail 147 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy 150 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) 306 namespace detail { namespace in namespace:clang::vfs 310 } // end namespace detail 314 std::unique_ptr<detail::InMemoryDirectory> Root;
|