HomeSort by relevance Sort by last modified time
    Searched full:tracker (Results 226 - 250 of 985) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
vpx_mem_intrnl.h 41 # error "vpx_mem requires memory tracker version 2.5 to track memory usage"
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 42 import com.android.tv.analytics.Tracker;
82 private Tracker mTracker;
173 * Returns the default tracker.
176 public Tracker getTracker() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java 266 final PointerTracker tracker = PointerTracker.getPointerTracker(HOVER_EVENT_POINTER_ID); local
273 tracker.processMotionEvent(downEvent, mKeyDetector);
276 tracker.onLongPressed();
281 if (tracker.isInOperation()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 187 // Create pointer trackers until we can get 'id+1'-th tracker, if needed.
189 final PointerTracker tracker = new PointerTracker(i); local
190 trackers.add(tracker);
215 final PointerTracker tracker = sTrackers.get(i); local
216 tracker.setKeyDetectorInner(keyDetector);
224 final PointerTracker tracker = sTrackers.get(i); local
225 tracker.setReleasedKeyGraphics(tracker.getKey(), true /* withAnimation */);
232 final PointerTracker tracker = sTrackers.get(i); local
233 tracker.dismissMoreKeysPanel()
593 final PointerTracker tracker = getPointerTracker(id); local
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.ssl_1.1.0.v20130604-1622.jar 
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
copy_helper.py 179 # tracker_file: tracker file for this component.
180 # tracker_file_lock: tracker file lock for tracker file(s).
205 # Number of bytes to wait before updating a sliced download component tracker
360 """Reads tracker data from an upload tracker file if it exists.
363 tracker_file_name: Tracker file name for this upload.
367 Serialization data if the tracker file already exists (resume existing
372 # If we already have a matching tracker file, get the serialization data
383 logger.warn('Couldn\'t read upload tracker file (%s): %s. Restarting
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 37 #include "src/profiler/allocation-tracker.h"
2505 AllocationTracker* tracker = local
2531 AllocationTracker* tracker = local
2582 AllocationTracker* tracker = local
2608 AllocationTracker* tracker = local
2638 AllocationTracker* tracker = local
    [all...]
  /build/tools/droiddoc/templates-ndk/
head_tag.cs 75 ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
77 ga('universal.send', 'pageview'); // Send page view for new tracker.
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractPooledConnAdapter.java 114 return (poolEntry.tracker == null) ?
115 null : poolEntry.tracker.toRoute();
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
aliaspass_test.py 86 tracker = javascriptstatetracker.JavaScriptStateTracker()
87 tracker.DocFlagPass(start_token, error_handler=None)
javascriptstatetracker.py 59 """JavaScript state tracker.
66 """Initializes a JavaScript token stream state tracker."""
  /external/curl/docs/
SECURITY 20 tracker unless the necessary configuration is in place to limit access to the
30 bug tracker entry must NOT be created to track the issue since that will make
  /external/google-benchmark/test/
benchmark_test.cc 145 double tracker = 0.0; local
148 benchmark::DoNotOptimize(tracker += i);
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 46 /// to speed up capture-tracker queries.
78 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker);
  /external/llvm/lib/Analysis/
AssumptionCache.cpp 138 INITIALIZE_PASS(AssumptionCacheTracker, "assumption-cache-tracker",
139 "Assumption Cache Tracker", false, true)
  /external/llvm/lib/Target/X86/
X86AsmPrinter.h 38 // To minimise the number of NOPs used, the shadow tracker counts the number
78 // outputting it to the OutStream. This allows the shadow tracker to minimise
  /external/opencv3/doc/tutorials/features2d/akaze_tracking/
akaze_tracking.markdown 44 ### Tracker class
51 void Tracker::setFirstFrame(const Mat frame, vector<Point2f> bb, string title, Stats& stats)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 45 * Activity for location tracker service
48 * stopping location tracker service, as well as displaying the current location
  /frameworks/support/design/tests/src/android/support/design/testutils/
SnackbarUtils.java 129 // And remove our tracker listener from Snackbar
157 // And remove our tracker listener from Snackbar
  /packages/apps/TV/src/com/android/tv/analytics/
Tracker.java 25 public interface Tracker {
123 * <p>NOTE: the tracker will use the english version of the label.
  /packages/apps/TV/src/com/android/tv/receiver/
AudioCapabilitiesReceiver.java 31 import com.android.tv.analytics.Tracker;
52 private final Tracker mTracker;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 128 public void setPreviewPosition(final PointerTracker tracker) {
132 tracker.getLastCoordinates(mLastPointerCoords);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
PaneLayout.java 90 public void setPaneTracker(PaneTracker tracker) {
91 mPaneTracker = tracker;
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_pointers.py 149 # http://sourceforge.net/tracker/?func=detail&atid=532154&aid=1467852&group_id=71702
161 # http://sourceforge.net/tracker/?func=detail&aid=1518190&group_id=5470&atid=105470

Completed in 2119 milliseconds

1 2 3 4 5 6 7 8 91011>>