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

  /system/tpm/trunks/
tpm_state_impl.cc 210 uint32_t next_property = callback.Run(capability_data.data); local
212 if (next_property == 0) {
216 if (next_property <= property) {
220 property = next_property;
229 uint32_t next_property = 0;
238 next_property = property.property + 1;
240 return next_property;
256 uint32_t next_property = 0;
264 next_property = property.alg + 1;
266 return next_property;
    [all...]
  /external/tcpdump/
print-openflow-1.0.c     [all...]
  /external/v8/src/parsing/
parser.cc 1846 Expression* next_property = local
4306 Expression* next_property = local
    [all...]

Completed in 84 milliseconds