/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | date-format-tofte.js | 77 return daysShort[self.getDay()]; 119 return daysLong[self.getDay()]; 202 var nyDay = ny.getDay()!=0?ny.getDay()-1:6; 228 return self.getDay();
|
D | date-format-xparb.js | 302 var now = this.getDayOfYear() + (4 - this.getDay()); 305 var then = (7 - jan1.getDay() + 4); 316 var day = (this.getDay() - (this.getDate() - 1)) % 7; 321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
D | date-format-tofte.js | 77 return daysShort[self.getDay()]; 119 return daysLong[self.getDay()]; 202 var nyDay = ny.getDay()!=0?ny.getDay()-1:6; 228 return self.getDay();
|
D | date-format-xparb.js | 302 var now = this.getDayOfYear() + (4 - this.getDay()); 305 var then = (7 - jan1.getDay() + 4); 316 var day = (this.getDay() - (this.getDate() - 1)) % 7; 321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | date-format-tofte.js | 77 return daysShort[self.getDay()]; 119 return daysLong[self.getDay()]; 202 var nyDay = ny.getDay()!=0?ny.getDay()-1:6; 228 return self.getDay();
|
D | date-format-xparb.js | 302 var now = this.getDayOfYear() + (4 - this.getDay()); 305 var then = (7 - jan1.getDay() + 4); 316 var day = (this.getDay() - (this.getDate() - 1)) % 7; 321 var day = (this.getDay() + (Date.daysInMonth[this.getMonth()] - this.getDate())) % 7;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPDateTime.java | 50 int getDay(); in getDay() method
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | ISO8601Converter.java | 324 if (dateTime.getDay() == 0) in render() 330 buffer.append(df.format(dateTime.getDay())); in render()
|
D | XMPDateTimeImpl.java | 175 public int getDay() in getDay() method in XMPDateTimeImpl
|
D | XMPNormalizer.java | 462 binGPSStamp.getDay() != 0) in fixGPSTimeStamp() 478 cal.set(Calendar.DAY_OF_MONTH, binOtherDate.getDay()); in fixGPSTimeStamp()
|
/external/chromium_org/third_party/flot/ |
D | jquery.flot.time.min.js | 9 …getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.ge…
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TimeTest.java | 203 theTime.getDay(); in testGetDay()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | date_widget.js | 145 currentDate.getDate() + 4 - (currentDate.getDay()||7));
|
/external/chromium_org/v8/test/mjsunit/ |
D | function-call.js | 104 Date.prototype.getDay,
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
D | dygraph-combined.js | 1 …getDay())}}}}m=w.getTime();for(var k=m;k<=h;k+=c){y.push({v:k,label:r(new Date(k),a)})}}else{var e…
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
D | inbuilt_function_proto-expected.txt | 90 PASS Date.prototype.getDay.__proto__ is Function.prototype
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | Object-getOwnPropertyNames-expected.txt | 79 PASS getSortedOwnPropertyNames(Date.prototype) is ['constructor', 'getDate', 'getDay', 'getFullYear…
|
/external/chromium_org/third_party/d3/src/ |
D | d3.js | 2254 getDay: function() { method in d3_date_utc 2402 (date = d3_time.day(date)).setDate(date.getDate() - (date.getDay() + i) % 7); 2407 var day = d3_time.year(date).getDay(); 2413 var day = d3_time.year(date).getDay(); 2455 …(d.y, 0, "W" in d ? (d.w + 6) % 7 + d.W * 7 - (date.getDay() + 5) % 7 : d.w + d.U * 7 - (date.getD… 2511 return locale_shortDays[d.getDay()]; 2514 return locale_days[d.getDay()]; 2557 return d.getDay(); 9229 return d.getDay() && d.getDate() != 1;
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1403 …b=b+"-"+c;break;case "week":a.setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(…
|
D | chromeVoxChromeOptionsScript.js | 966 …b=b+"-"+c;break;case "week":a.setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(…
|
D | chromeVoxChromeBackgroundScript.js | 1216 …b=b+"-"+c;break;case "week":a.setHours(0,0,0);a.setDate(a.getDate()+4-(a.getDay()||7));c=new Date(…
|
/external/chromium_org/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 3215 HEAP32[(((tmPtr)+(offsets.tm_wday))>>2)]=date.getDay() 3243 HEAP32[(((tmPtr)+(offsets.tm_wday))>>2)]=new Date(timestamp).getDay()
|