HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 1 - 25 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh 10 echo $(defaults read "${PLIST}" "CFBundleName") > "${BUILT_PRODUCTS_DIR}/result"
14 echo $(defaults read "${PLIST}" "CFBundleName") \
  /external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java 47 private final HttpContext defaults; field in class:DefaultedHttpContext
49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
55 this.defaults = defaults;
61 return this.defaults.getAttribute(id);
76 return this.defaults;
  /external/apache-http/src/org/apache/http/params/
DefaultedHttpParams.java 49 private final HttpParams defaults; field in class:DefaultedHttpParams
51 public DefaultedHttpParams(final HttpParams local, final HttpParams defaults) {
57 this.defaults = defaults;
65 return new DefaultedHttpParams(clone, this.defaults);
75 if (obj == null && this.defaults != null) {
76 obj = this.defaults.getParameter(name);
98 return this.defaults;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
gonacl.py 7 webapp2.Route('/', webapp2.RedirectHandler, defaults={
  /external/skia/gm/
system_preferences_mac.mm 24 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
25 [defaults setInteger:MediumFontSmoothing forKey:@"AppleFontSmoothing"];
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
in_file_unittest.py 41 defaults = {
45 in_file = InFile(lines, defaults, None)
60 defaults = {
68 in_file = InFile(lines, defaults, default_parameters)
  /external/chromium_org/chrome/installer/mac/
keystone_install_test.sh 75 defaults write "${DEST}/Contents/Info" KSVersion 0
97 defaults write "${DEST}/Contents/Info" CFBundleShortVersionString 0
98 defaults write "${DEST}/Contents/Info" KSVersion 0
121 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
123 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
125 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" \
147 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
154 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
158 defaults write "${TEMPDIR}/${APPNAME}/Contents/Info" KSUpdateURL "http://foobar"
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
AppSettings.java 55 private static final AppSettings defaults = new AppSettings(false); field in class:AppSettings
127 defaults.put("Width", 640);
128 defaults.put("Height", 480);
129 defaults.put("BitsPerPixel", 24);
130 defaults.put("Frequency", 60);
131 defaults.put("DepthBits", 24);
132 defaults.put("StencilBits", 0);
133 defaults.put("Samples", 0);
134 defaults.put("Fullscreen", false);
135 defaults.put("Title", "jMonkey Engine 3.0")
    [all...]
  /bionic/libc/netbsd/net/
nsdispatch.c 112 const char *method, const ns_src defaults[], ...)
125 assert(defaults != NULL);
126 if (database == NULL || method == NULL || defaults == NULL)
129 srclist = defaults;
141 va_start(ap, defaults);
144 if (defaults[0].flags & NS_FORCEALL)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategyTest.java 101 XmlFormatPreferences.defaults());
105 XmlFormatPreferences prefs = XmlFormatPreferences.defaults();
134 XmlFormatPreferences prefs = XmlFormatPreferences.defaults();
205 XmlFormatPreferences.defaults());
228 XmlFormatPreferences.defaults());
232 XmlFormatPreferences prefs = XmlFormatPreferences.defaults();
261 XmlFormatPreferences prefs = XmlFormatPreferences.defaults();
333 XmlFormatPreferences.defaults());
  /external/chromium_org/build/mac/
make_more_helpers.sh 59 defaults write "${feature_info}" "CFBundleDisplayName" "${helper_feature}"
60 defaults write "${feature_info}" "CFBundleExecutable" "${helper_feature}"
62 cfbundleid="$(defaults read "${feature_info}" "CFBundleIdentifier")"
64 defaults write "${feature_info}" "CFBundleIdentifier" "${feature_cfbundleid}"
66 cfbundlename="$(defaults read "${feature_info}" "CFBundleName")"
68 defaults write "${feature_info}" "CFBundleName" "${feature_cfbundlename}"
70 # As usual, defaults might have put the plist into whatever format excites
74 # `defaults` also changes the file permissions, so make the file
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
model.js 26 // operator. In either case, clear the operand and the defaults.
32 // operator and operands used as defaults, or if there is no current
36 var operator = this.operator || this.defaults.operator;
37 var operand = this.operator ? this.operand : this.defaults.operand;
39 var defaults = {operator: operator, operand: this.operand};
40 return this.reset_({accumulator: result, defaults: defaults});
74 this.defaults = {operator: null, operand: null};
90 this.defaults = ifDefined(state && state.defaults, this.defaults)
    [all...]
  /external/dhcpcd/mk/
sys.mk 1 # Simple defaults
  /packages/apps/Email/tests/src/com/android/email/
NotificationControllerTest.java 82 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
84 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
95 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
97 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
111 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
113 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
124 assertFalse((n.defaults & Notification.DEFAULT_VIBRATE) != 0); // no vibe
126 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always set
140 assertTrue((n.defaults & Notification.DEFAULT_VIBRATE) != 0);
142 assertTrue((n.defaults & Notification.DEFAULT_LIGHTS) != 0); // always se
    [all...]
  /external/chromium_org/base/prefs/
pref_registry.h 36 // Gets the registered defaults.
37 scoped_refptr<PrefStore> defaults();
39 // Allows iteration over defaults.
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/
peerconnection.scons 25 'client/defaults.cc',
37 'client/defaults.cc',
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
templates.cpp 133 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
137 defaults<int>();
138 defaults<float>();
139 defaults<int*>(); // expected-note{{in instantiation of default function argument expression for 'defaults<int *>' required here}}
  /external/clang/test/Sema/
invalid-struct-init.c 6 expected-warning {{type specifier missing, defaults to 'int'}}
  /external/e2fsprogs/tests/
test_script.in 65 default_script=$SRCDIR/defaults/${test_base}_script
67 . $SRCDIR/defaults/${test_base}_script
  /external/e2fsprogs/misc/
mke2fs.conf 0 [defaults]
  /external/chromium_org/chrome/browser/ui/android/autofill/
autofill_dialog_controller_android.cc 243 const base::DictionaryValue* defaults = local
245 if (defaults) {
246 defaults->GetString(kLastUsedAccountName, &last_used_account_name);
247 defaults->GetBoolean(kLastUsedChoiceIsAutofill,
249 defaults->GetString(kLastUsedBillingAddressGuid, &last_used_billing);
250 defaults->GetString(kLastUsedShippingAddressGuid, &last_used_shipping);
251 defaults->GetString(kLastUsedCreditCardGuid, &last_used_credit_card);
390 base::DictionaryValue* defaults = updater.Get(); local
391 if (defaults) {
393 defaults->SetString(kLastUsedAccountName, last_used_account_name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 215 # error defaults not correct; you must hand modify boost/cstdint.hpp
254 # error defaults not correct; you must hand modify boost/cstdint.hpp
289 # error defaults not correct; you must hand modify boost/cstdint.hpp
303 # error defaults not correct; you must hand modify boost/cstdint.hpp
327 # error defaults not correct; you must hand modify boost/cstdint.hpp
472 # error defaults not correct; you must hand modify boost/cstdint.hpp
480 # error defaults not correct; you must hand modify boost/cstdint.hpp
488 # error defaults not correct; you must hand modify boost/cstdint.hpp
491 # error defaults not correct; you must hand modify boost/cstdint.hpp
  /bionic/libc/kernel/tools/
find_users.py 11 from defaults import *

Completed in 289 milliseconds

1 2 3 4 5 6 7 8 91011>>