/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | 2008-07-15-SmallSection.ll | 1 ; 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
|
D | 2008-07-16-SignExtInReg.ll | 1 ; DISABLED: llc < %s -march=mips -o %t 2 ; DISABLED: grep seh %t | count 1 3 ; DISABLED: grep seb %t | count 1
|
D | 2008-08-03-fabs64.ll | 1 ; 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/ |
D | 2008-07-15-SmallSection.ll | 1 ; 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
|
D | 2008-08-03-fabs64.ll | 1 ; 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/ |
D | a15-SD-dep.ll | 1 …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/ |
D | turtleDemo.py | 99 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/ |
D | lea-opt.ll | 2 …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/libchrome/base/trace_event/ |
D | heap_profiler.h | 46 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedTaskExecutionTracker() 55 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedTaskExecutionTracker() 71 AllocationContextTracker::CaptureMode::DISABLED)) { in HeapProfilerScopedIgnore() 80 AllocationContextTracker::CaptureMode::DISABLED)) { in ~HeapProfilerScopedIgnore()
|
D | heap_profiler_allocation_context_tracker.h | 28 DISABLED, // Don't capture anything enumerator 43 static_cast<int32_t>(CaptureMode::DISABLED)) in capture_mode() 44 return CaptureMode::DISABLED; in capture_mode()
|
D | heap_profiler_allocation_context_tracker.cc | 24 static_cast<int32_t>(AllocationContextTracker::CaptureMode::DISABLED); 93 if (name && capture_mode() != CaptureMode::DISABLED) { in SetCurrentThreadName() 102 if (mode != CaptureMode::DISABLED && !g_tls_alloc_ctx_tracker.initialized()) in SetCaptureMode() 190 case CaptureMode::DISABLED: in GetContextSnapshot()
|
/external/clang/test/Modules/ |
D | autolinkTBD.m | 3 …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"
|
D | autolink.m | 4 …%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/ |
D | statusPage.py | 38 DISABLED = -1 variable 117 return DISABLED 160 if self.initEnabled != DISABLED and enabled == DISABLED: 165 if self.initEnabled == DISABLED and enabled < 2:
|
/external/clang/tools/scan-build-py/tests/unit/ |
D | test_intercept.py | 65 DISABLED = 'disabled' 78 create_csrutil(tmpdir, DISABLED) 84 create_sestatus(tmpdir, DISABLED)
|
/external/python/cpython2/Tools/audiopy/ |
D | audiopy | 116 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/ |
D | arc-unsafeclaim.m | 13 …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/ |
D | CycleDetectingLockFactory.java | 235 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/ |
D | wsgui.py | 111 state=DISABLED) 132 self.cancel_button.configure(state=DISABLED) 163 self.go_button.configure(state=DISABLED) 164 self.auto_button.configure(state=DISABLED)
|
D | wcgui.py | 132 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/ |
D | configDialog.py | 230 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/curl/tests/data/ |
D | .gitignore | 1 DISABLED.local
|
/external/libchrome/base/profiler/ |
D | scoped_tracker.cc | 13 ScopedProfile::Mode g_scoped_profile_mode = ScopedProfile::DISABLED;
|
D | scoped_profile.cc | 16 if (mode == DISABLED) in ScopedProfile()
|
/external/python/cpython2/Tools/pynche/ |
D | ChipViewer.py | 45 relief=FLAT, justify=CENTER, state=DISABLED, 51 relief=FLAT, justify=CENTER, state=DISABLED,
|