Searched refs:defaults (Results 26 - 50 of 91) sorted by relevance

1234

/external/libpng/scripts/
H A Doptions.awk63 everything="" # do not override defaults
77 defaults[""] = "" # used for a defaulted value
443 defaults[$2] = deflt
837 deflt = defaults[i]
847 print " * default: ", defaults[i] deflt, "*/" >out
871 if (defaults[i] != "") {
876 print "# endif /* defaults */" >out
/external/selinux/policycoreutils/audit2allow/
H A Daudit2allow29 import sepolgen.defaults as defaults namespace
183 fn = defaults.interface_info()
198 fn = defaults.perm_map()
H A Daudit2why29 import sepolgen.defaults as defaults namespace
183 fn = defaults.interface_info()
198 fn = defaults.perm_map()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationUtils.java87 * @param defaults {@code non-null;} the defaults, itself as an annotation
90 public static Annotation makeAnnotationDefault(Annotation defaults) { argument
93 result.put(new NameValuePair(VALUE_STRING, new CstAnnotation(defaults)));
/external/v8/src/
H A Di18n.js277 // Provide defaults if matcher was not specified.
1430 function toDateTimeOptions(options, required, defaults) {
1450 if (needsDefault && (defaults === 'date' || defaults === 'all')) {
1465 if (needsDefault && (defaults === 'time' || defaults === 'all')) {
1911 function cachedOrNewService(service, locales, options, defaults) {
1912 var useOptions = (defaults === undefined) ? options : defaults;
1987 * If locale or options are omitted, defaults ar
[all...]
/external/chromium-trace/trace-viewer/third_party/webapp2/
H A Dwebapp2.py653 Route('/old-url', RedirectHandler, defaults={'_uri': '/new-url'}),
654 Route('/other-old-url', RedirectHandler, defaults={
866 defaults = None variable in class:Route
878 def __init__(self, template, handler=None, name=None, defaults=None,
927 :param defaults:
947 self.defaults = defaults or {}
986 args, kwargs = _get_route_variables(match, self.defaults.copy())
1024 value = kwargs.pop(name, self.defaults.get(name))
1041 return '<Route(%r, %r, name=%r, defaults
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java71 private final ClassToInstanceMap<Object> defaults = field in class:NullPointerTester
82 defaults.putInstance(type, checkNotNull(value));
387 // We assume that all defaults are generics-safe, even if they aren't,
390 T defaultValue = (T) defaults.getInstance(type.getRawType());
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb10 Subclasses can override the record() method (which defaults to printing to
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
H A Drouting_test.py108 defaults={'month': 10})
113 defaults={'year': 1900})
206 "<Route('/<foo>', None, name=None, defaults={}, build_only=False)>")
207 self.assertEqual(Route(r'/<foo>', None, name='bar', defaults={'baz': 'ding'}, build_only=True).__repr__(),
208 "<Route('/<foo>', None, name='bar', defaults={'baz': 'ding'}, build_only=True)>")
211 "<Route('/<foo>', None, name=None, defaults={}, build_only=False)>")
212 self.assertEqual(str(Route(r'/<foo>', None, name='bar', defaults={'baz': 'ding'}, build_only=True)),
213 "<Route('/<foo>', None, name='bar', defaults={'baz': 'ding'}, build_only=True)>")
220 self.assertEqual(router.__repr__(), "<Router([<Route('/world', None, name=None, defaults={}, build_only=False)>, <Route('/hello', None, name='hello', defaults
[all...]
H A Dextras_routes_test.py18 RedirectRoute('/redirect-me-easily2', redirect_to='/i-was-redirected-easily', defaults={'_code': 302}),
19 RedirectRoute('/redirect-me-easily3', redirect_to='/i-was-redirected-easily', defaults={'_permanent': False}),
H A Dhandler_test.py138 webapp2.Route('/redirect-me', webapp2.RedirectHandler, defaults={'_uri': '/broken'}),
139 webapp2.Route('/redirect-me2', webapp2.RedirectHandler, defaults={'_uri': get_redirect_url}),
140 webapp2.Route('/redirect-me3', webapp2.RedirectHandler, defaults={'_uri': '/broken', '_permanent': False}),
141 webapp2.Route('/redirect-me4', webapp2.RedirectHandler, defaults={'_uri': get_redirect_url, '_permanent': False}),
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DOutputProperties.java43 * its "defaults"; this second property list is searched if the property key
62 * Creates an empty OutputProperties with the specified defaults.
64 * @param defaults the defaults.
66 public OutputProperties(Properties defaults) argument
68 m_properties = new Properties(defaults);
72 * Creates an empty OutputProperties with the defaults specified by
147 * and its defaults, recursively, are then checked. The method returns
161 * and its defaults, recursively, are then checked. The method returns
202 * and its defaults, recursivel
[all...]
/external/compiler-rt/make/platform/
H A Dclang_linux.mk10 # than the compiler defaults (because there is no generalized way to invoke
/external/skia/src/core/
H A DSkTypeface.cpp87 SK_DECLARE_STATIC_LAZY_PTR_ARRAY(SkTypeface, defaults, 4,
92 return defaults[style];
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-diff.c985 static const char *defaults[] = { local
996 defaults[1] = argv[0];
1003 defaults[0] = "perf.data.host";
1004 defaults[1] = "perf.data.guest";
1017 d->file = use_default ? defaults[i] : argv[i];
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A D__init__.py10 import sepolgen.defaults as defaults namespace
410 fn = defaults.interface_info()
472 ifile = defaults.interface_info()
473 headers = defaults.headers()
/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh332 const DefaultUVS &defaults = base+defaultUVS; local
333 i = defaults.bsearch (codepoint);
/external/valgrind/cachegrind/
H A Dcg_diff.in48 options for the user, with defaults in [ ], are:
121 # 1. If $a2->[$i] is undefined, it defaults to 0 which is what we want; we turn
/external/libxml2/
H A Dparser.c1196 xmlDefAttrsPtr defaults; local
1231 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix);
1232 if (defaults == NULL) {
1233 defaults = (xmlDefAttrsPtr) xmlMalloc(sizeof(xmlDefAttrs) +
1235 if (defaults == NULL)
1237 defaults->nbAttrs = 0;
1238 defaults->maxAttrs = 4;
1240 defaults, NULL) < 0) {
1241 xmlFree(defaults);
1244 } else if (defaults
9572 xmlDefAttrsPtr defaults; local
[all...]
/external/openssh/contrib/cygwin/
H A DMakefile12 defaultsdir=$(sysconfdir)/defaults/etc
/external/valgrind/gdbserver_tests/
H A Dmchelp.stdoutB.exp31 * = defaults
90 * = defaults
/external/openssh/contrib/aix/
H A Dbuildbff.sh64 # Collect local configuration settings to override defaults
91 # Set privsep defaults if not defined
192 echo Creating configs from defaults if necessary.
/external/selinux/sepolgen/src/sepolgen/
H A Drefparser.py39 import defaults namespace
1057 all_modules, support_macros = list_headers(defaults.headers())
/external/valgrind/perf/
H A Dvg_perf.in62 options for the user, with defaults in [ ], are:
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s151 ; The immediate defaults to zero for DCPSn

Completed in 6475 milliseconds

1234