HomeSort by relevance Sort by last modified time
    Searched full:full (Results 76 - 100 of 3538) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/sql/
SQLiteDatabase.h 89 // The SQLite SYNCHRONOUS pragma can be either FULL, NORMAL, or OFF
90 // FULL - Any writing calls to the DB block until the data is actually on the disk surface
91 // NORMAL - SQLite pauses at some critical moments when writing, but much less than FULL
  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 39 * Full path to the location of this package.
44 * Full path to the location of the publicly available parts of this package (i.e. the resources
49 * Full path to a directory assigned to the package for its persistent
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 279 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL);
282 DateFormat.FULL, Locale.getDefault())));
331 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL,
398 testDateTime(DateFormat.SHORT, DateFormat.FULL);
403 testDateTime(DateFormat.MEDIUM, DateFormat.FULL);
408 testDateTime(DateFormat.LONG, DateFormat.FULL);
410 testDateTime(DateFormat.FULL, DateFormat.SHORT);
411 testDateTime(DateFormat.FULL, DateFormat.MEDIUM);
412 testDateTime(DateFormat.FULL, DateFormat.LONG);
413 testDateTime(DateFormat.FULL, DateFormat.FULL)
    [all...]
  /external/webkit/WebKit/win/
DefaultDownloadDelegate.cpp 121 BSTR full = SysAllocStringLen(0, (UINT)fullLength); local
122 if (!full)
125 _tcscpy_s(full, fullLength, pathChars);
126 _tcscat_s(full, fullLength, _T("\\"));
127 _tcscat_s(full, fullLength, filename);
129 fullPath.adoptBSTR(full);
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
ASN1Any.java 54 * The default implementation works with full encoding
91 * Extracts array of bytes that represents full encoding from BER input
  /dalvik/vm/
Ddm.h 23 * Handle a packet full of DDM goodness.
55 * Generate a byte[] full of thread stats for a THST packet.
  /external/expat/
expat_config.h.in 54 /* Define to the full name of this package. */
57 /* Define to the full name and version of this package. */
  /external/grub/
config.h.in 87 /* Define to the full name of this package. */
90 /* Define to the full name and version of this package. */
  /external/kernel-headers/original/linux/
backing-dev.h 18 BDI_write_congested, /* The write queue is getting full */
19 BDI_read_congested, /* The read queue is getting full */
  /external/libpng/
config.h.in 58 /* Define to the full name of this package. */
61 /* Define to the full name and version of this package. */
  /external/libpng/contrib/pngminus/
pnm2png.bat 7 REM -- full-color
27 REM -- full-color
  /external/oprofile/
config.h 76 /* Define to the full name of this package. */
79 /* Define to the full name and version of this package. */
  /external/proguard/docs/
screenshots.html 32 You can click on the small tab buttons to see the full-size versions of the
45 You can click on the image to see the full-size version.
  /external/webkit/JavaScriptCore/Configurations/
Version.xcconfig 41 // The production build always uses the full version with a system version prefix.
49 // Local builds are the full version with a plus suffix.
  /external/webkit/JavaScriptGlue/Configurations/
Version.xcconfig 41 // The production build always uses the full version with a system version prefix.
49 // Local builds are the full version with a plus suffix.
  /external/webkit/WebCore/Configurations/
Version.xcconfig 41 // The production build always uses the full version with a system version prefix.
49 // Local builds are the full version with a plus suffix.
  /external/webkit/WebCore/manual-tests/
plain-text-paste.html 42 <td><i>full path to 3.gif, starting with a / character</i></td>
46 <td><i>full path to 4.txt, starting with a / character</i></td>
  /external/webkit/WebCore/platform/android/
ScreenAndroid.cpp 67 // they will be most likely full screen. Therefore,
76 // to position and resize windows (usually to full screen).
  /external/webkit/WebKit/mac/Configurations/
Version.xcconfig 41 // The production build always uses the full version with a system version prefix.
49 // Local builds are the full version with a plus suffix.
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridScrollListenerTest.java 86 assertTrue("Full scroll did not happen", mFirstVisibleItem > firstVisibleItem);
87 assertEquals("Full scroll did not happen", mTotalItemCount,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListScrollListenerTest.java 83 assertTrue("Full scroll did not happen", mFirstVisibleItem > firstVisibleItem);
84 assertEquals("Full scroll did not happen", mTotalItemCount,
  /system/core/adb/
log_service.c 63 /* NOTE: driver guarantees we read exactly one full entry */
75 /* returns the full path to the log file in a newly allocated string */
  /dalvik/libcore/text/src/main/java/java/text/
DateFormat.java 44 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
100 * FULL. The exact result depends on the locale, but generally:
105 * <li>FULL is pretty completely specified, such as Tuesday, April 12, 1952 AD
154 * The format style constant defining the full style.
156 public final static int FULL = 0;
442 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
446 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
459 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
463 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
491 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]
  /build/target/product/
AndroidProducts.mk 37 $(LOCAL_DIR)/full.mk \
  /dalvik/dexopt/
Android.mk 17 # so it must be linked against the full VM shared library.

Completed in 182 milliseconds

1 2 34 5 6 7 8 91011>>