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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/webkit/glue/resources/
webkit_strings_mr.xtb 23 <translation id="8199524924445686405">yyyy</translation>
webkit_strings_ta.xtb 23 <translation id="8199524924445686405">yyyy</translation>
webkit_strings_te.xtb 23 <translation id="8199524924445686405">yyyy</translation>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/
publish.xml 71 <format property="TODAY" pattern="MMMM d, yyyy"/>
  /external/icu4c/i18n/
zonemeta.cpp 142 * The format used by CLDR metazone mapping is "yyyy-MM-dd HH:mm".
151 // It must be yyyy-MM-dd HH:mm (length 16) or yyyy-MM-dd (length 10)
159 // "yyyy" (0 - 3)
  /external/icu4c/test/intltest/
caltztst.cpp 59 theFormat = new SimpleDateFormat(UnicodeString("EEE MMM dd HH:mm:ss zzz yyyy"), status);
  /external/icu4c/tools/tzcode/
readme.txt 64 where YYYY is the year and V is the version letter ('a'...'z').
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_vs.c 70 " MUL TEMP[1], IMM[3], TEMP[2].yyyy\n"
  /external/mesa3d/src/gallium/tests/graw/
fs-write-z.c 140 " 2: MOV OUT[1].z, IMM[2].yyyy\n" /* red: Z = 0.4 */
  /external/smack/src/org/jivesoftware/smackx/packet/
MUCInitialPresence.java 215 SimpleDateFormat utcFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'");
  /external/valgrind/main/helgrind/tests/
filter_xml 42 "Copyright \\(C\\) ([0-9]{4}-[0-9]{4}).*" => "XXXX-YYYY"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 183 ;// | 0 | 0 | 0123 | 4567 | 8xxx | yyyy |
184 ;// | 1 | -1 | x012 | 3456 | 78xx | yyyy |
185 ;// | 2 | -2 | xx01 | 2345 | 678x | yyyy |
186 ;// | 3 | -3 | xxx0 | yyyy | 1234 | 5678 |
  /frameworks/volley/tests/src/com/android/volley/toolbox/
HttpHeaderParserTest.java 165 DateFormat df = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss zzz");
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Thread.h 47 *! that is, newest first. The date format is dd-Mon-yyyy.
OMX_JpegEncoder.h 47 *! that is, newest first. The date format is dd-Mon-yyyy.
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 41 *! that is, newest first. The date format is dd-Mon-yyyy.
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 41 *! that is, newest first. The date format is dd-Mon-yyyy.
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Thread.h 45 *! that is, newest first. The date format is dd-Mon-yyyy.
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 124 SimpleDateFormat f2 = new SimpleDateFormat("'yyyy' MM yy",
127 assertEquals("Wrong pattern", "'yyyy' MM yy", f2.toPattern());
373 test.test(" yyyy", cal, " 1999", DateFormat.YEAR_FIELD);
526 String pattern = "yyyy mm dd";
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapString.java 62 new SimpleDateFormat("dd-MMM-yyyy HH:mm:ss Z", Locale.US);
  /packages/apps/SoundRecorder/res/values/
strings.xml 54 <string name="audio_db_title_format"><xliff:g id="format">yyyy-MM-dd HH:mm:ss</xliff:g></string>
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 42 private static final SimpleDateFormat YYYY_MM_DD = new SimpleDateFormat("yyyy/MM/dd");
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 496 "vec3 select(vec4 yyyy, vec4 vuvu, int s) {\n" +
498 " return vec3(yyyy.r, vuvu.g, vuvu.r);\n" +
500 " return vec3(yyyy.g, vuvu.g, vuvu.r);\n" +
502 " return vec3(yyyy.b, vuvu.a, vuvu.b);\n" +
504 " return vec3(yyyy.a, vuvu.a, vuvu.b);\n" +
517 " vec4 yyyy = texture2D(tex_sampler_0, v_y_texcoord);\n" +
520 " vec3 yuv = select(yyyy, vuvu, s);\n" +
    [all...]
  /external/chromium_org/base/metrics/
field_trial_unittest.cc 365 trial2->AppendGroup("yyyy", 10);
371 EXPECT_EQ("Some name/Winner/xxx/yyyy/", save_string);
380 EXPECT_EQ("Some name/Winner/xxx/yyyy/zzz/default/", save_string);
387 FieldTrialList::CreateTrialsFromString("Some_name/Winner/xxx/yyyy/",
397 EXPECT_EQ("yyyy", trial->group_name());
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
smpdtfmt.h 113 * (e.g., if "yyyy" produces "1997", "yy" produces "97".)
132 * "yyyy.MM.dd G 'at' HH:mm:ss vvvv" ->> 1996.07.10 AD at 15:08:56 Pacific Time
150 * = new SimpleDateFormat ("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
188 * pattern "MM/dd/yyyy", "01/11/12" parses to Jan 11, 12 A.D.
377 * Example: using the US locale: "yyyy.MM.dd e 'at' HH:mm:ss zzz" ->>
397 * Example: using the US locale: "yyyy.MM.dd e 'at' HH:mm:ss zzz" ->>
420 * Example: using the US locale: "yyyy.MM.dd e 'at' HH:mm:ss zzz" ->>
444 * Example: using the US locale: "yyyy.MM.dd e 'at' HH:mm:ss zzz" ->>
    [all...]

Completed in 1299 milliseconds

1 2 3 4 5 67 8 91011>>