HomeSort by relevance Sort by last modified time
    Searched full:update_throughput (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb/
table.py 235 def update_throughput(self, read_units, write_units): member in class:Table
245 self.layer2.update_throughput(self, read_units, write_units)
layer2.py 392 def update_throughput(self, table, read_units, write_units): member in class:Layer2
    [all...]
  /cts/tests/filesystem/src/android/filesystem/cts/
FileUtil.java 411 report.addValue("update_throughput", stat.mAverage, ResultType.HIGHER_BETTER,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb/
test_layer2.py 108 table.update_throughput(new_read_units, new_write_units)

Completed in 256 milliseconds