/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
nfs_xdr.h | 72 u64 before; member in struct:nfs4_change_info
|
/packages/apps/Contacts/src/com/android/contacts/ui/widget/ |
GenericEditorView.java | 253 public void onTextChanged(CharSequence s, int start, int before, int count) { 280 * Prepare dialog for entering a custom label. The input value is trimmed: white spaces before
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupExchange.java | 169 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
AccountSetupIncoming.java | 166 public void onTextChanged(CharSequence s, int start, int before, int count) {
|
/packages/apps/Email/src/com/android/exchange/utility/ |
CalendarUtilities.java | 771 Date before = new Date(millisAtTransition - MINUTES); local [all...] |
/packages/apps/Phone/src/com/android/phone/ |
EmergencyDialer.java | 121 public void onTextChanged(CharSequence input, int start, int before, int changeCount) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
KeyCheckPage.java | 234 if (expirationCalendar.before(today)) {
|
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 224 method = "before", 233 assertFalse(b.before(a)); 234 assertTrue(a.before(b));
|
/cts/tests/tests/widget/src/android/widget/cts/ |
AbsListViewTest.java | [all...] |
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
RuntimeTest.java | 119 long before = r.totalMemory() - r.freeMemory(); local 127 after != before); [all...] |
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 91 // we're on the current statement. update it in the history before doing
|
/external/v8/src/ |
date.js | 185 // before it. Adjust the increment to avoid a linear search for 234 // DaylightSavingsOffset called before local_time_offset used. 241 // before local_time_offset is used. 254 // local_time_offset is needed before the call to DaylightSavingsOffset, [all...] |
/external/v8/test/mjsunit/ |
array-splice.js | 209 // According to the spec (15.4.4.12), length is calculated before
|
object-create.js | 164 // before we got all the values out.
|
/external/webkit/JavaScriptCore/tests/mozilla/Getopt/ |
Mixed.pm | 585 I<before> calling nextOption. 593 variables, you'll need to call init before calling getOptions, like 692 variables, this must be set I<before> calling init(), and cannot be
|
/external/webkit/LayoutTests/fast/js/resources/ |
js-test-pre.js | 130 // Do this before the object test, since null is of type 'object'.
|
/external/webkit/SunSpider/tests/sunspider-0.9/ |
date-format-tofte.js | 190 // if the day is three days before newyears eve,
|
/external/webkit/SunSpider/tests/sunspider-0.9.1/ |
date-format-tofte.js | 190 // if the day is three days before newyears eve,
|
/external/webkit/WebKit/win/Interfaces/ |
DOMHTML.idl | 487 - (void)add:(DOMHTMLElement *)element :(DOMHTMLElement *)before; 489 HRESULT add([in] IDOMHTMLElement* element, [in] IDOMHTMLElement* before);
|
/ndk/build/core/ |
add-application.mk | 17 # NDK build system, before performing any build whatsoever.
|
/ndk/build/toolchains/arm-eabi-4.4.0/ |
setup.mk | 143 # and static libraries, but before any other library in the link
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ContactsPreferencesActivity.java | 178 // Add the separator before showing the detailed group list. 401 public static GroupDelta fromBefore(ContentValues before) { 403 entry.mBefore = before; 471 // When has changes and "before" exists, then "update" [all...] |