/aosp_15_r20/external/python/google-api-python-client/tests/data/ |
D | moderator.json | 101 "default": "moderator#profile" string 151 "default": "moderator#series" string 168 "items": { object 170 "items": { object 176 "default": "moderator#seriesList" string 248 "default": "moderator#submission" string 266 "items": { object 272 "items": { object 293 "items": { object 295 "items": { object [all …]
|
D | tasks.json | 25 "default": "json", string 52 "default": "true", string 107 "default": "tasks#task" string 155 "default": "tasks#taskList" string 175 "items": { object 178 "items": { object 185 "default": "tasks#taskLists" string 201 "items": { object 204 "items": { object 211 "default": "tasks#tasks" string
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-derive-0.12.4/src/field/ |
H A D | map.rs | 77 let items = lit.value(); in new() localVariable 78 let mut items = items.split(',').map(ToString::to_string); in new() localVariable 135 let default = quote!(#ty::default() as i32); in encode() localVariable 187 let default = quote!(#ty::default() as i32); in merge() localVariable 224 let default = quote!(#ty::default() as i32); in encoded_len() localVariable
|
/aosp_15_r20/external/googleapis/google/cloud/compute/v1/ |
H A D | compute.v1.json | 10 "default": "compute#acceleratorTypeList", string 17 "items": { object 20 "items": { object 137 "items": { object 162 "default": "compute#acceleratorType", string 247 "default": "compute#acceleratorTypeAggregatedList", string 254 "items": { object 375 "items": { object 394 "items": { object 407 "items": { object [all …]
|
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | translate.v2.json | 53 "default": "json", string 94 "default": "true", string 100 "default": "true", string 292 "items": { object 305 "items": { object 316 "items": { object 352 "items": { object 388 "items": { object 410 "items": { object
|
D | webfonts.v1.json | 39 "default": "json", string 75 "default": "true", string 169 "items": { object 176 "items": { object 192 "items": { object 194 "items": { object
|
D | sts.v1beta.json | 40 "default": "json", string 76 "default": "true", string 132 "items": { object 150 "items": { object 168 "items": { object 190 "items": { object 208 "items": { object 226 "items": { object 307 "items": { object
|
D | blogger.v3.json | 52 "default": "json", string 88 "default": "true", string 268 "default": "LIVE", string 1068 "default": "false", string 1082 "default": "PUBLISHED", string 1196 "default": "true", string 1306 "default": "true", string 1349 "default": "true", string 1367 "default": "PUBLISHED", string 1446 "default": "true", string [all …]
|
D | storage.v1.json | 45 "default": "json", string 72 "default": "true", string 581 "default": "1000", string 2330 "default": "1000", string 2912 "default": "1000", string 3103 "default": "250", string 3247 "items": { object 3279 "items": { object 3288 "items": { object 3295 "items": { object [all …]
|
D | run.v1beta1.json | 235 "default": "true", string 262 "default": "json", string 324 "items": { object 331 "items": { object 375 "default": { object 379 "items": { object 408 "items": { object 432 "items": { object 444 "items": { object 481 "items": { object [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | weakref.py | 148 def get(self, key, default=None): argument 163 def items(self): member in WeakValueDictionary 240 def setdefault(self, key, default=None): argument 390 def get(self, key, default=None): argument 407 def items(self): member in WeakKeyDictionary 480 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/external/rust/crates/openssl/src/x509/ |
D | extension.rs | 35 fn default() -> BasicConstraints { in default() method 106 fn default() -> KeyUsage { in default() method 233 items: Vec<String>, field 237 fn default() -> ExtendedKeyUsage { in default() method 337 fn default() -> SubjectKeyIdentifier { in default() method 376 fn default() -> AuthorityKeyIdentifier { in default() method 444 items: Vec<RustGeneralName>, field 448 fn default() -> SubjectAlternativeName { in default() method
|
/aosp_15_r20/external/python/apitools/samples/storage_sample/ |
D | storage_v1.json | 31 "default": "json", string 58 "default": "true", string 102 "items": { object 114 "items": { object 125 "items": { object 132 "items": { object 139 "items": { object 149 "items": { object 164 "default": "storage#bucket" string 173 "items": { object [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | ttk.py | 58 def _mapdict_values(items): argument 380 def lookup(self, style, option, state=None, default=None): argument 1218 def delete(self, *items): 1224 def detach(self, *items): 1400 def _selection(self, selop, items): argument 1407 def selection_set(self, *items): 1412 def selection_add(self, *items): 1417 def selection_remove(self, *items): 1422 def selection_toggle(self, *items): 1578 def __init__(self, master, variable, default=None, *values, **kwargs): argument [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | ttk.py | 75 def _mapdict_values(items): argument 407 def lookup(self, style, option, state=None, default=None): argument 1218 def delete(self, *items): 1224 def detach(self, *items): 1395 def selection(self, selop=None, items=None): argument 1402 def selection_set(self, items): argument 1407 def selection_add(self, items): argument 1412 def selection_remove(self, items): argument 1417 def selection_toggle(self, items): argument 1574 def __init__(self, master, variable, default=None, *values, **kwargs): argument [all …]
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | utils.py | 369 def get(self, key, default=None): argument 376 def setdefault(self, key, default=None): argument 457 def items(self): member in LRUCache 487 default=False, argument 595 def __init__(self, *items):
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | utils.py | 348 def get(self, key, default=None): argument 355 def setdefault(self, key, default=None): argument 444 def items(self): member in LRUCache 494 default=False): argument 577 def __init__(self, *items):
|
/aosp_15_r20/external/mbedtls/scripts/data_files/driver_jsons/ |
H A D | driver_opaque_schema.json | 25 "items": { object 28 "default": [] array 32 "items": [ array 44 "items": { object
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/data_files/driver_jsons/ |
H A D | driver_opaque_schema.json | 25 "items": { object 28 "default": [] array 32 "items": [ array 44 "items": { object
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | weakref.py | 194 def get(self, key, default=None): argument 209 def items(self): member in WeakValueDictionary 276 def setdefault(self, key, default=None): argument 451 def get(self, key, default=None): argument 461 def items(self): member in WeakKeyDictionary 507 def setdefault(self, key, default=None): argument
|