HomeSort by relevance Sort by last modified time
    Searched refs:triggers (Results 1 - 25 of 112) 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/trappy/trappy/stats/
Indexer.py 82 :param triggers: A (list or single) trigger
83 :type triggers: :mod:`trappy.stats.Trigger.Trigger`
86 def __init__(self, triggers):
88 self._triggers = listify(triggers)
Aggregator.py 85 """This aggregator accepts a list of triggers and each trigger has
89 def __init__(self, triggers, topology, aggfunc=None):
91 :param triggers: trappy.stat.Trigger): A list or a singular trigger object
92 :type triggers: :mod:`trappy.stat.Trigger.Trigger`
103 self._triggers = triggers
107 self).__init__(MultiTriggerIndexer(triggers), aggfunc)
112 triggers for a given topological level. All the arguments passed to
  /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;
  /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 122 *err = "multiple property triggers found for same property";
151 *err = "multiple event triggers are not allowed";
172 // This function checks that all property triggers are satisfied, that is
217 std::vector<std::string> triggers; local
220 triggers.emplace_back(trigger_name + '=' + trigger_value);
223 triggers.emplace_back(event_trigger_);
226 return Join(triggers, " && ");
338 std::vector<std::string> triggers(args.begin() + 1, args.end());
339 if (triggers.size() < 1) {
345 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/server/hosts/
cros_repair_unittest.py 148 triggers = action[3]
149 for label in deps + 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/bart/bart/sched/
functions.py 20 which is generated by the combination of two triggers
30 Both these Triggers are provided by the event
41 This is a combination of the two triggers as specified
342 of the average duration between two triggers:
503 """Returns the list of sched_switch triggers
515 :return: List of triggers, such that
518 triggers[0] = switch_in_trigger
519 triggers[1] = switch_out_trigger
525 triggers = []
526 triggers.append(sched_switch_in_trigger(ftrace, pid, sched_switch_class)
    [all...]
  /external/walt/arduino/walt/
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/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.

Completed in 394 milliseconds

1 2 3 4 5