HomeSort by relevance Sort by last modified time
    Searched refs:LS (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domimplementationregistry10.js 72 DOMImplementationRegistry.getDOMImplementation("LS") should return null or a DOMImplementation
73 where hasFeature("LS", null) returns true.
91 domImpl = domImplRegistry.getDOMImplementation("LS");
99 hasFeature = hasFeature("LS",nullVersion);
105 hasFeature = domImpl.hasFeature("LS",nullVersion);
domimplementationregistry21.js 72 DOMImplementationRegistry.getDOMImplementationList("LS") should return
74 where hasFeature("LS", null) returns true.
94 domImplList = domImplRegistry.getDOMImplementationList("LS");
102 hasFeature = hasFeature("LS",nullVersion);
110 hasFeature = domImpl.hasFeature("LS",nullVersion);
nodegetfeature01.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = doc.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = doc.getFeature("LS-Async",nullVersion);
nodegetfeature02.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = node.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature03.js 150 isSupported = node.isSupported("LS",nullVersion);
151 featureImpl = node.getFeature("LS",nullVersion);
159 isSupported = node.isSupported("LS-Async",nullVersion);
160 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature04.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = node.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature05.js 150 isSupported = node.isSupported("LS",nullVersion);
151 featureImpl = node.getFeature("LS",nullVersion);
159 isSupported = node.isSupported("LS-Async",nullVersion);
160 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature06.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = node.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature07.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = node.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature08.js 151 isSupported = node.isSupported("LS",nullVersion);
152 featureImpl = node.getFeature("LS",nullVersion);
160 isSupported = node.isSupported("LS-Async",nullVersion);
161 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature09.js 150 isSupported = node.isSupported("LS",nullVersion);
151 featureImpl = node.getFeature("LS",nullVersion);
159 isSupported = node.isSupported("LS-Async",nullVersion);
160 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature10.js 154 isSupported = node.isSupported("LS",nullVersion);
155 featureImpl = node.getFeature("LS",nullVersion);
163 isSupported = node.isSupported("LS-Async",nullVersion);
164 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature11.js 149 isSupported = node.isSupported("LS",nullVersion);
150 featureImpl = node.getFeature("LS",nullVersion);
158 isSupported = node.isSupported("LS-Async",nullVersion);
159 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature12.js 155 isSupported = node.isSupported("LS",nullVersion);
156 featureImpl = node.getFeature("LS",nullVersion);
164 isSupported = node.isSupported("LS-Async",nullVersion);
165 featureImpl = node.getFeature("LS-Async",nullVersion);
nodegetfeature13.js 155 isSupported = node.isSupported("LS",nullVersion);
156 featureImpl = node.getFeature("LS",nullVersion);
164 isSupported = node.isSupported("LS-Async",nullVersion);
165 featureImpl = node.getFeature("LS-Async",nullVersion);
domimplementationregistry12.js 72 DOMImplementationRegistry.getDOMImplementation("cOrE 3.0 xMl 3.0 eVeNts 2.0 lS") should return null
94 domImpl = domImplRegistry.getDOMImplementation("cOrE 3.0 xMl 3.0 eVeNts 2.0 lS");
105 hasLS = baseImpl.hasFeature("LS",nullVersion);
121 hasLS = domImpl.hasFeature("LS",nullVersion);
domimplementationregistry23.js 72 DOMImplementationRegistry.getDOMImplementationList("cOrE 3.0 xMl 3.0 eVeNts 2.0 lS")
96 domImplList = domImplRegistry.getDOMImplementationList("cOrE 3.0 xMl 3.0 eVeNts 2.0 lS");
107 hasLS = baseImpl.hasFeature("LS",nullVersion);
125 hasLS = domImpl.hasFeature("LS",nullVersion);
  /external/llvm/lib/Target/ARM/
ARMBaseInfo.h 42 LS, // Unsigned lower or same Less than or equal
61 case HI: return LS;
62 case LS: return HI;
83 case ARMCC::LS: return "ls";
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 114 llvm::ImmutableList<const MemRegion*> LS = state->get<LockSet>();
172 llvm::ImmutableList<const MemRegion*> LS = state->get<LockSet>();
176 if (LS.isEmpty())
179 const MemRegion *firstLockR = LS.getHead();
197 state = state->set<LockSet>(LS.getTail());
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 43 const Condition MacroAssemblerSH4::ULessThanOrEqual = SH4Assembler::LS;
50 const Condition MacroAssemblerSH4::BelowOrEqual = SH4Assembler::LS;
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 60 LiveStacks* LS;
195 if (!LS->hasInterval(FI))
197 LiveInterval &li = LS->getInterval(FI);
218 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
275 const TargetRegisterClass *RC = LS->getIntervalRegClass(RSS);
421 const TargetRegisterClass *RC = LS->getIntervalRegClass(SS);
724 LS = &getAnalysis<LiveStacks>();
730 unsigned NumSlots = LS->getNumIntervals();
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 442 std::vector<SDValue> LS;
450 LS.push_back(DAG.getStore(Chain, dl, argt, SDFI, MachinePointerInfo(),
458 LS.push_back(DAG.getStore(Chain, dl, argt, SDFI, MachinePointerInfo(),
463 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &LS[0], LS.size());
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 346 else if (LabelStmt *LS = dyn_cast<LabelStmt>(SubStmt))
347 Next = LS->getSubStmt();
  /external/oprofile/events/x86-64/family11h/
events 32 event:0x23 counters:0,1,2,3 um:zero minimum:500 name:LS_BUFFER_2_FULL_CYCLES : Cycles LS Buffer 2 full
105 event:0xd8 counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_LS_FULL : Dispatch stall when LS is full

Completed in 734 milliseconds

1 2