/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/ |
D | TriggerRepository.java | 83 String triggers = mPreferences.getString(TRIGGERS_PREF_KEY, null); in TriggerRepository() local 84 mTriggers = deserializeTriggersFromString(triggers); in TriggerRepository() 144 private Multimap<String, Trigger> deserializeTriggersFromString(String triggers) { in deserializeTriggersFromString() argument 145 if (triggers == null) { in deserializeTriggersFromString() 150 new ByteArrayInputStream(Base64Codec.decodeBase64(triggers.getBytes())); in deserializeTriggersFromString() 160 private String serializeTriggersToString(Multimap<String, Trigger> triggers) { in serializeTriggersToString() argument 164 objectOutputStream.writeObject(triggers); in serializeTriggersToString()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_common.c | 166 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers() local 177 triggers = os_zalloc(sizeof(*triggers)); in wpa_get_wowlan_triggers() 178 if (triggers == NULL) in wpa_get_wowlan_triggers() 184 &triggers->trigger) in wpa_get_wowlan_triggers() 208 os_free(triggers); in wpa_get_wowlan_triggers() 209 triggers = NULL; in wpa_get_wowlan_triggers() 221 return triggers; in wpa_get_wowlan_triggers()
|
D | driver_nl80211_capa.c | 498 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; in wiphy_info_wowlan_triggers() local 503 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG, in wiphy_info_wowlan_triggers() 507 if (triggers[NL80211_WOWLAN_TRIG_ANY]) in wiphy_info_wowlan_triggers() 509 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT]) in wiphy_info_wowlan_triggers() 511 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in wiphy_info_wowlan_triggers() 513 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in wiphy_info_wowlan_triggers() 515 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in wiphy_info_wowlan_triggers() 517 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in wiphy_info_wowlan_triggers() 519 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in wiphy_info_wowlan_triggers()
|
/external/libchrome/base/trace_event/ |
D | trace_config_unittest.cc | 647 ASSERT_EQ(2u, tc1.memory_dump_config().triggers.size()); in TEST() 650 tc1.memory_dump_config().triggers[0].min_time_between_dumps_ms); in TEST() 652 tc1.memory_dump_config().triggers[0].level_of_detail); in TEST() 655 tc1.memory_dump_config().triggers[1].min_time_between_dumps_ms); in TEST() 657 tc1.memory_dump_config().triggers[1].level_of_detail); in TEST() 668 ASSERT_EQ(1u, tc3.memory_dump_config().triggers.size()); in TEST() 669 EXPECT_EQ(1u, tc3.memory_dump_config().triggers[0].min_time_between_dumps_ms); in TEST() 671 tc3.memory_dump_config().triggers[0].level_of_detail); in TEST() 678 ASSERT_EQ(1u, tc4.memory_dump_config().triggers.size()); in TEST() 679 EXPECT_EQ(1u, tc4.memory_dump_config().triggers[0].min_time_between_dumps_ms); in TEST() [all …]
|
D | trace_config.cc | 111 triggers.clear(); in Clear() 117 triggers.insert(triggers.end(), config.triggers.begin(), in Merge() 118 config.triggers.end()); in Merge() 413 memory_dump_config_.triggers.clear(); in SetMemoryDumpConfigFromConfigDict() 442 memory_dump_config_.triggers.push_back(dump_config); in SetMemoryDumpConfigFromConfigDict() 465 memory_dump_config_.triggers.push_back(kDefaultHeavyMemoryDumpTrigger); in SetDefaultMemoryDumpConfig() 466 memory_dump_config_.triggers.push_back(kDefaultLightMemoryDumpTrigger); in SetDefaultMemoryDumpConfig() 536 for (const auto& config : memory_dump_config_.triggers) { in ToDict()
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
D | ftrace_set_ftrace_filter.sh | 25 triggers="traceon traceoff enable_event disable_event snapshot \ 27 nr_triggers=$(echo ${triggers} | wc -w) 108 trigger_name=$(echo $triggers | awk "{print \$$trigger_index}")
|
/external/trappy/trappy/stats/ |
D | Aggregator.py | 89 def __init__(self, triggers, topology, aggfunc=None): argument 103 self._triggers = triggers 107 self).__init__(MultiTriggerIndexer(triggers), aggfunc)
|
D | Indexer.py | 86 def __init__(self, triggers): argument 88 self._triggers = listify(triggers)
|
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/ |
D | functions | 18 reset_trigger() { # reset all current setting triggers 33 reset_ftrace_filter() { # reset all triggers in set_ftrace_filter 60 # no events, no triggers, no filters, no function filters,
|
/external/bart/bart/sched/ |
D | functions.py | 525 triggers = [] 526 triggers.append(sched_switch_in_trigger(ftrace, pid, sched_switch_class)) 527 triggers.append(sched_switch_out_trigger(ftrace, pid, sched_switch_class)) 528 return triggers
|
/external/autotest/client/common_lib/hosts/ |
D | repair.py | 436 def __init__(self, tag, dependencies, triggers): argument 438 self._trigger_list = triggers 728 for constructor, tag, deps, triggers in repair_data: 731 [verifier_map[t] for t in triggers])
|
D | repair_unittest.py | 173 def __init__(self, tag, deps, triggers, success): argument 174 super(_StubRepairAction, self).__init__(tag, deps, triggers) 256 def _make_repair_action(self, success, tag, deps, triggers): argument 265 repair_action = _StubRepairAction(tag, deps, triggers, success) 930 for tag, success, deps, triggers in input_data: 932 strategy_data.append((construct, tag, deps, triggers)) 1123 def _check_common_trigger(self, strategy, repair_tags, triggers): argument 1128 triggers)
|
/external/walt/arduino/walt/ |
D | walt.ino | 96 struct trigger * triggers[TRIGGER_COUNT] = {&laser, &screen, &sound, &midi, &gshock}; 193 memset(triggers[i], 0, sizeof(struct trigger)); 423 // Send out any triggers with autosend and pending data 428 if (triggers[i]->autosend && triggers[i]->count > 0) { 430 copy_trigger = *(triggers[i]); 431 triggers[i]->count = 0;
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.m | 100 // directly related to the value that triggers the warning. 112 // directly related to the value that triggers the warning. 124 // directly related to the value that triggers the warning.
|
/external/autotest/server/hosts/ |
D | cros_repair_unittest.py | 150 triggers = action[3] 151 for label in deps + triggers:
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | remove-possible-simple-key-bug.loader-error | 2 *A ] # The ']' indicator triggers remove_possible_simple_key,
|
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/ |
D | control | 17 triggers session termination.
|
D | control.arc | 19 triggers session termination.
|
/external/autotest/server/site_tests/network_WiFi_ConnectOnResume/ |
D | control | 12 This test checks that the connection manager triggers scans and connects
|
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/ |
D | control.sitenotallowed_block | 18 the page that triggers a notification, and DefaultNotificationsSetting=2
|
/external/autotest/client/site_tests/power_BacklightSuspend/ |
D | control.suspend_to_idle | 15 This test requests a brightness level to be set after resume. It then triggers
|
/external/autotest/client/site_tests/cellular_GobiUncleanDisconnect/ |
D | control | 18 This test triggers unclean disconnects from the Gobi to ensure that the kernel
|
D | control.gobi3k | 20 This test triggers unclean disconnects from the Gobi to ensure that the kernel
|
/external/autotest/client/site_tests/policy_NotificationsBlockedForUrls/ |
D | control.siteallowed_show | 18 the page that triggers a notification, and DefaultNotificationsSetting=1
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Dbg.stg | 56 // Common debug event triggers used by region overrides below 82 // Region overrides that tell various constructs to add debugging triggers
|