Home
last modified time | relevance | path

Searched refs:potential (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DMultiBoxTracker.java282 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/
DAndroidTempFileLocator.java51 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/
DAppDataDirGuesser.java140 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/
Dsysui_cuj_metrics.proto23 // 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/
D2018-08-23-21-32-27.bpo-18560.5q_c1C.rst1 Fix potential NULL pointer dereference in sum().
D2018-07-18-23-40-32.bpo-25943.Zgf99y.rst1 Fix potential heap corruption in the :mod:`bsddb` module. Patch by Zackery
/external/python/cpython3/Misc/NEWS.d/
D3.5.5rc1.rst10 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/
DREADME.md4 This folder contains potential new specs for platforms such as the web.
/external/libcups/test/
Dtest.types1 # Test file listing potential MIME media types that are not in the standard mime.types file
Dtest.convs1 # Test file listing potential filters for conversions
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Ddarwin-avoid-spinlock.rst6 Finds usages of ``OSSpinlock``, which is deprecated due to potential livelock
/external/libffi/src/alpha/
Dosf.S71 # Load up all of the (potential) argument registers.
177 # Store all of the potential argument registers in va_list format.
/external/libpng/contrib/pngminus/
DCHANGES.txt8 1.3 - 2017.08.24 - Fix potential overflow in buffer-size check
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dobjc-synchronize-cycle.mm22 // CHECK: ThreadSanitizer: lock-order-inversion (potential deadlock)
Ddeadlock.mm46 // CHECK: WARNING: ThreadSanitizer: lock-order-inversion (potential deadlock)
Dobjc-synchronize-cycle-tagged.mm33 // SEVEN: ThreadSanitizer: lock-order-inversion (potential deadlock)
/external/openscreen/cast/cast_core/api/v2/
Dcast_message.proto21 // NOTE: |payload_binary| is currently unused but is added for potential
/external/bcc/tools/
Ddeadlock_detector_example.txt3 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/
Dpotential.ll7 ; 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/
DREADME.version10 2016 it seems unnecessary to take those extra 7 commits given the potential for
/external/e2fsprogs/doc/RelNotes/
Dv1.38.txt46 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/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/llvm-project/llvm/test/CodeGen/X86/
Dsunkaddr-ext.ll4 ; use the potential overflow as the basis for an address calculation later by
/external/llvm-project/clang/test/Parser/
Dobjc-available.m11 …(void)@available(macos 10.11); // expected-error{{must handle potential future platforms with '*'}}
/external/vixl/
DVERSIONS.md18 2.0.0 to avoid potential confusion.

12345678910>>...27