Home
last modified time | relevance | path

Searched refs:keys (Results 426 - 450 of 2889) sorted by relevance

1...<<11121314151617181920>>...116

/third_party/node/test/fixtures/wpt/WebCryptoAPI/digest/
H A Ddigest.https.any.js47 Object.keys(sourceData).forEach(function(size) {
48 Object.keys(digestedData).forEach(function(alg) {
104 Object.keys(sourceData).forEach(function(size) {
/third_party/node/deps/npm/node_modules/chalk/source/vendor/ansi-styles/
H A Dindex.js68 export const modifierNames = Object.keys(styles.modifier);
69 export const foregroundColorNames = Object.keys(styles.color);
70 export const backgroundColorNames = Object.keys(styles.bgColor);
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/
H A Dindex.js91 for (const name of Object.keys(headers)) {
138 function omit(obj, ...keys) {
142 if (!keys.includes(key)) {
/third_party/node/deps/npm/node_modules/ansi-styles/
H A Dindex.js68 export const modifierNames = Object.keys(styles.modifier);
69 export const foregroundColorNames = Object.keys(styles.color);
70 export const backgroundColorNames = Object.keys(styles.bgColor);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-reflect.cc8 #include "src/objects/keys.h"
88 Handle<FixedArray> keys; in BUILTIN() local
90 isolate, keys, in BUILTIN()
94 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
/third_party/node/deps/v8/src/runtime/
H A Druntime-forin.cc13 #include "src/objects/keys.h"
34 Handle<FixedArray> keys; in Enumerate() local
36 isolate, keys, in Enumerate()
42 if (!accumulator.is_receiver_simple_enum()) return keys; in Enumerate()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DfixupRef.py64 logDiag(specFile + ': found', len(pageMap.keys()), 'potential pages')
82 for name in pageMap.keys():
136 if line in actions.keys():
163 #for line in sorted(actions.keys()):
/third_party/skia/experimental/docs/
H A DinterpolatorFunctions.js22 var curveKey = Object.keys(path[cIndex])[0];
69 var curve0Key = Object.keys(curves0[cIndex])[0];
70 var curve1Key = Object.keys(curves1[cIndex])[0];
/third_party/skia/include/gpu/
H A DGrRecordingContext.h219 void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const;
232 void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const {} in dumpKeyValuePairs() argument
239 void dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) const;
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences.cpp562 int PreferencesProxy::UnRegisteredAllObservers(RegisterMode mode, const std::vector<std::string> &keys) in UnRegisteredAllObservers() argument
565 return UnRegisteredDataObserver(keys, nullptr); in UnRegisteredAllObservers()
597 std::make_shared<ParamTypeError>("The keys must be Array.")); in RegisterDataObserver()
599 std::vector<std::string> keys; in RegisterDataObserver() local
600 int errCode = JSUtils::Convert2NativeValue(env, argv[1], keys); in RegisterDataObserver()
601 PRE_NAPI_ASSERT(env, errCode == napi_ok && !keys.empty(), in RegisterDataObserver()
602 std::make_shared<ParamTypeError>("The keys must be Array<string>.")); in RegisterDataObserver()
611 errCode = obj->RegisteredDataObserver(keys, argv[funcIndex]); in RegisterDataObserver()
616 int PreferencesProxy::RegisteredDataObserver(const std::vector<std::string> &keys, napi_value callback) in RegisteredDataObserver() argument
627 int errCode = instance->RegisterDataObserver(observer, keys); in RegisteredDataObserver()
644 std::vector<std::string> keys; UnRegisterDataObserver() local
668 UnRegisteredDataObserver(const std::vector<std::string> &keys, napi_value callback) UnRegisteredDataObserver() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundleReader.java1150 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache
1190 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level
1200 keys = new int[length]; in Level()
1206 int k = keys[index]; in get()
1221 int k = keys[index]; in putIfAbsent()
1230 keys[index] = key; in putIfAbsent()
1238 level.keys[i] = k; in putIfAbsent()
1240 keys[index] = 0; in putIfAbsent()
1300 return Arrays.binarySearch(keys, 0, length, key); in findSimple()
1336 System.arraycopy(keys, inde in putIfAbsent()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUResourceBundleReader.java1152 private int[] keys = new int[SIMPLE_LENGTH]; field in ICUResourceBundleReader.ResourceCache
1192 int[] keys; field in ICUResourceBundleReader.ResourceCache.Level
1202 keys = new int[length]; in Level()
1208 int k = keys[index]; in get()
1223 int k = keys[index]; in putIfAbsent()
1232 keys[index] = key; in putIfAbsent()
1240 level.keys[i] = k; in putIfAbsent()
1242 keys[index] = 0; in putIfAbsent()
1302 return Arrays.binarySearch(keys, 0, length, key); in findSimple()
1338 System.arraycopy(keys, inde in putIfAbsent()
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp618 // After the mapping, negative key indexes are used for shared pool bundle keys. in write16()
871 * If there are no local keys, then use the whole 16-bit space in write()
1262 /* overflow - resize the keys buffer */ in addKeyBytes()
1285 /* no error: the root table and array items have no keys */ in addTag()
1323 /* compare keys in reverse character order */ in compareKeySuffixes()
1335 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1363 char *keys; in compactKeys() local
1366 // Except for pool bundles, keys might not be used. in compactKeys()
1367 // Do not add unused keys t in compactKeys()
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp618 // After the mapping, negative key indexes are used for shared pool bundle keys. in write16()
871 * If there are no local keys, then use the whole 16-bit space in write()
1262 /* overflow - resize the keys buffer */ in addKeyBytes()
1285 /* no error: the root table and array items have no keys */ in addTag()
1323 /* compare keys in reverse character order */ in compareKeySuffixes()
1335 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1363 char *keys; in compactKeys() local
1366 // Except for pool bundles, keys might not be used. in compactKeys()
1367 // Do not add unused keys t in compactKeys()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp618 // After the mapping, negative key indexes are used for shared pool bundle keys. in write16()
871 * If there are no local keys, then use the whole 16-bit space in write()
1270 /* overflow - resize the keys buffer */ in addKeyBytes()
1293 /* no error: the root table and array items have no keys */ in addTag()
1331 /* compare keys in reverse character order */ in compareKeySuffixes()
1343 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */ in compareKeySuffixes()
1371 char *keys; in compactKeys() local
1374 // Except for pool bundles, keys might not be used. in compactKeys()
1375 // Do not add unused keys t in compactKeys()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp324 const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) in DeleteBatch()
328 for (int cnt = 0; cnt < static_cast<int>(keys.size()); cnt = cnt + 128) { // 128 is the max records of deleteBatch. in DeleteBatch()
329 auto last = std::min(static_cast<int>(keys.size()), cnt + 128); // 128 is the max records of deleteBatch. in DeleteBatch()
330 std::vector<DistributedDB::Key> keysBatch(keys.begin() + cnt, keys.begin() + last); in DeleteBatch()
346 for (const auto &iter : keys) { in DeleteBatch()
415 const std::vector<DistributedDB::Key> &keys) in DeleteLocalBatch()
421 for (const auto &iter : keys) { in DeleteLocalBatch()
424 if (cnt % BATCH_RECORDS == 0 || cnt == static_cast<int>(keys.size())) { in DeleteLocalBatch()
435 for (auto key : keys) { in DeleteLocalBatch()
323 DeleteBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) DeleteBatch() argument
414 DeleteLocalBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Key> &keys) DeleteLocalBatch() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp271 std::vector<Key> keys; in HWTEST_F() local
279 keys.push_back(entry.key); in HWTEST_F()
286 for (size_t i = 0; i < keys.size(); i++) { in HWTEST_F()
288 EXPECT_EQ(g_kvNbDelegatePtr->Get(keys[i], value), OK); in HWTEST_F()
533 std::vector<Key> keys; in HWTEST_F() local
539 keys.push_back(entry.key); in HWTEST_F()
547 for (size_t i = 0; i < keys.size(); i++) { in HWTEST_F()
549 EXPECT_EQ(g_kvNbDelegatePtr->Delete(keys[i]), OK); in HWTEST_F()
550 EXPECT_EQ(g_kvNbDelegatePtr->Get(keys[i], value), NOT_FOUND); in HWTEST_F()
553 EXPECT_EQ(g_kvNbDelegatePtr->Get(keys[ in HWTEST_F()
[all...]
/third_party/node/lib/
H A Dassert.js603 constructor(obj, keys, actual) {
604 for (const key of keys) {
619 function compareExceptionKey(actual, expected, key, message, keys, fn) {
623 const a = new Comparison(actual, keys);
624 const b = new Comparison(expected, keys, actual);
677 const keys = ObjectKeys(expected);
681 ArrayPrototypePush(keys, 'name', 'message');
682 } else if (keys.length === 0) {
687 for (const key of keys) {
693 compareExceptionKey(actual, expected, key, message, keys, f
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_XML.py956 keys = sorted(lists[func_cat_type].keys())
958 for key in keys:
959 names = sorted(lists[func_cat_type][key].keys())
993 keys = sorted(self.enums_by_name.keys())
996 for enum in keys:
1012 keys = sorted(self.categories[cat_type].keys())
1014 for key in keys
[all...]
/third_party/openssl/test/
H A Devp_pkey_dparams_test.c218 struct pubkey keys[NUM_KEYS]; member
279 const struct pubkey *keys = pkey_params[id].keys; in set_enc_pubkey_test() local
281 if (keys[0].key_bin == NULL) in set_enc_pubkey_test()
289 for (i = 0; ret && i < NUM_KEYS && keys[i].key_bin != NULL; i++) { in set_enc_pubkey_test()
290 if (keys[i].bad) { in set_enc_pubkey_test()
294 keys[i].key_bin, in set_enc_pubkey_test()
295 keys[i].key_bin_len), in set_enc_pubkey_test()
301 keys[i].key_bin, in set_enc_pubkey_test()
302 keys[ in set_enc_pubkey_test()
[all...]
/third_party/python/Lib/
H A Dcgi.py156 # field keys and values (except for files) are returned as strings
208 Returns a dictionary just like parse_qs(): keys are the field names, each
293 keys are the field names. (Note: None can occur as a field name.)
513 return iter(self.keys())
575 def keys(self): member in FieldStorage
576 """Dictionary style keys() method."""
589 return len(self.keys())
908 keys = sorted(environ.keys())
912 for key in keys
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.cpp226 int SQLiteLocalKvDBConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch() argument
228 if (keys.empty() || keys.size() > DBConstant::MAX_BATCH_SIZE) { in DeleteBatch()
229 LOGE("[Local]DeleteBatch size[%zu]!", keys.size()); in DeleteBatch()
232 for (const auto &item : keys) { in DeleteBatch()
246 errCode = writeHandle_->DeleteBatch(keys); in DeleteBatch()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java163 * resources by using their corresponding keys.
179 * from which users can extract resources by using their corresponding keys.
196 * from which users can extract resources by using their corresponding keys.
217 * their corresponding keys.
238 * from which users can extract resources by using their corresponding keys.
258 * their corresponding keys.<br><br>
613 * Returns the keys in this bundle as an enumeration
624 * Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
625 * @return a Set of all keys contained in this ResourceBundle and its parent bundles,
637 // Remove then-redundant caching of the keys in keySet()
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DRBSearchPanel.java93 Enumeration keys = bundle.allItems.keys(); in performSearch()
94 while (keys.hasMoreElements()) { in performSearch()
95 String key = (String)keys.nextElement(); in performSearch()
101 } // end if - keys in performSearch()
112 Enumeration enum2 = lookups.keys(); in performSearch()
127 } // end if - keys in performSearch()
138 Enumeration enum2 = lookups.keys(); in performSearch()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUResourceBundle.java160 * resources by using their corresponding keys.
175 * from which users can extract resources by using their corresponding keys.
191 * from which users can extract resources by using their corresponding keys.
211 * their corresponding keys.
231 * from which users can extract resources by using their corresponding keys.
250 * their corresponding keys.<br><br>
588 * Returns the keys in this bundle as an enumeration
598 * Returns a Set of all keys contained in this ResourceBundle and its parent bundles.
599 * @return a Set of all keys contained in this ResourceBundle and its parent bundles,
611 // Remove then-redundant caching of the keys in keySet()
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...116