HomeSort by relevance Sort by last modified time
    Searched full:rebind (Results 151 - 175 of 630) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 121 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 121 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 121 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /prebuilts/clang/host/linux-x86/clang-4691093/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 121 struct rebind { typedef fuzzer_allocator<Other> other; }; struct in class:fuzzer::fuzzer_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
malloc_allocator.h 68 struct rebind struct in class:malloc_allocator
new_allocator.h 70 struct rebind struct in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 90 typename _Alloc::template rebind<Key>::other::const_reference>
159 typename _Alloc::template rebind<entry>::other::pointer m_p_next;
164 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
170 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
malloc_allocator.h 68 struct rebind struct in class:malloc_allocator
new_allocator.h 70 struct rebind struct in class:new_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 90 typename _Alloc::template rebind<Key>::other::const_reference>
159 typename _Alloc::template rebind<entry>::other::pointer m_p_next;
164 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
170 typedef typename _Alloc::template rebind<entry_pointer>::other entry_pointer_allocator;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 63 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
131 template <class U> struct rebind {typedef non_default_test_allocator<U> other;}; struct in class:non_default_test_allocator
191 template <class U> struct rebind {typedef test_allocator<U> other;}; struct in class:test_allocator
366 template <class U> struct rebind { typedef limited_allocator<U, N> other; }; struct in class:limited_allocator
  /art/runtime/base/
scoped_arena_containers.h 101 struct rebind { struct in class:art::ScopedArenaAllocatorAdapter
144 struct rebind { struct in class:art::ScopedArenaAllocatorAdapter
  /external/syslinux/core/lwip/src/core/
udp.c 704 u8_t rebind; local
710 rebind = 0;
711 /* Check for double bind and rebind of the same pcb */
716 LWIP_ASSERT("rebind == 0", rebind == 0);
717 /* pcb already in list, just rebind */
718 rebind = 1;
776 if (rebind == 0) {
    [all...]
dhcp.c 330 * The DHCP timer that checks for lease renewal/rebind timeouts.
344 /* this clients' rebind timeout triggered */
434 /* note that the rebind timer will eventually time-out if renew does not work */
436 /* did not get response to rebind request? */
467 /* just retry to renew - note that the rebind timer (t2) will
478 * The rebind period has timed out.
489 /* just retry to rebind */
491 ("dhcp_t2_timeout(): must rebind\n"));
534 /* remember given rebind period */
    [all...]
  /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_/
bin_search_tree_.hpp 80 typename _Alloc::template rebind<Key>::other::const_reference>
116 typename _Alloc::template rebind<typename traits_type::node>::other
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typedef typename _Alloc::template rebind<value_type> __rebind_v;
118 typedef typename _Alloc::template rebind<entry>::other
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 78 typedef typename _Alloc::template rebind< Key>::other key_allocator;
161 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /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_/
bin_search_tree_.hpp 80 typename _Alloc::template rebind<Key>::other::const_reference>
116 typename _Alloc::template rebind<typename traits_type::node>::other
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 105 typedef typename _Alloc::template rebind<value_type> __rebind_v;
118 typedef typename _Alloc::template rebind<entry>::other
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 78 typedef typename _Alloc::template rebind< Key>::other key_allocator;
161 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Io.c 141 // Calculate the retransmission threshold value for rebind packet.
558 // request, renew or rebind message, the client updates the information it has
    [all...]
  /external/dhcpcd-6.8.2/
dhcpcd.8.in 64 .Fl n , Fl Fl rebind
278 does not read a new configuration when this happens - you should rebind if you
371 .It Fl n , Fl Fl rebind Op Ar interface
374 to reload its configuration and rebind the specified
673 to rebind, reconfigure or exit need to include the same restrictive flags
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 60 " <method name=\"Rebind\">\n"
510 } else if (IsMethod(msg, "Rebind")) {
516 "Invalid arguments for Rebind");
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_fs.c 371 assert(svga->rebind.flags.fs);
396 svga->rebind.flags.fs = FALSE;
439 svga->rebind.flags.fs = FALSE;
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1;
108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2;
109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3;
110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
383 // CHECK: Identifier: "rebind" [107:63 - 107:69] TypedefDecl=type1:107:76 (Definition)
401 // CHECK: Identifier: "rebind" [108:63 - 108:69] TypedefDecl=type2:108:83 (Definition)
421 // CHECK: Identifier: "rebind" [109:60 - 109:66] TypedefDecl=type3:109:73 (Definition)
438 // CHECK: Identifier: "rebind" [110:60 - 110:66] TypedefDecl=type4:110:80 (Definition)

Completed in 312 milliseconds

1 2 3 4 5 67 8 91011>>