OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modTime
(Results
1 - 8
of
8
) sorted by null
/bootable/recovery/minzip/
Zip.h
39
long
modTime
;
131
return pEntry->
modTime
;
Zip.c
340
pEntry->
modTime
= get4LE(ptr + CENTIM);
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_table.js
544
var
modTime
= filesystemProps.modificationTime;
556
if (isNaN(
modTime
.getTime())) {
559
} else if (
modTime
>= today &&
560
modTime
< today.getTime() + MILLISECONDS_IN_DAY) {
561
div.textContent = strf('TIME_TODAY', this.timeFormatter_.format(
modTime
));
562
} else if (
modTime
>= today - MILLISECONDS_IN_DAY &&
modTime
< today) {
564
this.timeFormatter_.format(
modTime
));
566
div.textContent = this.dateFormatter_.format(
modTime
);
/external/clang/tools/libclang/
Indexing.cpp
93
time_t
ModTime
;
96
PPRegion() : UniqueID(0, 0),
ModTime
(), Offset() {}
97
PPRegion(llvm::sys::fs::UniqueID UniqueID, unsigned offset, time_t
modTime
)
98
: UniqueID(UniqueID),
ModTime
(
modTime
), Offset(offset) {}
102
time_t getModTime() const { return
ModTime
; }
108
lhs.
ModTime
== rhs.
ModTime
;
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 340 milliseconds