/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 104 """Return "" if PRINTER is enabled, otherwise " [disabled]".""" 108 return " [disabled]" 214 """Print the number of printers enabled/disabled. 299 state = "disabled" 302 # Print the total list of printers currently enabled/disabled.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 208 text.config(state=DISABLED) 285 command=self.GetNewKeys,state=DISABLED) 393 state=DISABLED,width=8,command=self.HelpListItemEdit) 397 state=DISABLED,width=8,command=self.HelpListItemRemove) 584 self.optMenuThemeCustom.config(state=DISABLED) 585 self.buttonDeleteCustomTheme.config(state=DISABLED) 587 self.optMenuThemeBuiltin.config(state=DISABLED) 595 self.optMenuKeysCustom.config(state=DISABLED) 596 self.buttonDeleteCustomKeys.config(state=DISABLED) 598 self.optMenuKeysBuiltin.config(state=DISABLED) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configDialog.py | 208 text.config(state=DISABLED) 285 command=self.GetNewKeys,state=DISABLED) 393 state=DISABLED,width=8,command=self.HelpListItemEdit) 397 state=DISABLED,width=8,command=self.HelpListItemRemove) 584 self.optMenuThemeCustom.config(state=DISABLED) 585 self.buttonDeleteCustomTheme.config(state=DISABLED) 587 self.optMenuThemeBuiltin.config(state=DISABLED) 595 self.optMenuKeysCustom.config(state=DISABLED) 596 self.buttonDeleteCustomKeys.config(state=DISABLED) 598 self.optMenuKeysBuiltin.config(state=DISABLED) [all...] |
/external/skia/src/core/ |
SkCanvas.cpp | [all...] |
/packages/services/Telephony/res/values/ |
strings.xml | 222 <!-- Call forwarding settings screen, setting summary text when Always forward is disabled --> 231 <!-- Call forwarding settings screen, setting summary text when forwarding when busy is disabled --> 242 <!-- Call forwarding settings screen, setting summary text when Forward when unanswered is disabled --> 253 <!-- Call forwarding settings screen, setting summary text when Forward when unreachable is disabled --> 254 <string name="sum_cfnrc_disabled">Disabled</string> [all...] |
/external/pcre/dist/sljit/ |
sljitLir.c | 860 /* If debug and verbose are disabled, all arguments are unused. */ 878 /* If debug and verbose are disabled, all arguments are unused. */ 909 /* If debug and verbose are disabled, all arguments are unused. */ 945 /* If debug and verbose are disabled, all arguments are unused. */ 974 /* If debug and verbose are disabled, all arguments are unused. */ 993 /* If debug and verbose are disabled, all arguments are unused. */ 1012 /* If debug and verbose are disabled, all arguments are unused. */ 1029 /* If debug and verbose are disabled, all arguments are unused. */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 42 self.assertEqual(self.widget.instate(['!disabled']), True) 44 # changing from !disabled to disabled 45 self.assertEqual(self.widget.state(['disabled']), ('!disabled', )) 47 self.assertEqual(self.widget.state(['disabled']), ()) 49 self.assertEqual(self.widget.state(['!disabled', 'active']), 50 ('!active', 'disabled')) 52 self.assertEqual(self.widget.state(['!disabled', 'active']), ()) 53 self.assertEqual(self.widget.state(['active', '!disabled']), ()) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/ |
test_widgets.py | 42 self.assertEqual(self.widget.instate(['!disabled']), True) 44 # changing from !disabled to disabled 45 self.assertEqual(self.widget.state(['disabled']), ('!disabled', )) 47 self.assertEqual(self.widget.state(['disabled']), ()) 49 self.assertEqual(self.widget.state(['!disabled', 'active']), 50 ('!active', 'disabled')) 52 self.assertEqual(self.widget.state(['!disabled', 'active']), ()) 53 self.assertEqual(self.widget.state(['active', '!disabled']), ()) [all...] |
/external/libxml2/ |
globals.c | 208 * Disabled by default 216 * Disabled by default. 233 * Disabled by default. 241 * Disabled by default. 250 * Disabled by default since this may not be safe for old classes of 271 * Disabled by default, this should be activated when using XPath since 354 * Disabled by default
|
/external/llvm/include/llvm/ExecutionEngine/ |
ExecutionEngine.h | 427 void DisableLazyCompilation(bool Disabled = true) { 428 CompilingLazily = !Disabled; 437 void DisableGVCompilation(bool Disabled = true) { 438 GVCompilationDisabled = Disabled; 447 void DisableSymbolSearching(bool Disabled = true) { 448 SymbolSearchingDisabled = Disabled; 457 /// disabled by default in Release. Use this method to override the default.
|
/external/llvm/test/CodeGen/AArch64/ |
aarch64-fix-cortex-a53-835769.ll | 15 ; RUN: llc < %s -mcpu=generic | FileCheck %s --check-prefix CHECK-BASIC-PASS-DISABLED 16 ; RUN: llc < %s -mcpu=cortex-a53 | FileCheck %s --check-prefix CHECK-BASIC-PASS-DISABLED 17 ; RUN: llc < %s -mcpu=cortex-a57 | FileCheck %s --check-prefix CHECK-BASIC-PASS-DISABLED 18 ; RUN: llc < %s -mcpu=cyclone | FileCheck %s --check-prefix CHECK-BASIC-PASS-DISABLED 37 ; CHECK-BASIC-PASS-DISABLED-LABEL: f_load_madd_64: 38 ; CHECK-BASIC-PASS-DISABLED: ldr 39 ; CHECK-BASIC-PASS-DISABLED-NEXT: madd
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_blorp.cpp | 169 * Since the VS is disabled, the clipper loads each VUE directly from 260 * Assign the entire URB to the VS. Even though the VS disabled, URB space 264 * This field is always used (even if VS Function Enable is DISABLED). 641 * be disabled. From page 10 of the Sandy Bridge PRM Volume 2 Part 1 644 * Either the CLIP unit should be DISABLED, or the CLIP unit's Clip 671 * RECTLIST: Viewport Mapping must be DISABLED (as is typical with the 714 /* Even when thread dispatch is disabled, max threads (dw5.25:31) must be [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
BaseGridView.java | 329 * disabled. Default value is 50. 401 * disabled. Default value is 50. 647 public final void setFocusSearchDisabled(boolean disabled) { 650 setDescendantFocusability(disabled ? FOCUS_BLOCK_DESCENDANTS: FOCUS_AFTER_DESCENDANTS); 651 mLayoutManager.setFocusSearchDisabled(disabled); 655 * Returns true if focus search is disabled. 663 * disabled.
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ManageApplications.java | 140 R.string.filter_apps_disabled, // Disabled 161 ApplicationsState.FILTER_DISABLED, // Disabled [all...] |
/device/generic/goldfish/camera/ |
EmulatedCamera.h | 150 * 0 if message(s) is (are) disabled, != 0 if enabled. 168 * 0 if preview is disabled, != 0 if enabled. 192 * 0 if recording is disabled, != 0 if enabled.
|
/external/antlr/antlr-3.4/runtime/Python/ |
pylintrc | 267 # given file (report R0402 must not be disabled) 271 # not be disabled) 275 # not be disabled)
|
/external/fio/tools/ |
genfio | 44 Disabled by default 46 Disabled by default 49 Disabled by default
|
/external/icu/icu4j/main/tests/testall/.settings/ |
org.eclipse.jdt.core.prefs | 2 org.eclipse.jdt.core.compiler.annotation.inheritNullAnnotations=disabled
7 org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
21 org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled
22 org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
34 org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled
42 org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled
68 org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
70 org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled
72 org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=disabled
86 org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled
[all...] |