Home
last modified time | relevance | path

Searched defs:without (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/test/core/end2end/
Dgen_build_yaml.py274 def without(l, e): function
/external/mockito/src/test/java/org/mockitoutil/
DClassLoaders.java207 public IsolatedURLClassLoaderBuilder without(String... privatePrefixes) { in without() method in ClassLoaders.IsolatedURLClassLoaderBuilder
271 public ExcludingURLClassLoaderBuilder without(String... privatePrefixes) { in without() method in ClassLoaders.ExcludingURLClassLoaderBuilder
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp648 uint32_t VkDeviceObj::QueueFamilyMatching(VkQueueFlags with, VkQueueFlags without, bool all_bits) { in QueueFamilyMatching()
/external/python/httplib2/doc/html/
Dsearchindex.js1 …{all:1,code:1,chain:1,proxy_type_xxx:1,follow:1,privat:1,readabl:1,those:1,sent:1,liter:1,everi:1,…
Dsearchindex.json1 …><span class=\"pre\">httplib2</span></tt> A comprehensive HTTP client library."],{"all":[1],"code…
/external/toybox/toys/pending/
Dbc.c2672 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign()