Home
last modified time | relevance | path

Searched refs:withPush (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverHttp2Test.java41 .withPush(pushPromise); in serverSendsPushPromise_GET()
65 .withPush(pushPromise); in serverSendsPushPromise_HEAD()
/external/libxml2/win32/
Dconfigure.js59 var withPush = true; variable
143 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";
256 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
377 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
522 withPush = strToBool(arg.substring(opt.length + 1, arg.length));
691 txtOut += " Push support: " + boolToStr(withPush) + "\n";
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1333 bool withPush = false,
1646 bool withPush, in writeDescriptorSetWithTemplate() argument
1663withPush ? vk::VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR : vk::VK_DESCRIPTOR_UPDATE_… in writeDescriptorSetWithTemplate()
1696 if (!withPush) in writeDescriptorSetWithTemplate()
2228 …ffsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer resBuf, bool withPush = false, vk::VkPi…
2437 …ffsetA, vk::VkBuffer viewB, deUint32 offsetB, vk::VkBuffer resBuf, bool withPush, vk::VkPipelineLa… in writeDescriptorSetWithTemplate() argument
2453withPush ? vk::VK_DESCRIPTOR_UPDATE_TEMPLATE_TYPE_PUSH_DESCRIPTORS_KHR : vk::VK_DESCRIPTOR_UPDATE_… in writeDescriptorSetWithTemplate()
2491 if (!withPush) in writeDescriptorSetWithTemplate()
3846 bool withPush = false,
4079 bool withPush, in writeDescriptorSetWithTemplate() argument
[all …]
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockResponse.java236 public MockResponse withPush(PushPromise promise) { in withPush() method in MockResponse