HomeSort by relevance Sort by last modified time
    Searched refs:nLine (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 310 @Output nLine end line number
311 @Input nLine start line number
316 @Description Outputs a block of text starting from nLine and ending
319 static bool ConcatenateLinesUntil(CPVRTString& Out, int &nLine, const char * const * const ppszLines, const unsigned int nLimit, const char * const pszEnd)
325 for(i = nLine; i < nLimit; ++i)
342 for(j = nLine; j < i; ++j)
349 nLine = i;
551 for(unsigned int nLine=0; nLine < m_psContext->nNumLines; nLine++
    [all...]
  /external/skia/include/core/
SkPostConfig.h 219 int nLine,
226 int nLine,
  /external/skqp/include/core/
SkPostConfig.h 219 int nLine,
226 int nLine,
  /external/sqlite/dist/orig/
shell.c 570 int nLine = zLine==0 ? 0 : 100;
574 if( n+100>nLine ){
575 nLine = nLine*2 + 100;
576 zLine = realloc(zLine, nLine);
579 if( fgets(&zLine[n], nLine - n, in)==0 ){
602 if( nTrans>nLine ){
    [all...]
  /external/sqlite/dist/
shell.c 576 int nLine = zLine==0 ? 0 : 100;
580 if( n+100>nLine ){
581 nLine = nLine*2 + 100;
582 zLine = realloc(zLine, nLine);
585 if( fgets(&zLine[n], nLine - n, in)==0 ){
608 if( nTrans>nLine ){
    [all...]
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 196 expectEq(t, adjustNewlines("Line 1\r\nLine 2\r\nLine 3 ends in a newline, but just one.\r\n"),
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 196 expectEq(t, adjustNewlines("Line 1\r\nLine 2\r\nLine 3 ends in a newline, but just one.\r\n"),
  /prebuilts/go/darwin-x86/src/os/exec/
exec_test.go 92 input := "Input string\nLine 2"
  /prebuilts/go/linux-x86/src/os/exec/
exec_test.go 92 input := "Input string\nLine 2"
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml2.h     [all...]
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]

Completed in 1765 milliseconds