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

1 2 3

  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message.py 82 data_format = cls.get_field_format_string(get_all=True)
83 unpack_length = cls.get_struct_len(get_all=True)
103 fields = cls.get_fields(get_all=True)
104 defaults = cls.get_defaults(get_all=True)
108 field_value = cls.get_struct_len(get_all=True)
234 def get_fields(cls, get_all=False):
241 @param get_all: Whether to return the total struct fields or sub struct
246 if get_all:
253 def get_defaults(cls, get_all=False):
260 @param get_all: Whether to return the total struct defaults or su
    [all...]
mbim_message_request.py 104 primary_struct_len = primary_frag_class.get_struct_len(get_all=True)
105 secondary_struct_len = secondary_frag_class.get_struct_len(get_all=True)
134 for name in secondary_frag_class.get_field_names(get_all=True)}
  /external/python/setuptools/setuptools/
py27compat.py 14 return message.get_all(key)
  /external/selinux/libselinux/utils/
getsebool.c 17 int i, get_all = 0, rc = 0, active, pending, len = 0, opt; local
42 get_all = 1;
77 if (get_all && errno == EACCES)
  /external/autotest/site_utils/
stable_version_utils.py 22 def get_all(): function
lxc_cleanup.py 161 for container in bucket.get_all().values():
  /external/tensorflow/tensorflow/contrib/summary/
summary_ops_test.py 43 get_all = summary_test_util.get_all variable
332 get_all(self.db, 'SELECT step FROM Tensors WHERE dtype IS NOT NULL'))
334 get_all(self.db, 'SELECT tag_name FROM Tags'))
345 get_all(self.db, 'SELECT step FROM Tensors WHERE dtype IS NOT NULL'))
347 get_all(self.db, 'SELECT tag_id FROM Tags'))
356 get_all(self.db, 'SELECT experiment_name FROM Experiments'))
358 get_all(self.db, 'SELECT run_name FROM Runs'))
360 get_all(self.db, 'SELECT user_name FROM Users'))
386 get_all(self.db, 'SELECT node_name FROM Nodes')
    [all...]
summary_test_util.py 95 def get_all(db, q, *p): function
summary_ops_graph_test.py 41 get_all = summary_test_util.get_all variable
248 get_all(self.db, 'SELECT node_name FROM Nodes'))
  /external/autotest/site_utils/lxc/
container_bucket.py 76 def get_all(self, force_update=False): member in class:ContainerBucket
113 return self.get_all().get(container_id, None)
130 containers = self.get_all().values()
  /external/autotest/client/cros/
liststorage.py 13 To use it as python module it's enough to call the get_all() function.
14 @see |get_all| documentation for the output format
15 |get_all()| output is human readable (as oppposite to python's data structures)
326 def get_all(host=None): function
343 for device in get_all():
storage.py 105 self.storages = liststorage.get_all()
  /external/selinux/gui/
loginsPage.py 77 dict = self.login.get_all(0)
99 selusers = seobject.seluserRecords().get_all(0)
usersPage.py 81 dict = self.user.get_all()
booleansPage.py 213 booleansList = self.booleans.get_all(self.local)
  /external/selinux/python/semanage/
seobject.py 348 def get_all(self): member in class:moduleRecords
381 all = self.get_all()
387 all = self.get_all()
445 l = [x[0] for x in [t for t in self.get_all() if t[1] == 0]]
468 def get_all(self): member in class:permissiveRecords
488 customized = self.get_all()
526 l = self.get_all()
733 def get_all(self, locallist=0): member in class:loginRecords
749 ddict = self.get_all(True)
758 ddict = self.get_all(locallist
997 def get_all(self, locallist=0): member in class:seluserRecords
1256 def get_all(self, locallist=0): member in class:portRecords
1515 def get_all(self, locallist=0): member in class:ibpkeyRecords
1767 def get_all(self, locallist=0): member in class:ibendportRecords
2034 def get_all(self, locallist=0): member in class:nodeRecords
2234 def get_all(self, locallist=0): member in class:interfaceRecords
2604 def get_all(self, locallist=0): member in class:fcontextRecords
2796 def get_all(self, locallist=0): member in class:booleanRecords
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
headers.py 74 def get_all(self, name): member in class:Headers
  /external/python/cpython2/Lib/wsgiref/
headers.py 74 def get_all(self, name): member in class:Headers
  /external/python/cpython3/Lib/wsgiref/
headers.py 82 def get_all(self, name): member in class:Headers
  /external/selinux/python/chcat/
chcat 70 seusers = logins.get_all()
150 seusers = logins.get_all()
239 seusers = logins.get_all()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_wsgiref.py 351 for m in h.has_key, h.__contains__, h.get, h.get_all, h.__getitem__:
360 self.assertEqual(h.get_all('foo'),['baz'])
382 self.assertEqual(h.get_all('foo'),
  /external/python/cpython2/Lib/test/
test_wsgiref.py 316 for m in h.has_key, h.__contains__, h.get, h.get_all, h.__getitem__:
325 self.assertEqual(h.get_all('foo'),['baz'])
347 self.assertEqual(h.get_all('foo'),
  /external/libchrome/third_party/jinja2/
runtime.py 223 def get_all(self): member in class:Context
274 self.get_all(), True, None, locals)
280 proxy = lambda self: getattr(self.get_all(), meth)()
311 repr(self.get_all()),
debug.py 201 locals = ctx.get_all().copy()
  /external/tensorflow/tensorflow/contrib/graph_editor/tests/
util_test.py 116 control_outputs = ge.util.ControlOutputs(g0).get_all()

Completed in 1473 milliseconds

1 2 3