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

1 2 3

  /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/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 166 llvm::ImmutableList<const MemRegion*> LS = state->get<LockSet>();
170 if (LS.isEmpty())
173 const MemRegion *firstLockR = LS.getHead();
191 state = state->set<LockSet>(LS.getTail());
  /external/elfutils/src/
make-debug-archive.in 19 LS=/bin/ls
129 (cd "$outdir" && $LS | $XARGS $AR cq "$new_archive") &&
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 43 const Condition MacroAssemblerSH4::ULessThanOrEqual = SH4Assembler::LS;
50 const Condition MacroAssemblerSH4::BelowOrEqual = SH4Assembler::LS;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 39 LS, // Unsigned lower or same Less than or equal
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::LS: return "ls";
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 50 LiveStacks* LS;
155 if (!LS->hasInterval(FI))
157 LiveInterval &li = LS->getInterval(FI);
178 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
401 LS = &getAnalysis<LiveStacks>();
406 unsigned NumSlots = LS->getNumIntervals();
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 61 bool isCurrentFunctionScope(const LexicalScope *LS) {
62 return LS == CurrentFnLexicalScope;
  /external/aac/libAACenc/src/
metadata_compressor.cpp 120 LS = 4,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
546 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 258 const LSBaseSDNode* LS = 0;
260 if (Parent && (LS = dyn_cast<LSBaseSDNode>(Parent))) {
261 EVT VT = LS->getMemoryVT();
263 if (VT.getSizeInBits() / 8 > LS->getAlignment()) {
329 if (LS && (LS->getMemoryVT() == MVT::f32 || LS->getMemoryVT() == MVT::f64) &&

Completed in 247 milliseconds

1 2 3