Searched refs:Tracking (Results 1 – 22 of 22) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | RegisterScavenging.h | 40 bool Tracking; variable 72 : MBB(nullptr), NumRegUnits(0), Tracking(false) {} in RegScavenger() 83 if (!Tracking && MBB->begin() != I) forward(); in forward() 99 Tracking = false; in skipTo()
|
/external/llvm/lib/CodeGen/ |
D | RegisterScavenging.cpp | 92 Tracking = false; in enterBasicBlock() 101 assert(Tracking && "Must be tracking to determine kills and defs"); in determineKillsAndDefs() 150 assert(Tracking && "Cannot unprocess because we're not tracking"); in unprocess() 163 Tracking = false; in unprocess() 170 if (!Tracking) { in forward() 172 Tracking = true; in forward()
|
/external/llvm/include/llvm/IR/ |
D | ValueHandle.h | 51 Tracking, enumerator 321 TrackingVH() : ValueHandleBase(Tracking) {} 322 TrackingVH(ValueTy *P) : ValueHandleBase(Tracking, GetAsValue(P)) {}
|
/external/skia/site/dev/sheriffing/ |
D | gpu.md | 7 * [Tracking Wrangler Work do?](#tracking) 33 Tracking Wrangler Work
|
/external/llvm/lib/IR/ |
D | Value.cpp | 672 case Tracking: in ValueIsDeleted() 729 case Tracking: in ValueIsRAUWd() 753 case Tracking: in ValueIsRAUWd()
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/ |
D | py_colorspaces.markdown | 33 Object Tracking
|
/external/opencv3/doc/py_tutorials/py_video/py_bg_subtraction/ |
D | py_bg_subtraction.markdown | 108 Tracking of Human Visitors under Variable-Lighting Conditions for a Responsive Audio Art
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 355 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23052 362 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=23057 367 Tracking bug: https://llvm.org/bugs/show_bug.cgi?id=24639
|
D | HowToSubmitABug.rst | 21 Once you have a reduced test-case, go to `the LLVM Bug Tracking System
|
/external/clang/docs/analyzer/ |
D | nullability.rst | 78 Tracking multiple levels of annotations for pointers pointing to pointers would make the checker mo…
|
D | DebugChecks.rst | 38 Path Tracking
|
/external/opencv3/doc/py_tutorials/py_video/py_meanshift/ |
D | py_meanshift.markdown | 104 "Computer Vision Face Tracking for Use in a Perceptual User Interface" in 1988.
|
/external/clang/docs/ |
D | MemorySanitizer.rst | 106 Origin Tracking
|
/external/opencv3/doc/py_tutorials/py_objdetect/py_face_detection/ |
D | py_face_detection.markdown | 130 -# Video Lecture on [Face Detection and Tracking](http://www.youtube.com/watch?v=WfdYYNamHZ8)
|
/external/tcpdump/tests/ |
D | print-AA.out | 159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
|
D | print-A.out | 159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
|
/external/valgrind/docs/internals/ |
D | notes.txt | 64 * Tracking of device segments is somehow broken (I forget how)
|
D | tracking-fn-entry-exit.txt | 11 Subject: [Valgrind-developers] Re: Tracking function entry/exit
|
/external/bison/doc/ |
D | bison.info | 111 * Location Tracking Calc:: Demonstrating the use of @N and @$. 132 Location Tracking Calculator: `ltcalc' 151 * Tracking Locations:: Locations and actions. 180 Tracking Locations 1813 a default data structure for storing locations (*note Tracking 1985 * Location Tracking Calc:: Demonstrating the use of @N and @$. 2500 File: bison.info, Node: Simple Error Recovery, Next: Location Tracking Calc, Prev: Infix Calc, … 2540 File: bison.info, Node: Location Tracking Calc, Next: Multi-function Calc, Prev: Simple Error Re… 2542 2.4 Location Tracking Calculator: `ltcalc' 2558 File: bison.info, Node: Ltcalc Declarations, Next: Ltcalc Rules, Up: Location Tracking Calc [all …]
|
D | bison.texi | 148 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$. 169 Location Tracking Calculator: @code{ltcalc} 188 * Tracking Locations:: Locations and actions. 217 Tracking Locations 1240 structure for storing locations (@pxref{Tracking Locations}, for more 1426 * Location Tracking Calc:: Demonstrating the use of @@@var{n} and @@$. 2037 @node Location Tracking Calc 2038 @section Location Tracking Calculator: @code{ltcalc} 2723 * Tracking Locations:: Locations and actions. 4049 @node Tracking Locations [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_validation_layer_details.md | 26 … it is divided into three main areas of validation: Draw State, Memory Tracking, and Shader Check…
|
/external/bison/ |
D | ChangeLog-2012 | 104 match that and not to use the title `Tracking Locations', which is 109 doc: clean up references to `Tracking Locations'. 111 (Tracking Locations): ... this, which is its section name, and 146 section, `Tracking Locations'. 20919 (Location Tracking Calc): Output error messages to stderr. 21447 * doc/bison.texinfo (Location Tracking Calc): New node.
|