Searched refs:fields (Results 1 - 4 of 4) sorted by relevance

/system/extras/verity/
H A DVerityVerifier.java220 String[] fields = tableStr.split(" ");
222 if (fields.length != VERITY_FIELDS) {
223 throw new IllegalArgumentException("Invalid image: unexpected number of fields "
224 + "in verity mapping table (" + fields.length + ")");
227 String hashVersion = fields[0];
233 String alg = fields[7];
239 blockSize = Integer.parseInt(fields[3]);
240 hashBlockSize = Integer.parseInt(fields[4]);
242 int blocks = Integer.parseInt(fields[5]);
243 int start = Integer.parseInt(fields[
[all...]
/system/extras/tests/net_test/
H A Dcstruct.py53 def Struct(name, fmt, fields):
72 _fields = fields
96 raise TypeError("%s has exactly %d fields (%d given)" %
/system/core/debuggerd/
H A Ddebuggerd.cpp118 int fields = 0; local
124 fields |= 1;
127 fields |= 2;
130 fields |= 4;
134 return fields == 7 ? 0 : -1;
/system/bt/doc/
H A Dpower_management.md125 `pm_mode_attempted` fields), its timeout and mode are used. Otherwise,

Completed in 170 milliseconds