/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | Input.cpp | 46 assert(mReadLoc.cIndex < mLength[mReadLoc.sIndex]); 47 ++mReadLoc.cIndex; 48 if (mReadLoc.cIndex == mLength[mReadLoc.sIndex]) 51 mReadLoc.cIndex = 0; 57 return mString[mReadLoc.sIndex] + mReadLoc.cIndex; 67 const char *c = mString[mReadLoc.sIndex] + mReadLoc.cIndex; 109 size_t size = mLength[mReadLoc.sIndex] - mReadLoc.cIndex; 116 if (*(mString[mReadLoc.sIndex] + mReadLoc.cIndex + i) == '\\') 122 std::memcpy(buf + nRead, mString[mReadLoc.sIndex] + mReadLoc.cIndex, size); 124 mReadLoc.cIndex [all...] |
H A D | Input.h | 42 size_t cIndex; // Char index. member in struct:pp::Input::Location 44 Location() : sIndex(0), cIndex(0) {}
|
H A D | Tokenizer.l | 85 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \ 87 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \ 92 scanLoc->cIndex += yyleng; \ 288 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
|
H A D | Tokenizer.cpp | 958 (scanLoc->cIndex >= input->length(scanLoc->sIndex))) \ 960 scanLoc->cIndex -= input->length(scanLoc->sIndex++); \ 965 scanLoc->cIndex += yyleng; \ 1691 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
|
/external/skia/experimental/docs/ |
H A D | interpolatorFunctions.js | 20 for (var cIndex = 0; cIndex < path.length; ++cIndex) { 21 out[cIndex] = {}; 22 var curveKey = Object.keys(path[cIndex])[0]; 23 var curve = path[cIndex][curveKey]; 53 out[cIndex][curveKey] = outArray; 67 for (var cIndex = 0; cIndex < curves0.length; ++cIndex) { [all...] |
H A D | svgBackend.js | 139 for (var cIndex = 0; cIndex < path.length; ++cIndex) { 140 var curveKey = Object.keys(path[cIndex])[0]; 141 var v = path[cIndex][curveKey];
|
/external/skqp/experimental/docs/ |
H A D | interpolatorFunctions.js | 20 for (var cIndex = 0; cIndex < path.length; ++cIndex) { 21 out[cIndex] = {}; 22 var curveKey = Object.keys(path[cIndex])[0]; 23 var curve = path[cIndex][curveKey]; 53 out[cIndex][curveKey] = outArray; 67 for (var cIndex = 0; cIndex < curves0.length; ++cIndex) { [all...] |
H A D | svgBackend.js | 139 for (var cIndex = 0; cIndex < path.length; ++cIndex) { 140 var curveKey = Object.keys(path[cIndex])[0]; 141 var v = path[cIndex][curveKey];
|
/external/skia/src/pathops/ |
H A D | SkDConicLineIntersection.cpp | 179 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) { 180 double lineT = fLine->exactPoint(fConic[cIndex]); 184 double conicT = (double) (cIndex >> 1); 185 fIntersections->insert(conicT, lineT, fConic[cIndex]); 190 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) { 191 double conicT = (double) (cIndex >> [all...] |
H A D | SkDCubicLineIntersection.cpp | 272 for (int cIndex = 0; cIndex < 4; cIndex += 3) { 273 double lineT = fLine.exactPoint(fCubic[cIndex]); 277 double cubicT = (double) (cIndex >> 1); 278 fIntersections->insert(cubicT, lineT, fCubic[cIndex]); 285 for (int cIndex = 0; cIndex < 4; cIndex += 3) { 286 double cubicT = (double) (cIndex >> [all...] |
/external/skqp/src/pathops/ |
H A D | SkDConicLineIntersection.cpp | 179 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) { 180 double lineT = fLine->exactPoint(fConic[cIndex]); 184 double conicT = (double) (cIndex >> 1); 185 fIntersections->insert(conicT, lineT, fConic[cIndex]); 190 for (int cIndex = 0; cIndex < SkDConic::kPointCount; cIndex += SkDConic::kPointLast) { 191 double conicT = (double) (cIndex >> [all...] |
H A D | SkDCubicLineIntersection.cpp | 272 for (int cIndex = 0; cIndex < 4; cIndex += 3) { 273 double lineT = fLine.exactPoint(fCubic[cIndex]); 277 double cubicT = (double) (cIndex >> 1); 278 fIntersections->insert(cubicT, lineT, fCubic[cIndex]); 285 for (int cIndex = 0; cIndex < 4; cIndex += 3) { 286 double cubicT = (double) (cIndex >> [all...] |
/external/skia/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { 64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
|
H A D | PathOpsConicIntersectionTest.cpp | 50 for (int cIndex = 0; cIndex < 2; ++cIndex) { 53 up.set(chopped[cIndex].fPts[pIndex]); 54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up));
|
/external/skqp/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 19 for (int cIndex = 0; cIndex < contourCount; ++cIndex) { 64 for (int cIndex = 0; cIndex < contourCount; ++cIndex) {
|
H A D | PathOpsConicIntersectionTest.cpp | 50 for (int cIndex = 0; cIndex < 2; ++cIndex) { 53 up.set(chopped[cIndex].fPts[pIndex]); 54 SkASSERT(dChopped[cIndex].fPts[pIndex].approximatelyEqual(up));
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
H A D | DOTGenerator.java | 352 for (int cIndex = 0; cIndex < configsInAlt.size(); cIndex++) { 354 (NFAConfiguration)configsInAlt.get(cIndex); 357 if ( (cIndex+1)<configsInAlt.size() ) { 360 if ( n%5==0 && (configsInAlt.size()-cIndex)>3 ) {
|
/external/skia/gm/ |
H A D | arcto.cpp | 86 int cIndex = 0; local 89 paint.setColor(colors[cIndex++]);
|
/external/skqp/gm/ |
H A D | arcto.cpp | 86 int cIndex = 0; local 89 paint.setColor(colors[cIndex++]);
|
/external/skia/samplecode/ |
H A D | SamplePathFuzz.cpp | 365 for (uint32_t cIndex = 0; cIndex < fPathContourCount; ++cIndex) {
|
/external/skqp/samplecode/ |
H A D | SamplePathFuzz.cpp | 365 for (uint32_t cIndex = 0; cIndex < fPathContourCount; ++cIndex) {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2903 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2904 cIndex != eIndex; ++cIndex) { 2905 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; 2940 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2941 cIndex != eIndex; ++cIndex) { 2942 AsmOperandInfo& cInfo = ConstraintOperands[cIndex]; 2951 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2952 cIndex ! [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2513 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2514 cIndex != eIndex; ++cIndex) { 2515 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; 2550 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2551 cIndex != eIndex; ++cIndex) { 2552 AsmOperandInfo& cInfo = ConstraintOperands[cIndex]; 2561 for (unsigned cIndex = 0, eIndex = ConstraintOperands.size(); 2562 cIndex ! [all...] |
/external/antlr/antlr-3.4/lib/ |
H A D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |