Home
last modified time | relevance | path

Searched refs:NewDate (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dexecution.h106 static Handle<Object> NewDate(double time, bool* exc);
Dexecution.cc475 Handle<Object> Execution::NewDate(double time, bool* exc) { in NewDate() function in v8::internal::Execution
Dapi.cc3295 i::Execution::NewDate(time, &has_pending_exception); in New()
/external/jhead/
Djhead.c1537 time_t NewDate, OldDate = 0;
1539 NewDate = ParseCmdDate(arg+3);
1547 ExifTimeAdjust = NewDate-OldDate;