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

1 2 3 4 5 6 78 91011>>

  /external/llvm/test/CodeGen/Mips/cconv/
arguments-hard-float-varargs.ll 79 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer
143 ; LLVM will rebind the load to the stack pointer instead of the varargs pointer
  /external/rmi4utils/rmihidtool/
main.cpp 67 fprintf(stdout, "\t-b, --rebind-driver\t\t\tRebind the driver to force an update of device properties.\n");
218 {"rebind-driver", 0, NULL, 'b'},
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
312 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 79 typedef typename _Alloc::template rebind<key_type> __rebind_k;
312 typedef typename _Alloc::template rebind<metadata_type> __rebind_m;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
copy_reg.py 154 # Don't ever rebind those names: cPickle grabs a reference to them when
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
copy_reg.py 154 # Don't ever rebind those names: cPickle grabs a reference to them when
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 688 rebind = lambda lhs, self=self: \
692 return rule, rebind(lhs)
786 rebind = lambda func, self=self: \
793 return (lhs, tuple(rhslist)), rebind(func)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Io.h 118 and lease to determine the time to renew and rebind the lease.
  /external/clang/test/CodeGenObjCXX/
encode.mm 68 template<int D> struct rebind { typedef fixed<D> other; };
  /external/dhcpcd-6.8.2/
dhcp6.h 195 uint32_t rebind; member in struct:dhcp6_state
  /external/google-breakpad/src/common/
memory.h 180 template <typename U> struct rebind { struct in struct:google_breakpad::PageStdAllocator
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_rendertexture.c 181 /* rebind previous drawing surface */
  /external/python/cpython2/Lib/
copy_reg.py 154 # Don't ever rebind those names: cPickle grabs a reference to them when
  /external/python/cpython2/Parser/
spark.py 688 rebind = lambda lhs, self=self: \
692 return rule, rebind(lhs)
786 rebind = lambda func, self=self: \
793 return (lhs, tuple(rhslist)), rebind(func)
  /external/python/cpython3/Lib/
copyreg.py 155 # Don't ever rebind those names: pickling grabs a reference to them when
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
ServiceControllerTest.java 88 controller.create().bind().unbind().bind().rebind();
  /external/swiftshader/third_party/subzero/src/
IceMemory.h 88 template <class U> struct rebind { typedef sz_allocator<U, Traits> other; }; struct in struct:Ice::sz_allocator
  /frameworks/base/core/java/android/app/
IApplicationThread.aidl 77 in Intent intent, boolean rebind, int processState);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 185 // We couldn't rebind the view. Replace it.
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
ServerMain.java 171 registry.rebind(RemoteBridge.class.getName(), stub);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsServiceController.java 139 Log.w(LOG_TAG, "ImsService(" + name + "): onBindingDied. Starting rebind...");
185 * Returns the currently defined rebind retry timeout. Used for testing.
433 // Set features first in case we lose binding and need to rebind later.
612 // Only add a new rebind if there are no pending rebinds waiting.
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
FullWidthDetailsOverviewSharedElementHelper.java 130 Log.d(TAG, "rebind? clear transitionName on current viewHolder "
  /packages/apps/Launcher3/src/com/android/launcher3/
AbstractFloatingView.java 80 // Type of popups which should be kept open during launcher rebind
LauncherAppState.java 120 // Register an observer to rebind the notification listener when badging is re-enabled.
  /packages/apps/Messaging/src/com/android/messaging/ui/
PersonItemView.java 97 // Don't rebind if we are requesting the same data.

Completed in 1638 milliseconds

1 2 3 4 5 6 78 91011>>