Searched refs:curLoc (Results 1 - 13 of 13) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp482 int curLoc = location + slotNdx; local
484 glEnableVertexAttribArray(curLoc);
485 glVertexAttribDivisor(curLoc, divisor);
488 glVertexAttribPointer(curLoc, typeSize, GL_FLOAT, GL_FALSE, 0, attrPtr);
490 glVertexAttribIPointer(curLoc, typeSize, GL_INT, 0, attrPtr);
492 glVertexAttribIPointer(curLoc, typeSize, GL_UNSIGNED_INT, 0, attrPtr);
498 glVertexAttribPointer(curLoc, numRows, GL_FLOAT, GL_FALSE, numCols*numRows*sizeof(float), attrPtr);
H A Des3fFragmentOutputTests.cpp975 int curLoc = 0; local
976 while (curLoc < numTargets)
979 int maxArrayLen = numTargets-curLoc;
985 outputs.push_back(FragmentOutput(basicType, precision, curLoc, arrayLen));
990 curLoc += numLocations;
992 DE_ASSERT(curLoc == numTargets);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py55 for curName, curLoc in dataIter:
58 if curLoc in glyphDict:
59 curGlyph = glyphDict[curLoc]
61 curGlyphData = data[slice(*curLoc)]
64 glyphDict[curLoc] = curGlyph
H A DE_B_L_C_.py446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
447 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable offset formats"
563 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
564 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable format 4"
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py55 for curName, curLoc in dataIter:
58 if curLoc in glyphDict:
59 curGlyph = glyphDict[curLoc]
61 curGlyphData = data[slice(*curLoc)]
64 glyphDict[curLoc] = curGlyph
H A DE_B_L_C_.py446 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
447 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable offset formats"
563 for curLoc, nxtLoc in zip(self.locations, self.locations[1:]):
564 assert curLoc[1] == nxtLoc[0], "Data must be consecutive in indexSubTable format 4"
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c851 const char *curLoc = "bn"; local
876 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
923 char* curLoc; local
957 curLoc = (char *)uloc_getAvailable(x);
958 log_verbose("Processing %s\n", curLoc);
961 c1 = ucol_open(curLoc, &err);
963 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
973 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
977 uld = ulocdata_open(curLoc, &err);
1026 sortKeyLen1, sortKeyLen2, str, curLoc);
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c849 const char *curLoc = "bn"; local
874 log_data_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(status));
921 char* curLoc; local
955 curLoc = (char *)uloc_getAvailable(x);
956 log_verbose("Processing %s\n", curLoc);
959 c1 = ucol_open(curLoc, &err);
961 log_err("ERROR: Normal collation creation failed with locale: %s : %s\n", curLoc, myErrorName(err));
971 log_err("ERROR: Creating collator from rules failed with locale: %s : %s\n", curLoc, myErrorName(err));
975 uld = ulocdata_open(curLoc, &err);
1024 sortKeyLen1, sortKeyLen2, str, curLoc);
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp273 DebugLoc curLoc = MI.getDebugLoc();
275 if (prevDebugLoc.isUnknown() && curLoc.isUnknown())
278 if (prevDebugLoc == curLoc)
281 prevDebugLoc = curLoc;
283 if (curLoc.isUnknown())
290 DIScope Scope(curLoc.getScope(ctx));
310 this->emitSrcInText(fileName.str(), curLoc.getLine());
313 temp << "\t.loc " << filenameMap[fileName.str()] << " " << curLoc.getLine()
314 << " " << curLoc.getCol();
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen.cpp1766 int32_t curLoc = startPos; local
1767 if ( curLoc >= pattern.length()) {
1772 UChar c=pattern.charAt(curLoc);
1774 curLoc++;
1777 startPos = curLoc;
1782 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) {
1785 } while(curLoc <= pattern.length());
1786 *len = curLoc-startPos;
H A Dcalendar.cpp420 Locale curLoc; // current locale local
423 lkey.currentLocale(curLoc);
433 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
439 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );
/external/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1767 int32_t curLoc = startPos; local
1768 if ( curLoc >= pattern.length()) {
1773 UChar c=pattern.charAt(curLoc);
1775 curLoc++;
1778 startPos = curLoc;
1783 if ( pattern.charAt(curLoc)!= pattern.charAt(startPos) ) {
1786 } while(curLoc <= pattern.length());
1787 *len = curLoc-startPos;
H A Dcalendar.cpp420 Locale curLoc; // current locale local
423 lkey.currentLocale(curLoc);
433 fprintf(stderr, "BasicCalendarFactory::create() - cur %s, can %s\n", (const char*)curLoc.getName(), (const char*)canLoc.getName());
439 fprintf(stderr, "BasicCalendarFactory - not handling %s.[%s]\n", (const char*) curLoc.getName(), tmp );

Completed in 6232 milliseconds