Searched refs:active_only (Results 1 – 7 of 7) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/msm_bus/bus_client_status/ |
D | format | 14 field:int active_only; offset:40; size:4; signed:1; 16 …llu ib=%llu active_only=%d", __get_str(name), REC->src, REC->dest, (unsigned long long)REC->ab, (u…
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/msm_bus/bus_update_request/ |
D | format | 16 field:int active_only; offset:48; size:4; signed:1; 18 …e), REC->src, REC->dest, (unsigned long long)REC->ab, (unsigned long long)REC->ib, REC->active_only
|
/external/python/cpython2/Lib/idlelib/ |
D | configHandler.py | 407 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False): argument 421 if active_only: 463 for extn in self.GetExtensions(active_only=0): 560 activeExtns = self.GetExtensions(active_only=1)
|
D | configDialog.py | 1274 for ext_name in idleConf.GetExtensions(active_only=False):
|
/external/python/cpython3/Lib/idlelib/ |
D | config.py | 434 def GetExtensions(self, active_only=True, argument 454 if active_only: 487 for extn in self.GetExtensions(active_only=0): 584 activeExtns = self.GetExtensions(active_only=1)
|
D | configdialog.py | 304 for ext_name in idleConf.GetExtensions(active_only=False):
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_config.py | 443 eq(iGE(active_only=False), ['ZzDummy', 'DISABLE']) 444 eq(iGE(active_only=False, editor_only=True), ['ZzDummy', 'DISABLE'])
|