/external/scapy/scapy/layers/ |
dhcp6.py | 151 6:"REBIND", 412 # A client may include an ORO in a solicit, Request, Renew, Rebind, [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_query.c | 567 * Rebind queryies to the context. 579 svga->rebind.flags.query = FALSE; 597 if (svga->rebind.flags.query) { 615 if (svga->rebind.flags.query) { 635 if (svga->rebind.flags.query) { [all...] |
svga_pipe_streamout.c | 315 * Rebind stream output target surfaces
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
ViewDataBinding.java | 59 private static final int REBIND = 1; 115 case REBIND: 154 * Runnable executed on animation heartbeat to rebind the dirty Views. 347 mRebindCallbacks.notifyCallbacks(this, REBIND, null); 373 * Invalidates all binding expressions and requests a new rebind to refresh UI. [all...] |
/device/generic/goldfish/dhcp/client/ |
dhcpclient.cpp | 155 // do a full rebind. 172 // We've tried to rebind a bunch of times, start over
|
/external/libcxx/test/support/ |
controlled_allocators.hpp | 227 struct rebind { using other = CountingAllocator<U, ID>; }; struct in class:CountingAllocator 293 struct rebind { using other = CountingAllocator<U, ID>; }; struct in class:CountingAllocator
|
/packages/apps/Settings/src/com/android/settings/wifi/details/ |
WifiDetailPreferenceController.java | 397 .done(mFragment.getActivity(), true /* rebind */); 410 mEntityHeaderController.setIcon(wifiIcon).done(mFragment.getActivity(), true /* rebind */);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 88 typename _Alloc::template rebind<Key>::other::const_reference> 172 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
pointer.h | 582 using rebind = typename __gnu_cxx::_Pointer_adapter< 583 typename pointer_traits<_Storage_policy>::rebind<_Up>>;
|
throw_allocator.h | 741 struct rebind struct in struct:throw_allocator_limit 762 struct rebind struct in struct:throw_allocator_random
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/ |
gp_ht_map_.hpp | 88 typename _Alloc::template rebind<Key>::other::const_reference> 172 typedef typename _Alloc::template rebind<entry>::other entry_allocator;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
pointer.h | 582 using rebind = typename __gnu_cxx::_Pointer_adapter< 583 typename pointer_traits<_Storage_policy>::rebind<_Up>>;
|
throw_allocator.h | 741 struct rebind struct in struct:throw_allocator_limit 762 struct rebind struct in struct:throw_allocator_random
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/ |
controlled_allocators.hpp | 227 struct rebind { using other = CountingAllocator<U, ID>; }; struct in class:CountingAllocator 293 struct rebind { using other = CountingAllocator<U, ID>; }; struct in class:CountingAllocator
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
firmware_constants.py | 25 raise _ConstantError, "Cannot rebind the constant: %s" % name
|
/external/autotest/site_utils/ |
bind_mysql_to_cpuset.sh | 235 # Attach/Rebind MySQL process to the cpuset. Note that this command
|
/external/dhcpcd-6.8.2/ |
dhcpcd-run-hooks.8.in | 88 .It Dv REBIND | Dv REBIND6
|
/external/python/cpython2/Doc/tutorial/ |
interactive.rst | 80 # Rebind some keys:
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyguardUserSwitcher.java | 218 // We couldn't rebind the view. Replace it.
|
/frameworks/base/services/core/java/com/android/server/telecom/ |
TelecomLoaderService.java | 179 // TODO: Is unbinding worth doing or wait for system to rebind?
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
DetailsOverviewSharedElementHelper.java | 218 Log.d(TAG, "rebind? clear transitionName on current viewHolder "
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
PeripheralHandoverService.java | 310 // prevent any future callbacks to the client, no rebind call needed.
|
/packages/apps/Settings/src/com/android/settings/notification/ |
RecentNotifyingAppsPreferenceController.java | 182 // Rebind prefs/avoid adding new prefs if possible. Adding/removing prefs causes jank.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/ |
RecentAppsPreferenceController.java | 141 // Rebind prefs/avoid adding new prefs if possible. Adding/removing prefs causes jank.
|
/packages/experimental/NotificationListenerSample/src/com/android/example/notificationlistener/ |
Listener.java | 84 Log.e(TAG, "failed to rebind service", e);
|