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

1 2 34 5 6 7 8 91011>>

  /external/clang/test/PCH/
pragma-loop.cpp 11 // CHECK: #pragma clang loop unroll(disable)
12 // CHECK: #pragma clang loop interleave(disable)
14 // CHECK: #pragma clang loop distribute(disable)
17 // CHECK: #pragma clang loop vectorize(disable)
43 #pragma clang loop interleave(disable)
44 #pragma clang loop unroll(disable)
54 #pragma clang loop vectorize(disable)
57 #pragma clang loop distribute(disable)
  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
reset_all.pass.cpp 20 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
set_all.pass.cpp 20 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
  /external/tensorflow/tensorflow/core/grappler/clusters/
cluster.cc 41 void Cluster::DisableDetailedStats(bool disable) {
42 if (disable) {
55 void Cluster::DisableOptimizer(bool disable) {
58 if (disable) {
60 // Disable Grappler optimizations.
  /external/tpm2/
ClearControl_fp.h 14 TPMI_YES_NO disable; member in struct:__anon40319
  /external/xmlrpcpp/src/
XmlRpcServerMethod.h 8 # pragma warning(disable:4786) // identifier was truncated in debug info
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSFooter.java 72 default void disable(int state1, int state2, boolean animate) {} method in interface:QSFooter
  /frameworks/native/services/surfaceflinger/
SurfaceTracing.h 34 status_t disable();
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
SpritePlaneBase.cpp 47 bool SpritePlaneBase::disable() function in class:android::intel::SpritePlaneBase
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
SpritePlaneBase.cpp 47 bool SpritePlaneBase::disable() function in class:android::intel::SpritePlaneBase
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/template.bitset/bitset.members/
reset_all.pass.cpp 20 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
set_all.pass.cpp 20 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
  /external/clang/test/Misc/
ast-print-pragmas.cpp 20 // CHECK: #pragma clang loop interleave(disable)
22 // CHECK-NEXT: #pragma clang loop distribute(disable)
24 #pragma clang loop distribute(disable)
26 #pragma clang loop interleave(disable)
34 // CHECK-NEXT: #pragma clang loop vectorize(disable)
38 #pragma clang loop vectorize(disable)
  /external/opencv/otherlibs/highgui/
grfmt_base.h 46 #pragma warning( disable: 4514 )
47 #pragma warning( disable: 4711 )
48 #pragma warning( disable: 4611 )
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
CollapsedStatusBarFragmentTest.java 73 fragment.disable(0, 0, false);
88 fragment.disable(StatusBarManager.DISABLE_SYSTEM_INFO, 0, false);
93 fragment.disable(0, 0, false);
106 fragment.disable(StatusBarManager.DISABLE_NOTIFICATION_ICONS, 0, false);
110 fragment.disable(0, 0, false);
122 fragment.disable(StatusBarManager.DISABLE_CLOCK, 0, false);
126 fragment.disable(0, 0, false);
  /system/bt/test/suite/adapter/
adapter_unittest.cc 42 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
56 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
109 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
127 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
146 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
167 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
189 EXPECT_EQ(bt_interface()->disable(), BT_STATUS_SUCCESS);
  /external/curl/docs/cmdline-opts/
disable-eprt.d 1 Long: disable-eprt
5 Tell curl to disable the use of the EPRT and LPRT commands when doing active
13 for --disable-eprt.
  /device/google/contexthub/firmware/os/inc/
isr.h 32 void (*const disable)(struct ChainedInterrupt *); member in struct:ChainedInterrupt
46 interrupt->disable(interrupt);
54 interrupt->disable(interrupt);
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 43 // disable the warning so we can compile the SEC. The previous method was to
47 #pragma warning(disable : 4232)
48 #pragma warning(disable : 4996)
51 #pragma warning ( disable : 144 )
  /external/capstone/tests/
test_winkernel.cpp 20 #pragma warning(disable : 4005) // 'identifier' : macro redefinition
21 #pragma warning(disable : 4007) // 'main': must be '__cdecl'
26 #pragma warning(disable : 28110) // Suppress this, as it is false positive.
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothInstrumentation.java 65 } else if ("disable".equals(command)) {
66 disable(); method
85 public void disable() { method in class:BluetoothInstrumentation
86 getBluetoothTestUtils().disable(getBluetoothAdapter());
  /external/honggfuzz/examples/linux_kernel_ip/
tun.c 105 int disable = 1; local
106 if (setsockopt(udp_sock, SOL_SOCKET, SO_NO_CHECK, (void*)&disable, sizeof(disable)) == -1) {
109 if (setsockopt(tcp_sock, SOL_SOCKET, SO_NO_CHECK, (void*)&disable, sizeof(disable)) == -1) {
114 if (setsockopt(sctp_sock, SOL_SOCKET, SO_NO_CHECK, (void*)&disable, sizeof(disable)) == -1) {
117 if (setsockopt(udp_lite_sock, SOL_SOCKET, SO_NO_CHECK, (void*)&disable, sizeof(disable)) == -1) {
  /external/libcxx/test/std/utilities/template.bitset/bitset.cons/
default.pass.cpp 18 #pragma warning(disable: 6294) // Ill-defined for-loop: initial condition does not satisfy test. Loop body not executed.
  /external/llvm/include/llvm/Support/
thread.h 26 // even if we disable exceptions.
31 #pragma warning(disable:4530)
  /external/llvm/test/MC/ARM/
directive-fpu-instrs.s 7 @ .thumb should not disable the prior .fpu neon

Completed in 779 milliseconds

1 2 34 5 6 7 8 91011>>