Searched defs:AS (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp447 AttributeSet AS = PAL.getSlotAttributes(i); local
448 unsigned &Entry = AttributeGroupMap[AS];
450 AttributeGroups.push_back(AS);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp447 AttributeSet AS = PAL.getSlotAttributes(i); local
448 unsigned &Entry = AttributeGroupMap[AS];
450 AttributeGroups.push_back(AS);
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp447 AttributeSet AS = PAL.getSlotAttributes(i); local
448 unsigned &Entry = AttributeGroupMap[AS];
450 AttributeGroups.push_back(AS);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java11 * distributed under the License is distributed on an "AS IS" BASIS,
84 static final short AS = vr("AS"); field in class:LoaderDicom
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
1044 clang::BinaryOperator *AS) {
1046 clang::QualType QT = AS->getType();
1051 clang::SourceLocation Loc = AS->getExprLoc();
1052 clang::SourceLocation StartLoc = AS->getLHS()->getExprLoc();
1058 CreateStructRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1061 CreateSingleRSSetObject(C, AS->getLHS(), AS->getRHS(), StartLoc, Loc);
1065 R.ReplaceStmt(mCS, AS, UpdatedStm
1043 ReplaceRSObjectAssignment( clang::BinaryOperator *AS) argument
1527 VisitBinAssign(clang::BinaryOperator *AS) argument
[all...]

Completed in 31 milliseconds