Searched defs:build_date (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/base/
H A Dbuild_time_unittest.cc10 char build_date[] = __DATE__; local
12 EXPECT_EQ(11u, strlen(build_date));
13 EXPECT_EQ(' ', build_date[3]);
14 EXPECT_EQ(' ', build_date[6]);
/external/kernel-headers/original/uapi/linux/
H A Dbcm933xx_hcs.h15 __u32 build_date; member in struct:bcm_hcs
H A Dflat.h46 unsigned long build_date; /* When the program/library was built */ member in struct:flat_hdr
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc346 base::string16 build_date = base::TimeFormatFriendlyDate(build_time); local
348 base::StringValue(build_date));
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc227 std::string build_date = command_line.GetSwitchValueASCII(switch_name); local
229 bool result = base::Time::FromString(build_date.c_str(), &maybe_build_time);
/external/blktrace/btreplay/
H A Dbtrecord.c21 static char build_date[] = __DATE__ " at "__TIME__; variable
452 fprintf(stderr, " Built on %s\n", build_date);
H A Dbtreplay.c21 static char build_date[] = __DATE__ " at "__TIME__; variable
1534 build_date);
/external/aac/libSYS/include/
H A DFDK_audio.h564 const char* build_date; member in struct:LIB_INFO

Completed in 599 milliseconds