Searched refs:disable (Results 126 - 150 of 386) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3rewritestreams.c675 #pragma warning(disable : 4100)
703 #pragma warning(disable : 4100)
734 #pragma warning(disable : 4100)
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp45 #pragma warning(disable:4786) // Disable MSVC warnings in the standard library.
46 #pragma warning(disable:4100)
47 #pragma warning(disable:4512)
/external/stlport/stlport/stl/
H A D_cmath.h343 # pragma warning(disable: 4162) // no function with C linkage found
344 # pragma warning(disable: 4163) // not available as an intrinsic function
495 # pragma warning (disable : 4996) // hypot is deprecated.
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp110 disable(0);
304 disable(&error);
525 // Now this function is disable.
542 void InspectorResourceAgent::disable(ErrorString*) function in class:WebCore::InspectorResourceAgent
H A DInspectorStyleSheet.cpp302 bool InspectorStyle::toggleProperty(ErrorString* errorString, unsigned index, bool disable) argument
323 if (property.disabled == disable)
327 if (!disable)
837 bool InspectorStyleSheet::toggleProperty(ErrorString* errorString, const InspectorCSSId& id, unsigned propertyIndex, bool disable) argument
845 bool success = inspectorStyle->toggleProperty(errorString, propertyIndex, disable);
847 if (disable)
H A DInspectorDebuggerAgent.cpp85 void InspectorDebuggerAgent::disable() function in class:WebCore::InspectorDebuggerAgent
127 disable();
H A DInspectorConsoleAgent.cpp93 void InspectorConsoleAgent::disable(ErrorString*) function in class:WebCore::InspectorConsoleAgent
/external/icu4c/
H A DrunConfigureICU21 echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ configurearg ... ]"
28 --disable-release Disable presetting optimization flags
76 --disable-release)
78 OPTS="$OPTS --disable-release"
268 # The Intel compiler has optimization bugs. So we disable optimization.
/external/llvm/utils/buildit/
H A Dbuild_llvm131 --disable-bindings \
/external/stlport/src/
H A Dcomplex.cpp28 # pragma warning (disable : 4996)
30 # pragma warning (disable : 1478)
/external/tinyxml2/
H A Dtinyxml2.cpp482 #pragma warning ( disable : 4127 )
1515 #pragma warning ( disable : 4996 ) // Fail to see a compelling reason why this should be deprecated.
1570 #pragma warning ( disable : 4996 ) // Fail to see a compelling reason why this should be deprecated.
/external/bluetooth/bluedroid/bta/sys/
H A Dbta_sys.h37 /* disable function type */
165 tBTA_SYS_DISABLE *disable; member in struct:__anon820
/external/chromium/net/socket/
H A Dssl_client_socket_openssl.cc197 // We do certificate verification after handshake, so we disable the default
458 // If TLS was disabled also disable compression, to provide maximum site
511 bool disable = SSL_CIPHER_get_bits(cipher, NULL) < 80;
512 if (!disable) {
513 disable = std::find(ssl_config_.disabled_cipher_suites.begin(),
517 if (disable) {
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-port.h577 #pragma warning(disable:4996) // Temporarily disables warning 4996.
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.cc29 #pragma warning(disable:4786)
/external/dropbear/debian/
H A Drules22 CONFFLAGS =--disable-zlib
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c21 // I need some warnings to disable...
25 #pragma warning(disable:4514) // unreferenced inline function has been removed
28 #pragma warning(disable:4201) // nonstandard extension used : nameless struct/union)
29 #pragma warning(disable:4214) // nonstandard extension used : bit field types other than int
30 #pragma warning(disable:4115) // named type definition in parentheses
/external/kernel-headers/original/linux/
H A Dirq.h60 #define IRQ_DELAYED_DISABLE 0x10000000 /* IRQ disable (masking) happens delayed. */
70 * @shutdown: shut down the interrupt (defaults to ->disable if NULL)
72 * @disable: disable the interrupt (defaults to chip->mask if NULL)
82 * @set_wake: enable/disable power-management wake-on of an IRQ
92 void (*disable)(unsigned int irq); member in struct:irq_chip
127 * @depth: disable-depth, for nested irq_disable() calls
351 /* Enable/disable irq debugging output: */
/external/libxml2/
H A Dtriodef.h197 # pragma message disable (UNDERFLOW, FLOATOVERFL)
/external/libxslt/libxslt/
H A Dtriodef.h195 # pragma message disable (UNDERFLOW, FLOATOVERFL)
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h34 /* disable warning for short += short: */
35 #pragma warning( disable : 4244 )
/external/opencv/ml/src/
H A D_ml.h45 #pragma warning( disable: 4514 4710 4711 4710 )
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.h223 #pragma warning(disable: 4290) // Disable the C++ exception specification ignored warning.
H A DHashFunctions.h116 #pragma warning(disable: 4244) // work around what seems to be a bug in MSVC's conversion warnings
/external/webkit/Source/WebCore/inspector/front-end/
H A DDebuggerModel.js58 DebuggerAgent.disable();

Completed in 510 milliseconds

1234567891011>>