Searched refs:class_state (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | cpp.py | 1197 class_state, error): argument 1271 classinfo_stack = class_state.classinfo_stack 2401 def check_style(clean_lines, line_number, file_extension, class_state, file_state, error): argument 2476 and class_state.classinfo_stack 3332 class_state, file_state, error): argument 3359 check_style(clean_lines, line, file_extension, class_state, file_state, error) 3362 check_for_non_standard_constructs(clean_lines, line, class_state, error) 3382 class_state = _ClassState() 3394 include_state, function_state, class_state, file_state, error) 3395 class_state.check_finished(error)
|
/external/bluetooth/glib/gobject/ |
D | gtype.c | 1247 InitState class_state = node->data->class.init_state; in type_add_interface_Wm() local 1249 if (class_state >= BASE_IFACE_INIT) in type_add_interface_Wm() 1252 if (class_state >= IFACE_INIT) in type_add_interface_Wm()
|