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

  /bionic/libc/kernel/uapi/linux/
pr.h 35 __u64 old_key; member in struct:pr_registration
41 __u64 old_key; member in struct:pr_preempt
  /external/kernel-headers/original/uapi/linux/
pr.h 20 __u64 old_key; member in struct:pr_registration
27 __u64 old_key; member in struct:pr_preempt
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 76 const struct brw_wm_prog_key *old_key = local
80 if (!old_key) {
87 old_key->iz_lookup, key->iz_lookup);
89 old_key->stats_wm, key->stats_wm);
91 old_key->flat_shade, key->flat_shade);
93 old_key->persample_interp, key->persample_interp);
95 old_key->nr_color_regions, key->nr_color_regions);
97 old_key->replicate_alpha, key->replicate_alpha);
99 old_key->clamp_fragment_color, key->clamp_fragment_color);
101 old_key->multisample_fbo, key->multisample_fbo)
    [all...]
brw_program.h 49 const struct brw_sampler_prog_key_data *old_key,
brw_vs.c 94 const struct brw_vs_prog_key *old_key = local
98 if (!old_key) {
106 old_key->gl_attrib_wa_flags[i],
111 old_key->nr_userclip_plane_consts,
115 old_key->copy_edgeflag, key->copy_edgeflag);
117 old_key->point_coord_replace, key->point_coord_replace);
119 old_key->clamp_vertex_color, key->clamp_vertex_color);
121 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
brw_tes.c 45 const struct brw_tes_prog_key *old_key = local
49 if (!old_key) {
55 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
56 found |= key_debug(brw, "inputs read", old_key->inputs_read,
58 found |= key_debug(brw, "patch inputs read", old_key->patch_inputs_read,
brw_tcs.c 127 const struct brw_tcs_prog_key *old_key = local
131 if (!old_key) {
137 found |= key_debug(brw, "input vertices", old_key->input_vertices,
139 found |= key_debug(brw, "outputs written", old_key->outputs_written,
141 found |= key_debug(brw, "patch outputs written", old_key->patch_outputs_written,
143 found |= key_debug(brw, "TES primitive mode", old_key->tes_primitive_mode,
146 old_key->quads_workaround, key->quads_workaround);
147 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
brw_gs.c 46 const struct brw_gs_prog_key *old_key = local
50 if (!old_key) {
56 found |= brw_debug_recompile_sampler_key(brw, &old_key->tex, &key->tex);
  /external/autotest/client/common_lib/cros/
policy.py 115 def generate_policy(proto_binding_location, key, pubkey, policy, old_key=None):
119 |key|. Also includes the public key |pubkey|, signed with |old_key|
129 @param old_key: if provided, this implies the generated PolicyFetchRespone
139 if old_key == None:
140 old_key = key
145 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 84 bool Move(const Key& old_key, const Key& new_key);
  /external/autotest/client/site_tests/login_RemoteOwnership/
login_RemoteOwnership.py 65 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 857 PyObject *old_value, *old_key; local
878 old_key = ep->me_key;
885 Py_DECREF(old_key);
2037 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 234 static int __cil_attrib_swap_symtab_key(struct cil_tree_node *node, char *old_key,
242 new_key = __cil_attrib_get_versname(old_key, num);
  /system/update_engine/payload_generator/
generate_delta_main.cc 339 DEFINE_string(old_key, "",

Completed in 1055 milliseconds