OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sql_time
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
history_unittest_base.cc
27
std::vector<std::string>
sql_time
;
local
28
sql_time
.push_back(base::StringPrintf("%" PRId64, now)); // last_visit_time
29
sql_time
.push_back(base::StringPrintf("%" PRId64, now)); // visit_time
30
sql_time
.push_back(base::StringPrintf("%" PRId64, now)); // time_slot
31
sql = ReplaceStringPlaceholders(sql,
sql_time
, NULL);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h
301
#define
SQL_TIME
10
392
#define SQL_C_TIME
SQL_TIME
[
all
...]
Completed in 169 milliseconds