HomeSort by relevance Sort by last modified time
    Searched refs:old_key (Results 1 - 22 of 22) sorted by null

  /bionic/libc/kernel/uapi/linux/
pr.h 36 __u64 old_key; member in struct:pr_registration
42 __u64 old_key; member in struct:pr_preempt
  /external/kernel-headers/original/uapi/linux/
pr.h 23 __u64 old_key; member in struct:pr_registration
30 __u64 old_key; member in struct:pr_preempt
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 73 const struct brw_wm_prog_key *old_key = local
77 if (!old_key) {
84 old_key->iz_lookup, key->iz_lookup);
86 old_key->stats_wm, key->stats_wm);
88 old_key->flat_shade, key->flat_shade);
90 old_key->nr_color_regions, key->nr_color_regions);
92 old_key->replicate_alpha, key->replicate_alpha);
94 old_key->clamp_fragment_color, key->clamp_fragment_color);
96 old_key->persample_interp, key->persample_interp);
98 old_key->multisample_fbo, key->multisample_fbo)
    [all...]
brw_vs.c 121 const struct brw_vs_prog_key *old_key = local
125 if (!old_key) {
133 old_key->gl_attrib_wa_flags[i],
138 old_key->nr_userclip_plane_consts,
142 old_key->copy_edgeflag, key->copy_edgeflag);
144 old_key->point_coord_replace, key->point_coord_replace);
146 old_key->clamp_vertex_color, key->clamp_vertex_color);
148 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
brw_tes.c 44 const struct brw_tes_prog_key *old_key = local
48 if (!old_key) {
54 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
55 found |= key_debug(brw, "inputs read", old_key->inputs_read,
57 found |= key_debug(brw, "patch inputs read", old_key->patch_inputs_read,
brw_tcs.c 126 const struct brw_tcs_prog_key *old_key = local
130 if (!old_key) {
136 found |= key_debug(brw, "input vertices", old_key->input_vertices,
138 found |= key_debug(brw, "outputs written", old_key->outputs_written,
140 found |= key_debug(brw, "patch outputs written", old_key->patch_outputs_written,
142 found |= key_debug(brw, "TES primitive mode", old_key->tes_primitive_mode,
145 old_key->quads_workaround, key->quads_workaround);
146 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
brw_gs.c 45 const struct brw_gs_prog_key *old_key = local
49 if (!old_key) {
55 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
brw_program.h 75 const struct brw_sampler_prog_key_data *old_key,
  /external/autotest/client/common_lib/cros/
policy.py 113 def generate_policy(key, pubkey, policy, old_key=None):
117 |key|. Also includes the public key |pubkey|, signed with |old_key|
125 @param old_key: if provided, this implies the generated PolicyFetchRespone
133 if old_key == None:
134 old_key = key
139 policy_proto.new_public_key_signature = ownership.sign(old_key, pubkey)
  /external/autotest/cli/
action_common.py 56 def _convert_wildcard(self, old_key, new_key,
60 del filters[old_key]
61 del check_results[old_key]
  /external/v8/src/
splay-tree-inl.h 160 bool SplayTree<Config, Allocator>::Move(const Key& old_key,
162 if (!FindInternal(old_key))
165 RemoveRootNode(old_key);
splay-tree.h 82 bool Move(const Key& old_key, const Key& new_key);
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 62 old_key=priv),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 827 PyObject *old_value, *old_key; local
848 old_key = ep->me_key;
855 Py_DECREF(old_key);
2007 PyObject *old_value, *old_key; local
    [all...]
setobject.c 409 PyObject *old_key; local
416 old_key = entry->key;
420 Py_DECREF(old_key);
429 PyObject *old_key; local
443 old_key = entry->key;
447 Py_DECREF(old_key);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 802 PyObject *old_value, *old_key; local
823 old_key = ep->me_key;
830 Py_DECREF(old_key);
1973 PyObject *old_value, *old_key; local
    [all...]
setobject.c 410 PyObject *old_key; local
417 old_key = entry->key;
421 Py_DECREF(old_key);
430 PyObject *old_key; local
444 old_key = entry->key;
448 Py_DECREF(old_key);
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 854 PyObject *old_value, *old_key; local
856 old_key = ep->me_key;
863 Py_DECREF(old_key);
2091 PyObject *old_value, *old_key; local
    [all...]
setobject.c 406 PyObject *old_key; local
413 old_key = entry->key;
417 Py_DECREF(old_key);
426 PyObject *old_key; local
440 old_key = entry->key;
444 Py_DECREF(old_key);
    [all...]
  /external/selinux/libsepol/cil/src/
android.c 238 static int __cil_attrib_swap_symtab_key(struct cil_tree_node *node, char *old_key,
246 new_key = __cil_attrib_get_versname(old_key, num);
  /external/python/cpython3/Objects/
dictobject.c 1489 PyObject *old_key; local
1727 PyObject *old_value, *old_key; local
    [all...]
setobject.c 399 PyObject *old_key; local
406 old_key = entry->key;
410 Py_DECREF(old_key);
    [all...]

Completed in 1112 milliseconds