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

1 2 3 4 5 6 78 91011>>

  /external/markdown/docs/
CHANGE_LOG 78 blockquotes. Refactored _processSection method (see tracker #1793419).
89 multi-line comments and markup inside links. (Tracker #s: 1683066,
103 July 9, 2006: Fixed the <!--@address.com> problem (Tracker #1501354).
110 Swartz). Sourceforge tracker #s: 1489313, 1489312, 1489311, 1488370,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 39 * The only special thing we need to do for the state tracker's
  /external/skia/site/
roles.md 24 <th>Bug Tracker</th>
  /frameworks/base/docs/html/wear/preview/
program.jd 75 <a href="https://g.co/wearpreviewbug">issue tracker</a>.
133 please use the <a href="https://g.co/wearpreviewbug">issue tracker</a>.
258 <a href="https://g.co/wearpreviewbug">Issue Tracker</a> is your primary feedback
260 through the issue tracker. You can also check for known issues and find
  /frameworks/base/docs/html-intl/intl/ja/preview/
overview.jd 119 <a href="{@docRoot}preview/bug">Issue Tracker</a> ????????????????????????
171 ?????????? API??????????????????????????????????????????? <a href="{@docRoot}preview/bug">Issue Tracker</a> ??????????????????????
358 <li> <strong>???????????</strong>??<a href="https://code.google.com/p/android-developer-preview/">N Developer Preview Issue Tracker</a> ???
359 Issue Tracker ??????????????????????????????????????
  /frameworks/base/docs/html-intl/intl/zh-cn/preview/
overview.jd 119 ?? <a href="{@docRoot}preview/bug">Issue Tracker</a> ?????????????
171 ?????????? API ??????????????? &mdash; ??? <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 ???????????????
  /packages/apps/ContactsCommon/src/com/android/contacts/commonbind/analytics/
AnalyticsUtil.java 43 * @param application The application the tracker is stored in.
  /packages/apps/TV/src/com/android/tv/util/
SystemProperties.java 56 * Send {@link com.android.tv.analytics.Tracker} information. Defaults to {@code true}.
  /docs/source.android.com/src/source/
report-bugs.jd 22 the AOSP bug tracker <a
57 <p>Keep in mind that an issue tracker is not a user support forum. It is a list
61 <p>This issue tracker is narrowly focused on the Android Open Source Project.
life-of-a-bug.jd 26 <p>The Android Open Source Project maintains a public issue tracker where you
28 (For details on this issue tracker, please see the
33 <p>*Please note: the Android Open Source Project (AOSP) issue tracker is
123 There was already an identical report in the issue tracker. Any actual
169 Someone mistook the issue tracker for a help forum.</p>
  /external/mockftpserver/branches/1.x_Branch/
CHANGELOG.txt 14 - BUG FIX: Tracker item #2047355. Parse host IP numbers as unsigned bytes.
15 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
22 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
  /prebuilts/go/darwin-x86/doc/
contrib.html 71 <p>A mailing list that receives each update to the Go <a href="//golang.org/issue">issue tracker</a>.</p>
86 on our <a href="//golang.org/issue">issue tracker</a>.
111 Check <a href="//golang.org/issue">the tracker</a> for
  /prebuilts/go/linux-x86/doc/
contrib.html 71 <p>A mailing list that receives each update to the Go <a href="//golang.org/issue">issue tracker</a>.</p>
86 on our <a href="//golang.org/issue">issue tracker</a>.
111 Check <a href="//golang.org/issue">the tracker</a> for
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 71 TestVersionTracker tracker = local
73 tracker.buildDirectory="D:/src";
74 tracker.featureId="org.eclipse.sdk.tests";
75 tracker.outputFile="d:/eclipse-testing/test.properties";
76 tracker.execute();
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 1 //===- AliasSetTracker.cpp - Alias Sets Tracker implementation-------------===//
92 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
407 /// tracker.
543 // the tracker already knows about a value, it will ignore the request.
553 if (Entry.hasAliasSet()) return; // Already in the tracker!
603 OS << "Alias Set Tracker: " << AliasSets.size() << " alias sets for "
643 AliasSetTracker *Tracker;
657 Tracker = new AliasSetTracker(AAWP.getAAResults());
660 Tracker->add(&*I);
661 Tracker->print(errs())
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 524 public void showSlidingKeyInputPreview(@Nullable final PointerTracker tracker) {
526 if (tracker != null) {
527 mSlidingKeyInputDrawingPreview.setPreviewPosition(tracker);
558 public void showGestureTrail(@Nonnull final PointerTracker tracker,
562 mGestureFloatingTextDrawingPreview.setPreviewPosition(tracker);
564 mGestureTrailsDrawingPreview.setPreviewPosition(tracker);
597 @Nonnull final PointerTracker tracker) {
628 tracker.getLastCoordinates(lastCoords);
716 final PointerTracker tracker = PointerTracker.getPointerTracker(id); local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
resumable_download_handler.py 135 print('Couldn\'t read etag in tracker file (%s). Restarting '
143 print('Couldn\'t read URI tracker file (%s): %s. Restarting '
160 'Couldn\'t write tracker file (%s): %s.\nThis can happen'
162 '(e.g., gsutil configured to save tracker files to an '
190 '%s is larger (%d) than %s (%d).\nDeleting tracker file, so '
280 # Download succceded, so remove the tracker file (if have one).
314 '(%s); aborting and removing tracker file' %
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 175 /// CriticalMax records the largest increase in the tracker's max pressure that
178 /// CurrentMax records the largest increase in the tracker's max pressure that
319 /// tracker before the first call to advance/recede.
371 /// limit based on the tracker's current pressure, and record the number of
387 /// limit based on the tracker's current pressure, and record the number of
405 assert(isBottomClosed() && "Uninitialized pressure tracker");
426 assert(isBottomClosed() && "Uninitialized pressure tracker");
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py     [all...]
  /external/mockftpserver/MockFtpServer/
CHANGELOG.txt 36 * BUG FIX: #2823519 "The RnfrCommandHandler is currently set to only support renaming of files": https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2823519&group_id=208647.
38 - BUG FIX: #2828362: "Unit tests using FakeFtpServer are slow" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2828362&group_id=208647. DefaultSession.readCommand().
40 - BUG FIX: #2953392: "AbstractFtpServer waits endless if binding to port fails" https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2953392&group_id=208647.
50 - BUG FIX: #2696898: ?WindowsFakeFilesystem DirectoryEntry case sensitivity? (https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2696898&group_id=208647).
51 - BUG FIX: #2797980: ?UnixFakeFileSystem IsValidName Regex incorrect? (https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=2797980&group_id=208647).
59 - BUG FIX: #2654577: 'month' in UnixDirectoryListingFormatter is Locale specific. http://sourceforge.net/tracker/index.php?func=detail&aid=2654577&group_id=208647&atid=1006533.
74 - BUG FIX: #2462973 FileEntry.cloneWithNewPath doesn't clone out field. See https://sourceforge.net/tracker/index.php?func=detail&aid=2462973&group_id=208647&atid=1006533
132 - BUG FIX: Tracker item #2047355. Parse host IP numbers as unsigned bytes.
133 See https://sourceforge.net/tracker/index.php?func=detail&aid=2047355&group_id=208647&atid=1006533
140 See https://sourceforge.net/tracker/?func=detail&atid=1006533&aid=1925590&group_id=208647
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 766 /* BLOB TRACKER INTERFACE */
791 /* Release blob tracker: */
886 /* BLOB TRACKER INTERFACE */
888 /*BLOB TRACKER ONE INTERFACE */
912 /*BLOB TRACKER ONE INTERFACE */
916 /* Some declarations for specific MeanShift tracker: */
931 /* Some declarations for specific Likelihood tracker: */
944 /* Simple blob tracker based on connected component tracking: */
950 /* Blob tracker that integrates meanshift and connected components: */
964 /* =========== tracker integrators trackers =============*
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 220 * return NULL if that isn't possible, and the state tracker needs to cope
223 * E.g. the state tracker could have a simpler path which maps textures and
292 * Resource binding flags -- state tracker must specify in advance all
307 #define PIPE_BIND_CUSTOM (1 << 17) /* state-tracker/winsys usages */
318 * It seems like scanout is used by the Xorg state tracker to ask for
335 #define PIPE_RESOURCE_FLAG_ST_PRIV (1 << 24) /* state-tracker/winsys private */
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 

Completed in 2080 milliseconds

1 2 3 4 5 6 78 91011>>