OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_modification_time
(Results
1 - 15
of
15
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_finder_unittest.py
155
def __init__(self,
last_modification_time
):
156
self._last_modification_time =
last_modification_time
158
def
last_modification_time
(self):
member in class:FakePossibleBrowser
167
possible_browsers = [FakePossibleBrowser(
last_modification_time
=1)]
174
FakePossibleBrowser(
last_modification_time
=2),
175
FakePossibleBrowser(
last_modification_time
=3), # newest
176
FakePossibleBrowser(
last_modification_time
=1),
android_browser_finder.py
152
def
last_modification_time
(self):
member in class:PossibleAndroidBrowser
162
return max(possible_browsers, key=lambda b: b.
last_modification_time
())
desktop_browser_finder.py
80
def
last_modification_time
(self):
member in class:PossibleDesktopBrowser
88
key=lambda b: b.
last_modification_time
())
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
possible_browser.py
50
def
last_modification_time
(self):
member in class:PossibleBrowser
browser_finder.py
79
key=lambda b: b.
last_modification_time
())[-1]
119
key=lambda b: b.
last_modification_time
())[-1]
/external/selinux/policycoreutils/gui/
system-config-selinux.glade
[
all
...]
/external/avahi/avahi-discover-standalone/
avahi-discover.ui
46
<signal handler="on_tree_view_cursor_changed"
last_modification_time
="Sat, 30 Jul 2005 21:39:13 GMT" name="cursor_changed"/>
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.browser.possible_browser.html
73
<dl><dt><a name="PossibleBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.chrome.cros_browser_finder.html
80
<dl><dt><a name="PossibleCrOSBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.chrome.desktop_browser_finder.html
73
<dl><dt><a name="PossibleDesktopBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.chrome.ios_browser_finder.html
80
<dl><dt><a name="PossibleIOSBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.mandoline.android_mandoline_finder.html
74
<dl><dt><a name="PossibleAndroidMandolineBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.mandoline.desktop_mandoline_finder.html
73
<dl><dt><a name="PossibleDesktopMandolineBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.chrome.android_browser_finder.html
78
<dl><dt><a name="PossibleAndroidBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
telemetry.internal.backends.remote.trybot_browser_finder.html
92
<dl><dt><a name="PossibleTrybotBrowser-
last_modification_time
"><strong>
last_modification_time
</strong></a>(self)</dt></dl>
Completed in 959 milliseconds