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

1 2 3 4 5 6 7 891011>>

  /external/chromium-trace/catapult/dashboard/dashboard/
auto_triage.py 7 This cron job manages alerts and issue tracker bugs.
57 commenting on the issue tracker if all alerts for a bug are recovered.
144 """Adds a comment and close the bug on Issue tracker."""
  /external/owasp/sanitizer/tools/findbugs/doc/
contributing.html 43 <tr><td><font size="-1"><a class="sidebar" href="http://sourceforge.net/tracker/?group_id=96405">Open bugs</a></font></td></tr>
102 <a href="http://sourceforge.net/tracker/?atid=614695&group_id=96405&func=browse">Patches</a> tracker on the
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 103 int setProcState = PROCESS_STATE_NONEXISTENT; // Last set process state in process tracker
459 public void makeActive(IApplicationThread _thread, ProcessStatsService tracker) {
464 tracker.getMemFactorLocked(), SystemClock.uptimeMillis(), pkgList);
467 baseProcessTracker = tracker.getProcessStateLocked(info.packageName, uid,
475 holder.state = tracker.getProcessStateLocked(pkgList.keyAt(i), uid,
485 public void makeInactive(ProcessStatsService tracker) {
491 tracker.getMemFactorLocked(), SystemClock.uptimeMillis(), pkgList);
    [all...]
ServiceRecord.java 91 ServiceState tracker; // tracking service execution, may be null field in class:ServiceRecord
334 if (tracker != null) {
335 return tracker;
338 tracker = ams.mProcessStats.getServiceStateLocked(serviceInfo.packageName,
341 tracker.applyNewOwner(this);
343 return tracker;
347 if (tracker != null) {
348 tracker.clearCurrentOwner(this, true);
349 tracker = null;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 50 * Constructs a position tracker that doesn't point to any specific conversation.
122 * Initializes the tracker with initial conversation id and initial position. This invalidates
123 * the positions in the tracker. We need a valid cursor before we can bless the position as
  /prebuilts/go/darwin-x86/doc/devel/
release.html 29 1.5.1 milestone</a> on our issue tracker for details.
43 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.1">Go 1.4.1 milestone on our issue tracker</a> for details.
48 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.2">Go 1.4.2 milestone on our issue tracker</a> for details.
  /prebuilts/go/linux-x86/doc/devel/
release.html 29 1.5.1 milestone</a> on our issue tracker for details.
43 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.1">Go 1.4.1 milestone on our issue tracker</a> for details.
48 See the <a href="https://github.com/golang/go/issues?q=milestone%3AGo1.4.2">Go 1.4.2 milestone on our issue tracker</a> for details.
  /external/chromium-trace/catapult/third_party/WebOb/
PKG-INFO 21 * `Bug tracker <https://github.com/Pylons/webob/issues>`_
setup.py 26 * `Bug tracker <https://github.com/Pylons/webob/issues>`_
  /external/chromium-trace/catapult/third_party/webapp2/
TODO 5 tracker:
  /external/clang/
README.txt 25 If you find a bug in Clang, please file it in the LLVM bug tracker:
  /external/dbus/doc/
dbus-monitor.1 77 Please send bug reports to the D\-Bus mailing list or bug tracker,
  /external/gemmlowp/
CONTRIBUTING.txt 20 us first through the issue tracker with your idea so that we can help out and
  /external/libvorbis/doc/vorbisenc/
ov_ectl_ratemanage2_arg.html 70 bitrate tracker may swing from one extreme to the other when boosting
  /external/llvm/include/llvm/Transforms/Utils/
PromoteMemToReg.h 42 /// If AST is specified, the specified tracker is updated to reflect changes
  /external/mesa3d/docs/
relnotes-7.7.1.html 51 <li>Assorted bug fixes in Mesa/Gallium state tracker including
  /external/mesa3d/src/gallium/include/pipe/
p_video_decoder.h 97 * should be called before a video_buffer is acessed by the state tracker again
  /external/skia/site/dev/contrib/
directory.md 6 - [Issue Tracker](https://bug.skia.org/)
  /external/valgrind/docs/internals/
howto_oprofile.txt 46 http://sourceforge.net/tracker/index.php?func=detail&aid=1685267&group_id=16191&atid=116191
  /frameworks/base/core/java/android/view/
VelocityTracker.java 63 * Obtains a velocity tracker with the specified strategy.
67 * @return The velocity tracker.
107 * Reset the velocity tracker back to its initial state.
114 * Add a user's movement to the tracker. You should call this for the
  /frameworks/base/docs/html-intl/intl/ko/preview/
overview.jd 119 Google? <a href="{@docRoot}preview/bug">Issue Tracker</a>? ??? ??? ???? ???? ?? ???.
171 ? ??? ??? API ? ?? ??? ??? ?? ???? ???? ?? ?? ?????. ? ?? ??? ?? <a href="{@docRoot}preview/bug">Issue Tracker</a>? ?????.
358 <li> <a href="https://code.google.com/p/android-developer-preview/">N Developer Preview Issue Tracker</a>? <strong>?? ??? ??</strong>???.
359 Issue Tracker? ?? ??, ?? ?? ? ???? ???? ??? ? ????.
  /frameworks/base/tests/LocationTracker/res/values/
strings.xml 41 <string name="app_label">Location Tracker</string>
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
CSVFormatter.java 22 * Formats tracker data as CSV output
KMLFormatter.java 24 * Formats tracker data as KML output
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 28 * Tracker for an incoming SMS message ready to broadcast to listeners.
69 * Create a tracker for a single-part SMS.
94 * Create a tracker for a multi-part SMS. Sequence numbers start at 1 for 3GPP and regular
127 * Create a new tracker from the row of the raw table pointed to by Cursor.

Completed in 1895 milliseconds

1 2 3 4 5 6 7 891011>>