HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 151 - 175 of 627) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /external/v8/src/js/
i18n.js 276 // Provide defaults if matcher was not specified.
    [all...]
  /external/libxml2/
parser.c 1205 xmlDefAttrsPtr defaults; local
9657 xmlDefAttrsPtr defaults; local
    [all...]
  /bionic/libc/dns/resolv/
res_debug.c 981 goto defaults;
992 goto defaults;
1003 goto defaults;
1007 defaults:
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
route53 171 (args, varargs, varkw, defaults) = inspect.getargspec(cmd)
  /external/chromium-trace/catapult/third_party/webapp2/tests/
handler_test.py 138 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/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
ImageTextButton.java 52 defaults().space(3);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
ParticleEmittersTest.java 142 table.defaults().padTop(5).left();
ScrollPaneTest.java 63 table.pad(10).defaults().expandX().space(4);
ViewportTest1.java 57 root.debug().defaults().space(6);
  /external/libgdx/tests/gdx-tests-lwjgl3/src/com/badlogic/gdx/tests/lwjgl3/
Lwjgl3TestStarter.java 72 table.pad(10).defaults().expandX().space(tableSpace);
  /external/opencv3/3rdparty/jinja2/
parser.py 306 node.defaults = defaults = []
314 defaults.append(self.parse_expression())
324 node.defaults = []
    [all...]
  /frameworks/support/compat/api20/android/support/v4/app/
NotificationCompatApi20.java 58 .setDefaults(n.defaults)
  /frameworks/support/compat/api24/android/support/v4/app/
NotificationCompatApi24.java 74 .setDefaults(n.defaults)
  /frameworks/support/compat/kitkat/android/support/v4/app/
NotificationCompatKitKat.java 59 .setDefaults(n.defaults)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PropertiesTest.java 557 Properties defaults = new Properties(); local
559 defaults.setProperty(defaultKeys[index], defaultValues[index]);
565 Properties properties = new Properties(defaults);
587 defaults.setProperty(defaultKeys[index], defaultValues[index]);
    [all...]
  /prebuilts/gdb/darwin-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/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
  /build/core/
envsetup.mk 26 # The product defaults to generic on hardware
92 # the host build defaults to release, and it must be release or debug
204 # the target build type defaults to release
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
client.py 475 revoke_uri: string, URI for revoke endpoint. Defaults to None; a token
912 revoke_uri: string, URI for revoke endpoint. Defaults to None; a token
    [all...]
  /external/ImageMagick/www/api/
resize.php 274 <p>If an undefined filter is given the filter defaults to Mitchell for a colormapped image, a image with a matte channel, or if the image is enlarged. Otherwise the filter defaults to a Lanczos.</p>

Completed in 647 milliseconds

1 2 3 4 5 67 8 91011>>