HomeSort by relevance Sort by last modified time
    Searched full:full (Results 251 - 275 of 6788) sorted by null

<<11121314151617181920>>

  /external/libvpx/vp8/encoder/
mcomp.h 25 #define MAX_FULL_PEL_VAL ((1 << (MAX_MVSEARCH_STEPS+3)) - 8) // Max full pel mv specified in 1/8 pel units
26 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1)) // Maximum size of the first step in full pel units
  /external/openssh/
logintest.c 225 char full[17], strip[9], abbrev[5]; local
227 memset(full, '\0', sizeof(full));
231 line_fullname(full, line, sizeof(full)-1);
232 line_stripname(strip, full, sizeof(strip)-1);
233 line_abbrevname(abbrev, full, sizeof(abbrev)-1);
234 printf("%s: %s, %s, %s\n", line, full, strip, abbrev);
  /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/Source/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/Source/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/Source/WebCore/Configurations/
Version.xcconfig 44 // The production build always uses the full version with a system version prefix.
52 // Local builds are the full version with a plus suffix.
  /external/webkit/Source/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/Source/WebKit/mac/Configurations/
Version.xcconfig 44 // The production build always uses the full version with a system version prefix.
52 // Local builds are the full version with a plus suffix.
  /external/webkit/Source/WebKit2/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,
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 32 * Full backup of the shared-storage filesystem
53 * Full restore of one file to shared storage
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Any.java 53 * The default implementation works with full encoding
83 * Extracts array of bytes that represents full encoding from BER input
  /ndk/sources/host-tools/ndk-stack/
ndk-stack.c 28 " -sym Contains full path to the root directory for symbols.\n"
29 " -dump Contains full path to the file containing the crash dump.\n"
  /packages/apps/Calendar/res/values/
config.xml 27 <!-- when on, event info launched from agenda view is shown in full screen, -->
30 <!-- when on, event info launched from day/week/month view is shown in full screen, -->
  /packages/apps/Calendar/res/values-w600dp-h879dp/
config.xml 27 <!-- when on, event info launched from agenda view is shown in full screen, -->
30 <!-- when on, event info launched from day/week/month view is shown in full screen, -->
  /packages/apps/Calendar/res/values-w960dp-h527dp/
config.xml 27 <!-- when on, event info launched from agenda view is shown in full screen, -->
30 <!-- when on, event info launched from day/week/month view is shown in full screen, -->
  /packages/apps/CellBroadcastReceiver/tests/res/values/
strings.xml 29 <string name="button_gsm_7bit_nopadding_type">Send GSM 7 Bit Full Length Broadcast</string>
30 <string name="button_gsm_7bit_nopadding_umts_type">Send UMTS 7 Bit Full Length Broadcast</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-el/
strings.xml 30 <string name="button_gsm_7bit_nopadding_type" msgid="5289528095948674862">"???????? ????????? GSM 7 Bit Full Length"</string>
31 <string name="button_gsm_7bit_nopadding_umts_type" msgid="7953047238483884846">"???????? ????????? UMTS 7 Bit Full Length"</string>
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
FullscreenToolView.java 27 * Full-screen tool view that gets photo display bounds and maps positions on photo display bounds
57 // Assumes photo-view is also full-screen as this tool-view and centers/scales photo to fit.
  /sdk/emulator/opengl/tests/gles_android_wrapper/
Android.mk 51 ifneq (,$(filter full full_x86 sdk sdk_x86,$(TARGET_PRODUCT)))
64 endif # TARGET_PRODUCT in 'full sdk full_x86 sdk_x86'
  /sdk/ide_common/src/com/android/ide/common/resources/
ScanningContext.java 75 * Marks that a full aapt compilation of the resources is necessary because it has
87 * @return true if a full aapt compilation is required
  /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 */
  /libcore/luni/src/main/java/java/text/
DateFormat.java 39 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
95 * FULL. The exact result depends on the locale, but generally:
100 * <li>FULL is pretty completely specified, such as Tuesday, April 12, 1952 AD
149 * The format style constant defining the full style.
151 public static final int FULL = 0;
434 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
438 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
451 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
455 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
480 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT
    [all...]

Completed in 662 milliseconds

<<11121314151617181920>>