Home
last modified time | relevance | path

Searched refs:p_vector (Results 1 – 2 of 2) sorted by relevance

/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py61p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
62 p_type = p_vector.GetType()
68p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
69 p_type = p_vector.GetType()
77p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
78 p_type = p_vector.GetType()
89p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
90 p_type = p_vector.GetType()
108p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
109 p_type = p_vector.GetType()
[all …]
/external/toybox/toys/pending/
Ddiff.c259 int *p_vector, *J; in create_j_vector() local
308 p_vector = xzalloc((file[0].len + 2) * sizeof(int)); in create_j_vector()
311 if (r) p_vector[i] = (struct v_vector*)r - e; in create_j_vector()
315 e[i].p = p_vector[i]; in create_j_vector()
316 free(p_vector); in create_j_vector()