HomeSort by relevance Sort by last modified time
    Searched full:activate (Results 126 - 150 of 1304) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/robolectric-shadows/.github/
CONTRIBUTING.md 32 Robolectric's tests run against the jars that are installed in your local Maven repo. This means that for the tests to pick up your code changes, you must run `mvn install` before running `mvn test`. Running `mvn install` will only build and install shadows for API 21. If your tests run against older versions of Android, you will need to activate a different profile (i.e. `mvn test -P android-19`).
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_activation.h 17 // It reaches into the CUDA implementation to activate an underlying CUDA
  /frameworks/base/core/java/com/android/internal/widget/
LockSettingsInternal.java 32 * confirm credential operation in order to activate the token for future use. If the user
  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 44 void activate(Module& pModule);
GroupCmd.h 41 void activate(Module& pModule);
InputCmd.h 45 void activate(Module& pModule);
OutputFormatCmd.h 49 void activate(Module& pModule);
  /hardware/interfaces/power/1.0/default/
Power.h 46 Return<void> setFeature(Feature feature, bool activate) override;
  /hardware/interfaces/sensors/1.0/default/
Sensors.h 42 Return<Result> activate(
  /hardware/libhardware/modules/sensors/dynamic_sensor/
sensors.h 48 int activate(int handle, int enabled);
  /packages/services/Car/evs/app/
RenderBase.h 41 virtual bool activate() = 0;
RenderTopView.h 42 virtual bool activate() override;
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /prebuilts/misc/common/robolectric/3.1.1/lib/
objenesis-2.1.pom 51 <!-- Activate to create the release bundle -->
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
16 """Activate: Activate Internet Explorer and optionally select window designated by Window Identifier.
19 Returns: Window Identifier of window to activate
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.1/
objenesis-2.1.pom 51 <!-- Activate to create the release bundle -->
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.4/
objenesis-2.4.pom 48 <!-- Activate to create the release bundle -->
  /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/2.5/
objenesis-2.5.pom 64 <!-- Activate to create the release bundle -->
  /system/bt/bta/hf_client/
bta_hf_client_int.h 269 bool activate);
273 bool activate);
275 bool activate);
277 bool activate);
  /device/google/wahoo/vibrator/
Vibrator.cpp 67 Vibrator::Vibrator(std::ofstream&& activate, std::ofstream&& duration,
71 mActivate(std::move(activate)),
118 ALOGE("Failed to activate (%d): %s", errno, strerror(errno));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmControlDxe/
SmmControlDriver.c 49 Activate (
82 Activate,
167 Activate (
  /external/curl/docs/
HTTP-COOKIES.md 39 curl has a full cookie "engine" built in. If you just activate it, you can
73 Tell libcurl to activate the cookie engine, and to read the initial set of
78 Tell libcurl to activate the cookie engine, and when the easy handle is
  /external/python/cpython2/Lib/idlelib/
ScrolledList.py 54 self.listbox.activate("@%d,%d" % (event.x, event.y))
72 self.listbox.activate("@%d,%d" % (event.x, event.y))
110 self.listbox.activate(index)
  /external/python/cpython3/Lib/idlelib/
scrolledlist.py 57 self.listbox.activate("@%d,%d" % (event.x, event.y))
75 self.listbox.activate("@%d,%d" % (event.x, event.y))
113 self.listbox.activate(index)
  /external/webrtc/talk/session/media/
rtcpmuxfilter.cc 49 // Fail if we try to deactivate and no-op if we try and activate.
66 // Fail if we try to deactivate and no-op if we try and activate.
101 // Fail if we try to deactivate and no-op if we try and activate.

Completed in 604 milliseconds

1 2 3 4 56 7 8 91011>>