Home
last modified time | relevance | path

Searched refs:find_class (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dstartup.py24 from boto.utils import find_class
41 cls = find_class(mod_name, cls_name)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
Dxmlmanager.py22 from boto.utils import find_class, Password
167 cls = find_class(class_name)
244 cls = find_class(class_name)
291 cls = find_class(class_name)
316 cls = find_class(class_name)
Dsdbmanager.py24 from boto.utils import find_class
505 cls = find_class(a['__module__'], a['__type__'])
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
Dsequence.py148 from boto.utils import find_class
149 fnc = find_class(fnc)
/external/toybox/toys/pending/
Dtr.c111 static int find_class(char *class_name) in find_class() function
155 if ((j = find_class(arg)) == class_invalid) goto save; in expand_set()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c236 static int find_class( in find_class() function
299 class_index = find_class(classes, writemask, 3); in variable_get_class()
379 class_index = find_class(classes, writemask, in variable_get_class()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py180 calling_format=boto.utils.find_class(calling_format)()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dutils.py475 def find_class(module_name, class_name=None): function