Home
last modified time | relevance | path

Searched full:cron (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/docs/server2/
Dcron_servlet.py37 '''Wraps the logging.* methods to prefix them with 'cron' and flush
38 immediately. The flushing is important because often these cron runs time
47 logfn('cron: %s' % msg, *args)
85 '''Servlet which runs a cron job.
117 # So, manually flush logs at the end of the cron run. However, sometimes
129 # Cron strategy:
132 # the time these won't have changed since the last cron run, so it's a
167 # Start running the hand-written Cron methods first; they can be run in
171 future, init_timer = TimerClosure(target.Cron)
173 '%s.Cron() did not return a Future' % title)
[all …]
Ddata_source.py10 DataSources must have two public methods, get and Cron. A DataSource is
13 when DataSources are created for Cron.
22 def Cron(self): member in DataSource
Dpatch_servlet.py32 # SVN repository but not yet pulled into data store by cron jobs (a typical
70 # HACK: if content_providers.json changes in this patch then the cron needs
74 server_instance.content_providers.Cron().Get()
Dnew_github_file_system.py130 # empty, the emptiness most likely due to this being a cron run.
202 # wants to refresh (e.g. running a cron), so fetch the live stat from
208 # This is either a cron or an instance where a cron has never been run.
221 # Instance where cron has been run. It should be in blobstore.
Dsidenav_data_source_test.py147 # Ensure Cron doesn't rely on request.
150 sidenav_data_source.Cron().Get()
152 # If Cron fails, chrome_sidenav.json will not be cached, and the _cache_data
Dredirector.py61 def Cron(self): member in Redirector
62 ''' Load files during a cron run.
Dcontent_providers.py162 def Cron(self): member in ContentProviders
172 logging.error('Error %s Cron for ContentProvider "%s":\n%s' %
178 self._CreateContentProvider(name, config).Cron))
Dinstance_servlet.py38 # In production have offline=True so that we can catch cron errors. In
39 # development it's annoying to have to run the cron job, so offline=False.
Dsidenav_data_source.py94 def Cron(self): member in SidenavDataSource
100 # which will require a more complex Cron method.
Dredirector_test.py93 self._redirector.Cron().Get()
106 # the cron run. Returns strings parsed as JSON.
DPRESUBMIT.py69 cron_yaml_path = os.path.join(input_api.PresubmitLocalPath(), 'cron.yaml')
83 'Versions of app.yaml (%s) and cron.yaml (%s) must match' % (
Dcron.yaml1 cron:
Dintegration_test.py89 '''Runs cron then requests every public file. Cron needs to be run first
95 print('Running cron...')
/external/chromium_org/chrome/installer/linux/debian/
Dbuild.sh44 "${STAGEDIR}/etc/cron.daily" \
77 install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/cron"
78 process_template "${BUILDDIR}/installer/common/repo.cron" \
79 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}"
80 chmod 755 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}"
81 pushd "${STAGEDIR}/etc/cron.daily/"
82 ln -snf "${INSTALLDIR}/cron/${PACKAGE}" "${PACKAGE}"
Dpostinst68 # Run the cron job immediately to perform repository configuration.
69 nohup sh /etc/cron.daily/@@PACKAGE@@ > /dev/null 2>&1 &
/external/valgrind/main/nightly/
DREADME.txt4 system for Valgrind, intended to be run nightly by cron or a similar
103 depend on what shell is used by cron or any similar program).
137 You probably want to put this command into a cron file or equivalent
140 from cron, rather than running $DIR/bin/nightly directly. That way you
213 from cron.
/external/chromium_org/remoting/host/installer/linux/debian/
Dpostinst50 # Run the cron job immediately to perform repository configuration.
51 nohup sh /etc/cron.daily/chrome-remote-desktop > /dev/null 2>&1 &
/external/e2fsprogs/contrib/
De2croncheck3 # e2croncheck -- run e2fsck automatically out of /etc/cron.weekly
7 # or so by the cron daemon to check a mounted filesystem (normally
/external/chromium_org/remoting/host/installer/linux/
DMakefile12 CRON_DIR = $(DESTDIR)/etc/cron.daily
68 install $(BUILD_DIR)/remoting/installer/cron/chrome-remote-desktop \
Dbuild-deb.sh123 CRON_SCRIPT_DIR="${SCRIPTDIR}/../../../../out/Release/remoting/installer/cron"
126 "${SCRIPTDIR}/../../../../chrome/installer/linux/common/repo.cron" \
/external/chromium_org/chrome/installer/linux/rpm/
Dbuild.sh32 install -m 755 -d "${STAGEDIR}/etc/cron.daily"
60 process_template "${BUILDDIR}/installer/common/rpmrepo.cron" \
61 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
62 chmod 755 "${STAGEDIR}/etc/cron.daily/${PACKAGE}"
Dchrome.spec.template89 /etc/cron.daily/@@PACKAGE_FILENAME@@
148 # configured at install time, so wait a bit then kick the cron job to do
150 # cron job will keep retrying.
157 echo "sh /etc/cron.daily/@@PACKAGE@@" | at now + 2 minute > /dev/null 2>&1
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/
Dcron.yaml1 cron:
/external/tcpdump/
Dprint-syslog.c65 { 9, "cron" },
71 { 15, "cron" },
/external/chromium_org/chrome/installer/linux/common/
Drpm.include134 # This is called by the cron job, rather than in the RPM postinstall.
157 # Defer urpmi.addmedia to configure_urpmi() in the cron job.
169 # We defer adding the key to later. See comment in the cron job.

123