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

12 3

  /frameworks/base/cmds/statsd/tests/metrics/
ValueMetricProducer_test.cpp 295 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
415 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
471 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
699 // Test value metric no condition, the pull on bucket boundary come in time and too late
718 // pull 1
738 // pull 2 at correct time
757 // pull 3 come late
    [all...]
GaugeMetricProducer_test.cpp 218 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
287 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
379 EXPECT_CALL(*pullerManager, Pull(tagId, _, _))
  /external/python/cpython2/PC/VS9.0/
build.bat 11 rem -e Pull in external libraries using get_externals.bat
  /development/testrunner/coverage/
coverage.py 102 if self._adb.Pull(device_coverage_path, coverage_local_path):
  /external/v8/src/js/
array.js 1027 // Pull out the length so that modifications to the length in the
1061 // Pull out the length so that modifications to the length in the
1087 // Pull out the length so that modifications to the length in the
1110 // Pull out the length so that modifications to the length in the
1121 // Pull out the length so that modifications to the length in the
    [all...]
  /development/testrunner/
adb_interface.py 113 def Pull(self, src, dest):
117 src: absolute file path of file on device to pull
128 self.SendCommand("pull %s %s" % (src, dest), timeout_time=60)
131 logger.Log("ADB Pull Failed: Source file %s does not exist." % src)
  /frameworks/base/cmds/statsd/src/metrics/
ValueMetricProducer.cpp 72 // ValueMetric has a minimum bucket size of 10min so that we don't pull too frequently
286 if (mStatsPullerManager->Pull(mPullTagId, eventTimeNs, &allData)) {
GaugeMetricProducer.cpp 339 if (!mStatsPullerManager->Pull(mPullTagId, timestampNs, &allData)) {
357 } // else: Push mode. No need to proactively pull the gauge data.
366 // pull for every dimension.
370 } // else: Push mode. No need to proactively pull the gauge data.
  /external/v8/tools/release/
common_includes.py 291 def Pull(self):
330 def Pull(self):
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txcoord.h 492 virtual HRESULT WINAPI Pull(char *i_pszTxUrl,ITransaction **o_ppITransaction) = 0;
502 HRESULT (WINAPI *Pull)(ITipHelper *This,char *i_pszTxUrl,ITransaction **o_ppITransaction);
514 #define ITipHelper_Pull(This,i_pszTxUrl,o_ppITransaction) (This)->lpVtbl->Pull(This,i_pszTxUrl,o_ppITransaction)
    [all...]
objidlbase.h     [all...]
objidl.h     [all...]
  /external/vulkan-validation-layers/
CONTRIBUTING.md 41 and Pull Requests.
42 * Use the existing GitHub forking and pull request process.
44 creating a branch with your commits, and then [submitting a pull request](https://help.github.com/articles/using-pull-requests/).
83 That said, please ensure that the repository compiles and passes tests without error for each commit in your pull request. Note
84 that to be accepted into the repository, the pull request must [pass all tests](#testing your changes) on all supported platforms
130 You will be prompted with a one-time "click-through" CLA dialog as part of submitting your pull request
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
device_utils.py     [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 464 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
473 cmd = ['pull', remote, local]
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils_test.py     [all...]
device_utils.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
adb_wrapper.py 383 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES):
392 cmd = ['pull', remote, local]
  /frameworks/base/cmds/statsd/src/
StatsService.cpp 313 if (!args[0].compare(String8("pull-source")) && args.size() > 1) {
371 fprintf(out, "usage: adb shell cmd stats pull-source [int] \n");
714 if (mStatsPullerManager.Pull(s, getElapsedRealtimeNs(), &stats)) {
716 fprintf(out, "Pull from %d: %s\n", s, it->ToString().c_str());
718 fprintf(out, "Pull from %d: Received %zu elements\n", s, stats.size());
    [all...]
  /external/freetype/
vms_make.com 78 $! Pull in external libraries
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
sema.go 526 // Pull the list out into a local variable, waiters will be readied
  /prebuilts/go/linux-x86/src/runtime/
sema.go 526 // Pull the list out into a local variable, waiters will be readied
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 966 // Pull out name.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 966 // Pull out name.
    [all...]

Completed in 1610 milliseconds

12 3