/external/mesa3d/src/gallium/include/state_tracker/ |
drm_driver.h | 96 * the state tracker- or state 97 * tracker manager should provide a reasonable default value.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vs_constval.c | 40 struct tracker { struct 47 static void set_active_component( struct tracker *t, 65 static void set_active( struct tracker *t, 73 static GLubyte get_active_component( struct tracker *t, 97 static GLubyte get_active( struct tracker *t, 116 static GLubyte get_output_size( struct tracker *t, 131 static void calc_sizes( struct tracker *t ) 192 struct tracker t;
|
/external/webrtc/webrtc/base/ |
ratetracker.h | 32 // Computes the average rate over the rate tracker's recording interval 40 // rate tracker.
|
/frameworks/base/core/java/com/android/internal/widget/ |
ILockSettings.aidl | 43 void registerStrongAuthTracker(in IStrongAuthTracker tracker); 44 void unregisterStrongAuthTracker(in IStrongAuthTracker tracker);
|
/ndk/sources/cxx-stl/gabi++/src/ |
pointer_type_info.cc | 40 unsigned tracker, 43 if ((tracker & first_time_init) == first_time_init &&
|
/packages/apps/TV/tests/common/src/com/android/tv/ |
MockTvApplication.java | 22 import com.android.tv.analytics.Tracker; 56 public Tracker getTracker() {
|
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha1/ |
tracker-25.2.0-alpha1.pom | 6 <artifactId>tracker</artifactId> 8 <name>Android Tools Analytics Tracker</name>
|
/prebuilts/gradle-plugin/com/android/tools/analytics-library/tracker/25.2.0-alpha3/ |
tracker-25.2.0-alpha3.pom | 6 <artifactId>tracker</artifactId> 8 <name>Android Tools Analytics Tracker</name>
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
LruBitmapPool.java | 26 private final BitmapTracker tracker; field in class:LruBitmapPool 40 this.tracker = new NullBitmapTracker(); 75 tracker.add(bitmap); 120 tracker.remove(result); 151 tracker.remove(removed); 201 throw new IllegalStateException("Cannot remove bitmap not in tracker");
|
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/ |
planar_tracking.cpp | 20 class Tracker 23 Tracker(Ptr<Feature2D> _detector, Ptr<DescriptorMatcher> _matcher) : 41 void Tracker::setFirstFrame(const Mat frame, vector<Point2f> bb, string title, Stats& stats) 51 Mat Tracker::process(const Mat frame, Stats& stats) 145 Tracker akaze_tracker(akaze, matcher); 146 Tracker orb_tracker(orb, matcher);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureTrailsDrawingPreview.java | 154 * @param tracker The new location of the preview is based on the points in PointerTracker. 157 public void setPreviewPosition(final PointerTracker tracker) { 163 trail = mGestureTrails.get(tracker.mPointerId); 166 mGestureTrails.put(tracker.mPointerId, trail); 169 trail.addStroke(tracker.getGestureStrokeDrawingPoints(), tracker.getDownTime());
|
NonDistinctMultitouchHelper.java | 45 // Use only main pointer tracker. 105 final long downTime, final long eventTime, final PointerTracker tracker, 110 tracker.processMotionEvent(me, keyDetector);
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
DoSFilter.java | 135 private static final String __TRACKER = "DoSFilter.Tracker"; 329 // Look for the rate tracker for this request 330 RateTracker tracker = (RateTracker)request.getAttribute(__TRACKER); local 332 if (tracker == null) 336 // get a rate tracker associated with this request, and record one hit 337 tracker = getRateTracker(request); 340 final boolean overRateLimit = tracker.isRateExceeded(now); 369 request.setAttribute(__TRACKER, tracker); 379 request.setAttribute(__TRACKER, tracker); 404 int priority = getPriority(request, tracker); 583 RateTracker tracker = _rateTrackers.get(loadId); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
InboundSmsHandler.java | 661 InboundSmsTracker tracker; local 672 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), 676 // Create a tracker for this message segment. 681 tracker = TelephonyComponentFactory.getInstance().makeInboundSmsTracker(sms.getPdu(), 687 if (VDBG) log("created tracker: " + tracker); 691 return addTrackerToRawTableAndSendMessage(tracker, 692 tracker.getDestPort() == -1 /* de-dup if text message */); 696 * Helper to add the tracker to the raw table and then send a message to broadcast it, if 698 * @param tracker the tracker to save to the raw table and then delive [all...] |
TelephonyComponentFactory.java | 92 * Create a tracker for a single-part SMS. 101 * Create a tracker for a multi-part SMS. 111 * Create a tracker from a row of raw table
|
/external/mesa3d/docs/ |
sourcetree.html | 63 <li><b>state_tracker</b> - State tracker / driver for Gallium. This 131 <li><b>dri</b> - Meta state tracker for DRI drivers 132 <li><b>egl</b> - Meta state tracker for EGL drivers 134 <li><b>glx</b> - Meta state tracker for GLX 135 <li><b>vdpau</b> - VDPAU state tracker 136 <li><b>vega</b> - OpenVG 1.x state tracker 138 <li><b>xorg</b> - Meta state tracker for Xorg video drivers
|
/external/opencv3/samples/python2/ |
mosse.py | 150 tracker = MOSSE(frame_gray, rect) 151 self.trackers.append(tracker) 160 for tracker in self.trackers: 161 tracker.update(frame_gray) 164 for tracker in self.trackers: 165 tracker.draw_state(vis) 167 cv2.imshow('tracker state', self.trackers[-1].state_vis)
|
/external/v8/src/profiler/ |
allocation-tracker.cc | 5 #include "src/profiler/allocation-tracker.h" 56 void AllocationTraceNode::Print(int indent, AllocationTracker* tracker) { 58 if (tracker != NULL) { 60 tracker->function_info_list()[function_info_index_]; 68 children_[i]->Print(indent, tracker); 95 void AllocationTraceTree::Print(AllocationTracker* tracker) { 98 root()->Print(0, tracker);
|
/frameworks/native/include/input/ |
VelocityTracker.h | 64 // Creates a velocity tracker using the specified strategy. 70 // Resets the velocity tracker state. 73 // Resets the velocity tracker state for specific pointers. 119 * Implements a particular velocity tracker algorithm. 137 * Velocity tracker algorithm based on least-squares linear regression. 195 * Velocity tracker algorithm that uses an IIR filter. 230 * Velocity tracker strategy used prior to ICS.
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
EmailAsyncTask.java | 50 public static class Tracker { 109 private final Tracker mTracker; 144 public EmailAsyncTask(Tracker tracker) { 145 mTracker = tracker; 202 * {@link Tracker}, and then {@link #executeParallel}. 211 * {@link Tracker}, and then {@link #executeSerial}.
|
/external/libchrome/base/task/ |
cancelable_task_tracker_unittest.cc | 80 // With the task tracker, post a task, a task with a reply, and get a 105 // Post a task with the task tracker but cancel it before running the 122 // Post a task with reply with the task tracker and cancel it before 141 // Post a task with reply with the task tracker and cancel it after 160 // Post a task with reply with the task tracker on a worker thread and 207 // With the task tracker, post a task, a task with a reply, get a new 236 // With the task tracker, post a task, a task with a reply, get a new 247 // Create another task tracker with a smaller scope. 335 // The death tests below make sure that calling task tracker member
|
/prebuilts/maven_repo/android/com/android/support/test/runner/0.5/ |
runner-0.5-sources.jar | |
/external/libchrome/base/trace_event/ |
heap_profiler_allocation_context.h | 20 // The tracker is initialized lazily. 71 // tracker. Except in tests, an |AllocationContext| should only be obtained 72 // from the tracker. In tests, paying the overhead of initializing the struct
|
/external/mesa3d/src/gallium/docs/source/ |
debugging.rst | 53 State tracker-specific 58 Debug :ref:`flags` for the GL state tracker. 92 tracker. If set to "help", the driver will print a list of flags which the
|
/external/v8/src/crankshaft/ |
hydrogen-gvn.h | 100 // Helper class for printing, because the effects don't know their tracker. 103 : tracker(t), effects(e) {} 104 SideEffectsTracker* tracker;
|