| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| D | cron_servlet.py | 37 '''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 …]
|
| D | data_source.py | 10 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
|
| D | patch_servlet.py | 32 # 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()
|
| D | new_github_file_system.py | 130 # 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.
|
| D | sidenav_data_source_test.py | 147 # 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
|
| D | redirector.py | 61 def Cron(self): member in Redirector 62 ''' Load files during a cron run.
|
| D | content_providers.py | 162 def Cron(self): member in ContentProviders 172 logging.error('Error %s Cron for ContentProvider "%s":\n%s' % 178 self._CreateContentProvider(name, config).Cron))
|
| 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 | sidenav_data_source.py | 94 def Cron(self): member in SidenavDataSource 100 # which will require a more complex Cron method.
|
| D | redirector_test.py | 93 self._redirector.Cron().Get() 106 # the cron run. Returns strings parsed as JSON.
|
| 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 | 89 '''Runs cron then requests every public file. Cron needs to be run first 95 print('Running cron...')
|
| /external/chromium_org/chrome/installer/linux/debian/ |
| D | build.sh | 44 "${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}"
|
| 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/chromium_org/third_party/WebKit/Tools/TestResultServer/ |
| D | cron.yaml | 1 cron:
|
| /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.
|