HomeSort by relevance Sort by last modified time
    Searched full:yyyy (Results 1 - 25 of 630) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-lrp.sh 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
frag-face.sh 10 ADD TEMP[0], TEMP[0], IMM[0].yyyy
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-lrp.sh 9 LRP OUT[0], TEMP[0], IN[0].xxxx, IN[0].yyyy
frag-face.sh 10 ADD TEMP[0], TEMP[0], IMM[0].yyyy
  /external/llvm/test/DebugInfo/X86/
stringpool.ll 4 @yyyy = common global i32 0, align 4
11 !5 = metadata !{i32 720948, i32 0, null, metadata !"yyyy", metadata !"yyyy", metadata !"", metadata !6, i32 1, metadata !7, i32 0, i32 1, i32* @yyyy, null} ; [ DW_TAG_variable ]
16 ; Verify that we refer to 'yyyy' with a relocation.
24 ; LINUX-NEXT: .quad yyyy
26 ; Verify that we refer to 'yyyy' without a relocation.
37 ; Verify that "yyyy" ended up in the stringpool.
40 ; LINUX: yyyy
43 ; DARWIN: yyyy
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-ex2.sh 13 EX2 TEMP[1], IN[1].yyyy
vert-lrp.sh 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-ex2.sh 13 EX2 TEMP[1], IN[1].yyyy
vert-lrp.sh 12 LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 38 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US);
47 "EEE MMM d HH:mm:ss yyyy", // ANSI C asctime()
48 "EEE, dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MMM-yyyy HH-mm-ss z", "EEE, dd MMM yy HH:mm:ss z",
49 "EEE dd-MMM-yyyy HH:mm:ss z", "EEE dd MMM yyyy HH:mm:ss z", "EEE dd-MMM-yyyy HH-mm-ss z",
51 "EEE,dd-MMM-yyyy HH:mm:ss z", "EEE, dd-MM-yyyy HH:mm:ss z",
54 "EEE MMM d yyyy HH:mm:ss z", }
    [all...]
  /libcore/luni/src/main/java/libcore/net/http/
HttpDate.java 38 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz", Locale.US);
50 "EEE MMM d HH:mm:ss yyyy", // ANSI C asctime()
51 "EEE, dd-MMM-yyyy HH:mm:ss z",
52 "EEE, dd-MMM-yyyy HH-mm-ss z",
54 "EEE dd-MMM-yyyy HH:mm:ss z",
55 "EEE dd MMM yyyy HH:mm:ss z",
56 "EEE dd-MMM-yyyy HH-mm-ss z",
60 "EEE,dd-MMM-yyyy HH:mm:ss z",
61 "EEE, dd-MM-yyyy HH:mm:ss z",
64 "EEE MMM d yyyy HH:mm:ss z"
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_celshade.h 47 " 7: SGT TEMP[1].w, TEMP[4].xxxx, IMM[2].yyyy\n"
49 " 9: ADD TEMP[4].y, TEMP[3].xxxx, IMM[2].yyyy\n"
50 " 10: ADD TEMP[1].z, TEMP[1].xxxx, -TEMP[4].yyyy\n"
52 " 12: ADD TEMP[2].x, TEMP[1].yyyy, -TEMP[4].yyyy\n"
54 " 14: MUL TEMP[2].x, TEMP[1].zzzz, TEMP[4].yyyy\n"
55 " 15: MAD TEMP[1].y, -IMM[1].yyyy, TEMP[2].xxxx, IMM[2].wwww\n"
56 " 16: MUL TEMP[1].z, TEMP[2].xxxx, TEMP[1].yyyy\n"
58 " 18: MAD TEMP[2].x, TEMP[1].yyyy, IMM[2].zzzz, TEMP[3].xxxx\n"
60 " 20: SLT TEMP[3].x, TEMP[4].xxxx, -IMM[2].yyyy\n
    [all...]
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_celshade.h 47 " 7: SGT TEMP[1].w, TEMP[4].xxxx, IMM[2].yyyy\n"
49 " 9: ADD TEMP[4].y, TEMP[3].xxxx, IMM[2].yyyy\n"
50 " 10: ADD TEMP[1].z, TEMP[1].xxxx, -TEMP[4].yyyy\n"
52 " 12: ADD TEMP[2].x, TEMP[1].yyyy, -TEMP[4].yyyy\n"
54 " 14: MUL TEMP[2].x, TEMP[1].zzzz, TEMP[4].yyyy\n"
55 " 15: MAD TEMP[1].y, -IMM[1].yyyy, TEMP[2].xxxx, IMM[2].wwww\n"
56 " 16: MUL TEMP[1].z, TEMP[2].xxxx, TEMP[1].yyyy\n"
58 " 18: MAD TEMP[2].x, TEMP[1].yyyy, IMM[2].zzzz, TEMP[3].xxxx\n"
60 " 20: SLT TEMP[3].x, TEMP[4].xxxx, -IMM[2].yyyy\n
    [all...]
  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 82 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-M-dd"))));
83 assertEquals("[y, d, M]", Arrays.toString(ICU.getDateFormatOrder(best(lv, "yyyy-MMM-dd"))));
86 assertEquals("[y, M, d]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-M-dd"))));
87 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(fa, "yyyy-MMM-dd"))));
92 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-M-dd"))));
93 assertEquals("[M, d, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_US, "yyyy-MMM-dd"))));
96 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_GB, "yyyy-M-dd"))));
97 assertEquals("[d, M, y]", Arrays.toString(ICU.getDateFormatOrder(best(en_GB, "yyyy-MMM-dd"))));
100 assertEquals("[y, M, d]", Arrays.toString(ICU.getDateFormatOrder("yyyy - 'why' '' 'ddd' MMM-dd")));
115 ICU.getDateFormatOrder("yyyy'");
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/
DateFormatType.java 32 XEP_0082_DATE_PROFILE("yyyy-MM-dd"),
33 XEP_0082_DATETIME_PROFILE("yyyy-MM-dd'T'HH:mm:ssZ"),
34 XEP_0082_DATETIME_MILLIS_PROFILE("yyyy-MM-dd'T'HH:mm:ss.SSSZ"),
  /libcore/benchmarks/src/benchmarks/regression/
DateToStringBenchmark.java 37 format = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy");
48 new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy").format(date);
60 DateFormat.format("EEE MMM dd HH:mm:ss zzz yyyy", calendar);
  /development/samples/ApiDemos/res/layout/
textclock.xml 34 android:format12Hour="MMM dd, yyyy"
35 android:format24Hour="MMM dd, yyyy"
70 android:format12Hour="'Time in Paris:' MMM dd, yyyy h:mma"
71 android:format24Hour="'Time in Paris:' MMM dd, yyyy HH:mm"
  /external/chromium_org/base/
build_time.cc 17 // __DATE__ is exactly "Mmm DD YYYY".
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.hlsl 102 // | YYYY YYYY UVUV UVUV
103 // +--> { YYYY YYYY + UVUV UVUV }
104 // YYYY YYYY UVUV UVUV
105 // First YYYY YYYY UVUV UVUV
106 // pass YYYY YYYY UVUV UVU
    [all...]
  /external/clang/test/CodeGenObjC/
deadcode_strip_used_var.m 8 __attribute__((used)) static int YYYY __attribute__ ((section ("__DATA,__Xinterpose"))) ;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdtrgtst.c 91 u_uastrcpy(temp, "M yyyy dd");
212 u_uastrcpy(pattern, "yyyy/MM/dd");
282 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z");
284 log_verbose( "dateString= %s Using yyyy-DDD.hh:mm:ss\n", austrdup(dateString) );
329 u_uastrcpy(pattern, "dd/mm/yyyy");
361 When given a string mm/dd/yyyy it only parses up to the first
448 u_uastrcpy(format, "EEE', 'dd-MMM-yyyy HH:mm:ss z"); /* RFC 822/1123 */
509 static const UChar dMyGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGG" */
510 static const UChar dMyGGGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGGGG" */
513 static const UChar edMyPattern[] = { 0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "e dd MMM yyyy" */
    [all...]
  /external/icu4c/test/cintltst/
cdtrgtst.c 91 u_uastrcpy(temp, "M yyyy dd");
212 u_uastrcpy(pattern, "yyyy/MM/dd");
282 u_uastrcpy(pattern, "yyyy-DDD.hh:mm:ss z");
284 log_verbose( "dateString= %s Using yyyy-DDD.hh:mm:ss\n", austrdup(dateString) );
329 u_uastrcpy(pattern, "dd/mm/yyyy");
361 When given a string mm/dd/yyyy it only parses up to the first
448 u_uastrcpy(format, "EEE', 'dd-MMM-yyyy HH:mm:ss z"); /* RFC 822/1123 */
509 static const UChar dMyGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGG" */
510 static const UChar dMyGGGGGPattern[] = { 0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0x20,0x47,0x47,0x47,0x47,0x47,0 }; /* "dd MMM yyyy GGGGG" */
513 static const UChar edMyPattern[] = { 0x65,0x20,0x64,0x64,0x20,0x4D,0x4D,0x4D,0x20,0x79,0x79,0x79,0x79,0 }; /* "e dd MMM yyyy" */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
asm_filters.h 39 "MOV TEMP[2], TEMP[0].yyyy\n"
64 "3: SGE TEMP[0].z, TEMP[0].yyyy, CONST[1].xxxx\n"
68 "7: ARL ADDR[0].x, TEMP[0].yyyy\n"
74 "13: ADD TEMP[0].y, TEMP[0].yyyy, CONST[0].yyyy\n"
76 "15: MAD OUT[0], TEMP[1], CONST[1].yyyy, CONST[1].zzzz\n"
93 "TEX TEMP[2], TEMP[1].yyyy, SAMP[1], 1D\n"
94 "MOV TEMP[0].y, TEMP[2].yyyy\n"
  /external/mesa3d/src/gallium/state_trackers/vega/
asm_filters.h 39 "MOV TEMP[2], TEMP[0].yyyy\n"
64 "3: SGE TEMP[0].z, TEMP[0].yyyy, CONST[1].xxxx\n"
68 "7: ARL ADDR[0].x, TEMP[0].yyyy\n"
74 "13: ADD TEMP[0].y, TEMP[0].yyyy, CONST[0].yyyy\n"
76 "15: MAD OUT[0], TEMP[1], CONST[1].yyyy, CONST[1].zzzz\n"
93 "TEX TEMP[2], TEMP[1].yyyy, SAMP[1], 1D\n"
94 "MOV TEMP[0].y, TEMP[2].yyyy\n"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
CommonDateUtils.java 31 new SimpleDateFormat("yyyy-MM-dd", Locale.US);
33 new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", Locale.US);

Completed in 933 milliseconds

1 2 3 4 5 6 7 8 91011>>