Home | History | Annotate | Download | only in py_trace_event

Lines Matching refs:startswith

40     if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
41 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
48 if not sys.platform.startswith(trace_time._PLATFORMS['linux']):
54 if not sys.platform.startswith(trace_time._PLATFORMS['mac']):
61 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
62 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
72 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
73 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
83 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
84 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):
93 if not (sys.platform.startswith(trace_time._PLATFORMS['windows'])
94 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])):