HomeSort by relevance Sort by last modified time
    Searched refs:enable (Results 151 - 175 of 3710) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/Misc/
backend-optimization-failure.cpp 8 #pragma clang loop vectorize(enable) unroll(disable)
  /external/drm_hwcomposer/tests/
worker_test.cpp 37 void Control(bool enable) {
40 if (enabled_ != enable) {
41 enabled_ = enable;
46 if (enable && changed)
  /external/elfutils/
Makefile.am 42 --enable-valgrind --enable-sanitize-undefined \
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/event/
subsystem-enable.tc 3 # description: event tracing - enable/disable with subsystem level files
40 echo 1 > events/sched/enable
51 echo 0 > events/sched/enable
toplevel-enable.tc 3 # description: event tracing - enable/disable with top level files
41 echo 1 > events/enable
54 echo 0 > events/enable
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_blend.c 46 /* Enable blending if
51 bool enable = rt0->blend_enable && local
57 /* Enable separate alpha if
62 bool separate_alpha = enable &&
70 bool full_overwrite = (rt0->colormask == 15) && !enable;
72 if (enable) {
  /external/python/cpython2/Demo/cgi/
cgi2.py 5 import cgitb; cgitb.enable()
  /external/syslinux/com32/lib/syslinux/
debug.c 70 * Enable or disable debug code for function 'func'.
72 int syslinux_debug(const char *func, bool enable)
76 if (enable)
86 int syslinux_debug(const char *func, bool enable)
89 (void)enable;
  /external/tensorflow/tensorflow/c/
c_api_experimental.h 52 // When `enable` is true, set
60 unsigned char enable);
  /external/testng/src/test/java/test/enable/
Issue420BaseTestCase.java 1 package test.enable;
  /external/tpm2/
HierarchyControl.c 26 switch(in->enable)
30 // can enable it again
68 // Enable or disable the selected hierarchy
77 switch(in->enable)
111 if(select == CLEAR && in->enable != TPM_RH_PLATFORM_NV)
113 ObjectFlushHierarchy(in->enable);
  /external/webrtc/talk/app/webrtc/
videotrackrenderers.h 55 void SetEnabled(bool enable);
  /external/webrtc/webrtc/modules/video_coding/utility/mock/
mock_frame_dropper.h 24 MOCK_METHOD1(Enable, void(bool enable));
  /frameworks/av/media/utils/include/mediautils/
SchedulingPolicyService.h 33 // When 'enable' is 'true', server will attempt to move media.codec process
35 // for the server to receive death notifications. When 'enable' is 'false', server
38 int requestCpusetBoost(bool enable, const sp<IInterface> &client);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.h 34 virtual bool enable();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.h 33 virtual bool enable();
  /hardware/qcom/display/msm8909/sdm/include/private/
partial_update_interface.h 37 bool enable = true; //!< If this is set, PU will be enabled or it will be disabled member in struct:sdm::PUConstraints
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
partial_update_interface.h 37 bool enable = true; //!< If this is set, PU will be enabled or it will be disabled member in struct:sdm::PUConstraints
  /hardware/qcom/display/msm8998/sdm/include/private/
partial_update_interface.h 37 bool enable = true; //!< If this is set, PU will be enabled or it will be disabled member in struct:sdm::PUConstraints
  /system/bt/binder/android/bluetooth/le/
IAdvertisingSetCallback.aidl 26 void onAdvertisingEnabled(in int advertiserId, in boolean enable, in int status);
32 void onPeriodicAdvertisingEnabled(in int advertiserId, in boolean enable, in int status);
  /system/chre/core/
nanoapp.cc 61 void Nanoapp::configureNanoappInfoEvents(bool enable) {
62 if (enable) {
71 void Nanoapp::configureHostSleepEvents(bool enable) {
72 if (enable) {
  /system/chre/platform/include/chre/platform/
platform_wifi.h 52 * @param enable true to enable listening for scan results.
56 bool configureScanMonitor(bool enable);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_color_manager.h 86 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
90 int AcquireAndroidWakeLock(bool enable);
91 int EnableActiveFeatures(bool enable);
92 int EnableActiveFeatures(bool enable, const ActiveFeatureCMD &cmds, bool *was_running);
117 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
118 int SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display);
121 int SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display);
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_color_manager.h 84 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
88 int AcquireAndroidWakeLock(bool enable);
89 int EnableActiveFeatures(bool enable);
90 int EnableActiveFeatures(bool enable, const ActiveFeatureCMD &cmds, bool *was_running);
115 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
116 int SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display);
117 int SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_color_manager.h 86 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
90 int AcquireAndroidWakeLock(bool enable);
91 int EnableActiveFeatures(bool enable);
92 int EnableActiveFeatures(bool enable, const ActiveFeatureCMD &cmds, bool *was_running);
117 int EnableQDCMMode(bool enable, HWCDisplay *hwc_display);
118 int SetSolidFill(const void *params, bool enable, HWCDisplay *hwc_display);
121 int SetFrameCapture(void *params, bool enable, HWCDisplay *hwc_display);

Completed in 3110 milliseconds

1 2 3 4 5 67 8 91011>>