Home
last modified time | relevance | path

Searched refs:disabled (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/external/opencv3/samples/winrt/JavaScript/js/
DAdvancedCapture.js29 id("btnStartDevice").disabled = false;
31 id("btnStartPreview").disabled = true;
32 id("videoEffect").disabled = true;
68 id("btnStartPreview").disabled = false;
69 id("btnStartDevice").disabled = true;
76 id("btnStartPreview").disabled = true;
77 id("videoEffect").disabled = false;
111 cameraSelect.disabled = true;
113 id("btnStartDevice").disabled = true;
126 id("btnStartDevice").disabled = false;
[all …]
/external/proguard/src/proguard/optimize/
DOptimizer.java1006 …alized classes: " + classMarkingFinalCount + disabled(classMarkingFinal… in execute()
1007 …oxed enum classes: " + classUnboxingEnumCount + disabled(classUnboxingEnum… in execute()
1008 …tically merged classes: " + classMergingVerticalCount + disabled(classMergingVerti… in execute()
1009 …izontally merged classes: " + classMergingHorizontalCount + disabled(classMergingHoriz… in execute()
1010 …oved write-only fields: " + fieldRemovalWriteonlyCount + disabled(fieldRemovalWrite… in execute()
1011 …vatized fields: " + fieldMarkingPrivateCount + disabled(fieldMarkingPriva… in execute()
1012 …ined constant fields: " + fieldPropagationValueCount + disabled(fieldPropagationV… in execute()
1013 …vatized methods: " + methodMarkingPrivateCount + disabled(methodMarkingPriv… in execute()
1014 …ticized methods: " + methodMarkingStaticCount + disabled(methodMarkingStat… in execute()
1015 …alized methods: " + methodMarkingFinalCount + disabled(methodMarkingFina… in execute()
[all …]
/external/compiler-rt/lib/asan/
Dasan_activation.cc107 AllocatorOptions disabled = asan_deactivated_flags.allocator_options; in AsanDeactivate() local
108 disabled.quarantine_size_mb = 0; in AsanDeactivate()
109 disabled.min_redzone = 16; // Redzone must be at least 16 bytes long. in AsanDeactivate()
110 disabled.max_redzone = 16; in AsanDeactivate()
111 disabled.alloc_dealloc_mismatch = false; in AsanDeactivate()
112 disabled.may_return_null = true; in AsanDeactivate()
113 ReInitializeAllocator(disabled); in AsanDeactivate()
/external/llvm/test/Transforms/LoopVectorize/X86/
Dmetadata-enable.ll14 ; vectorization is disabled.
122 ; O1-LABEL: @disabled(
125 ; O2-LABEL: @disabled(
128 ; O3-LABEL: @disabled(
131 ; O3DIS-LABEL: @disabled(
134 ; Os-LABEL: @disabled(
137 ; Oz-LABEL: @disabled(
140 ; O1VEC-LABEL: @disabled(
143 ; OzVEC-LABEL: @disabled(
146 ; O1VEC2-LABEL: @disabled(
[all …]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
19 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
30 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
54 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
55 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
78 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/.settings/
Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
19 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
24 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
30 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
54 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
55 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
78 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
/external/chromium-trace/catapult/third_party/polymer/components/core-icon-button/
Dcore-icon-button.css25 :host([disabled]) {
34 :host(:hover:not([disabled])) {
38 :host(.selected:not([disabled])) {
43 :host(:active:not([disabled]), .selected:active:not([disabled])) {
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
Dcore-focusable.js53 disabled: {value: false, reflect: true}, property
77 disabled: '_disabledChanged' property
81 if (this.disabled) {
/external/opencv3/cmake/
DOpenCVDetectVTK.cmake21 …message(STATUS "VTK support is disabled. VTK ver. 5.8.0 is minimum required, but found VTK ver. ${…
28 …message(STATUS "VTK support is disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.${VTK_…
34 …message(STATUS "VTK support is disabled. Possible incompatible combination: OpenCV+Qt5, and VTK ve…
42 …message(STATUS "VTK support is disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.${VTK_…
47 …message(STATUS "VTK support is disabled. Incompatible combination: OpenCV + Qt4 and VTK ver.${VTK_…
/external/guava/guava-tests/test/com/google/common/base/
DFinalizableReferenceQueueClassLoaderUnloadingTest.java103 Field disabled = sepFrqSystemLoaderC.getDeclaredField("disabled"); in useFrqInSeparateLoader() local
104 disabled.setAccessible(true); in useFrqInSeparateLoader()
105 disabled.set(null, true); in useFrqInSeparateLoader()
215 Field disabled = sepFrqSystemLoaderC.getDeclaredField("disabled"); in doTestUnloadableInStaticFieldIfClosed() local
216 disabled.setAccessible(true); in doTestUnloadableInStaticFieldIfClosed()
217 disabled.set(null, true); in doTestUnloadableInStaticFieldIfClosed()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
22 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
50 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
52 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
65 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
72 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
73 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/.settings/
Dorg.eclipse.jdt.core.prefs16 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
17 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
22 org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled
50 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
52 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
65 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
72 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
73 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
/external/eclipse-windowbuilder/propertysheet/.settings/
Dorg.eclipse.jdt.core.prefs5 org.eclipse.jdt.core.compiler.annotation.nonnullisdefault=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
65 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
67 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
71 org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=disabled
82 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
89 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled
90 org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
/external/opencv3/modules/highgui/src/files_Qt/
Dstylesheet_trackbar.qss44 QSlider::sub-page:horizontal:disabled {
49 QSlider::add-page:horizontal:disabled {
54 QSlider::handle:horizontal:disabled {
/external/clang/test/SemaObjC/
Dno-objc-exceptions.m4 @throw @"Hello"; // expected-error {{cannot use '@throw' with Objective-C exceptions disabled}}
8 @try { // expected-error {{cannot use '@try' with Objective-C exceptions disabled}}
/external/autotest/frontend/client/src/autotest/public/
Dstandard.css87 .gwt-ToggleButton-up-disabled,
90 .gwt-ToggleButton-down-disabled {
107 .gwt-ToggleButton-up-disabled {
125 .gwt-ToggleButton-down-disabled {
/external/bison/djgpp/
Dconfig.bat39 set DEPENDENCY_TRACKING=disabled
40 if not "%DEPENDENCY_TRACKING%" == "disabled" goto SmallEnv
41 set LIBICONV_PREFIX=disabled
42 if not "%LIBICONV_PREFIX%" == "disabled" goto SmallEnv
43 set LIBINTL_PREFIX=disabled
44 if not "%LIBINTL_PREFIX%" == "disabled" goto SmallEnv
61 if "%1" == "no-nls" set NLS=disabled
62 if "%1" == "no-NLS" set NLS=disabled
63 if "%1" == "NO-NLS" set NLS=disabled
64 if not "%NLS%" == "disabled" goto SmallEnv
[all …]
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst21 D3D11: seems always disabled
36 D3D11: seems always disabled
173 If any bit is set, then point_smooth MUST be disabled (there are no
207 disabled. If it is disabled, point sprite coordinates are not
242 disabled and the depth value will be clamped at the per-pixel level, after
247 clipping half-space k is enabled, if it is clear, it is disabled.
252 clip distance is written count as disabled; i.e. user clip planes and
/external/libpng/scripts/
Dpnglibconf.dfa32 # option <name> [requires ...] [if ...] [enables ...] [disabled]
35 # chunk <name> [requires ...] [enables ...] [disabled]
170 # experimental options must be disabled before they are defined in this file!)
202 option SET_OPTION disabled
227 option ARM_NEON_API disabled requires ALIGNED_MEMORY enables SET_OPTION,
229 option ARM_NEON_CHECK disabled requires ALIGNED_MEMORY,
278 # is required at all - hence the use of a 'disabled', not a 'requires'.
282 option WRITE_INT_FUNCTIONS disabled
288 # ERROR_NUMBERS: unimplemented feature, therefore disabled
305 option ERROR_NUMBERS disabled
[all …]
/external/curl/src/
Dtool_getpass.c229 bool disabled; in getpass_r() local
234 disabled = ttyecho(FALSE, fd); /* disable terminal echo */ in getpass_r()
243 if(disabled) { in getpass_r()
/external/libvncserver/webclients/novnc/include/
Dui.js122 $D('noVNC_clip').disabled = true;
426 $D('noVNC_cursor').disabled = true;
588 $D('noVNC_encrypt').disabled = connected;
589 $D('noVNC_true_color').disabled = connected;
592 $D('noVNC_cursor').disabled = connected;
595 $D('noVNC_cursor').disabled = true;
597 $D('noVNC_shared').disabled = connected;
598 $D('noVNC_view_only').disabled = connected;
599 $D('noVNC_path').disabled = connected;
600 $D('noVNC_repeaterID').disabled = connected;
/external/boringssl/src/crypto/x509v3/
DCMakeLists.txt8 # v3_addr.c - disabled by upstream by default.
9 # v3_asid.c - disabled by upstream by default.
/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc273 (*mdp_iter)->disabled = true; in UnregisterDumpProviderInternal()
416 if (!mdpinfo->disabled) { in ContinueAsyncProcessDump()
418 mdpinfo->disabled = true; in ContinueAsyncProcessDump()
424 mdpinfo->disabled = true; in ContinueAsyncProcessDump()
427 should_dump = !mdpinfo->disabled; in ContinueAsyncProcessDump()
621 disabled(false) {} in MemoryDumpProviderInfo()
/external/libvpx/libvpx/build/make/
Drtcd.pl14 my %disabled = ();
19 $disabled{$1} = 1, next if /--disable-(.*)/;
193 foreach (@_) { push @filtered, $_ unless $disabled{$_}; }
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_shader.h90 uint8_t disabled; member
127 uint8_t disabled,

12345678910>>...34