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

  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java 236 public MockResponse withPush(PushPromise promise) {
  /external/libxml2/win32/
configure.js 59 var withPush = true;
143 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";
256 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
365 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
510 withPush = strToBool(arg.substring(opt.length + 1, arg.length));
679 txtOut += " Push support: " + boolToStr(withPush) + "\n";
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
mockwebserver-2.7.4.jar 

Completed in 74 milliseconds