HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 201 - 225 of 868) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/
ConfigParser.py 17 Intrinsic defaults can be specified by passing them into the
27 __init__(defaults=None)
28 create the parser and specify a dictionary of intrinsic defaults. The
52 The filename defaults to fp.name; it is only used in error
57 expanded in the return values, based on the defaults passed into the
60 contents override any pre-existing defaults.
232 def __init__(self, defaults=None, dict_type=_default_dict,
241 if defaults:
242 for key, value in defaults.items():
245 def defaults(self) member in class:RawConfigParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 17 Intrinsic defaults can be specified by passing them into the
27 __init__(defaults=None)
28 create the parser and specify a dictionary of intrinsic defaults. The
52 The filename defaults to fp.name; it is only used in error
57 expanded in the return values, based on the defaults passed into the
60 contents override any pre-existing defaults.
232 def __init__(self, defaults=None, dict_type=_default_dict,
241 if defaults:
242 for key, value in defaults.items():
245 def defaults(self) member in class:RawConfigParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 17 Intrinsic defaults can be specified by passing them into the
27 __init__(defaults=None)
28 create the parser and specify a dictionary of intrinsic defaults. The
52 The filename defaults to fp.name; it is only used in error
57 expanded in the return values, based on the defaults passed into the
60 contents override any pre-existing defaults.
232 def __init__(self, defaults=None, dict_type=_default_dict,
241 if defaults:
242 for key, value in defaults.items():
245 def defaults(self) member in class:RawConfigParser
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 63 /** Configured defaults for the parameters, by id */
64 public final Map<String, String> defaults = new HashMap<String, String>(); field in class:NewTemplateWizardState
  /external/selinux/python/sepolicy/sepolicy/
__init__.py 10 import sepolgen.defaults as defaults
715 fn = defaults.interface_info()
782 ifile = defaults.interface_info()
783 headers = defaults.headers()
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp     [all...]
  /build/soong/android/
hooks.go 27 // before the module has been split into architecture variants, and before defaults modules have
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /external/kmod/libkmod/python/kmod/
kmod.pyx 108 The 'quiet' option defaults to False; set to True to mimic the behavior
  /external/openssh/contrib/aix/
buildbff.sh 64 # Collect local configuration settings to override defaults
91 # Set privsep defaults if not defined
192 echo Creating configs from defaults if necessary.
  /external/python/cpython2/Lib/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /external/valgrind/perf/
vg_perf 62 options for the user, with defaults in [ ], are:
192 # Defaults.
vg_perf.in 62 options for the user, with defaults in [ ], are:
192 # Defaults.
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 1137 PrintAttributes defaults = capabilities.getDefaults(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
MobileSignalController.java 80 SubscriptionDefaults defaults, Looper receiverLooper) {
87 mDefaults = defaults;
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 229 for n in node.defaults:
271 for n in node.defaults:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 237 return sum(1 for d in self.defaults())
488 def defaults(self): member in class:SELinuxPolicy
  /bionic/libc/kernel/tools/
kernel.py 8 from defaults import *
  /external/boringssl/src/ssl/test/runner/
tls.go 99 // configuration; see the documentation of Config for the defaults.
170 // for the defaults.
  /external/curl/packages/vms/
generate_config_vms_h_curl.com 227 $! config_h.com finds that configure defaults to it being enabled so
324 $! configure defaults to USE_*, a real configure on VMS chooses different.
  /external/llvm/test/MC/AArch64/
arm64-branch-encoding.s 151 ; The immediate defaults to zero for DCPSn
  /external/ltp/testcases/kernel/fs/acl/
tacl_xattr.sh 96 mount -t ext3 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
108 mount -t ext2 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
547 # Test ACL_USER and ACL_GROUP defaults ACLs

Completed in 3717 milliseconds

1 2 3 4 5 6 7 891011>>