/packages/apps/TV/src/com/android/tv/analytics/ |
Tracker.java | 49 * Sends tracking information for starting the MainActivity. 54 * Sends tracking for stopping MainActivity. 66 * Sends tracking information for starting to view a channel. 74 * Sends tracking information for tuning to a channel. 82 * Sends tracking information for stopping viewing a channel. 90 * Sends tracking information for pressing channel up. 95 * Sends tracking information for pressing channel down. 100 * Sends tracking information for showing the main menu. 105 * Sends tracking for hiding the main menu. 112 * Sends tracking for clicking a menu item [all...] |
/external/iptables/extensions/ |
libxt_NOTRACK.man | 1 This extension disables connection tracking for all packets matching that rule.
|
libipt_MIRROR.man | 11 seen by any packet filtering chains, connection tracking or NAT, to
|
libxt_state.man | 2 "state" allows access to the connection tracking state for this packet.
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
nf_conntrack_ftp.h | 3 /* FTP tracking. */
|
nf_conntrack_sctp.h | 3 /* SCTP tracking. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_ftp.h | 3 /* FTP tracking. */
|
nf_conntrack_sctp.h | 3 /* SCTP tracking. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_ftp.h | 3 /* FTP tracking. */
|
nf_conntrack_sctp.h | 3 /* SCTP tracking. */
|
/external/opencv3/doc/py_tutorials/py_video/ |
py_table_of_contents_video.markdown | 7 an example of color-based tracking. It is simpler. This time, we see significantly better 16 In several applications, we need to extract foreground for further operations like object tracking. Background Subtraction is a well-known method in those cases.
|
/frameworks/av/include/cpustats/ |
ThreadCpuUsage.h | 57 // Return whether currently tracking CPU usage by current thread 60 // Enable tracking of CPU usage by current thread; 65 // Disable tracking of CPU usage by current thread; 74 // Add a sample point, and also enable tracking if needed. 75 // If tracking has never been enabled, then this call enables tracking but 78 // Otherwise, if tracking is enabled, 81 // setEnabled(true). If there was a previous sample but tracking is 84 // enables tracking. Calling this method rather than enable() followed 93 // change the tracking enabled status. If tracking has either never bee [all...] |
/external/clang/test/Frontend/ |
profile-sample-use-loc-tracking.c | 1 // This file tests that -fprofile-sample-use enables location tracking 6 // RUN: %clang_cc1 %s -fprofile-sample-use=%S/Inputs/profile-sample-use-loc-tracking.prof -emit-llvm -o - 2>/dev/null | FileCheck %s
|
/external/vboot_reference/firmware/lib/include/ |
vboot_audio_private.h | 28 /* note tracking */ 37 /* sound tracking */
|
/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
ApplicationLifecycle.java | 4 * A {@link com.bumptech.glide.manager.Lifecycle} implementation for tracking and notifying listeners of
|
/external/opencv3/platforms/android/service/engine/res/values/ |
strings.xml | 6 <string name="intro">OpenCV library is used by other applications for image enhancement, panorama stitching, object detection, recognition and tracking and so on. OpenCV Manager provides the best version of the OpenCV for your hardware. See opencv.org for details.</string>
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
rubyruntime.swg | 7 %runtime "rubytracking.swg" /* API for tracking C++ classes to Ruby objects */
|
/external/llvm/include/llvm/IR/ |
MetadataTracking.h | 1 //===- llvm/IR/MetadataTracking.h - Metadata tracking ---------------------===// 10 // Low-level functions to enable tracking of metadata that could RAUW. 26 /// \brief API for tracking metadata references through RAUW and deletion. 32 /// user-friendly tracking reference. 37 /// Register \c MD with \c *MD, if the subclass supports tracking. If \c *MD 41 /// If tracking isn't supported, \c *MD will not change. 43 /// \return true iff tracking is supported by \c MD. 66 /// \brief Stop tracking a reference to metadata. 68 /// Stops \c *MD from tracking \c MD. 72 /// \brief Move tracking from one reference to another [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
BitmapCache.java | 63 BitmapTracking tracking = mBitmapTracking.get(i); local 64 if (tracking.bitmap == bitmap) { 68 BitmapTracking tracking = new BitmapTracking(); local 69 tracking.bitmap = bitmap; 70 tracking.type = type; 71 mBitmapTracking.add(tracking); 72 mTracking[tracking.type] ++; 77 BitmapTracking tracking = mBitmapTracking.get(i); local 78 if (tracking.bitmap == bitmap) { 79 mTracking[tracking.type] -- [all...] |
/external/compiler-rt/test/msan/ |
dso-origin.cc | 1 // Build a library with origin tracking and an executable w/o origin tracking. 2 // Test that origin tracking is enabled at runtime.
|
/external/skia/tools/ |
gpuveto.cpp | 17 // regenerate the GPU-specific tracking information) and reports 52 // The SkPicture tracking information is only generated during recording 53 // an isn't serialized. Replay the picture to regenerated the tracking data.
|
/external/curl/tests/data/ |
test1330 | 29 unit tests memory tracking operational
|
test96 | 23 curl memory tracking operational
|
/external/llvm/test/Analysis/ValueTracking/ |
dom-cond.ll | 1 ; RUN: opt < %s -instcombine -value-tracking-dom-conditions -S | FileCheck %s
|
/external/opencv3/doc/tutorials/video/ |
table_of_content_video.markdown | 5 tracking and foreground extractions.
|