HomeSort by relevance Sort by last modified time
    Searched refs:Pull (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/python/cpython3/.github/
PULL_REQUEST_TEMPLATE.md 3 https://github.com/python/cpython is a cpython mirror repository. Pull requests
  /frameworks/base/cmds/statsd/src/external/
StatsPullerManager.h 38 // Verify if we know how to pull for this matcher
47 virtual bool Pull(const int tagId, const int64_t timesNs,
49 return mPullerManager.Pull(tagId, timesNs, data);
StatsPuller.h 40 bool Pull(const int64_t timeNs, std::vector<std::shared_ptr<LogEvent>>* data);
58 // Minimum time before this puller does actual pull again.
59 // If a pull request comes before cooldown, a cached version from purevious pull
68 // Cache of data from last pull. If next request comes before cool down finishes,
StatsPuller.cpp 35 // ValueMetric has a minimum bucket size of 10min so that we don't pull too frequently
42 bool StatsPuller::Pull(const int64_t elapsedTimeNs, std::vector<std::shared_ptr<LogEvent>>* data) {
StatsPullerManagerImpl.h 42 // How long should the puller wait before doing an actual pull again. Default
58 // Verify if we know how to pull for this matcher
63 bool Pull(const int tagId, const int64_t timeNs, vector<std::shared_ptr<LogEvent>>* data);
StatsPullerManagerImpl.cpp 179 bool StatsPullerManagerImpl::Pull(const int tagId, const int64_t timeNs,
184 bool ret = kAllPullAtomInfo.find(tagId)->second.puller->Pull(timeNs, data);
189 return false; // Return early since we don't know what to pull.
258 VLOG("Updating next pull time %lld", (long long)mNextPullTimeNs);
268 VLOG("Unknown pull code or no receivers: %d", tagId);
308 if (Pull(pullInfo.first, currentTimeNs, &data)) {
313 // we may have just come out of a coma, compute next pull time
  /external/webrtc/webrtc/modules/audio_coding/test/
target_delay_unittest.cc 149 // Pull audio equivalent to the amount of audio in one RTP packet.
150 void Pull() {
152 for (int k = 0; k < kNum10msPerFrame; ++k) { // Pull one frame.
165 Pull();
172 Pull();
  /external/v8/tools/
ic-processor-driver.js 15 // Pull dev tools source maps into our name space.
dumpcpp-driver.js 17 // Pull dev tools source maps into our name space.
tickprocessor-driver.js 41 // Pull dev tools source maps into our name space.
  /frameworks/base/cmds/statsd/tests/metrics/
metrics_test_helper.h 41 MOCK_METHOD3(Pull, bool(const int pullCode, const int64_t timeNs,
  /external/javaparser/
CONTRIBUTING.md 12 - If you know how to fix a problem, please fix it and open a pull request instead of opening an issue.
18 Our development workflow is based on Pull Request. If you are not familiar with the Pull Requests, we suggest you to checkout the [Github Documentation](https://help.github.com/articles/creating-a-pull-request/) for more information.
21 2. In your forked project, **create a branch** related to the issue you are working on. This is important to ensure that your pull request will not contain unrelated work.
23 4. Go back to the [javaparser project site](https://github.com/javaparser/javaparser) and it should have a message offering to **create a pull request**. If it doesn't you can [create one manually](https://github.com/javaparser/javaparser/compare).
26 - A pull request should include tests. You can either use BDD ([more information here](https://github.com/javaparser/javaparser/wiki/Testing)) or JUnit.
27 - Every pull request will automatically be checked by a few tools. Make sure AppVeyor and Travis are green.
28 - Pull requests often stay open for at least a few days to give people a chance to review it.
29 - A pull request is merged when all comments on it have been resolved
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 68 FileExplorerView_Pull_File=Pull File...
69 FileExplorerView_Pull_File_From_File=Pull a file from the device
  /external/chromium-trace/catapult/devil/devil/android/tools/
video_recorder.py 93 def Pull(self, host_file=None):
94 """Pull resulting video file from the device.
157 f = recorder.Pull(f)
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
video_recorder.py 91 def Pull(self, host_file=None):
92 """Pull resulting video file from the device.
155 f = recorder.Pull(f)
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 76 self._adb.Pull(device_path, local_tmpdir)
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
93 def Pull(self, remote, local, **kwargs):
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 73 self._adb.Pull(device_path, local_tmpdir)
gce_adb_wrapper.py 8 'push' and 'pull'. With gce instances, moving files through adb can be
91 def Pull(self, remote, local, **kwargs):
  /external/v8/tools/release/
auto_tag.py 24 self.vc.Pull()
  /frameworks/base/cmds/statsd/src/metrics/
ValueMetricProducer.h 56 mStatsPullerManager->Pull(mPullTagId, eventTimeNs, &allData);
  /prebuilts/go/darwin-x86/src/os/
stat_plan9.go 67 // Pull the real size out of the stat message.
  /prebuilts/go/linux-x86/src/os/
stat_plan9.go 67 // Pull the real size out of the stat message.
  /external/python/cpython2/PCbuild/
get_externals.bat 82 echo.Pull all sources necessary for compiling optional extension modules
  /external/python/cpython3/PCbuild/
get_externals.bat 79 echo.Pull all sources necessary for compiling optional extension modules

Completed in 2238 milliseconds

1 2 3