/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texinfo.tex | 29 % Please try the latest version of texinfo.tex before submitting bug 295 % marks for the sectioning macros, one before the section break, and 353 % before the \shipout runs. 491 % just before passing the control to \argtorun. 542 % It's the responsibility of \envdef to insert \begingroup before the 767 % \baselineskip glue before it, and (when the next line of text is done) [all...] |
/build/core/ |
envsetup.mk | 15 # people who haven't re-run those will have to do so before they
|
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 94 do so before downloading the NDK.
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 184 assertFalse(b.before(a)); 185 assertTrue(a.before(b));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsListViewTest.java | 828 public void onTextChanged(CharSequence s, int start, int before, int count) { 830 super.onTextChanged(s, start, before, count);
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 91 // we're on the current statement. update it in the history before doing
|
/device/generic/goldfish/opengl/ |
common.mk | 14 # NOTE: You still need to define LOCAL_PATH before this
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 714 * start index before, then return where the rule stopped parsing. 734 * If we attempted but failed to parse properly before, return 738 * this rule and successfully parsed before, then seek ahead to 751 //System.out.println("seen rule "+ruleIndex+" before; skipping ahead to @"+(stopIndex+1)+" failed="+failed);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 613 # note: if +index+ is before the current position, the +line+ and +column+ 635 # * +before_chars+ characters before the cursor (6 characters by default) 639 before = through( -before_chars ).inspect 640 @position - before_chars > 0 and before.insert( 0, '... ' ) 646 "#<#{ self.class }: #{ before } | #{ after } @ #{ location }>" 884 # and then ensures the stream's position is restored before 970 # on-channel tokens exist before the current token [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
exif_reader.js | 76 // magic, so we verify and discard it here, before exif parsing,
|
/external/chromium/chrome/browser/resources/ntp/ |
drag_drop_controller.js | 32 // The distance, in px, that the mouse must move before initiating a drag.
|
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 358 // before releasing). However, click events seems to be synthesized for a 499 // If we dragged over a specific app, determine which one to insert before 502 // Start by assuming we'll insert the app before the one dragged over 567 // a call to getAppsCallback so we want to do it before reorderApps
|
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
upload_page.js | 96 // If user logged in before, skip the login page.
|
/external/chromium/chrome/browser/resources/sync_internals/ |
chrome_sync.js | 105 // Remove the callback before we call it since the callback may
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 444 // before releasing). However, click events seems to be synthesized for a 609 // If we dragged over a specific app, determine which one to insert before 612 // Start by assuming we'll insert the app before the one dragged over 677 // a call to getAppsCallback so we want to do it before reorderApps
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_service.cc | 322 // check before the database has finished loading. 390 // |start| is set before calling |GetFullHash()|, which should be 501 // case the database will be recreated before our deletion request is 674 const base::TimeTicks before = base::TimeTicks::Now(); local 692 UMA_HISTOGRAM_TIMES("SB2.DatabaseOpen", base::TimeTicks::Now() - before); [all...] |
/external/chromium_org/chrome/browser/history/ |
thumbnail_database.cc | 127 const base::TimeTicks before = base::TimeTicks::Now(); local 130 (base::TimeTicks::Now() - before).InMilliseconds(), [all...] |