HomeSort by relevance Sort by last modified time
    Searched full:recent (Results 101 - 125 of 1267) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 34 This is not implemented in recent versions of BSD, nor by
  /sdk/apps/SdkController/assets/
intro_help.html 38 <a href="https://sites.google.com/a/android.com/tools/recent/sensoremulation">Read more.</a>
  /external/chromium/webkit/glue/resources/
webkit_strings_en-GB.xtb 6 <translation id="1235745349614807883">Clear Recent Searches</translation>
22 <translation id="2548326553472216322">No recent searches</translation>
41 <translation id="6663448176199120256">Recent Searches</translation>
  /external/openssl/crypto/perlasm/
ppc-xlate.pl 100 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
107 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
114 ($flavour =~ /linux/) ? # GNU as doesn't allow most recent hints
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 301 return "No recent text searches";
306 return "Recent text searches";
311 return "Clear recent text searches";
  /external/webkit/Source/WebCore/platform/haiku/
LocalizedStringsHaiku.cpp 308 return "No recent text searches";
313 return "Recent text searches";
318 return "Clear recent text searches";
  /external/webkit/Source/WebCore/platform/wx/
LocalizedStringsWx.cpp 307 return String("No recent searches");
312 return String("Recent searches");
317 return String("Clear recent searches");
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.js 169 var recentBuildsContainer = document.getElementById("recent-builds-container");
173 list.id = "recent-builds-list";
192 recentBuildsContainer.appendChild(document.createTextNode("No recent leaky builds found."));
index.html 73 <p>Or choose a recent build:</p>
74 <div id=recent-builds-container>
75 <p id=recent-builds-loading-indicator>Loading builds&hellip;</p>
  /frameworks/native/include/cpustats/
ThreadCpuUsage.h 83 // up until the most recent disable(), resets this accumulator, and then
125 struct timespec mPreviousTs; // most recent thread CPU time, valid only if mIsEnabled is true
126 struct timespec mMonotonicTs; // most recent monotonic time
  /packages/apps/Email/tests/src/com/android/email/activity/
AccountSelectorAdapterTest.java 48 * - Confirm that AccountsLoader doesn't add recent mailboxes.
64 assertEquals(0, result.getRecentMailboxCount()); // No recent on two-pane.
76 assertEquals(0, result.getRecentMailboxCount()); // No recent on two-pane.
RecentMailboxManagerTest.java 37 * Tests for the recent mailbox manager.
136 /** Test recent list not full */
142 // test recent list not full, so is padded with default mailboxes
153 /** Test full recent list */
165 // test full recent list
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
Gesture.java 93 * @param pos The most recent mouse coordinate applicable to this
106 * @param pos The most recent mouse coordinate applicable to this
117 * @param pos The most recent mouse coordinate applicable to this
  /frameworks/base/packages/SystemUI/res/values-en-rGB/
strings.xml 28 <string name="status_bar_no_recent_apps" msgid="6576392951053994640">"No recent apps"</string>
29 <string name="status_bar_accessibility_dismiss_recents" msgid="4576076075226540105">"Dismiss recent apps"</string>
31 <item quantity="one" msgid="5854176083865845541">"1 recent app"</item>
32 <item quantity="other" msgid="1040784359794890744">"%d recent apps"</item>
79 <string name="accessibility_recent" msgid="8571350598987952883">"Recent apps"</string>
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 67 * recent relevant touch and the second item is the touch's time stamp. Old
77 * recent relevant touch and the second item is the touch's time stamp. Old
584 // values but don't touch the recent positions so that velocity
613 * Filters the provided recent touches array to remove all touches except
616 * item is the x or y component of the recent touch and the second item
620 * @param {number} recentMove The x or y component of the most recent move.
632 * Filters the provided recent touches array to remove all touches older
633 * than the max tracking time or the 5th most recent touch.
635 * item is the x or y component of the recent touch and the second item
637 * @param {number} recentTime The time of the most recent event
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 67 * recent relevant touch and the second item is the touch's time stamp. Old
77 * recent relevant touch and the second item is the touch's time stamp. Old
584 // values but don't touch the recent positions so that velocity
613 * Filters the provided recent touches array to remove all touches except
616 * item is the x or y component of the recent touch and the second item
620 * @param {number} recentMove The x or y component of the most recent move.
632 * Filters the provided recent touches array to remove all touches older
633 * than the max tracking time or the 5th most recent touch.
635 * item is the x or y component of the recent touch and the second item
637 * @param {number} recentTime The time of the most recent event
    [all...]
  /external/chromium-trace/src/shared/js/cr/ui/
touch_handler.js 67 * recent relevant touch and the second item is the touch's time stamp. Old
77 * recent relevant touch and the second item is the touch's time stamp. Old
594 // values but don't touch the recent positions so that velocity
624 * Filters the provided recent touches array to remove all touches except
627 * item is the x or y component of the recent touch and the second item
631 * @param {number} recentMove The x or y component of the most recent move.
643 * Filters the provided recent touches array to remove all touches older
644 * than the max tracking time or the 5th most recent touch.
646 * item is the x or y component of the recent touch and the second item
648 * @param {number} recentTime The time of the most recent event
    [all...]
  /external/icu4c/i18n/unicode/
tzrule.h 143 * Gets the most recent time when this rule takes effect before the specified time.
144 * @param base The most recent time before this base time will be returned.
150 * @param result Receives The most recent time when this rule takes effect before
325 * Gets the most recent time when this rule takes effect before the specified time.
326 * @param base The most recent time before this base time will be returned.
332 * @param result Receives The most recent time when this rule takes effect before
560 * Gets the most recent time when this rule takes effect before the specified time.
561 * @param base The most recent time before this base time will be returned.
567 * @param result Receives The most recent time when this rule takes effect before
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 344 return String::fromUTF8("No recent searches");
349 return String::fromUTF8("Recent searches");
354 return String::fromUTF8("Clear recent searches");
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 147 // Check if we are still the most recent request.
189 // skip all but the most recent request.
236 * created are used, and the most recent call's worth of data is loaded into events and posted
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PkgItem.java 224 * If there's already an updating package, only keep the most recent update.
226 * ended up not being the most recent), false if incompatible or not an update.
238 // If we have more than one, keep only the most recent update
  /dalvik/dexgen/src/com/android/dexgen/util/
AnnotatedOutput.java 65 * End the most recent annotation. Subsequent output will be unannotated,
  /dalvik/dx/src/com/android/dx/util/
AnnotatedOutput.java 65 * End the most recent annotation. Subsequent output will be unannotated,
  /dalvik/vm/
Ddm.h 81 * Gather up recent allocation data and return it in a byte[].
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 38 * long-running operations, such as retrieving recent e-mails.

Completed in 719 milliseconds

1 2 3 45 6 7 8 91011>>