Searched
full:full (Results
901 -
925 of
6788) sorted by null
<<31323334353637383940>>
/prebuilts/sdk/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
quality.html | 41 full-screen size.
|
/sdk/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/sdk/emulator/opengl/tests/gles_android_wrapper/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/sdk/layoutlib_api/src/com/android/ide/common/rendering/api/ |
Capability.java | 24 /** Ability to render at full size, as required by the layout, and unbound by the screen */
|
/sdk/layoutlib_api/src/com/android/layoutlib/api/ |
ILayoutResult.java | 55 * Returns the rendering of the full layout.
|
/sdk/lint/cli/etc/ |
lint.bat | 30 rem Get the CWD as a full path with short names only (without spaces)
|
/system/bluetooth/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/system/core/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/system/core/rootdir/ |
Android.mk | 10 ifeq ($(TARGET_PRODUCT),full)
|
ueventd.rc | 3 /dev/full 0666 root root
|
/system/extras/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/system/netd/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/system/vold/ |
CleanSpec.mk | 16 # If you don't need to do a full clean build but would like to touch
|
/external/oprofile/events/ppc64/power5++/ |
events | 58 event:0X0062 counters:2 um:zero minimum:1000 name:PM_GCT_NOSLOT_SRQ_FULL_GRP6 : (Group 6 pm_gct_empty) No slot in GCT caused by SRQ full 62 event:0X0070 counters:0 um:zero minimum:1000 name:PM_GCT_USAGE_00to59_CYC_GRP7 : (Group 7 pm_gct_usage) Cycles GCT less than 60% full 63 event:0X0071 counters:1 um:zero minimum:1000 name:PM_GCT_USAGE_60to79_CYC_GRP7 : (Group 7 pm_gct_usage) Cycles GCT 60-79% full 64 event:0X0072 counters:2 um:zero minimum:1000 name:PM_GCT_USAGE_80to99_CYC_GRP7 : (Group 7 pm_gct_usage) Cycles GCT 80-99% full 65 event:0X0073 counters:3 um:zero minimum:1000 name:PM_GCT_FULL_CYC_GRP7 : (Group 7 pm_gct_usage) Cycles GCT full 77 event:0X0093 counters:3 um:zero minimum:1000 name:PM_LSU_SRQ_FULL_CYC_GRP9 : (Group 9 pm_lsu2) Cycles SRQ full 86 event:0X00B0 counters:0 um:zero minimum:1000 name:PM_LSU_LMQ_FULL_CYC_GRP11 : (Group 11 pm_lsu4) Cycles LMQ full 87 event:0X00B1 counters:1 um:zero minimum:1000 name:PM_LSU_SRQ_FULL_CYC_GRP11 : (Group 11 pm_lsu4) Cycles SRQ full 99 event:0X00D1 counters:1 um:zero minimum:1000 name:PM_CLB_FULL_CYC_GRP13 : (Group 13 pm_prefetch2) Cycles CLB full 117 event:0X0101 counters:1 um:zero minimum:1000 name:PM_LSU_REJECT_LMQ_FULL_GRP16 : (Group 16 pm_lsu_reject1) LSU reject due to LMQ full or missed data comin [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 47 /** Key code for switching to full-width HIRAGANA mode */ 50 /** Key code for switching to full-width KATAKANA mode */ 53 /** Key code for switching to full-width alphabet mode */ 56 /** Key code for switching to full-width number mode */ 92 /** Toggle cycle table for full-width HIRAGANA */ 107 /** Replace table for full-width HIRAGANA */ 129 /** Toggle cycle table for full-width KATAKANA */ 145 /** Replace table for full-width KATAKANA */ 199 /** Toggle cycle table for full-width alphabet */ 214 /** Replace table for full-width alphabet * [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
MessageFormatTest.java | 207 // same LONG and FULL time patterns 208 format.applyPattern("{0,time, Full}"); 209 assertTrue("Wrong full time format", format.getFormats()[0] 210 .equals(DateFormat.getTimeInstance(DateFormat.FULL, 212 assertEquals("Wrong full time pattern", 213 "{0,time,full}", format.toPattern()); 235 format.applyPattern("{0, date, full}"); 236 assertTrue("Wrong full date format", format.getFormats()[0] 237 .equals(DateFormat.getDateInstance(DateFormat.FULL))); 238 assertEquals("Wrong full date pattern", [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 137 // Name and current contents version of the full-backup manifest file 184 // User confirmation timeout for a full backup/restore operation. It's this long in 442 // Persistently track the need to do a full init 547 // TODO: refactor full backup to be a looper-based state machine 573 // TODO: refactor full restore to be a looper-based state machine 664 Slog.i(TAG, "Full backup/restore timed out waiting for user confirmation"); [all...] |
/dalvik/tests/092-locale/src/ |
Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); 90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa);
|
/dalvik/vm/mterp/x86-atom/ |
OP_CHECK_CAST.S | 47 jne .L${opcode}_fullcheck # not same class; do full check 53 * Trivial test failed, need to perform full check.
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/ |
ImageDetailActivity.java | 62 // activity runs full screen 82 // Set up activity to go full screen
|
/development/testrunner/ |
run_command.py | 160 binary: full path of the file to be run. 174 # Need the full path to valgrind to avoid other versions on the system.
|
/device/samsung/crespo/include/ |
s5p_fimc.h | 116 unsigned int full_width; // Source Image Full Width (Virtual screen size) 117 unsigned int full_height; // Source Image Full Height (Virtual screen size)
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelLockingTest.java | 90 fail("Acquiring a full exclusive lock on a read only channel should fail."); 160 fail("Acquiring a full exclusive lock on a read channel should have thrown an exception.");
|
Completed in 563 milliseconds
<<31323334353637383940>>