Home
last modified time | relevance | path

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

123

/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.c453 struct nlattr *triggers[MAX_NL80211_WOWLAN_TRIG + 1]; in wiphy_info_wowlan_triggers() local
458 if (nla_parse_nested(triggers, MAX_NL80211_WOWLAN_TRIG, in wiphy_info_wowlan_triggers()
462 if (triggers[NL80211_WOWLAN_TRIG_ANY]) in wiphy_info_wowlan_triggers()
464 if (triggers[NL80211_WOWLAN_TRIG_DISCONNECT]) in wiphy_info_wowlan_triggers()
466 if (triggers[NL80211_WOWLAN_TRIG_MAGIC_PKT]) in wiphy_info_wowlan_triggers()
468 if (triggers[NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE]) in wiphy_info_wowlan_triggers()
470 if (triggers[NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST]) in wiphy_info_wowlan_triggers()
472 if (triggers[NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE]) in wiphy_info_wowlan_triggers()
474 if (triggers[NL80211_WOWLAN_TRIG_RFKILL_RELEASE]) in wiphy_info_wowlan_triggers()
/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/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/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/google-breakpad/src/testing/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
/external/llvm/test/MC/Mips/
Dhigher-highest-addressing.s33 # is chosen so that it is just below the value that triggers the addition of +1
/external/llvm/test/Instrumentation/MemorySanitizer/
Dcheck-constant-shadow.ll6 ; Test that returning a literal undef from main() triggers an MSan warning.
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DDbg.stg161 // Common debug event triggers used by region overrides below
177 // Region overrides that tell various constructs to add debugging triggers
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DDbg.stg143 // Common debug event triggers used by region overrides below
159 // Region overrides that tell various constructs to add debugging triggers
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg211 // Common debug event triggers used by region overrides below
243 // Region overrides that tell various constructs to add debugging triggers
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg179 // Common debug event triggers used by region overrides below
195 // Region overrides that tell various constructs to add debugging triggers
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg210 // Common debug event triggers used by region overrides below
242 // Region overrides that tell various constructs to add debugging triggers
/external/llvm/test/CodeGen/X86/
Dnorex-subreg.ll12 ; triggers an assertion in copyPhysReg.
Dselectiondag-cse.ll5 ; selection in MatchAddressRecursively. The edit triggers CSE which causes both
Dremat-invalid-liveness.ll10 ; This reduced test case triggers the crash before the fix, but does not
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg208 // Common debug event triggers used by region overrides below
224 // Region overrides that tell various constructs to add debugging triggers
/external/libxml2/result/
Drdf1.rdr189 /usr/doc/rpm-2.5/triggers
Drdf1.rde189 /usr/doc/rpm-2.5/triggers
/external/pcre/dist/m4/
Dpcre_visibility.m451 dnl platforms (Cygwin 1.7) the use of -fvisibility triggers a warning
/external/llvm/test/Transforms/LoopUnswitch/
Dpreserve-analyses.ll74 ; This is a simplified form of ineqn from above. It triggers some

123