/external/ltp/testscripts/ |
ltp-aiodio.sh | 33 defaults:
|
/external/python/cpython2/Python/ |
symtable.c | 1007 if (s->v.FunctionDef.args->defaults) 1008 VISIT_SEQ(st, expr, s->v.FunctionDef.args->defaults); [all...] |
/external/r8/deps/ |
jopt-simple-4.6.jar | |
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |
/prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
NewProjectWizard.java | 167 activityValues.defaults.put("activityName", mValues.activityName);
|
/build/soong/cmd/multiproduct_kati/ |
main.go | 50 var outDir = flag.String("out", "", "path to store output directories (defaults to tmpdir under $OUT when empty)")
|
/build/soong/cmd/zip2zip/ |
zip2zip.go | 33 sortGlobs = flag.Bool("s", false, "sort matches from each glob (defaults to the order from the input zip file)")
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
Python-ast.h | 361 asdl_seq *defaults;
member in struct:_arguments 527 kwarg, asdl_seq * defaults, PyArena *arena);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
Python-ast.h | 361 asdl_seq *defaults;
member in struct:_arguments 527 kwarg, asdl_seq * defaults, PyArena *arena);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
config.py | 53 def fileConfig(fname, defaults=None, disable_existing_loggers=True):
64 cp = ConfigParser.ConfigParser(defaults)
361 The configurator base class which defines some useful defaults.
[all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
recognizers.rb | 147 defaults = {} 151 default and defaults[ name ] = default 155 # If no defaults, leave the initialize method the same as 158 unless defaults.empty? 160 "#{ name } = " << defaults.fetch( name, 'nil' ) [all...] |
/external/autotest/site_utils/ |
gs_offloader.py | [all...] |
/external/libpng/projects/owatcom/ |
pngconfig.mak | 102 defaults: .symbolic
|
/external/libvncserver/webclients/novnc/include/ |
display.js | 17 Display = function (defaults) { 37 Util.set_defaults(this, defaults, {
|
/external/llvm/utils/TableGen/ |
tdtags | 29 -f <file> Write tags to the specified file (defaults to 'tags').
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
blend_jit.cpp | 200 src[c] = BITCAST(VIMMED1((int)info.defaults[c]), mSimdFP32Ty); 213 src[info.swizzle[c]] = BITCAST(VIMMED1((int)info.defaults[info.swizzle[c]]), mSimdFP32Ty); 609 // apply defaults to hottile contents to take into account missing components 612 // Force defaults for unused 'X' components
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
_ast_util.py | 397 padding = [None] * (len(node.args) - len(node.defaults)) 398 for arg, default in zip(node.args, padding + node.defaults):
|
/external/openssh/contrib/suse/ |
openssh.spec | 11 # Allow the ability to override defaults with -D skip_xxx=1 240 %attr(0644,root,root) %config /usr/X11R6/lib/X11/app-defaults/SshAskpass
|
/external/python/cpython2/Include/ |
Python-ast.h | 361 asdl_seq *defaults; member in struct:_arguments 527 kwarg, asdl_seq * defaults, PyArena *arena);
|
/external/python/cpython2/Lib/logging/ |
config.py | 60 def fileConfig(fname, defaults=None, disable_existing_loggers=True): 71 cp = ConfigParser.ConfigParser(defaults) 352 The configurator base class which defines some useful defaults. [all...] |
/external/python/cpython2/PCbuild/ |
build.bat | 79 rem anyway for visibility so set defaults after this
|
/external/selinux/python/sepolgen/src/sepolgen/ |
refparser.py | 38 from . import defaults 1068 all_modules, support_macros = list_headers(defaults.headers())
|
/external/valgrind/cachegrind/ |
cg_annotate.in | 147 options for the user, with defaults in [ ], are: 285 # 1. If $a2->[$i] is undefined, it defaults to 0 which is what we want; we turn
|
/external/valgrind/massif/ |
ms_print.in | 72 options for the user, with defaults in [ ], are:
|