Searched full:cron (Results 1 – 25 of 41) sorted by relevance
12
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| D | cron_servlet.py | 25 _log = CustomLogger('cron') 29 '''Servlet which runs a cron job. 61 # So, manually flush logs at the end of the cron run. However, sometimes 73 # Cron strategy: 119 # This should never actually happen (each cron step does its own 137 # HEAD. These cron jobs take a while and run very frequently such that 164 change as the cron runs. 172 NOTE: If passed None it's likely that during the cron run patches will be 173 submitted at HEAD, which may change data underneath the cron run.
|
| D | handler.py | 23 'cron': CronServlet, 44 return Response.Ok('Cron job started.')
|
| D | new_github_file_system.py | 130 # empty, the emptiness most likely due to this being a cron run. 201 # wants to refresh (e.g. running a cron), so fetch the live stat from 207 # This is either a cron or an instance where a cron has never been run. 220 # Instance where cron has been run. It should be in blobstore.
|
| D | instance_servlet.py | 38 # 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.
|
| D | patch_servlet.py | 32 # the Git repository but not yet pulled into data store by cron jobs (a 70 # HACK: if content_providers.json changes in this patch then the cron needs
|
| D | refresh_servlet.py | 127 NOTE: If passed None it's likely that during the cron run patches will be 128 submitted at HEAD, which may change data underneath the cron run.
|
| D | PRESUBMIT.py | 69 cron_yaml_path = os.path.join(input_api.PresubmitLocalPath(), 'cron.yaml') 83 'Versions of app.yaml (%s) and cron.yaml (%s) must match' % (
|
| D | cron.yaml | 1 cron:
|
| D | integration_test.py | 90 '''Runs cron then requests every public file. Cron needs to be run first 103 print('Running cron...')
|
| D | redirector.py | 106 ''' Load files during a cron run.
|
| /external/chromium_org/chrome/installer/linux/debian/ |
| D | build.sh | 45 "${STAGEDIR}/etc/cron.daily" \ 78 install -m 755 -d "${STAGEDIR}/${INSTALLDIR}/cron" 79 process_template "${BUILDDIR}/installer/common/repo.cron" \ 80 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}" 81 chmod 755 "${STAGEDIR}/${INSTALLDIR}/cron/${PACKAGE}" 82 pushd "${STAGEDIR}/etc/cron.daily/" 83 ln -snf "${INSTALLDIR}/cron/${PACKAGE}" "${PACKAGE}"
|
| D | postinst | 68 # Run the cron job immediately to perform repository configuration. 69 nohup sh /etc/cron.daily/@@PACKAGE@@ > /dev/null 2>&1 &
|
| /external/valgrind/main/nightly/ |
| D | README.txt | 4 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/ |
| D | postinst | 50 # 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/ |
| D | e2croncheck | 3 # 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/ |
| D | Makefile | 12 CRON_DIR = $(DESTDIR)/etc/cron.daily 68 install $(BUILD_DIR)/remoting/installer/cron/chrome-remote-desktop \
|
| D | build-deb.sh | 123 CRON_SCRIPT_DIR="${SCRIPTDIR}/../../../../out/Release/remoting/installer/cron" 126 "${SCRIPTDIR}/../../../../chrome/installer/linux/common/repo.cron" \
|
| /external/chromium_org/chrome/installer/linux/rpm/ |
| D | build.sh | 32 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}"
|
| D | chrome.spec.template | 89 /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/tcpdump/ |
| D | print-syslog.c | 65 { 9, "cron" }, 71 { 15, "cron" },
|
| /external/chromium_org/chrome/installer/linux/common/ |
| D | rpm.include | 134 # 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.
|
| D | rpmrepo.cron | 47 # the cron job imports the key, Yast will grab the key from our server and
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
| D | README.searchcvs.setup.mysql.txt | 16 …ightly updates to the data (reflecting the day's cvs commits), run parsecvs.sh as a cron like this:
|
| /external/valgrind/main/nightly/conf/ |
| D | cellbuzz-native.conf | 6 # Note: please keep in mind that the default shell (a.o. used by cron) on the
|
| D | cellbuzz-cross.conf | 6 # Note: please keep in mind that the default shell (a.o. used by cron) on the
|
12