Searched defs:getRange (Results 1 - 24 of 24) sorted by relevance

/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp89 CXSourceRange CXStoredDiagnostic::getRange(unsigned int Range) const { function in class:CXStoredDiagnostic
H A DCXLoadedDiagnostic.cpp130 CXSourceRange CXLoadedDiagnostic::getRange(unsigned Range) const { function in class:CXLoadedDiagnostic
H A DCIndexDiagnostic.cpp78 CXSourceRange getRange(unsigned Range) const { return clang_getNullRange(); } function in class:__anon4839::CXDiagnosticCustomNoteImpl
420 return D->getRange(Range);
/external/webkit/Source/WebCore/dom/
H A DDOMTextContentWalker.cpp38 static PassRefPtr<Range> getRange(const Position& start, const Position& end) function in namespace:WebCore
54 if (getRange(position.deepEquivalent(), forwardChar.range()->startPosition())->text().length() == 0)
63 m_hitOffsetInContent = getRange(backwardsChar.range()->endPosition(), position.deepEquivalent())->text().length();
64 m_contentRange = getRange(backwardsChar.range()->endPosition(), forwardChar.range()->startPosition());
78 return getRange(start, end);
/external/webkit/Source/WebCore/bindings/js/
H A DCachedScriptSourceProvider.h48 JSC::UString getRange(int start, int end) const { return JSC::UString(m_cachedScript->script().characters() + start, end - start); } function in class:WebCore::CachedScriptSourceProvider
H A DStringSourceProvider.h46 JSC::UString getRange(int start, int end) const { return JSC::UString(m_source.characters() + start, end - start); } function in class:WebCore::StringSourceProvider
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DMidpointDisplacementHeightMap.java258 public float getRange() { method in class:MidpointDisplacementHeightMap
/external/webkit/Source/JavaScriptCore/parser/
H A DSourceProvider.h56 virtual UString getRange(int start, int end) const = 0;
86 UString getRange(int start, int end) const function in class:JSC::UStringSourceProvider
/external/clang/include/clang/AST/
H A DAttr.h97 SourceRange getRange() const { return Range; } function in class:clang::Attr
/external/clang/lib/Lex/
H A DPPExpressions.cpp44 const SourceRange &getRange() const { return Range; } function in class:__anon3673::PPValue
326 << Result.getRange();
358 PP.Diag(Loc, diag::warn_pp_expr_overflow) << Result.getRange();
446 << LHS.getRange();
490 << RHS.getRange();
538 << LHS.getRange() << RHS.getRange();
543 << LHS.getRange() << RHS.getRange();
557 << LHS.getRange() << RH
[all...]
/external/clang/include/clang/Sema/
H A DAttributeList.h221 SourceRange getRange() const { return AttrRange; } function in class:clang::AttributeList
H A DInitialization.h504 SourceRange getRange() const { function in class:clang::InitializationKind
H A DDeclSpec.h71 const SourceRange &getRange() const { return Range; } function in class:clang::CXXScopeSpec
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp272 bool WebBindings::getRange(NPObject* range, WebRange* webRange) function in class:WebKit::WebBindings
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h404 SourceRange getRange() const { return SourceRange(LOpen, LClose); } function in class:clang::BalancedDelimiterTracker
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp99 static LVILatticeVal getRange(ConstantRange CR) { function in class:__anon9195::LVILatticeVal
830 Result = LVILatticeVal::getRange(TrueValues);
858 Result = LVILatticeVal::getRange(EdgesVals);
894 Result = LVILatticeVal::getRange(Range);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 1781 milliseconds