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

1 2 3 4 5 67 8 91011>>

  /external/protobuf/more_tests/
Makefile 28 (cd src && ./configure --prefix=$$PWD/../target --disable-shared)
  /external/syslinux/gpxe/src/drivers/net/
legacy.c 71 nic->nic_op->irq ( nic, ( enable ? ENABLE : DISABLE ) );
86 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
131 disable ( &nic, hwdev );
140 void ( * disable ) ( struct nic *nic, void *hwdev ) ) {
145 disable ( nic, hwdev );
  /external/v8/tools/gcmole/
bootstrap.sh 58 echo "Disable it in Preferences->Building (lower right), or run"
104 --disable-threads \
105 --disable-pthreads \
  /external/xmlrpcpp/src/
XmlRpcDispatch.h 8 # pragma warning(disable:4786) // identifier was truncated in debug info
XmlRpcServer.h 8 # pragma warning(disable:4786) // identifier was truncated in debug info
XmlRpcUtil.h 7 # pragma warning(disable:4786) // identifier was truncated in debug info
  /external/xmlrpcpp/test/
TestBase64Server.cpp 4 # pragma warning(disable:4786) // identifier was truncated in debug info
  /frameworks/av/media/libcpustats/include/cpustats/
ThreadCpuUsage.h 31 // only part of each cycle, call enable(), disable(), and/or setEnabled()
65 // Disable tracking of CPU usage by current thread;
68 bool disable() { return setEnabled(false); } function in class:android::ThreadCpuUsage
83 // up until the most recent disable(), resets this accumulator, and then
  /packages/apps/Nfc/src/com/android/nfc/
NfcBackupAgent.java 54 nfcAdapter.disable();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cprofile.py 23 obj.disable()
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cprofile.py 23 obj.disable()
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.h 44 /* We disable the 4275 warning for
55 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.h 44 /* We disable the 4275 warning for
55 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_stdexcept_base.h 44 /* We disable the 4275 warning for
55 # pragma warning (disable: 4275) // Non dll interface class 'exception' used as base
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 23 obj.disable()
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cprofile.py 23 obj.disable()
59 1 0.000 0.000 0.000 0.000 {method 'disable' of '_lsprof.Profiler' objects}
87 {method 'disable' of '_lsprof.Profiler' objects} <-
119 {method 'disable' of '_lsprof.Profiler' objects} ->
  /system/nfc/src/nfa/sys/
nfa_sys_main.c 137 ** disable DM. Called during NFA shutdown
155 /* All subsystems disabled. disable DM */
157 (*nfa_sys_cb.reg[NFA_ID_DM]->disable)();
181 /* If all subsystems above NFA_DM have been disabled, then okay to disable
209 ** Description Called by other BTA subsystems to get disable
236 /* Subsytem has a Disable funciton. Call it now */
251 ** Description Call on NFA shutdown. Disable all subsystems above NFA_DM
263 /* Disable all subsystems above NFA_DM. (NFA_DM and NFA_SYS will be disabled
268 if (nfa_sys_cb.reg[id]->disable != NULL) {
269 /* 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/libchrome/sandbox/win/src/sidestep/
preamble_patcher_with_stub.cpp 127 #pragma warning(disable:4244)
150 #pragma warning(disable:4244)
  /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)

Completed in 1688 milliseconds

1 2 3 4 5 67 8 91011>>