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

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterTest.java 166 Inflater inflate2 = new Inflater(); local
171 if (inflate2.needsInput()) {
172 inflate2.setInput(outPutBuff1, offSet, length);
175 inflate2.inflate(outPutInf);
180 // System.out.print(inflate2.getTotalIn() + " " + length);
183 length, inflate2.getTotalIn());
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 274 final LayoutInflater inflate2 = mActivity.getLayoutInflater(); local
279 d.setContentView(inflate2.inflate(R.layout.alert_dialog_text_entry, null), lp);
    [all...]

Completed in 36 milliseconds