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

1 2

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sdb/
test_cert_verification.py 31 import boto.sdb
35 sdb = True variable in class:SDBCertVerificationTest
36 regions = boto.sdb.regions()
test_connection.py 30 from boto.sdb.connection import SDBConnection
34 sdb = True variable in class:SDBConnectionTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
__init__.py 23 from boto.sdb.regioninfo import SDBRegionInfo
29 Get all available regions for the SDB service.
32 :return: A list of :class:`boto.sdb.regioninfo.RegionInfo` instances
35 'sdb',
43 :class:`boto.sdb.connection.SDBConnection`.
48 :rtype: :class:`boto.sdb.connection.SDBConnection` or ``None``
regioninfo.py 31 from boto.sdb.connection import SDBConnection
connection.py 26 from boto.sdb.domain import Domain, DomainMetaData
27 from boto.sdb.item import Item
28 from boto.sdb.regioninfo import SDBRegionInfo
33 A threaded :class:`Item <boto.sdb.item.Item>` retriever utility class.
34 Retrieved :class:`Item <boto.sdb.item.Item>` objects are stored in the
38 the :func:`run() <boto.sdb.connection.ItemThread.run>` method is called.
44 :class:`Domain <boto.sdb.domain.Domain>`
47 :class:`Domain <boto.sdb.domain.Domain>`.
60 ``items`` list with :class:`Item <boto.sdb.item.Item>` objects.
66 #boto.set_stream_logger('sdb')
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/db/
test_sequence.py 40 from boto.sdb.db.sequence import SequenceGenerator
50 from boto.sdb.db.sequence import SequenceGenerator
59 from boto.sdb.db.sequence import Sequence
72 from boto.sdb.db.sequence import Sequence, increment_string
80 from boto.sdb.db.sequence import fib
89 from boto.sdb.db.sequence import Sequence, fib
102 from boto.sdb.db.sequence import Sequence, increment_string
test_password.py 45 from boto.sdb.db.model import Model
46 from boto.sdb.db.property import PasswordProperty
54 from boto.sdb.db.model import Model
55 from boto.sdb.db.property import PasswordProperty
test_lists.py 22 from boto.sdb.db.property import ListProperty
23 from boto.sdb.db.model import Model
test_query.py 22 from boto.sdb.db.property import ListProperty, StringProperty, ReferenceProperty, IntegerProperty
23 from boto.sdb.db.model import Model
  /external/fio/tools/plot/samples/
Makefile 1 all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth
3 m2sw1-128k-sdb-randwrite-para.results_bw.log:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
sdbadmin 23 # Tools to dump and recover an SDB domain
28 from boto import sdb
56 Dump SDB domain to file
79 :param domain: The SDB Domain object to load to
104 sdb = boto.sdb.connect_to_region(region_name)
105 check_valid_region(sdb, region_name)
106 return sdb.create_domain(domain_name)
133 sdb = boto.sdb.connect_to_region(options.region_name variable
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
config.py 196 sdb = boto.connect_sdb()
197 domain = sdb.lookup(domain_name)
199 domain = sdb.create_domain(domain_name)
211 sdb = boto.connect_sdb()
212 domain = sdb.lookup(domain_name)
  /system/sepolicy/tools/
checkfc.c 31 sepol_policydb_t *sdb; member in union:__anon75022::__anon75023::__anon75024
159 global_state.sepolicy.sdb, ctx);
206 if (global_state.sepolicy.sdb) {
207 sepol_policydb_free(global_state.sepolicy.sdb);
287 int rc = sepol_policydb_create(&global_state.sepolicy.sdb);
293 rc = sepol_policydb_read(global_state.sepolicy.sdb, global_state.sepolicy.pf);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
__init__.py 51 db_host = boto.config.get('DB', 'db_host', "sdb.amazonaws.com")
77 from boto.sdb.db.manager.sdbmanager import SDBManager
81 from boto.sdb.db.manager.xmlmanager import XMLManager
sdbmanager.py 26 from boto.sdb.db.key import Key
27 from boto.sdb.db.blob import Blob
28 from boto.sdb.db.property import ListProperty, MapProperty
57 from boto.sdb.db.model import Model
104 # SDB technically only supports 1024 attributes anyway
425 def sdb(self): member in class:SDBManager
441 region = [x for x in boto.sdb.regions() if x.endpoint == self.db_host][0]
684 # Convert the Expected value to SDB format
716 # try to get the attribute value from SDB
xmlmanager.py 23 from boto.sdb.db.key import Key
24 from boto.sdb.db.model import Model
  /external/fio/tools/
genfio 73 $PROG -d /dev/sdb,/dev/sdc,/dev/sdd,/dev/sde -a -b 4k,128k,1m -r 100 -a -x dellr720-day2/
76 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 4k with write,randwrite,read,randread tests
78 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 128k with write,randwrite,read,randread tests
80 - a sequential bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 1m with write,randwrite,read,randread tests
82 - a parallel bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 4k with write,randwrite,read,randread tests
84 - a parallel bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 128k with write,randwrite,read,randread tests
86 - a parallel bench on /dev/sdb /dev/sdc /dev/sdd /dev/sde for block size = 1m with write,randwrite,read,randread tests
89 Generating dellr720-day2/localhost-4k,128k,1m-all-write,randwrite,read,randread-sdb,sdc,sdd,sde.fio
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
test_db.py 5 from boto.sdb.db.model import Model
6 from boto.sdb.db.property import StringProperty, IntegerProperty, BooleanProperty
7 from boto.sdb.db.property import DateTimeProperty, FloatProperty, ReferenceProperty
8 from boto.sdb.db.property import PasswordProperty, ListProperty, MapProperty
model.py 22 from boto.sdb.db.property import Property
23 from boto.sdb.db.key import Key
24 from boto.sdb.db.query import Query
37 from boto.sdb.db.manager import get_manager
143 from boto.sdb.db.manager.xmlmanager import XMLManager
204 :rtype: :class:`boto.sdb.db.model.Model`
218 :rtype: :class:`boto.sdb.db.model.Model`
236 :rtype: :class:`boto.sdb.db.model.Model`
sequence.py 104 """A simple Sequence using the new SDB "Consistent" features
204 sdb = boto.connect_sdb()
208 self._db = sdb.get_domain(self.domain_name)
211 self._db = sdb.create_domain(self.domain_name)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
buyreservation.py 22 from boto.sdb.db.property import StringProperty, IntegerProperty
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
task.py 24 from boto.sdb.db.property import StringProperty, DateTimeProperty, IntegerProperty
25 from boto.sdb.db.model import Model
volume.py 23 from boto.sdb.db.model import Model
24 from boto.sdb.db.property import StringProperty, IntegerProperty, ListProperty, ReferenceProperty, CalculatedProperty
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
server.py 31 from boto.sdb.db.model import Model
32 from boto.sdb.db.property import StringProperty
199 Set SDB based config
order.py 30 from boto.sdb.persist import get_domain, set_domain
183 print('SDB Persistence Domain not set')
184 domain_name = self.get_string('Specify SDB Domain')

Completed in 320 milliseconds

1 2