HomeSort by relevance Sort by last modified time
    Searched refs:intercepts (Results 1 - 20 of 20) sorted by null

  /system/core/debuggerd/tombstoned/
intercept_manager.cpp 49 auto it = intercept_manager->intercepts.find(intercept->intercept_pid);
50 if (it == intercept_manager->intercepts.end()) {
66 intercept_manager->intercepts.erase(it);
131 if (intercept_manager->intercepts.count(intercept_request.pid) > 0) {
152 intercept_manager->intercepts[intercept_request.pid] = std::unique_ptr<Intercept>(intercept);
158 // Register a different read event on the socket so that we can remove intercepts if the socket
194 auto it = this->intercepts.find(pid);
195 if (it == this->intercepts.end()) {
209 this->intercepts.erase(it);
intercept_manager.h 49 std::unordered_map<pid_t, std::unique_ptr<Intercept>> intercepts; member in struct:InterceptManager
  /external/vulkan-validation-layers/scripts/
mock_icd_generator.py 22 # This script generates a Mock ICD that intercepts almost all Vulkan
777 self.intercepts = []
    [all...]
threading_generator.py 128 self.intercepts = []
277 write('\n'.join(self.intercepts), file=self.outFile)
391 self.intercepts += [ ' {"%s", (void*)%s},' % (name,name[2:]) ]
403 self.intercepts += [ '#ifdef %s' % self.featureExtraProtect ]
404 self.intercepts += [ ' {"%s", (void*)%s},' % (name,name[2:]) ]
406 self.intercepts += [ '#endif' ]
object_tracker_generator.py 127 self.intercepts = []
411 write('\n'.join(self.intercepts), file=self.outFile)
    [all...]
unique_objects_generator.py 124 self.intercepts = []
251 write('\n'.join(self.intercepts), file=self.outFile)
    [all...]
parameter_validation_generator.py 130 self.intercepts = []
334 write('\n'.join(self.intercepts), file=self.outFile)
555 self.intercepts += [ '#ifdef %s' % self.featureExtraProtect ]
562 self.intercepts += [ ' {"%s", (void*)%s},' % (name,name) ]
566 self.intercepts += [ '#endif' ]
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
threading_generator.py 127 self.intercepts = []
284 write('// intercepts', file=self.outFile)
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' ]
unique_objects_generator.py 125 self.intercepts = []
201 write('// intercepts', file=self.outFile)
203 write('\n'.join(self.intercepts), file=self.outFile)
    [all...]
  /external/skia/gm/
texteffects.cpp 228 SkTDArray<SkScalar> intercepts; local
229 intercepts.setCount(interceptCount);
230 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
234 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
  /external/skqp/gm/
texteffects.cpp 228 SkTDArray<SkScalar> intercepts; local
229 intercepts.setCount(interceptCount);
230 paint.getTextBlobIntercepts(blob.get(), bounds, intercepts.begin());
234 SkPath underline = create_underline(intercepts, start, end, uPos, uWidth, textSize);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
event-hub.rb 8 A special event listener that intercepts debug events and forwards them to other
socket.rb 259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy
  /external/strace/
strace.spec 23 The strace program intercepts and records the system calls called and
38 The strace program intercepts and records the system calls called and
  /external/ImageMagick/www/api/
feature.php 141 <p>Use HoughLineImage() in conjunction with any binary edge extracted image (we recommand Canny) to identify lines in the image. The algorithm accumulates counts for every white pixel for every possible orientation (for angles from 0 to 179 in 1 degree increments) and distance from the center of the image to the corner (in 1 px increments) and stores the counts in an accumulator matrix of angle vs distance. The size of the accumulator is 180x(diagonal/2). Next it searches this space for peaks in counts and converts the locations of the peaks to slope and intercept in the normal x,y input image space. Use the slope/intercepts to find the endpoints clipped to the bounds of the image. The lines are then drawn. The counts are a measure of the length of the lines</p>
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 332 // stubHTTPGet intercepts a call to http.Get and rewrites it to use
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
fetch_test.go 332 // stubHTTPGet intercepts a call to http.Get and rewrites it to use
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 
  /external/scapy/scapy/
automaton.py 230 def intercepts(self): member in class:_instance_state
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 391 This intercepts the OS's crash signals and prints which component of LLVM
    [all...]

Completed in 303 milliseconds