/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/ |
D | MultiBoxTracker.java | 282 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 284 trackedRecognition.detectionConfidence = potential.first; in processResults() 285 trackedRecognition.location = new RectF(potential.second.getLocation()); in processResults() 287 trackedRecognition.title = potential.second.getTitle(); in processResults() 299 for (final Pair<Float, Recognition> potential : rectsToTrack) { in processResults() 300 handleDetection(originalFrame, timestamp, potential); in processResults() 305 final byte[] frameCopy, final long timestamp, final Pair<Float, Recognition> potential) { in handleDetection() argument 307 objectTracker.trackObject(potential.second.getLocation(), timestamp, frameCopy); in handleDetection() 312 potential.second, potentialObject.getTrackedPositionInPreviewFrame(), potentialCorrelation); in handleDetection() 344 if (potential.first < trackedRecognition.detectionConfidence in handleDetection() [all …]
|
/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/ |
D | AndroidTempFileLocator.java | 51 for (String potential : splitPathList(input)) { in guessPath() 52 if (!potential.startsWith("/data/app/")) { in guessPath() 56 int end = potential.lastIndexOf(".apk"); in guessPath() 57 if (end != potential.length() - 4) { in guessPath() 60 int dash = potential.indexOf("-"); in guessPath() 64 String packageName = potential.substring(start, end); in guessPath()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | AppDataDirGuesser.java | 140 for (String potential : splitPathList(input)) { in guessPath() 141 if (!potential.startsWith(apkPathRoot)) { in guessPath() 144 int end = potential.lastIndexOf(".apk"); in guessPath() 145 if (end != potential.length() - 4) { in guessPath() 148 int endSlash = potential.lastIndexOf("/", end); in guessPath() 153 int startSlash = potential.lastIndexOf("/", endSlash - 1); in guessPath() 158 int dash = potential.indexOf("-", startSlash); in guessPath() 163 String packageName = potential.substring(startSlash + 1, end); in guessPath()
|
/external/perfetto/protos/perfetto/metrics/android/ |
D | sysui_cuj_metrics.proto | 23 // Metric that stores frame information and potential jank root causes 43 // A list of identified potential causes for jank.
|
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/ |
D | 2018-08-23-21-32-27.bpo-18560.5q_c1C.rst | 1 Fix potential NULL pointer dereference in sum().
|
D | 2018-07-18-23-40-32.bpo-25943.Zgf99y.rst | 1 Fix potential heap corruption in the :mod:`bsddb` module. Patch by Zackery
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 10 considered a potential security issue, as it may lead to privileged 47 Fix potential crash during GC caused by ``tp_dealloc`` which doesn't call
|
/external/skia/specs/ |
D | README.md | 4 This folder contains potential new specs for platforms such as the web.
|
/external/libcups/test/ |
D | test.types | 1 # Test file listing potential MIME media types that are not in the standard mime.types file
|
D | test.convs | 1 # Test file listing potential filters for conversions
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | darwin-avoid-spinlock.rst | 6 Finds usages of ``OSSpinlock``, which is deprecated due to potential livelock
|
/external/libffi/src/alpha/ |
D | osf.S | 71 # Load up all of the (potential) argument registers. 177 # Store all of the potential argument registers in va_list format.
|
/external/libpng/contrib/pngminus/ |
D | CHANGES.txt | 8 1.3 - 2017.08.24 - Fix potential overflow in buffer-size check
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | objc-synchronize-cycle.mm | 22 // CHECK: ThreadSanitizer: lock-order-inversion (potential deadlock)
|
D | deadlock.mm | 46 // CHECK: WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock)
|
D | objc-synchronize-cycle-tagged.mm | 33 // SEVEN: ThreadSanitizer: lock-order-inversion (potential deadlock)
|
/external/openscreen/cast/cast_core/api/v2/ |
D | cast_message.proto | 21 // NOTE: |payload_binary| is currently unused but is added for potential
|
/external/bcc/tools/ |
D | deadlock_detector_example.txt | 3 This program detects potential deadlocks on a running process. The program 13 inversion (potential deadlock). If the program finds a lock order inversion, the 17 This program can only find potential deadlocks that occur while the program 35 potential deadlocks that involve only one mutex. 177 This is output from a process that has a potential deadlock involving 4 mutexes 317 Detect potential deadlocks (lock inversions) in a running binary.
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | potential.ll | 7 ; Test for multiple potential values 9 ; potential-test 1 40 ; potential-test 2 42 ; potential values of argument of iszero are {1,-1} 43 ; potential value of returned value of iszero is 0 90 ; potential-test 3 92 ; potential values of returned value of f are {0,1} 93 ; potential values of argument of g are {0,1} 94 ; potential value of returned value of g is 1 190 ; potential-test 4,5 [all …]
|
/external/hamcrest/ |
D | README.version | 10 2016 it seems unnecessary to take those extra 7 commits given the potential for
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.38.txt | 46 Fixed a potential portability issue in the blkid programs for 70 field for indications of a potential corrupted orphaned inode list. 100 will also atomically replace these files to avoid a potential parallel
|
/external/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | sunkaddr-ext.ll | 4 ; use the potential overflow as the basis for an address calculation later by
|
/external/llvm-project/clang/test/Parser/ |
D | objc-available.m | 11 …(void)@available(macos 10.11); // expected-error{{must handle potential future platforms with '*'}}
|
/external/vixl/ |
D | VERSIONS.md | 18 2.0.0 to avoid potential confusion.
|