HomeSort by relevance Sort by last modified time
    Searched refs:Behavior (Results 1 - 20 of 20) sorted by null

  /frameworks/native/include/input/
KeyCharacterMap.h 139 struct Behavior {
140 Behavior();
141 Behavior(const Behavior& other);
143 /* The next behavior in the list, or NULL if none. */
144 Behavior* next;
146 /* The meta key modifiers for this behavior. */
169 Behavior* firstBehavior;
227 const Key** outKey, const Behavior** outBehavior) const;
  /external/chromium_org/chrome/browser/sessions/
session_restore.h 28 enum Behavior {
41 // Restores the last session. |behavior| is a bitmask of Behaviors, see it
52 uint32 behavior,
  /frameworks/native/libs/input/
KeyCharacterMap.cpp 234 const Behavior* behavior; local
235 if (getKeyBehavior(keyCode, metaState, &key, &behavior)) {
236 result = behavior->character;
251 const Behavior* behavior; local
252 if (getKeyBehavior(keyCode, metaState, &key, &behavior)) {
253 if (behavior->fallbackKeyCode) {
254 outFallbackAction->keyCode = behavior->fallbackKeyCode;
255 outFallbackAction->metaState = metaState & ~behavior->metaState
375 const Behavior* behavior = key->firstBehavior; local
591 Behavior* behavior = new Behavior(); local
646 Behavior* behavior = firstBehavior; local
923 Behavior behavior; local
    [all...]
  /external/llvm/lib/IR/
Module.cpp 273 ConstantInt *Behavior = cast<ConstantInt>(Flag->getOperand(0));
276 Flags.push_back(ModuleFlagEntry(ModFlagBehavior(Behavior->getZExtValue()),
311 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
315 ConstantInt::get(Int32Ty, Behavior), MDString::get(Context, Key), Val
319 void Module::addModuleFlag(ModFlagBehavior Behavior, StringRef Key,
322 addModuleFlag(Behavior, Key, ConstantInt::get(Int32Ty, Val));
Verifier.cpp 671 // Each module flag should have three arguments, the merge behavior (a
675 ConstantInt *Behavior = dyn_cast<ConstantInt>(Op->getOperand(0));
677 Assert1(Behavior,
678 "invalid behavior operand in module flag (expected constant integer)",
680 unsigned BehaviorValue = Behavior->getZExtValue();
689 "invalid behavior operand in module flag (unexpected constant)",
696 // These behavior types accept any value.
719 // These behavior types require the operand be an MDNode.
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 164 /// module flag should be restricted to. This behavior can be used to
166 /// IDs with the **Override** behavior.
169 /// Uses the specified value, regardless of the behavior or value of the
184 ModFlagBehavior Behavior;
188 : Behavior(B), Key(K), Val(V) {}
440 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, Value *Val);
441 void addModuleFlag(ModFlagBehavior Behavior, StringRef Key, uint32_t Val);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 42 'settingColumnHeader': 'Behavior',
  /external/chromium_org/v8/test/webkit/
array-every.js 25 "This test checks the behavior of the every() method on Array objects."
108 debug('7.0 Behavior for Holes in Arrays');
  /external/clang/lib/Parse/
ParseInit.cpp 482 switch (Result.Behavior) {
Parser.cpp     [all...]
ParseStmt.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 459 AliasAnalysis::ModRefBehavior Behavior = AA->getModRefBehavior(CI);
460 if (Behavior == AliasAnalysis::DoesNotAccessMemory)
462 if (AliasAnalysis::onlyReadsMemory(Behavior)) {
    [all...]
  /external/chromium_org/v8/test/mjsunit/
array-sort.js 258 // Behavior of sort with accessors is undefined. This accessor is
  /external/llvm/lib/Linker/
LinkModules.cpp 576 // Comdat::SelectionKind::Largest is a behavior that comes from COFF.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 443 // Ignore flags with 'Require' behavior.
444 if (MFE.Behavior == Module::Require)
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 577 * Delegates to navigation shifter. Behavior is not defined if granularity
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 575 <span class="en">Verifying App Behavior on ART</span>
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 551 milliseconds