Searched refs:intercepts (Results 1 – 14 of 14) sorted by relevance
/external/vulkan-validation-layers/ |
D | threading_generator.py | 127 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' ]
|
D | unique_objects_generator.py | 125 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/ |
D | texteffects.cpp | 409 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/ |
D | objc2-write-barrier.m | 60 // Everything in this function generates assign_global intercepts
|
/external/strace/ |
D | strace.spec | 20 The strace program intercepts and records the system calls called and 35 The strace program intercepts and records the system calls called and
|
D | strace.spec.in | 20 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/ |
D | LoaderAndLayerInterface.md | 267 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/ |
D | irreducible.ll | 54 ; intercepts all the edges to the headers. All backedges and entries point to
|
/external/mdnsresponder/ |
D | PrivateDNS.txt | 58 53) and intercepts all DNS traffic. It is responsible for determining
|
/external/valgrind/ |
D | NEWS | 896 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/ |
D | llvm.mli | 391 This intercepts the OS's crash signals and prints which component of LLVM
|
/external/libpng/ |
D | CHANGES | 4262 now intercepts all libpng errors, allowing the previously-introduced
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/curl/ |
D | CHANGES.0 | 11111 - The curl tool now intercepts the CURLE_SSL_CACERT error code and displays
|