HomeSort by relevance Sort by last modified time
    Searched refs:disable (Results 226 - 250 of 1957) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/nfc/src/nfa/sys/
nfa_sys_main.cc 142 ** disable DM. Called during NFA shutdown
160 /* All subsystems disabled. disable DM */
162 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
187 /* If all subsystems above NFA_DM have been disabled, then okay to disable
215 ** Description Called by other BTA subsystems to get disable
243 /* Subsytem has a Disable funciton. Call it now */
258 ** Description Call on NFA shutdown. Disable all subsystems above NFA_DM
271 /* Disable all subsystems above NFA_DM. (NFA_DM and NFA_SYS will be disabled
276 if (nfa_sys_cb.reg[id]->disable != NULL) {
277 /* Subsytem has a Disable funciton. Call it now *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.inf 58 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.inf 61 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.inf 67 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186
  /external/curl/
MacOSX-Framework 85 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
114 ./configure --disable-dependency-tracking --disable-static --with-gssapi --with-darwinssl \
  /external/curl/docs/cmdline-opts/
no-buffer.d 3 Help: Disable buffering of the output stream
8 Using this option will disable that buffering.
  /external/libdivsufsort/include/
config.h.cmake 73 #pragma warning(disable: 4127)
  /external/libnl/
configure.ac 94 AS_HELP_STRING([--disable-cli], [Do not build command line interface utils]),
99 AS_HELP_STRING([--disable-pthreads], [Disable pthreads support]),
104 AS_HELP_STRING([--disable-debug], [Do not include debugging statements]),
111 AC_DEFINE([DISABLE_PTHREADS], [1], [Define to 1 to disable pthreads])
  /external/libpng/contrib/intel/
configure.ac.patch 21 [no/off: disable the optimizations;]
26 # disable the default enabling:
28 [Disable Intel SSE optimizations])
  /external/llvm/include/llvm/Support/
ThreadPool.h 21 // even if we disable exceptions.
24 // Disable warnings from ppltasks.h transitively included by <future>.
26 #pragma warning(disable:4530)
27 #pragma warning(disable:4062)
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_shader.h 62 uint8_t disable; member in struct:rbug_proto_shader_disable
105 uint8_t disable,
  /external/tensorflow/tensorflow/contrib/makefile/
build_helper.subr 51 ./configure --disable-shared --prefix="${HOST_GENDIR}"
  /frameworks/av/media/libaudioprocessing/
Android.mk 35 # uncomment to disable NEON on architectures that actually do support NEON, for benchmarking
  /frameworks/support/work/workmanager-firebase/
build.gradle 36 disable 'GradleCompatible'
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
HvacPanelRow.java 66 * Disable/enable touch events on all child views of this panel
68 public void disablePanel(boolean disable) {
69 mDisableClickOnChildren = disable;
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.h 27 #pragma warning(disable : 4996) // 'function': was declared deprecated
84 #pragma warning(disable : 4127)
  /packages/services/Car/evs/sampleDriver/
Android.mk 42 # NOTE: It can be helpful, while debugging, to disable optimizations
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 94 disable(); method
161 disable(); method
  /system/bt/binder/android/bluetooth/
IBluetoothManager.aidl 39 boolean disable(String packageName, boolean persist);
  /system/tools/hidl/docs/src/writer/elements/
AbstractElement.kt 36 <pre class="prettyprint devsite-disable-click-to-copy">${declaration()}</pre>
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
guard-debug.s 2 # On the D30V, assembling with -g should disable the VLIW packing
  /external/autotest/server/cros/
debugd_dev_tools.py 23 These classes have functions to check the state and enable/disable the
24 tool. Some tools may not be able to disable themselves, in which case
173 - disable(): manually disable the tool.
213 def disable(self): member in class:DevTool
215 Each tool should override this to disable itself.
217 self._unimplemented_function_error('disable')
353 def disable(self): member in class:RootfsVerificationTool
362 boot from USB at all, and Alex/ZGB can't disable USB booting
368 # Lists of which platforms can't enable or disable USB booting
385 def disable(self): member in class:BootFromUsbTool
429 def disable(self): member in class:SshServerTool
471 def disable(self): member in class:SystemPasswordTool
    [all...]
  /developers/build/prebuilts/gradle/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
Main.java 132 case R.id.disable:
240 final Button disable = (Button) view.findViewById(R.id.disable); local
242 disable.setText(
246 disable.setOnClickListener(Main.this);
  /developers/samples/android/system/AppShortcuts/app/src/main/java/com/example/android/appshortcuts/
Main.java 132 case R.id.disable:
240 final Button disable = (Button) view.findViewById(R.id.disable); local
242 disable.setText(
246 disable.setOnClickListener(Main.this);
  /development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
Main.java 132 case R.id.disable:
240 final Button disable = (Button) view.findViewById(R.id.disable); local
242 disable.setText(
246 disable.setOnClickListener(Main.this);

Completed in 953 milliseconds

1 2 3 4 5 6 7 8 91011>>