Home
last modified time | relevance | path

Searched refs:DISABLED (Results 1 – 25 of 115) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/
D2008-07-15-SmallSection.ll1 ; DISABLED: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0
2 ; DISABLED: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1
3 ; DISABLED: grep {sdata} %t0 | count 1
4 ; DISABLED: grep {sbss} %t0 | count 1
5 ; DISABLED: grep {gp_rel} %t0 | count 2
6 ; DISABLED: not grep {sdata} %t1
7 ; DISABLED: not grep {sbss} %t1
8 ; DISABLED: not grep {gp_rel} %t1
9 ; DISABLED: grep {\%hi} %t1 | count 2
10 ; DISABLED: grep {\%lo} %t1 | count 3
D2008-07-16-SignExtInReg.ll1 ; DISABLED: llc < %s -march=mips -o %t
2 ; DISABLED: grep seh %t | count 1
3 ; DISABLED: grep seb %t | count 1
D2008-08-03-fabs64.ll1 ; DISABLED: llc < %s -march=mips -o %t
2 ; DISABLED: grep {lui.*32767} %t | count 1
3 ; DISABLED: grep {ori.*65535} %t | count 1
/external/llvm/test/CodeGen/Mips/
D2008-07-15-SmallSection.ll1 ; DISABLED: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0
2 ; DISABLED: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1
3 ; DISABLED: grep {sdata} %t0 | count 1
4 ; DISABLED: grep {sbss} %t0 | count 1
5 ; DISABLED: grep {gp_rel} %t0 | count 2
6 ; DISABLED: not grep {sdata} %t1
7 ; DISABLED: not grep {sbss} %t1
8 ; DISABLED: not grep {gp_rel} %t1
9 ; DISABLED: grep {\%hi} %t1 | count 2
10 ; DISABLED: grep {\%lo} %t1 | count 3
D2008-08-03-fabs64.ll1 ; DISABLED: llc < %s -march=mips -o %t
2 ; DISABLED: grep {lui.*32767} %t | count 1
3 ; DISABLED: grep {ori.*65535} %t | count 1
/external/llvm/test/CodeGen/ARM/
Da15-SD-dep.ll1 …disable-a15-sd-optimization -verify-machineinstrs < %s | FileCheck -check-prefix=CHECK-DISABLED %s
5 ; CHECK-DISABLED-LABEL: t1:
8 ; CHECK-DISABLED-NOT: vdup.32 d{{[0-9]*}}, d0[0]
15 ; CHECK-DISABLED-LABEL: t2:
18 ; CHECK-DISABLED-NOT: vdup.32 d{{[0-9]*}}, d0[0]
25 ; CHECK-DISABLED-LABEL: t3:
28 ; CHECK-DISABLED-NOT: vdup.32 d{{[0-9]*}}, d0[0]
35 ; CHECK-DISABLED-LABEL: t4:
38 ; CHECK-DISABLED-NOT: vdup
49 ; CHECK-DISABLED-LABEL: t5:
[all …]
/external/python/cpython2/Demo/turtle/
DturtleDemo.py99 self.configGUI(NORMAL, DISABLED, DISABLED, DISABLED,
213 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,
221 self.configGUI(DISABLED, DISABLED, NORMAL, DISABLED,
239 self.configGUI(NORMAL, NORMAL, DISABLED, NORMAL,
243 self.configGUI(DISABLED, DISABLED, NORMAL, DISABLED,
249 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED)
255 self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,
/external/llvm/test/CodeGen/X86/
Dlea-opt.ll2 …le-x86-lea-opt < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=CHECK -check-prefix=DISABLED
42 ; DISABLED: leaq arr1+8([[REG1]],[[REG1]],2), [[REG3:%[a-z]+]]
46 ; DISABLED: movl ${{[1-4]+}}, ([[REG3]])
49 ; DISABLED: movl ${{[1-4]+}}, ([[REG3]])
81 ; DISABLED: movl arr1([[REG1]],[[REG1]],2), {{.*}}
86 ; DISABLED: subl arr1+4([[REG1]],[[REG1]],2), {{.*}}
87 ; DISABLED: leaq arr1+8([[REG1]],[[REG1]],2), [[REG3:%[a-z]+]]
88 ; DISABLED: addl arr1+8([[REG1]],[[REG1]],2), {{.*}}
91 ; DISABLED: movl ${{[1-4]+}}, ([[REG3]])
94 ; DISABLED: movl ${{[1-4]+}}, ([[REG3]])
[all …]
/external/python/cpython3/Lib/turtledemo/
D__main__.py193 self.configGUI(DISABLED, DISABLED, DISABLED,
328 self.configGUI(NORMAL, DISABLED, DISABLED,
336 self.configGUI(DISABLED, NORMAL, DISABLED,
354 self.configGUI(NORMAL, DISABLED, NORMAL,
358 self.configGUI(DISABLED, NORMAL, DISABLED,
365 self.configGUI(NORMAL, DISABLED, DISABLED)
371 self.configGUI(NORMAL, DISABLED, DISABLED,
/external/libchrome/base/trace_event/
Dheap_profiler.h46 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedTaskExecutionTracker()
55 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedTaskExecutionTracker()
71 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedIgnore()
80 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedIgnore()
Dheap_profiler_allocation_context_tracker.h27 DISABLED, // Don't capture anything enumerator
53 static_cast<int32_t>(CaptureMode::DISABLED)) in capture_mode()
54 return CaptureMode::DISABLED; in capture_mode()
Dheap_profiler_allocation_context_tracker.cc24 static_cast<int32_t>(AllocationContextTracker::CaptureMode::DISABLED);
92 if (name && capture_mode() != CaptureMode::DISABLED) { in SetCurrentThreadName()
101 if (mode != CaptureMode::DISABLED && !g_tls_alloc_ctx_tracker.initialized()) in SetCaptureMode()
185 case CaptureMode::DISABLED: in GetContextSnapshot()
Dmemory_dump_scheduler.cc49 DCHECK_EQ(PollingTriggerState::DISABLED, polling_state_->current_state); in AddTrigger()
58 DCHECK_EQ(PollingTriggerState::DISABLED, polling_state_->current_state); in AddTrigger()
147 polling_state_->current_state = PollingTriggerState::DISABLED; in DisablePollingOnPollingThread()
285 : current_state(DISABLED), in PollingTriggerState()
/external/clang/test/Modules/
DautolinkTBD.m3 …odules -fimplicit-module-maps -F %S/Inputs %s | FileCheck --check-prefix=CHECK-AUTOLINK-DISABLED %s
16 // CHECK-AUTOLINK-DISABLED: !llvm.module.flags
17 // CHECK-AUTOLINK-DISABLED-NOT: "Linker Options"
Dautolink.m4 …%S/Inputs -I %S/Inputs -include-pch %t.pch %s | FileCheck --check-prefix=CHECK-AUTOLINK-DISABLED %s
49 // CHECK-AUTOLINK-DISABLED: !llvm.module.flags
50 // CHECK-AUTOLINK-DISABLED-NOT: "Linker Options"
/external/selinux/gui/
DstatusPage.py29 DISABLED = -1 variable
107 return DISABLED
150 if self.initEnabled != DISABLED and enabled == DISABLED:
155 if self.initEnabled == DISABLED and enabled < 2:
/external/clang/tools/scan-build-py/tests/unit/
Dtest_intercept.py65 DISABLED = 'disabled'
78 create_csrutil(tmpdir, DISABLED)
84 create_sestatus(tmpdir, DISABLED)
/external/python/cpython2/Tools/audiopy/
Daudiopy116 btn.configure(state=DISABLED)
129 btn.configure(state=DISABLED)
142 btn.configure(state=DISABLED)
157 btn.configure(state=DISABLED)
178 btn.configure(state=DISABLED)
192 btn.configure(state=DISABLED)
206 btn.configure(state=DISABLED)
/external/clang/test/CodeGenObjC/
Darc-unsafeclaim.m13 …n10 -fobjc-runtime=macosx-10.10 -fobjc-arc -emit-llvm -o - %s | FileCheck %s -check-prefix=DISABLED
14 …8 -fobjc-arc -emit-llvm -o - %s | FileCheck %s -check-prefix=DISABLED -check-prefix=DISABLED-MARKED
37 // DISABLED-LABEL: define void @test_assign()
38 // DISABLED: [[T0:%.*]] = call [[A:.*]]* @makeA()
39 // DISABLED-MARKED-NEXT: call void asm sideeffect
40 // DISABLED-NEXT: [[T1:%.*]] = bitcast [[A]]* [[T0]] to i8*
41 // DISABLED-NEXT: [[T2:%.*]] = call i8* @objc_retainAutoreleasedReturnValue(i8* [[T1]])
/external/guava/guava/src/com/google/common/util/concurrent/
DCycleDetectingLockFactory.java235 DISABLED { enumConstant
262 return policy == Policies.DISABLED ? new ReentrantLock(fair) in newReentrantLock()
281 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair) in newReentrantReadWriteLock()
344 Policies.DISABLED, nodes.subList(i + 1, numKeys)); in createNodes()
449 return policy == Policies.DISABLED ? new ReentrantLock(fair) in newReentrantLock()
471 return policy == Policies.DISABLED ? new ReentrantReadWriteLock(fair) in newReentrantReadWriteLock()
/external/python/cpython2/Tools/webchecker/
Dwsgui.py111 state=DISABLED)
132 self.cancel_button.configure(state=DISABLED)
163 self.go_button.configure(state=DISABLED)
164 self.auto_button.configure(state=DISABLED)
Dwcgui.py132 state=DISABLED)
201 self.__start.config(state=DISABLED, relief=SUNKEN)
203 self.__step.config(state=DISABLED)
209 self.__stop.config(state=DISABLED, relief=SUNKEN)
213 self.__start.config(state=DISABLED)
214 self.__step.config(state=DISABLED, relief=SUNKEN)
225 self.__stop.config(state=DISABLED, relief=RAISED)
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py230 text.config(state=DISABLED)
322 command=self.GetNewKeys, state=DISABLED)
438 frameHelpListButtons, text='Edit', state=DISABLED,
444 frameHelpListButtons, text='Remove', state=DISABLED,
644 self.optMenuThemeCustom.config(state=DISABLED)
645 self.buttonDeleteCustomTheme.config(state=DISABLED)
647 self.optMenuThemeBuiltin.config(state=DISABLED)
655 self.optMenuKeysCustom.config(state=DISABLED)
656 self.buttonDeleteCustomKeys.config(state=DISABLED)
658 self.optMenuKeysBuiltin.config(state=DISABLED)
[all …]
/external/python/cpython3/Lib/idlelib/
Dconfigdialog.py232 text.config(state=DISABLED)
324 command=self.GetNewKeys, state=DISABLED)
429 frameHelpListButtons, text='Edit', state=DISABLED,
435 frameHelpListButtons, text='Remove', state=DISABLED,
646 self.optMenuThemeCustom.config(state=DISABLED)
647 self.buttonDeleteCustomTheme.config(state=DISABLED)
649 self.optMenuThemeBuiltin.config(state=DISABLED)
657 self.optMenuKeysCustom.config(state=DISABLED)
658 self.buttonDeleteCustomKeys.config(state=DISABLED)
660 self.optMenuKeysBuiltin.config(state=DISABLED)
[all …]
/external/annotation-tools/annotation-file-utilities/tests/abbreviated/
DMakefile23 DISABLED := $(shell grep -le "@skip-test" $(DIFFS)) macro
24 FILTERED := $(filter-out $(DISABLED),$(DIFFS))

12345