OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withpush
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
HttpOverHttp2Test.java
40
.
withPush
(pushPromise);
64
.
withPush
(pushPromise);
/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";
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java
234
public MockResponse
withPush
(PushPromise promise) {
Completed in 2010 milliseconds