Searched refs:new_key (Results 1 - 25 of 40) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
H A Dpr.h24 __u64 new_key; member in struct:pr_registration
31 __u64 new_key; member in struct:pr_preempt
/external/autotest/cli/
H A Daction_common.py56 def _convert_wildcard(self, old_key, new_key,
58 filters[new_key] = value.rstrip('*')
59 check_results[new_key] = None
67 new_key = key + '__startswith'
68 self._convert_wildcard(key, new_key, value, filters, check_results)
74 new_key = key.replace('__in', '__startswith', 1)
75 self._convert_wildcard(key, new_key, value, filters, check_results)
/external/webrtc/webrtc/base/
H A Dmessagedigest.cc120 scoped_ptr<uint8_t[]> new_key(new uint8_t[block_len]);
122 ComputeDigest(digest, key, key_len, new_key.get(), block_len);
123 memset(new_key.get() + digest->Size(), 0, block_len - digest->Size());
125 memcpy(new_key.get(), key, key_len);
126 memset(new_key.get() + key_len, 0, block_len - key_len);
132 o_pad[i] = 0x5c ^ new_key[i];
133 i_pad[i] = 0x36 ^ new_key[i];
/external/skia/gn/
H A Dgypi_to_gn.py149 new_key = ReplaceSubstrings(key, search_for, replace_with)
151 result[new_key] = new_value
/external/skqp/gn/
H A Dgypi_to_gn.py149 new_key = ReplaceSubstrings(key, search_for, replace_with)
151 result[new_key] = new_value
/external/autotest/frontend/afe/json_rpc/
H A DserviceHandler.py54 new_key = customConvertJson(key)
56 new_dict[new_key] = new_val
/external/toolchain-utils/crosperf/
H A Dresults_organizer.py86 new_key, index_str = match.groups()
87 added_runs[int(index_str) - 1][new_key] = str(value)
/external/v8/src/
H A Dsplay-tree-inl.h161 const Key& new_key) {
166 Splay(new_key);
167 int cmp = Config::Compare(new_key, root_->key_);
173 node_to_move->key_ = new_key;
160 Move(const Key& old_key, const Key& new_key) argument
H A Dsplay-tree.h84 bool Move(const Key& old_key, const Key& new_key);
/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c1224 * The new_key is allocated to hold the corrected keyword and must be freed
1229 png_check_keyword(png_structp png_ptr, png_charp key, png_charpp new_key) argument
1238 *new_key = NULL;
1248 *new_key = (png_charp)png_malloc_warn(png_ptr, (png_uint_32)(key_len + 2));
1249 if (*new_key == NULL)
1256 for (kp = key, dp = *new_key; *kp != '\0'; kp++, dp++)
1280 kp = *new_key + key_len - 1;
1293 kp = *new_key;
1308 for (kflag = 0, dp = *new_key; *kp != '\0'; kp++)
1332 png_free(png_ptr, *new_key);
1358 png_charp new_key; local
1400 png_charp new_key; local
1460 png_charp new_key = NULL; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dandroid.c211 char *new_key; local
215 new_key = __cil_attrib_get_versname(type->datum.name, args->num);
224 new_key, CIL_SYM_TYPES, CIL_TYPEATTRIBUTE);
242 char *new_key; local
246 new_key = __cil_attrib_get_versname(old_key, num);
254 rc = cil_symtab_insert(symtab, new_key, datum, node);
789 char *new_key = __cil_attrib_get_versname(orig_type, verargs->num); local
798 attrset->attr_str = new_key;
817 cil_list_append(expandattr->attr_strs, CIL_STRING, new_key);
831 typeattr->datum.name = new_key;
[all...]
/external/llvm/include/llvm/IR/
H A DValueMap.h265 void allUsesReplacedWith(Value *new_key) override {
266 assert(isa<KeySansPointerT>(new_key) &&
275 KeyT typed_new_key = cast<KeySansPointerT>(new_key);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DValueMap.h220 virtual void allUsesReplacedWith(Value *new_key) { argument
221 assert(isa<KeySansPointerT>(new_key) &&
229 KeyT typed_new_key = cast<KeySansPointerT>(new_key);
/external/libpng/
H A Dpngwutil.c1536 png_byte new_key[80]; local
1540 key_len = png_check_keyword(png_ptr, key, new_key);
1563 png_write_chunk_data(png_ptr, new_key, key_len + 1);
1579 png_byte new_key[81]; local
1593 key_len = png_check_keyword(png_ptr, key, new_key);
1599 new_key[++key_len] = PNG_COMPRESSION_TYPE_BASE;
1613 png_write_chunk_data(png_ptr, new_key, key_len);
1631 png_byte new_key[82]; local
1636 key_len = png_check_keyword(png_ptr, key, new_key);
1646 compression = new_key[
[all...]
H A Dpngset.c1721 * The 'new_key' buffer must be 80 characters in size (for the keyword plus a
1726 png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key) argument
1739 *new_key = 0;
1749 *new_key++ = ch; ++key_len; space = 0;
1757 *new_key++ = 32; ++key_len; space = 1;
1770 --key_len; --new_key;
1776 *new_key = 0;
/external/pdfium/third_party/libpng16/
H A Dpngwutil.c1506 png_byte new_key[80]; local
1510 key_len = png_check_keyword(png_ptr, key, new_key);
1533 png_write_chunk_data(png_ptr, new_key, key_len + 1);
1549 png_byte new_key[81]; local
1563 key_len = png_check_keyword(png_ptr, key, new_key);
1569 new_key[++key_len] = PNG_COMPRESSION_TYPE_BASE;
1583 png_write_chunk_data(png_ptr, new_key, key_len);
1601 png_byte new_key[82]; local
1606 key_len = png_check_keyword(png_ptr, key, new_key);
1616 compression = new_key[
[all...]
H A Dpngset.c1671 * The 'new_key' buffer must be 80 characters in size (for the keyword plus a
1676 png_check_keyword(png_structrp png_ptr, png_const_charp key, png_bytep new_key) argument
1687 *new_key = 0;
1696 *new_key++ = ch, ++key_len, space = 0;
1703 *new_key++ = 32, ++key_len, space = 1;
1716 --key_len, --new_key;
1722 *new_key = 0;
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dinput_pipeline.py399 new_key, new_value = reader.read_up_to(filename_queue, 1)
400 new_key.set_shape([1])
402 return (new_key,
/external/v8/src/compiler/
H A Dstate-values-utils.cc129 NodeKey* new_key = new (zone()->New(sizeof(NodeKey))) NodeKey(node); local
130 lookup->key = new_key;
/external/boringssl/src/ssl/
H A Dssl_session.cc446 auto new_key = bssl::MakeUnique<struct tlsext_ticket_key>(); local
447 if (!new_key) {
450 OPENSSL_memset(new_key.get(), 0, sizeof(struct tlsext_ticket_key));
460 ctx->tlsext_ticket_key_current = new_key.release();
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h145 struct data_key *new_key; member in struct:ieee802_1x_mka_participant
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h145 struct data_key *new_key; member in struct:ieee802_1x_mka_participant
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h145 struct data_key *new_key; member in struct:ieee802_1x_mka_participant
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.cc155 string new_key = strings::StrCat("parent_", i, "_op"); local
158 (*op_info->mutable_attr())[new_key] = attr;
/external/v8/src/js/
H A Darray.js260 var new_key = key - del_count + num_additional_args;
261 new_array[new_key] = current;
262 if (new_key > 0xfffffffe) {
264 big_indices.push(new_key);

Completed in 980 milliseconds

12