Searched refs:isSelect (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Daccessibility_api_handler.js487 * @param {boolean} isSelect True if the action is a select action,
492 cvox.AccessibilityApiHandler.prototype.describe = function(control, isSelect) {
559 isSelect = false;
631 if (isSelect && control.type != 'slider') {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dmessagepattern.h894 UBool isSelect(int32_t index);
/external/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h894 UBool isSelect(int32_t index);
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h331 bool isSelect() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h230 bool isSelect : 1;
H A DInstrInfoEmitter.cpp486 if (Inst.isSelect) OS << "|(1<<MCID::Select)";
H A DCodeGenInstruction.cpp303 isSelect = R->getValueAsBit("isSelect");
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
1063 MessagePattern::isSelect(int32_t index) {
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp620 } else if(isSelect(typeIndex)) {
624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) {
1063 MessagePattern::isSelect(int32_t index) {
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h462 /// it cannot be understood. It is assumed that MI->isSelect() is true.
483 assert(MI && MI->getDesc().isSelect() && "MI must be a select instruction");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h482 /// isSelect - Return true if this instruction is a select instruction.
484 bool isSelect(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/CodeGen/
H A DPeepholeOptimizer.cpp716 (MI->isSelect() && optimizeSelect(MI))) {
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 3331 milliseconds