HomeSort by relevance Sort by last modified time
    Searched refs:triggers (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /frameworks/base/tests/SmokeTestApps/src/com/android/smoketest/triggers/
CrashyApp2.java 17 package com.android.smoketest.triggers;
CrashyApp.java 17 package com.android.smoketest.triggers;
UnresponsiveApp.java 17 package com.android.smoketest.triggers;
  /external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
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/sl4a/Common/src/com/googlecode/android_scripting/trigger/
TriggerRepository.java 41 * A repository maintaining all currently scheduled triggers. This includes, for example, alarms or
43 * triggers to the shared preferences store, and retrieving it from there.
48 * The list of triggers is serialized to the shared preferences entry with this name.
50 private static final String TRIGGERS_PREF_KEY = "TRIGGERS";
83 String triggers = mPreferences.getString(TRIGGERS_PREF_KEY, null); local
84 mTriggers = deserializeTriggersFromString(triggers);
87 /** Returns a list of all triggers. The list is unmodifiable. */
132 /** Writes the list of triggers to the shared preferences. */
144 private Multimap<String, Trigger> deserializeTriggersFromString(String triggers) {
145 if (triggers == null)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_common.c 166 struct wowlan_triggers *triggers; local
177 triggers = os_zalloc(sizeof(*triggers));
178 if (triggers == NULL)
184 &triggers->trigger)
208 os_free(triggers);
209 triggers = NULL;
221 return triggers;
driver_nl80211_capa.c 495 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; local
500 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG,
504 if (triggers[NL80211_WOWLAN_TRIG_ANY])
506 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT])
508 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT])
510 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE])
512 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST])
514 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE])
516 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE])
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4353.go 7 // Issue 4353. An optimizer bug in 8g triggers a runtime fault
issue887.go 15 r = x << y // '>>' triggers it too
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4353.go 7 // Issue 4353. An optimizer bug in 8g triggers a runtime fault
issue887.go 15 r = x << y // '>>' triggers it too
  /system/core/init/
action.cpp 150 *err = "multiple property triggers found for same property";
179 *err = "multiple event triggers are not allowed";
200 // This function checks that all property triggers are satisfied, that is
248 std::vector<std::string> triggers; local
251 triggers.emplace_back(trigger_name + '=' + trigger_value);
254 triggers.emplace_back(event_trigger_);
257 return Join(triggers, " && ");
407 std::vector<std::string> triggers(args.begin() + 1, args.end());
408 if (triggers.size() < 1) {
414 if (!action->InitTriggers(triggers, err))
    [all...]
  /external/libchrome/base/trace_event/
trace_config.cc 52 const char kTriggersParam[] = "triggers";
114 triggers.clear();
292 memory_dump_config_.triggers.insert(memory_dump_config_.triggers.end(),
293 config.memory_dump_config_.triggers.begin(),
294 config.memory_dump_config_.triggers.end());
356 // If dump triggers not set, the client is using the legacy with just
509 // Set triggers
510 memory_dump_config_.triggers.clear();
530 memory_dump_config_.triggers.push_back(dump_config)
    [all...]
trace_config_unittest.cc 42 "\"triggers\":["
636 ASSERT_EQ(2u, tc1.memory_dump_config_.triggers.size());
638 EXPECT_EQ(200u, tc1.memory_dump_config_.triggers[0].periodic_interval_ms);
640 tc1.memory_dump_config_.triggers[0].level_of_detail);
642 EXPECT_EQ(2000u, tc1.memory_dump_config_.triggers[1].periodic_interval_ms);
644 tc1.memory_dump_config_.triggers[1].level_of_detail);
655 ASSERT_EQ(1u, tc2.memory_dump_config_.triggers.size());
656 EXPECT_EQ(1u, tc2.memory_dump_config_.triggers[0].periodic_interval_ms);
658 tc2.memory_dump_config_.triggers[0].level_of_detail);
666 EXPECT_EQ(0u, tc.memory_dump_config_.triggers.size())
    [all...]
trace_config.h 52 // Specifies the triggers in the memory dump config.
79 std::vector<Trigger> triggers; member in struct:base::trace_event::TraceConfig::MemoryDumpConfig
150 // "triggers": [
  /external/autotest/client/common_lib/hosts/
repair.py 385 Each repair action includes one or more verifier triggers that
387 will call its `repair()` method if one or more of its triggers
388 fails. A repair action is successful if all of its triggers pass
393 triggers, and doesn't call `repair()`.
416 def __init__(self, tag, dependencies, triggers):
418 self._trigger_list = triggers
424 Apply this repair action if any triggers fail.
429 If the `repair()` method triggers, the success or failure of
444 'Repairing because these triggers failed')
464 'However, these triggers still fail'
    [all...]
repair_unittest.py 155 `try_repair()` for all triggers, and then report success. When the
167 def __init__(self, tag, deps, triggers, success):
168 super(_StubRepairAction, self).__init__(tag, deps, triggers)
250 def _make_repair_action(self, success, tag, deps, triggers):
257 @param triggers As for the `_StubRepairAction` constructor.
259 repair_action = _StubRepairAction(tag, deps, triggers, success)
713 Test a repair that triggers and fails.
    [all...]
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 33 # is chosen so that it is just below the value that triggers the addition of +1
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
composite.go 98 // this line triggers an error.
  /prebuilts/go/darwin-x86/src/os/
path_windows_test.go 27 // string which triggers the rewriting. Except in the
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
composite.go 98 // this line triggers an error.
  /prebuilts/go/linux-x86/src/os/
path_windows_test.go 27 // string which triggers the rewriting. Except in the
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305_test.go 37 // This test triggers an edge-case. See https://go-review.googlesource.com/#/c/30101/.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/poly1305/
poly1305_test.go 37 // This test triggers an edge-case. See https://go-review.googlesource.com/#/c/30101/.
  /build/soong/ui/build/
signal.go 83 // Another signal triggers our next timeout handler early

Completed in 1691 milliseconds

1 2 3 4 5