/external/chromium_org/third_party/mesa/src/doxygen/ |
Makefile | 2 default: full 4 all: full subset 9 FULL = \ 22 full: $(FULL:.doxy=.tag) 23 $(foreach FILE,$(FULL),doxygen $(FILE);) 33 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
|
/external/mesa3d/doxygen/ |
Makefile | 2 default: full 4 all: full subset 9 FULL = \ 22 full: $(FULL:.doxy=.tag) 23 $(foreach FILE,$(FULL),doxygen $(FILE);) 33 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle_factory.cc | 29 #error Need to define {FULL|MOBILE} SAFE_BROWSING mode.
|
/cts/tests/tests/text/src/android/text/format/cts/ |
DateUtilsTest.java | 179 fixedTime + DAY_DURATION, fixedTime, java.text.DateFormat.FULL, 180 java.text.DateFormat.FULL)); 182 fixedTime, java.text.DateFormat.DEFAULT, java.text.DateFormat.FULL)); 184 fixedTime, java.text.DateFormat.LONG, java.text.DateFormat.FULL)); 186 fixedTime, java.text.DateFormat.MEDIUM, java.text.DateFormat.FULL)); 188 fixedTime, java.text.DateFormat.SHORT, java.text.DateFormat.FULL)); 192 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.FULL)); 194 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.DEFAULT)); 196 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.LONG)) [all...] |
/external/clang/test/Preprocessor/ |
pragma_unknown.c | 25 #pragma STDC CX_LIMITED_RANGE ON FULL POWER // expected-warning {{expected end of directive in pragma}}
|
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
DateFormatTest.java | 120 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL); 123 DateFormat.FULL, Locale.getDefault()))); 166 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL, 221 testDateTime(DateFormat.SHORT, DateFormat.FULL); 226 testDateTime(DateFormat.MEDIUM, DateFormat.FULL); 231 testDateTime(DateFormat.LONG, DateFormat.FULL); 233 testDateTime(DateFormat.FULL, DateFormat.SHORT); 234 testDateTime(DateFormat.FULL, DateFormat.MEDIUM); 235 testDateTime(DateFormat.FULL, DateFormat.LONG); 236 testDateTime(DateFormat.FULL, DateFormat.FULL) [all...] |
/external/srec/srec/include/ |
hmm_desc.h | 40 #define FULL (2<<4) /* Full covariance model */ 94 with dummies to be the same size as the full "tree_node". For 2-byte
|
/art/test/092-locale/src/ |
Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); 90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa);
|
/dalvik/tests/092-locale/src/ |
Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); 90 fmt = DateFormat.getDateInstance(DateFormat.FULL, usa);
|
/libcore/luni/src/main/java/libcore/icu/ |
LocaleData.java | 152 case DateFormat.FULL: 166 case DateFormat.FULL: 184 // There are some full time format patterns in ICU that use the pattern character 'v'.
|
/libcore/luni/src/main/java/java/text/ |
DateFormat.java | 86 * The format style constant defining the full style. 88 public static final int FULL = 0; 363 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT. 367 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or 380 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT. 384 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or 409 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT. 411 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT. 416 * SHORT, MEDIUM, LONG, FULL, or DEFAULT. 429 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT [all...] |
MessageFormat.java | 67 * full 183 * <td>{@code full}</td> 184 * <td>{@code DateFormat.getDateInstance(DateFormat.FULL, getLocale())}</td> 208 * <td>{@code full}</td> 209 * <td>{@code DateFormat.getTimeInstance(DateFormat.FULL, getLocale())}</td> [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmtrtts.cpp | 199 case DateFormat::FULL: return "FULL"; 236 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 249 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 262 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) { 263 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
|
aliastst.cpp | 99 DateFormat* df1 = DateFormat::createDateInstance(DateFormat::FULL, oldLoc); 100 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc);
|
dtfmttst.cpp | 105 * Instantiate a SimpleDateFormat set up to produce a full time 201 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL); 202 DateFormat* fmtB = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL); 229 //DateFormat* fmt = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL, Locale::ENGLISH); 634 DateFormat* fmt = DateFormat::createDateInstance(DateFormat::FULL, Locale("cs", "", "")); 787 DateFormat::SHORT, DateFormat::MEDIUM, DateFormat::LONG, DateFormat::FULL 794 DateFormat *full = DateFormat::createDateTimeInstance(DateFormat::LONG, DateFormat::LONG); local 795 if(full==NULL) { 821 full->format(when, format); 838 delete full; 1141 DateFormat *date=0, *time=0, *full=0; local 2017 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull , loc); local 2116 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFullRelative, loc); local 2146 DateFormat *full = DateFormat::createDateInstance(DateFormat::kFull, loc); local [all...] |
/external/icu4c/test/intltest/ |
dtfmtrtts.cpp | 199 case DateFormat::FULL: return "FULL"; 236 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 249 for(style = DateFormat::FULL; style <= DateFormat::SHORT; ++style) { 262 for(int32_t dstyle = DateFormat::FULL; dstyle <= DateFormat::SHORT; ++dstyle) { 263 for(int32_t tstyle = DateFormat::FULL; tstyle <= DateFormat::SHORT; ++tstyle) {
|
aliastst.cpp | 99 DateFormat* df1 = DateFormat::createDateInstance(DateFormat::FULL, oldLoc); 100 DateFormat* df2 = DateFormat::createDateInstance(DateFormat::FULL, newLoc);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 222 * in a release to be weaker than a full volatile write. However, 255 static final int FULL = (NCPU >= (MMASK << 1)) ? MMASK : NCPU >>> 1; 405 else if ((c = p.collides) < m || m == FULL || 446 arena = new Node[(FULL + 2) << ASHIFT];
|
/external/chromium/chrome/browser/chromeos/notifications/ |
notification_panel.h | 66 // +--(event=open)---->[ FULL ]-------------+-------------------+ 77 FULL, // Show all notifications
|
/frameworks/base/core/java/android/view/ |
KeyCharacterMap.java | 51 * The id of a generic virtual keyboard with a full layout that can be used to 80 * layout with a small form factor. In contrast to a {@link #FULL full keyboard}, some 92 * A full PC-style keyboard. 94 * A full keyboard behaves like a PC keyboard. All symbols are accessed directly 98 * This type of keyboard is generally designed for full two hand typing. 101 public static final int FULL = 4; 634 * Returns {@link #NUMERIC}, {@link #PREDICTIVE}, {@link #ALPHA}, {@link #FULL} 668 * {@link #getKeyboardType() keyboard type} is {@link #FULL} or {@link #SPECIAL_FUNCTION} and 681 case FULL [all...] |
/system/media/camera/docs/ |
CameraMetadataKeys.mako | 46 % if any(tag.name == 'FULL' for tag in entry.tags): 49 * Present on all devices that report being FULL level hardware devices in the
|
/external/eigen/blas/testing/ |
cblat2.f | 437 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN 457 FULL = SNAME( 3: 3 ).EQ.'E' 460 IF( FULL )THEN 583 IF( FULL )THEN 618 IF( FULL )THEN 712 IF( FULL )THEN 781 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME 801 FULL = SNAME( 3: 3 ).EQ.'E' 805 IF( FULL )THEN [all...] |
dblat2.f | 427 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN 447 FULL = SNAME( 3: 3 ).EQ.'E' 450 IF( FULL )THEN 573 IF( FULL )THEN 608 IF( FULL )THEN 702 IF( FULL )THEN 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME 787 FULL = SNAME( 3: 3 ).EQ.'Y' 791 IF( FULL )THEN [all...] |
sblat2.f | 427 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN 447 FULL = SNAME( 3: 3 ).EQ.'E' 450 IF( FULL )THEN 573 IF( FULL )THEN 608 IF( FULL )THEN 702 IF( FULL )THEN 767 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME 787 FULL = SNAME( 3: 3 ).EQ.'Y' 791 IF( FULL )THEN [all...] |
zblat2.f | 439 LOGICAL BANDED, FULL, NULL, RESET, SAME, TRAN 459 FULL = SNAME( 3: 3 ).EQ.'E' 462 IF( FULL )THEN 585 IF( FULL )THEN 620 IF( FULL )THEN 714 IF( FULL )THEN 784 LOGICAL BANDED, FULL, NULL, PACKED, RESET, SAME 804 FULL = SNAME( 3: 3 ).EQ.'E' 808 IF( FULL )THEN [all...] |