OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rebind
(Results
26 - 50
of
630
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libcxx/test/std/utilities/memory/default.allocator/
allocator_void.pass.cpp
20
// template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
31
static_assert((std::is_same<std::allocator<void>::
rebind
<int>::other,
allocator_types.pass.cpp
27
// template <class U> struct
rebind
{typedef allocator<U> other;};
46
static_assert((std::is_same<std::allocator<char>::
rebind
<int>::other,
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/default.allocator/
allocator_void.pass.cpp
20
// template <class _Up> struct
rebind
{typedef allocator<_Up> other;};
31
static_assert((std::is_same<std::allocator<void>::
rebind
<int>::other,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/bin_search_tree_/
traits.hpp
73
typename _Alloc::template
rebind
<
86
typename _Alloc::template
rebind
<
99
typename _Alloc::template
rebind
<
112
typename _Alloc::template
rebind
<
185
typename _Alloc::template
rebind
<
200
typename _Alloc::template
rebind
<
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/bin_search_tree_/
traits.hpp
73
typename _Alloc::template
rebind
<
86
typename _Alloc::template
rebind
<
99
typename _Alloc::template
rebind
<
112
typename _Alloc::template
rebind
<
185
typename _Alloc::template
rebind
<
200
typename _Alloc::template
rebind
<
/external/libcxx/test/std/utilities/memory/allocator.traits/
rebind_traits.pass.cpp
32
template <class U> struct
rebind
{typedef ReboundA<U> other;};
struct in struct:A
43
template <class V> struct
rebind
{typedef ReboundB<V, U> other;};
struct in struct:B
63
template <class U> struct
rebind
{typedef ReboundA<U> otter;};
struct in struct:E
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp
62
typedef typename _Alloc::template
rebind
<rcvalue_type>::other rebind_v;
63
typedef typename _Alloc::template
rebind
<rckey_type>::other rebind_k;
94
typedef typename _Alloc::template
rebind
<rcvalue_type>::other rebind_v;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp
62
typedef typename _Alloc::template
rebind
<rcvalue_type>::other rebind_v;
63
typedef typename _Alloc::template
rebind
<rckey_type>::other rebind_k;
94
typedef typename _Alloc::template
rebind
<rcvalue_type>::other rebind_v;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/allocator.traits/
rebind_traits.pass.cpp
32
template <class U> struct
rebind
{typedef ReboundA<U> other;};
struct in struct:A
43
template <class V> struct
rebind
{typedef ReboundB<V, U> other;};
struct in struct:B
63
template <class U> struct
rebind
{typedef ReboundA<U> otter;};
struct in struct:E
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp
60
typedef typename _Alloc::template
rebind
<this_type>::other::pointer node_pointer;
79
typedef typename _Alloc::template
rebind
<this_type>::other::pointer node_pointer;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
node.hpp
60
typedef typename _Alloc::template
rebind
<this_type>::other::pointer node_pointer;
79
typedef typename _Alloc::template
rebind
<this_type>::other::pointer node_pointer;
/external/mesa3d/src/gallium/drivers/svga/
svga_shader.c
480
*
Rebind
shaders.
498
* just clear the
rebind
flags and return.
501
svga->
rebind
.flags.vs = 0;
502
svga->
rebind
.flags.gs = 0;
503
svga->
rebind
.flags.fs = 0;
508
if (svga->
rebind
.flags.vs && hw->vs && hw->vs->gb_shader) {
513
svga->
rebind
.flags.vs = 0;
515
if (svga->
rebind
.flags.gs && hw->gs && hw->gs->gb_shader) {
520
svga->
rebind
.flags.gs = 0;
522
if (svga->
rebind
.flags.fs && hw->fs && hw->fs->gb_shader)
[
all
...]
svga_draw.c
210
if (svga->
rebind
.flags.rendertargets) {
217
if (svga->
rebind
.flags.texture_samplers) {
224
if (svga->
rebind
.flags.vs) {
231
if (svga->
rebind
.flags.fs) {
356
/*
rebind
the shader resources if needed */
357
if (svga->
rebind
.flags.texture_samplers) {
370
svga->
rebind
.flags.texture_samplers = FALSE;
389
/*
Rebind
the default constant buffer if needed */
390
if (svga->
rebind
.flags.constbufs) {
413
if (svga->
rebind
.flags.constbufs)
[
all
...]
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.h
78
Create the renew/
rebind
message and send it.
81
@param[in] RebindRequest If TRUE, it is a
Rebind
type message.
84
@retval EFI_SUCCESS Create and send the renew/
rebind
message successfully.
87
@retval Others Failed to send the renew/
rebind
message.
Dhcp6Impl.h
328
Renew or
Rebind
packet.
332
configuration parameters by sending a Renew or
Rebind
packet.
339
it will send a
Rebind
packet. If a valid Reply packet is received, the state transfers
344
@param[in] RebindRequest If TRUE,
Rebind
packet will be sent and enter Dhcp6Rebinding state.
347
@retval EFI_SUCCESS The DHCPv6 renew/
rebind
exchange process
352
or
Rebind
packet when
360
@retval EFI_ABORTED The DHCPv6 renew/
rebind
exchange process aborted
362
@retval EFI_NO_RESPONSE The DHCPv6 renew/
rebind
exchange process failed
365
IA after the DHCPv6 renew/
rebind
exchange process.
/external/dhcpcd-6.8.2/dhcpcd-hooks/
50-dhcpcd-compat
29
BOUND|INFORM|
REBIND
|REBOOT|TEST|TIMEOUT|IPV4LL) r="new";;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
default_initialization_allocator.h
24
struct
rebind
{
struct in class:android::pdx::rpc::DefaultInitializationAllocator
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java
51
// Once we get the message that widget packages are updated, we need to
rebind
items
/packages/apps/Messaging/src/com/android/messaging/datamodel/binding/
BindableOnceData.java
19
* A BindableData that's only used to be bound once. If the client needs to
rebind
, it needs
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
ptr_traits.h
77
_S_chk(typename _Ptr2::template
rebind
<_Up2>*)
99
typedef typename _Tp::template
rebind
<_Up> __type;
147
using
rebind
= typename __ptrtr_rebind<_Ptr, _Up>::__type;
165
using
rebind
= _Up*;
alloc_traits.h
48
_S_chk(typename _Alloc2::template
rebind
<_Tp2>::other*)
70
typedef typename _Alloc::template
rebind
<_Tp>::other __type;
110
typename pointer_traits<pointer>::template
rebind
<const value_type>)
116
* <tt> pointer_traits<pointer>::
rebind
<const value_type> </tt>
121
typename pointer_traits<pointer>::template
rebind
<void>)
127
* <tt> pointer_traits<pointer>::
rebind
<void> </tt>
132
typename pointer_traits<pointer>::template
rebind
<const void>)
138
* <tt> pointer_traits<pointer>::
rebind
<const void> </tt>
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
ptr_traits.h
77
_S_chk(typename _Ptr2::template
rebind
<_Up2>*)
99
typedef typename _Tp::template
rebind
<_Up> __type;
147
using
rebind
= typename __ptrtr_rebind<_Ptr, _Up>::__type;
165
using
rebind
= _Up*;
/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
86
typename _Alloc::template
rebind
<Key>::other::const_reference>
119
typedef typename _Alloc::template
rebind
<node> __rebind_n;
124
typedef typename _Alloc::template
rebind
<head> __rebind_h;
129
typedef typename _Alloc::template
rebind
<leaf> __rebind_l;
136
typedef typename _Alloc::template
rebind
<inode> __rebind_in;
182
typedef typename _Alloc::template
rebind
<__inp>::other __rebind_inp;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp
86
typename _Alloc::template
rebind
<Key>::other::const_reference>
119
typedef typename _Alloc::template
rebind
<node> __rebind_n;
124
typedef typename _Alloc::template
rebind
<head> __rebind_h;
129
typedef typename _Alloc::template
rebind
<leaf> __rebind_l;
136
typedef typename _Alloc::template
rebind
<inode> __rebind_in;
182
typedef typename _Alloc::template
rebind
<__inp>::other __rebind_inp;
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
LeakTest.java
75
// Test to ensure that when the View is detached that it doesn't
rebind
76
// the dirty Views. The
rebind
should happen only after the root view is
Completed in 331 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>