Home
last modified time | relevance | path

Searched defs:bitInputStream (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/integrity/parser/
H A DBinaryFileOperations.java40 public static String getStringValue(BitInputStream bitInputStream) throws IOException { in getStringValue()
53 BitInputStream bitInputStream, int valueSize, boolean isHashedValue) in getStringValue()
70 public static int getIntValue(BitInputStream bitInputStream) throws IOException { in getIntValue()
75 public static boolean getBooleanValue(BitInputStream bitInputStream) throws IOException { in getBooleanValue()
H A DRuleBinaryParser.java123 private Rule parseRule(BitInputStream bitInputStream) throws IOException { in parseRule()
134 private IntegrityFormula parseFormula(BitInputStream bitInputStream) throws IOException { in parseFormula()
151 private CompoundFormula parseCompoundFormula(BitInputStream bitInputStream) throws IOException { in parseCompoundFormula()
164 private AtomicFormula parseAtomicFormula(BitInputStream bitInputStream) throws IOException { in parseAtomicFormula()
H A DRuleIndexingController.java48 BitInputStream bitInputStream = new BitInputStream(inputStream); in RuleIndexingController() local
82 private LinkedHashMap<String, Integer> getNextIndexGroup(BitInputStream bitInputStream) in getNextIndexGroup()