Searched refs:isIndexed (Results 1 - 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java336 * {@link #isIndexed(int) isIndexed} to make sure that the index can
507 protected final boolean isIndexed(int expandedTypeID) method in class:DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
540 * {@link #isIndexed(int) isIndexed} to make sure that the index can
682 if (isIndexed(expandedTypeID))
737 if (isIndexed(expandedTypeID))
1659 if (isIndexed(expandedTypeID))
1730 if (isIndexed(expandedTypeID))
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp324 if (info.isIndexed()) {
H A DGrGpuGL.cpp1775 if (info.isIndexed()) {
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp322 if (info.isIndexed()) {
H A DGrGpuGL.cpp1793 if (info.isIndexed()) {
/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp325 if (info.isIndexed()) {
354 if (info.isIndexed() && kBuffer_GeometrySrcType != this->getGeomSrc().fIndexSrc) {
521 if (drawIter->isIndexed()) {
H A DGrDrawTarget.h807 bool isIndexed() const { return fIndexCount > 0; } function in class:GrDrawTarget::DrawInfo
H A DGrDrawTarget.cpp80 SkASSERT(this->isIndexed());
/external/skia/src/gpu/
H A DGrDrawTarget.h825 bool isIndexed() const { return fIndexCount > 0; } function in class:GrDrawTarget::DrawInfo
H A DGrInOrderDrawBuffer.cpp393 if (info.isIndexed()) {
610 if (draw.isIndexed()) {
H A DGrDrawTarget.cpp79 SkASSERT(this->isIndexed());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DSerializedScriptValue.cpp2150 bool readBlob(v8::Handle<v8::Value>* value, bool isIndexed) argument
2155 if (isIndexed) {
2198 bool readFile(v8::Handle<v8::Value>* value, bool isIndexed) argument
2201 if (isIndexed) {
2214 bool readFileList(v8::Handle<v8::Value>* value, bool isIndexed) argument
2224 if (isIndexed) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Dmirror-debugger.js1471 PropertyMirror.prototype.isIndexed = function() {
2027 if (!property.isIndexed()) {
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1811 assert((getOffset().getOpcode() == ISD::UNDEF || isIndexed()) &&
1825 /// isIndexed - Return true if this is a pre/post inc/dec load/store.
1826 bool isIndexed() const { return getAddressingMode() != ISD::UNINDEXED; } function in class:LSBaseSDNode
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1807 ST->isVolatile() || ST->isIndexed()) {
1826 !LD->isVolatile() && !LD->isIndexed() &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7546 if (LD->isIndexed() || LD->getBasePtr().getNode() != N)
7550 if (ST->isIndexed() || ST->getBasePtr().getNode() != N)
7593 if (LD->isIndexed())
7601 if (ST->isIndexed())
7820 if (LD->isIndexed())
7828 if (ST->isIndexed())
9088 if (Index->isVolatile() || Index->isIndexed())
9335 if (Ld->isVolatile() || Ld->isIndexed())
H A DLegalizeDAG.cpp1414 if (ST->isIndexed() || ST->isTruncatingStore() ||
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp400 if (LD->isIndexed())
1775 if (ST->isIndexed())
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp1396 if (StoreNode->isTruncatingStore() || StoreNode->isIndexed()) {
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2489 milliseconds