HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 226 - 250 of 4933) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/volley/src/main/java/com/android/volley/toolbox/
JsonRequest.java 46 * Deprecated constructor for a JsonRequest which defaults to GET unless {@link #getPostBody()}
47 * or {@link #getPostParams()} is overridden (which defaults to POST).
  /libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 43 * {@code path.separator} system property, which defaults to {@code :}.
47 * defaults to {@code ":"} on Android
PathClassLoader.java 34 * defaults to {@code ":"} on Android
57 * defaults to {@code ":"} on Android
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
bz2_codec.py 20 errors defines the error handling to apply. It defaults to
38 errors defines the error handling to apply. It defaults to
zlib_codec.py 19 errors defines the error handling to apply. It defaults to
37 errors defines the error handling to apply. It defaults to
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
bz2_codec.py 20 errors defines the error handling to apply. It defaults to
38 errors defines the error handling to apply. It defaults to
zlib_codec.py 19 errors defines the error handling to apply. It defaults to
37 errors defines the error handling to apply. It defaults to
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 20 errors defines the error handling to apply. It defaults to
38 errors defines the error handling to apply. It defaults to
zlib_codec.py 19 errors defines the error handling to apply. It defaults to
37 errors defines the error handling to apply. It defaults to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
bz2_codec.py 20 errors defines the error handling to apply. It defaults to
38 errors defines the error handling to apply. It defaults to
zlib_codec.py 19 errors defines the error handling to apply. It defaults to
37 errors defines the error handling to apply. It defaults to
  /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/autotest/client/cros/cellular/mbim_compliance/
mbim_message.py 104 defaults = cls.get_defaults(get_all=True)
114 field_value = defaults.get(field_name, None)
179 # Append the current class fields, defaults to any base parent class
182 defaults = {}
187 defaults = getattr(base_class, '_CONSOLIDATED_DEFAULTS').copy()
191 defaults.update(attrs['_DEFAULTS'])
193 attrs['_CONSOLIDATED_DEFAULTS'] = defaults
258 the current substructure defaults in the nested message.
260 @param get_all: Whether to return the total struct defaults or sub
261 struct defaults
    [all...]
  /bionic/libc/dns/include/
resolv_params.h 28 /* Defaults used for initializing __res_params */
  /bionic/libm/include/amd64/machine/
fpu.h 38 * The i387 defaults to Intel extended precision mode and round to nearest,
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
fpu.h 38 * The i387 defaults to Intel extended precision mode and round to nearest,
  /external/autotest/client/cros/cellular/pseudomodem/
run_pseudomodem.py 20 # When run from the command line, override autotest logging defaults.
  /external/autotest/client/profilers/catprofile/
catprofile.py 4 Defaults options:
  /external/autotest/test_suites/
control.hotrod 25 # the bug filer will fallback to it's defaults.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/
test_regioninfo.py 56 defaults = {
75 endpoints = merge_endpoints(defaults, additions)
88 # Just the defaults.
105 # With defaults.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/echo/
README 31 Engine dev-appserver. The server defaults on port 8080.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/experimental/wsgi/
README 30 Engine dev-appserver. The server defaults on port 8080.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/hello/server/
README 31 Engine dev-appserver. The server defaults on port 8080.
  /external/clang/test/Modules/
objc-categories.m 43 [foo left_sub]; // expected-warning{{instance method '-left_sub' not found (return type defaults to 'id')}}
49 [p3 p3_method]; // expected-warning{{instance method '-p3_method' not found (return type defaults to 'id')}}
51 [p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults to 'id')}}
73 [p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults to 'id')}}
  /external/clang/test/Parser/
declarators.c 9 int f4(*XX)(void); /* expected-error {{cannot return}} expected-warning {{type specifier missing, defaults to 'int'}} */
64 static f; // expected-warning {{type specifier missing, defaults to 'int'}}
65 static g = 4; // expected-warning {{type specifier missing, defaults to 'int'}}
66 static h // expected-warning {{type specifier missing, defaults to 'int'}}

Completed in 925 milliseconds

1 2 3 4 5 6 7 8 91011>>