Home
last modified time | relevance | path

Searched refs:triggers (Results 1 – 25 of 103) sorted by relevance

12345

/external/wpa_supplicant_8/src/drivers/
Ddriver_common.c164 struct wowlan_triggers *triggers; in wpa_get_wowlan_triggers() local
175 triggers = os_zalloc(sizeof(*triggers)); in wpa_get_wowlan_triggers()
176 if (triggers == NULL) in wpa_get_wowlan_triggers()
182 &triggers->trigger) in wpa_get_wowlan_triggers()
206 os_free(triggers); in wpa_get_wowlan_triggers()
207 triggers = NULL; in wpa_get_wowlan_triggers()
219 return triggers; in wpa_get_wowlan_triggers()
Ddriver_nl80211_capa.c456 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; in wiphy_info_wowlan_triggers() local
461 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG, in wiphy_info_wowlan_triggers()
465 if (triggers[NL80211_WOWLAN_TRIG_ANY]) in wiphy_info_wowlan_triggers()
467 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT]) in wiphy_info_wowlan_triggers()
469 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in wiphy_info_wowlan_triggers()
471 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in wiphy_info_wowlan_triggers()
473 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in wiphy_info_wowlan_triggers()
475 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in wiphy_info_wowlan_triggers()
477 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in wiphy_info_wowlan_triggers()
/external/sl4a/Common/src/com/googlecode/android_scripting/trigger/
DTriggerRepository.java83 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/jmonkeyengine/engine/src/core/com/jme3/input/
DInputManager.java112 private final ArrayList<Integer> triggers = new ArrayList<Integer>(); field in InputManager.Mapping
523 public void addMapping(String mappingName, Trigger... triggers) { in addMapping() argument
530 for (Trigger trigger : triggers) { in addMapping()
539 mapping.triggers.add(hash); in addMapping()
576 ArrayList<Integer> triggers = mapping.triggers; in deleteMapping() local
577 for (int i = triggers.size() - 1; i >= 0; i--) { in deleteMapping()
578 int hash = triggers.get(i); in deleteMapping()
DChaseCamera.java238 public void setToggleRotationTrigger(Trigger... triggers) { in setToggleRotationTrigger() argument
240 inputManager.addMapping(ChaseCamToggleRotate, triggers); in setToggleRotationTrigger()
250 public void setZoomInTrigger(Trigger... triggers) { in setZoomInTrigger() argument
252 inputManager.addMapping(ChaseCamZoomIn, triggers); in setZoomInTrigger()
262 public void setZoomOutTrigger(Trigger... triggers) { in setZoomOutTrigger() argument
264 inputManager.addMapping(ChaseCamZoomOut, triggers); in setZoomOutTrigger()
/external/v8/build/android/gyp/
Dpackage_resources.py205 triggers = []
207 triggers.extend(re.compile('-%s' % density) for density in DENSITY_SPLITS)
209 triggers.extend(re.compile(r'-%s\b' % lang) for lang in languages)
212 for trigger in triggers:
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m100 // 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/chromium-trace/catapult/third_party/webtest/webtest/
Dhttp.py99 triggers = list(self._map.values())
100 for trigger in triggers:
/external/snakeyaml/src/test/resources/pyyaml/
Dremove-possible-simple-key-bug.loader-error2 *A ] # The ']' indicator triggers remove_possible_simple_key,
/external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
Dcontrol18 triggers session termination.
/external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
Dcontrol12 This test checks that the connection manager triggers scans and connects
/external/v8/tools/gyp/test/variables/commands/repeated_multidir/
Drepeated_command_common.gypi18 # Attempt to expand an undefined variable. This triggers a GYP
/external/autotest/client/site_tests/network_GobiUncleanDisconnect/
Dcontrol18 This test triggers unclean disconnects from the Gobi to ensure that the kernel
Dcontrol.gobi2k21 This test triggers unclean disconnects from the Gobi to ensure that the kernel
Dcontrol.gobi3k21 This test triggers unclean disconnects from the Gobi to ensure that the kernel
/external/autotest/client/site_tests/power_BacklightSuspend/
Dcontrol18 This test requests a brightness level to be set after resume. It then triggers
/external/google-breakpad/src/testing/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
/external/curl/tests/data/
Dtest15117 though it's a response code that triggers authentication, we're not using
Dtest15218 though it's a response code that triggers authentication, we're not using
Dtest120841 # triggers the timeout and sets the CURLE_OPERATION_TIMEDOUT error (28) for
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
/external/protobuf/gtest/xcode/Config/
DDebugProject.xcconfig16 // Deployment postprocessing is what triggers Xcode to strip, turn it off
DReleaseProject.xcconfig18 // Deploment postprocessing is what triggers Xcode to strip
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DDbg.stg56 // Common debug event triggers used by region overrides below
82 // Region overrides that tell various constructs to add debugging triggers

12345