Home
last modified time | relevance | path

Searched refs:find_class (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/toys/pending/
H A 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()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c287 static int find_class( in find_class() function
350 class_index = find_class(classes, writemask, 3); in variable_get_class()
435 class_index = find_class(classes, writemask, in variable_get_class()
/third_party/python/Lib/
H A Dpickle.py133 GLOBAL = b'c' # push self.find_class(modname, name); 2 string args
1500 klass = self.find_class(module, name)
1529 klass = self.find_class(module, name)
1538 self.append(self.find_class(module, name))
1568 obj = self.find_class(*key)
1572 def find_class(self, module, name): member in _Unpickler
1574 sys.audit('pickle.find_class', module, name)
/third_party/python/Include/internal/
H A Dpycore_global_strings.h266 STRUCT_FOR_ID(find_class)
H A Dpycore_runtime_init.h889 INIT_ID(find_class), \
/third_party/python/Modules/
H A D_pickle.c5124 /* Temporary helper for calling self.find_class().
5127 using directly the C version of find_class(), when find_class() is not
5132 find_class(UnpicklerObject *self, PyObject *module_name, PyObject *global_name) in find_class() function
5134 return PyObject_CallMethodObjArgs((PyObject *)self, &_Py_ID(find_class), in find_class()
5896 cls = find_class(self, module_name, class_name); in load_inst()
6016 global = find_class(self, module_name, global_name); in load_global()
6045 global = find_class(self, module_name, global_name); in load_stack_global()
6333 obj = find_class(self, module_name, class_name); in load_extension()
7010 /* The name of find_class() i
[all...]

Completed in 15 milliseconds