Searched refs:days_of_week (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/python_api/value/
H A Dmain.c15 const char *days_of_week[7] = { "Sunday", variable
29 const char **g_table[2] = { days_of_week, weekdays };
36 const char **str_ptr = days_of_week;
H A DTestValueAPI.py64 # Get global variable 'days_of_week'.
65 list = target.FindGlobalVariables('days_of_week', 1)
66 days_of_week = list.GetValueAtIndex(0)
67 self.assertTrue(days_of_week, VALID_VARIABLE)
68 self.assertTrue(days_of_week.GetNumChildren() == 7, VALID_VARIABLE)
69 self.DebugSBValue(days_of_week)
89 print fmt.format(days_of_week)
90 print cvf.format(days_of_week)

Completed in 252 milliseconds