Home
last modified time | relevance | path

Searched refs:intercepts (Results 1 – 14 of 14) sorted by relevance

/external/vulkan-validation-layers/
Dthreading_generator.py127 self.intercepts = []
286 write('\n'.join(self.intercepts), file=self.outFile)
401 … self.intercepts += [ ' {"%s", reinterpret_cast<PFN_vkVoidFunction>(%s)},' % (name,name[2:]) ]
416 self.intercepts += [ '#ifdef %s' % self.featureExtraProtect ]
417 … self.intercepts += [ ' {"%s", reinterpret_cast<PFN_vkVoidFunction>(%s)},' % (name,name[2:]) ]
419 self.intercepts += [ '#endif' ]
Dunique_objects_generator.py125 self.intercepts = []
203 write('\n'.join(self.intercepts), file=self.outFile)
651 …self.intercepts += [ ' {"%s", reinterpret_cast<PFN_vkVoidFunction>(%s)},' % (cmdname,cmdname[2:…
708 self.intercepts += [ '#ifdef %s' % self.featureExtraProtect ]
709 …self.intercepts += [ ' {"%s", reinterpret_cast<PFN_vkVoidFunction>(%s)},' % (cmdname,cmdname[2:…
711 self.intercepts += [ '#endif' ]
/external/skia/gm/
Dtexteffects.cpp409 SkTDArray<SkScalar> intercepts; variable
410 intercepts.setCount(interceptCount);
411 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
415 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
/external/clang/test/CodeGenObjC/
Dobjc2-write-barrier.m60 // Everything in this function generates assign_global intercepts
/external/strace/
Dstrace.spec20 The strace program intercepts and records the system calls called and
35 The strace program intercepts and records the system calls called and
Dstrace.spec.in20 The strace program intercepts and records the system calls called and
35 The strace program intercepts and records the system calls called and
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md267 if an enabled layer intercepts the call (e.g. vkDestroyDevice) the loader
1097 Normally, when a layer intercepts a given Vulkan command, it will call down the
1104 layer intercepts. For Vulkan commands that are not intercepted by a layer, or
1108 commands, that a layer intercepts is a dispatching mechanism by the layer
1141 changed behavior. For example, when a layer intercepts an object creation
1168 `vkGetInstanceProcAddr` intercepts a Vulkan command by returning a local entry point,
1178 `vkGetDeviceProcAddr` intercepts a Vulkan command by returning a local entry point,
1338 - For any Vulkan command a layer intercepts which has a non-void return value,
1353 - For each entry point a layer intercepts, it must keep track of the entry
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dirreducible.ll54 ; intercepts all the edges to the headers. All backedges and entries point to
/external/mdnsresponder/
DPrivateDNS.txt58 53) and intercepts all DNS traffic. It is responsible for determining
/external/valgrind/
DNEWS896 349828 memcpy intercepts memmove causing src/dst overlap error (ppc64 ld.so)
1261 332263 intercepts for pthread_rwlock_timedrdlock and
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli391 This intercepts the OS's crash signals and prints which component of LLVM
/external/libpng/
DCHANGES4262 now intercepts all libpng errors, allowing the previously-introduced
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/curl/
DCHANGES.011111 - The curl tool now intercepts the CURLE_SSL_CACERT error code and displays