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

  /external/icu/icu4c/source/common/unicode/
messagepattern.h 894 UBool isSelect(int32_t index);
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 331 bool isSelect() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 230 bool isSelect : 1;
InstrInfoEmitter.cpp 486 if (Inst.isSelect) OS << "|(1<<MCID::Select)";
CodeGenInstruction.cpp 303 isSelect = R->getValueAsBit("isSelect");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 539 * @param {boolean} isSelect True if the action is a select action,
544 cvox.AccessibilityApiHandler.prototype.describe = function(control, isSelect) {
611 isSelect = false;
680 if (isSelect && control.type != 'slider') {
  /external/icu/icu4c/source/common/
messagepattern.cpp 620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 453 /// it cannot be understood. It is assumed that MI->isSelect() is true.
474 assert(MI && MI->getDesc().isSelect() && "MI must be a select instruction");
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 482 /// isSelect - Return true if this instruction is a select instruction.
484 bool isSelect(QueryType Type = IgnoreBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 716 (MI->isSelect() && optimizeSelect(MI))) {
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 488 milliseconds