Home
last modified time | relevance | path

Searched refs:keys (Results 776 - 800 of 2916) sorted by relevance

1...<<31323334353637383940>>...117

/third_party/python/Lib/
H A Dnetrc.py178 for host in self.hosts.keys():
184 for macro in self.macros.keys():
H A Dshelve.py4 with dbm databases is that the values (not the keys!) in a shelf can
7 types, and objects containing lots of shared sub-objects. The keys
24 list = d.keys() # a list of all existing keys (slow!)
71 __iter__ = __len__ = __getitem__ = __setitem__ = __delitem__ = keys = closed
95 for k in self.dict.keys():
/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/
H A Drenderdoc_app.h299 // Sets which key or keys can be used to toggle focus between multiple windows
301 // If keys is NULL or num is 0, toggle keys will be disabled
302 typedef void(RENDERDOC_CC *pRENDERDOC_SetFocusToggleKeys)(RENDERDOC_InputButton *keys, int num);
304 // Sets which key or keys can be used to capture the next frame
306 // If keys is NULL or num is 0, captures keys will be disabled
307 typedef void(RENDERDOC_CC *pRENDERDOC_SetCaptureKeys)(RENDERDOC_InputButton *keys, int num);
/third_party/skia/tools/calmbench/
H A Dcalmbench.py116 parser.add_argument('--keys', type=str, default=[], nargs='+', help=BHELP)
201 if args.keys:
202 command += (['--keys'] + args.keys)
/third_party/typescript/tests/baselines/reference/
H A DmappedTypes2.js28 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>;
154 declare function pick<T, K extends keyof T>(obj: T, ...keys: K[]): Pick<T, K>;
H A DAPISample_jsdoc.js76 return Object.keys(annotations).length ? annotations : undefined;
177 return Object.keys(annotations).length ? annotations : undefined;
/third_party/skia/infra/bots/recipes/
H A Dperf_skottietrace.py110 keys = ['os', 'compiler', 'model', 'cpu_or_gpu', 'cpu_or_gpu_value', 'arch',
112 for k in keys:
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
H A Dperf_puppeteer_canvas_test.go137 keys := map[string]string{
144 perfObj, err := makePerfObj(someGitHash, someTaskID, someMachineID, keys)
/third_party/rust/crates/nom/tests/
H A Dini.rs38 let (i, keys) = keys_and_values(i)?; in category_and_keys()
39 Ok((i, (category, keys))) in category_and_keys()
/third_party/vk-gl-cts/scripts/build/
H A Dconfig.py191 keys = keyMap[self.version]
192 for root, name in keys:
/third_party/vk-gl-cts/scripts/ctsbuild/
H A Dconfig.py192 keys = keyMap[self.version]
193 for root, name in keys:
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp797 // Destroy timestamps and keys. in OnDestroyAnimationTrack()
892 const auto keys = ecs_->GetEntityManager().CreateReferenceCounted(); in CreateAnimationTrack() local
896 nameManager_->Set(keys, nameComponent); in CreateAnimationTrack()
898 animationOutputManager_->Create(keys); in CreateAnimationTrack()
899 auto keysHandle = animationOutputManager_->Write(keys); in CreateAnimationTrack()
916 trackHandle->data = keys; in CreateAnimationTrack()
1165 const auto keys = trackHandle->data; in SetKeyFrameData() local
1167 BASE_ASSERT(EntityUtil::IsValid(keys)); in SetKeyFrameData()
1198 auto keysHandle = animationOutputManager_->Write(keys); in SetKeyFrameData()
/third_party/EGL/api/
H A Dreg.py1142 if ('group' in proto.attrib.keys()):
1145 if (group not in self.groupdict.keys()):
1147 if (group not in badGroup.keys()):
1157 if ('group' in param.attrib.keys()):
1159 if (group not in self.groupdict.keys()):
1161 if (group not in badGroup.keys()):
1165 if (len(badGroup.keys()) > 0):
1167 for key in sorted(badGroup.keys()):
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java964 Enumeration keys = bundle.getKeys(); in TestJavaULocaleBundleLoading()
966 while(keys.hasMoreElements()){ in TestJavaULocaleBundleLoading()
967 logln("key: "+ keys.nextElement()); in TestJavaULocaleBundleLoading()
971 errln("Did not get the expected number of keys: got " + i + ", expected 4"); in TestJavaULocaleBundleLoading()
1001 * "an Enumeration of the keys contained in this ResourceBundle and its parent bundles."
1016 // TODO: Check for keys of alias resource items in TestICUGetKeysAtTopLevel()
1027 Set<String> keys = setFromEnumeration(tagged_array_in_Root_te.getKeys()); in TestICUGetKeysForResourceItem()
1028 assertTrue("tagged_array_in_Root_te.getKeys().contains(tag0)", keys.contains("tag0")); in TestICUGetKeysForResourceItem()
1029 assertTrue("tagged_array_in_Root_te.getKeys().contains(tag1)", keys.contains("tag1")); in TestICUGetKeysForResourceItem()
1030 assertFalse("tagged_array_in_Root_te.getKeys().contains(tag7)", keys in TestICUGetKeysForResourceItem()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java964 Enumeration keys = bundle.getKeys(); in TestJavaULocaleBundleLoading()
966 while(keys.hasMoreElements()){ in TestJavaULocaleBundleLoading()
967 logln("key: "+ keys.nextElement()); in TestJavaULocaleBundleLoading()
971 errln("Did not get the expected number of keys: got " + i + ", expected 4"); in TestJavaULocaleBundleLoading()
1001 * "an Enumeration of the keys contained in this ResourceBundle and its parent bundles."
1016 // TODO: Check for keys of alias resource items in TestICUGetKeysAtTopLevel()
1027 Set<String> keys = setFromEnumeration(tagged_array_in_Root_te.getKeys()); in TestICUGetKeysForResourceItem()
1028 assertTrue("tagged_array_in_Root_te.getKeys().contains(tag0)", keys.contains("tag0")); in TestICUGetKeysForResourceItem()
1029 assertTrue("tagged_array_in_Root_te.getKeys().contains(tag1)", keys.contains("tag1")); in TestICUGetKeysForResourceItem()
1030 assertFalse("tagged_array_in_Root_te.getKeys().contains(tag7)", keys in TestICUGetKeysForResourceItem()
[all...]
/third_party/jinja2/
H A Denvironment.py1440 keys = ctx.globals_keys - self.globals.keys()
1442 if keys:
1443 return self.make_module({k: ctx.parent[k] for k in keys})
1454 keys = ctx.globals_keys - self.globals.keys()
1456 if keys:
1457 return await self.make_module_async({k: ctx.parent[k] for k in keys})
/third_party/littlefs/scripts/
H A Dbench.py128 self.defines |= suite_defines_.keys()
130 self.defines |= defines_.keys()
135 for k in config.keys():
215 for k in config.keys():
731 if all(k in self.head or k in self.tail for k in row.keys()):
736 self.head.extend(row.keys() - (self.head + self.tail))
1044 else expected_case_perms.keys() if args.get('by_cases')
1045 else expected_suite_perms.keys() if args.get('by_suites')
/third_party/mesa3d/src/imagination/csbgen/
H A Dgen_pack_header.py195 return struct_name in self._structs.keys()
198 return enum_name in self._enums.keys()
303 if element.name in self._children.keys():
316 if element.name not in self._children.keys():
618 if element.name in self._children.keys():
740 length = max(dwords.keys()) + 1
966 if "default" in attrs.keys():
970 if "shift" in attrs.keys():
/third_party/openGLES/xml/
H A Dreg.py1133 if ('group' in proto.attrib.keys()):
1136 if (group not in self.groupdict.keys()):
1138 if (group not in badGroup.keys()):
1148 if ('group' in param.attrib.keys()):
1150 if (group not in self.groupdict.keys()):
1152 if (group not in badGroup.keys()):
1156 if (len(badGroup.keys()) > 0):
1158 for key in sorted(badGroup.keys()):
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py1144 if ('group' in proto.attrib.keys()):
1147 if (group not in self.groupdict.keys()):
1149 if (group not in badGroup.keys()):
1159 if ('group' in param.attrib.keys()):
1161 if (group not in self.groupdict.keys()):
1163 if (group not in badGroup.keys()):
1167 if (len(badGroup.keys()) > 0):
1169 for key in sorted(badGroup.keys()):
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py1153 if ('group' in proto.attrib.keys()):
1156 if (group not in self.groupdict.keys()):
1158 if (group not in badGroup.keys()):
1168 if ('group' in param.attrib.keys()):
1170 if (group not in self.groupdict.keys()):
1172 if (group not in badGroup.keys()):
1176 if (len(badGroup.keys()) > 0):
1178 for key in sorted(badGroup.keys()):
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c878 struct tls_random *keys) in tls_connection_get_random()
883 if (conn == NULL || conn->session == NULL || keys == NULL) in tls_connection_get_random()
886 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random()
888 keys->client_random = client.data; in tls_connection_get_random()
889 keys->server_random = server.data; in tls_connection_get_random()
890 keys->client_random_len = client.size; in tls_connection_get_random()
891 keys->server_random_len = client.size; in tls_connection_get_random()
877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c19 ikev2_free_keys(&data->keys); in ikev2_responder_deinit()
110 &data->keys); in ikev2_derive_keys()
550 &data->keys, 1, data->shared_secret, in ikev2_process_auth_secret()
579 "using shared keys"); in ikev2_process_auth_secret()
655 &data->keys, 1, hdr, pl->encrypted, in ikev2_process_sa_auth()
1002 &data->keys, 0, data->shared_secret, in ikev2_build_auth()
1117 &data->keys, 0, msg, plain, in ikev2_build_sa_init()
1159 &data->keys, 0, msg, plain, in ikev2_build_sa_auth()
1195 &data->keys, 0, msg, plain, in ikev2_build_notify()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c878 struct tls_random *keys) in tls_connection_get_random()
883 if (conn == NULL || conn->session == NULL || keys == NULL) in tls_connection_get_random()
886 os_memset(keys, 0, sizeof(*keys)); in tls_connection_get_random()
888 keys->client_random = client.data; in tls_connection_get_random()
889 keys->server_random = server.data; in tls_connection_get_random()
890 keys->client_random_len = client.size; in tls_connection_get_random()
891 keys->server_random_len = client.size; in tls_connection_get_random()
877 tls_connection_get_random(void *ssl_ctx, struct tls_connection *conn, struct tls_random *keys) tls_connection_get_random() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c19 ikev2_free_keys(&data->keys); in ikev2_responder_deinit()
110 &data->keys); in ikev2_derive_keys()
552 &data->keys, 1, data->shared_secret, in ikev2_process_auth_secret()
581 "using shared keys"); in ikev2_process_auth_secret()
657 &data->keys, 1, hdr, pl->encrypted, in ikev2_process_sa_auth()
1004 &data->keys, 0, data->shared_secret, in ikev2_build_auth()
1119 &data->keys, 0, msg, plain, in ikev2_build_sa_init()
1161 &data->keys, 0, msg, plain, in ikev2_build_sa_auth()
1197 &data->keys, 0, msg, plain, in ikev2_build_notify()

Completed in 30 milliseconds

1...<<31323334353637383940>>...117