Searched defs:defaults (Results 1 - 25 of 73) sorted by relevance

123

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DColors.java24 public final static int[] defaults = field in class:Colors
/external/apache-http/src/org/apache/http/params/
H A DDefaultedHttpParams.java54 private final HttpParams defaults; field in class:DefaultedHttpParams
56 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) { argument
62 this.defaults = defaults;
70 return new DefaultedHttpParams(clone, this.defaults);
80 if (obj == null && this.defaults != null) {
81 obj = this.defaults.getParameter(name);
103 return this.defaults;
/external/apache-http/src/org/apache/http/protocol/
H A DDefaultedHttpContext.java52 private final HttpContext defaults; field in class:DefaultedHttpContext
54 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) { argument
60 this.defaults = defaults;
66 return this.defaults.getAttribute(id);
81 return this.defaults;
/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DCaliperConfigLoader.java36 * Loads caliper configuration files and, if necessary, creates new versions from the defaults.
48 ImmutableMap<String, String> defaults;
50 defaults = Util.loadProperties(
62 return new CaliperConfig(mergeProperties(options.configProperties(), user, defaults));
76 return new CaliperConfig(mergeProperties(options.configProperties(), user, defaults));
81 Map<String, String> defaults) {
82 Map<String, String> map = Maps.newHashMap(defaults);
79 mergeProperties(Map<String, String> commandLine, Map<String, String> user, Map<String, String> defaults) argument
/external/icu/icu4c/source/i18n/
H A Dnumber_grouping.cpp15 Grouper Grouper::defaults() { function in class:Grouper
H A Ddcfmtsym.cpp220 // Can't simpy check fSymbols because it is pre-populated with defaults.
323 // For consistency with Java, this method overwrites everything with the defaults unless
325 static const char* defaults[] = { "[:letter:]", "[:digit:]", " " }; local
330 beforeCurrency, UnicodeString(defaults[pattern], -1, US_INV));
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DParameter.java43 private final ImmutableList<String> defaults; field in class:Parameter
66 this.defaults = findDefaults(field);
67 validate(defaults);
95 ImmutableList<String> defaults() { method in class:Parameter
96 return defaults;
104 // already validated both defaults and command-line
/external/icu/android_icu4j/src/main/java/android/icu/number/
H A DGrouper.java42 public static Grouper defaults() { method in class:Grouper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DGrouper.java40 public static Grouper defaults() { method in class:Grouper
/external/selinux/python/sepolgen/src/sepolgen/
H A Dmodule.py37 from . import defaults namespace
79 fd.write("include " + defaults.refpolicy_makefile())
126 self.refpol_makefile = defaults.refpolicy_makefile()
/external/tensorflow/tensorflow/examples/get_started/regression/
H A Dimports85.py35 defaults = collections.OrderedDict([ variable
66 for key, value in defaults.items())
94 items = tf.decode_csv(line, list(defaults.values()))
97 pairs = zip(defaults.keys(), items)
/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/apache-xml/src/main/java/org/apache/xml/serializer/
H A DOutputPropertiesFactory.java240 * Creates an empty OutputProperties with the property key/value defaults specified by
250 * @return Properties object that holds the defaults for the given method.
343 * @param defaults Default properties, which may be null.
347 Properties defaults)
355 Properties props = new Properties(defaults);
385 if (defaults == null)
396 //"Could not load '"+resourceName+"' (check CLASSPATH), now using just the defaults ", ioe);
402 if (defaults == null)
413 //"Could not load '"+resourceName+"' (check CLASSPATH, applet security), now using just the defaults ", se);
345 loadPropertiesFile( final String resourceName, Properties defaults) argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp132 void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}} \ function in namespace:NonLocalLambdaInstantation
136 defaults<int>();
137 defaults<float>();
138 defaults<int*>(); // expected-note{{in instantiation of default function argument expression for 'defaults<int *>' required here}}
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py64 defaults = ('Other', 'Not_Applicable', 'No_Block') variable
65 for i,v in enumerate (defaults):
73 combined[u] = list (defaults)
173 d = data.get (u, defaults)
H A Dgen-use-table.py42 defaults = ('Other', 'Not_Applicable', 'Cn', 'No_Block') variable
45 data[0][0x034F] = defaults[0]
46 data[0][0x2060] = defaults[0]
47 data[0][0x20F0] = defaults[0]
49 data[0][u] = defaults[0]
52 for i,v in enumerate (defaults):
60 combined[u] = list (defaults)
349 defaults = ('O', 'No_Block') variable
394 d = data.get (u, defaults)
/external/libdrm/tests/modeprint/
H A Dmodeprint.c333 int defaults = 1; local
351 defaults = 0;
354 defaults = 0;
358 defaults = 0;
362 defaults = 0;
367 defaults = 0;
371 defaults = 0;
375 defaults = 0;
378 defaults = 0;
388 defaults
[all...]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DResName.java52 public static ResName qualifyResName(@Nonnull String possiblyQualifiedResourceName, ResName defaults) { argument
53 return qualifyResName(possiblyQualifiedResourceName, defaults.packageName, defaults.type);
/external/selinux/python/audit2allow/
H A Daudit2allow30 import sepolgen.defaults as defaults namespace
188 fn = defaults.interface_info()
203 fn = defaults.perm_map()
H A Daudit2why30 import sepolgen.defaults as defaults namespace
188 fn = defaults.interface_info()
203 fn = defaults.perm_map()
/external/swiftshader/src/Renderer/
H A DStream.hpp80 Stream &defaults() function in struct:sw::Stream
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dbootstrap.js184 this.options = $.extend({}, $.fn.button.defaults, options)
231 $.fn.button.defaults = {
388 , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
396 $.fn.carousel.defaults = {
447 this.options = $.extend({}, $.fn.collapse.defaults, options)
552 $.fn.collapse.defaults = {
859 , options = $.extend({}, $.fn.modal.defaults, $this.data(), typeof option == 'object' && option)
866 $.fn.modal.defaults = {
948 options = $.extend({}, $.fn[this.type].defaults, options, this.$element.data())
1153 $.fn.tooltip.defaults
[all...]
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h88 // Default instance of Options with all options set to defaults.
90 static Options defaults; local
91 return defaults;
/external/python/cpython2/Lib/
H A DConfigParser.py17 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(sel member in class:RawConfigParser
[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));
376 // We assume that all defaults are generics-safe, even if they aren't,
379 T defaultValue = (T) defaults.getInstance(type.getRawType());

Completed in 584 milliseconds

123