Home
last modified time | relevance | path

Searched +defs:key +defs:default (Results 226 – 250 of 1673) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_all.py119 def put(self, key, data, flags=0, dlen=-1, doff=-1) : argument
135 def pget(self, key=None, data=None, flags=0) : argument
189 def get_both(self, key, value) : argument
265 def put(self, key, data, txn=None, flags=0, dlen=-1, doff=-1) : argument
278 def get_size(self, key) : argument
283 def exists(self, key, *args, **kwargs) : argument
288 def get(self, key, default="MagicCookie", txn=None, flags=0, dlen=-1, doff=-1) : argument
301 def pget(self, key, txn=None) : argument
313 def get_both(self, key, value, txn=None, flags=0) : argument
323 def delete(self, key, txn=None) : argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py75 def get_header(self, name, default=None): argument
78 def add_header(self, key, val): argument
194 def get(self, name, default=None, domain=None, path=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py75 def get_header(self, name, default=None): argument
78 def add_header(self, key, val): argument
194 def get(self, name, default=None, domain=None, path=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py75 def get_header(self, name, default=None): argument
78 def add_header(self, key, val): argument
194 def get(self, name, default=None, domain=None, path=None): argument
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dkgsearch.v1.json38 "default": "json", string
63 "key": { object
74 "default": "true", string
Ddiscovery.v1.json20 "default": "json", string
36 "key": { object
47 "default": "true", string
105 "default": "false", string
126 "default": "v1", string
169 "default": "discovery#directoryItem", string
202 "default": "discovery#directoryList", string
233 "default": { object
385 "default": "v1", string
428 "default": "discovery#restDescription", string
[all …]
Dwebfonts.v1.json39 "default": "json", string
64 "key": { object
75 "default": "true", string
Dplaycustomapp.v1.json48 "default": "json", string
73 "key": { object
84 "default": "true", string
Dcompute.alpha.json62 "default": "json", string
87 "key": { object
98 "default": "true", string
148 "default": "500", string
247 "default": "500", string
318 "default": "500", string
506 "default": "500", string
673 "default": "500", string
861 "default": "500", string
1304 "default": "500", string
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/
Dcookies.py75 def get_header(self, name, default=None): argument
78 def add_header(self, key, val): argument
194 def get(self, name, default=None, domain=None, path=None): argument
/aosp_15_r20/external/autotest/client/cros/
H A Dkernel_config.py35 def get(self, key, default): argument
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/
Dlib.rs250 key: usize, field
278 key: usize, field
372 key: usize, field
460 let key = inner.generation().pack(tid.pack(idx)); in vacant_entry() localVariable
766 fn default() -> Self { in default() method
787 pub fn key(&self) -> usize { in key() method
918 pub fn key(&self) -> usize { in key() method
929 pub fn key(&self) -> usize { in key() function
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
H A Dtfconfig_cluster_resolver.py42 def _get_value_in_tfconfig(key, default=None): argument
H A Dsagemaker_cluster_resolver.py74 def _get_value_in_tfconfig(key, port, default=None): argument
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dkeywords.gperf29 default, DEFAULT keyword
37 key, KEY keyword
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/instrumentation/device/command/
Dinstrumentation_command_builder.py49 def add_key_value_param(self, key, value): argument
132 def default(): member in InstrumentationTestCommandBuilder
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
214 def GetOption(self, configType, section, option, default=None, type=None, argument
769 def _warn(msg, *key):
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/well_known_types/
Dstruct_.rs45 fn default() -> &'a Struct { in default() method
84 let mut key = ::std::default::Default::default(); in merge_from() localVariable
192 fn default() -> &'a Value { in default() method
677 fn default() -> &'a ListValue { in default() method
831 fn default() -> Self { in default() method
/aosp_15_r20/external/python/cpython2/Lib/
Dargparse.py774 default=None, argument
816 default=None, argument
850 default=None, argument
872 default=False, argument
889 default=True, argument
908 default=None, argument
944 default=None, argument
969 default=None, argument
990 default=SUPPRESS, argument
1010 default=SUPPRESS, argument
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/
HDtools.lint-api.jar ... synthetic org.jetbrains.uast.UAnnotation fromPlatformAnnotation$default (com.android.tools.lint.client ...
/aosp_15_r20/external/python/mako/mako/
Druntime.py102 def __getitem__(self, key): argument
135 def get(self, key, default=None): argument
206 def __getattr__(self, key): argument
276 def __getattr__(self, key): argument
352 def __getattr__(self, key): argument
502 def get_cached(self, key, **kwargs): argument
543 def __getattr__(self, key): argument
625 def get(key): argument
632 def __getattr__(self, key): argument
691 def __getattr__(self, key): argument
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DFileDialog.py109 def go(self, dir_or_file=os.curdir, pattern="*", default="", key=None): argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dcommands.py49 def add_option(command, long_name, help_text, short_name=None, default=None, argument
88 def add_finalizer(command, key, func): argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
89 def add_finalizer(command, key, func): argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
89 def add_finalizer(command, key, func): argument

12345678910>>...67