| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | closest_point.inl | 14 T LineLength = distance(a, b); local 16 tvec3<T, P> LineDirection = (b - a) / LineLength; 22 if(Distance >= LineLength) return b; 34 T LineLength = distance(a, b); local 36 tvec2<T, P> LineDirection = (b - a) / LineLength; 42 if(Distance >= LineLength) return b;
|
| /third_party/ffmpeg/libavcodec/ |
| D | cpia.c | 60 uint16_t linelength; in cpia_decode_frame() local 110 i++, src += linelength, src_size -= linelength in cpia_decode_frame() 113 linelength = AV_RL16(src); in cpia_decode_frame() 117 if (src_size < linelength) { in cpia_decode_frame() 122 if (src[linelength - 1] != EOL) { in cpia_decode_frame() 124 …ine length %d or line not terminated properly (found 0x%02x)!\n", linelength, src[linelength - 1]); in cpia_decode_frame() 142 for (j = 0; j < linelength - 1; j++) { in cpia_decode_frame() 162 for (j = 0; j < linelength - 4; ) { in cpia_decode_frame()
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | datadrivennumberformattestsuite.cpp | 189 int32_t lineLength; in readLine() local 190 const UChar *line = ucbuf_readline(f, &lineLength, &status); in readLine() 200 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readLine() 201 fFileLine.setTo(false, line, lineLength); in readLine() 202 while(lineLength > 0 && isSpace(line[lineLength - 1])) { --lineLength; } in readLine() 203 if (lineLength == 0) { in readLine()
|
| D | numbertest_permutation.cpp | 172 int32_t lineLength; in testPermutations() local 174 const UChar* lineBuf = ucbuf_readline(f.getAlias(), &lineLength, status); in testPermutations() 179 UnicodeString expectedLine(lineBuf, lineLength - 1); in testPermutations() 185 if (!quick && ucbuf_readline(f.getAlias(), &lineLength, status) != nullptr) { in testPermutations()
|
| /third_party/skia/m133/third_party/externals/icu/source/test/intltest/ |
| D | datadrivennumberformattestsuite.cpp | 189 int32_t lineLength; in readLine() local 190 const char16_t *line = ucbuf_readline(f, &lineLength, &status); in readLine() 200 while(lineLength > 0 && isCROrLF(line[lineLength - 1])) { --lineLength; } in readLine() 201 fFileLine.setTo(false, line, lineLength); in readLine() 202 while(lineLength > 0 && isSpace(line[lineLength - 1])) { --lineLength; } in readLine() 203 if (lineLength == 0) { in readLine()
|
| D | numbertest_permutation.cpp | 172 int32_t lineLength; in testPermutations() local 174 const char16_t* lineBuf = ucbuf_readline(f.getAlias(), &lineLength, status); in testPermutations() 179 UnicodeString expectedLine(lineBuf, lineLength - 1); in testPermutations() 185 if (!quick && ucbuf_readline(f.getAlias(), &lineLength, status) != nullptr) { in testPermutations()
|
| /third_party/icu/icu4c/source/tools/gendict/ |
| D | gendict.cpp | 224 int32_t lineLength; in readLine() local 225 const UChar *line = ucbuf_readline(f, &lineLength, errorCode); in readLine() 228 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine() 230 lineLength = (int32_t)(comment - line); in readLine() 232 …while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1]… in readLine() 234 while(lineLength > 0 && u_isspace(line[lineLength - 1])) { --lineLength; } in readLine() 235 fileLine.setTo(false, line, lineLength); in readLine()
|
| /third_party/skia/m133/third_party/externals/icu/source/tools/gendict/ |
| D | gendict.cpp | 224 int32_t lineLength; in readLine() local 225 const char16_t *line = ucbuf_readline(f, &lineLength, errorCode); in readLine() 228 const char16_t *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine() 230 lineLength = (int32_t)(comment - line); in readLine() 232 …while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1]… in readLine() 234 while(lineLength > 0 && u_isspace(line[lineLength - 1])) { --lineLength; } in readLine() 235 fileLine.setTo(false, line, lineLength); in readLine()
|
| /third_party/skia/third_party/externals/icu/source/tools/gendict/ |
| D | gendict.cpp | 224 int32_t lineLength; in readLine() local 225 const UChar *line = ucbuf_readline(f, &lineLength, errorCode); in readLine() 228 const UChar *comment = u_memchr(line, 0x23, lineLength); // '#' in readLine() 230 lineLength = (int32_t)(comment - line); in readLine() 232 …while(lineLength > 0 && (line[lineLength - 1] == CARRIAGE_RETURN_CHARACTER || line[lineLength - 1]… in readLine() 234 while(lineLength > 0 && u_isspace(line[lineLength - 1])) { --lineLength; } in readLine() 235 fileLine.setTo(FALSE, line, lineLength); in readLine()
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/ |
| D | DebuggingOutputStream.java | 27 private int lineLength; field in DebuggingOutputStream 51 if (++lineLength == LINE_LENGTH) { in write() 53 lineLength = 0; in write()
|
| /third_party/ltp/testcases/kernel/syscalls/mount/ |
| D | mount06.c | 43 #define LINELENGTH 256 macro 100 char line[LINELENGTH]; in ismount() 106 while (fgets(line, LINELENGTH, file) != NULL) { in ismount()
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | mock_tk.py | 157 linelength = len(self.data[line]) -1 # position before/at \n 159 return line, linelength 162 return line, linelength - int(m.group(1)) 168 elif char > linelength: 169 char = linelength
|
| /third_party/backends/doc/plustek/ |
| D | Plustek-USB.txt | 404 Tint = PixelPeriod X LineLength 406 MCLK_DIV x 8 x CM X LineLength 415 HostIORate x 8 x LineLength HDPI_ADJ x PP 419 BytesPerSecond x 8 x LineLength HDPI_ADJ x PP CM 423 8 x LineLength CM 427 1000 x 8 x LineLength CM
|
| /third_party/popt/src/ |
| D | popthelp.c | 200 * @param lineLength display positions remaining 206 singleOptionDefaultValue(size_t lineLength, in singleOptionDefaultValue() argument 212 char * le = malloc(4*lineLength + 1); in singleOptionDefaultValue() 255 size_t limit = 4*lineLength - (le - l) - sizeof("\"\")"); in singleOptionDefaultValue() 290 size_t lineLength = columns->max - indentLength; in singleOptionHelp() local 350 defs = singleOptionDefaultValue(lineLength, opt, translation_domain); in singleOptionHelp() 443 while (helpLength > lineLength) { in singleOptionHelp() 447 ch = help + lineLength - 1; in singleOptionHelp()
|
| /third_party/rust/rust/tests/ui/diagnostic-width/ |
| D | whitespace-trimming.rs | 1 // ignore-tidy-linelength
|
| D | whitespace-trimming-2.rs | 1 // ignore-tidy-linelength
|
| D | non-whitespace-trimming-unicode.rs | 1 // ignore-tidy-linelength
|
| D | non-1-width-unicode-multiline-label.rs | 1 // ignore-tidy-linelength
|
| D | tabs-trimming.rs | 3 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | float-literals.rs | 2 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/ui/rfcs/rfc-2627-raw-dylib/ |
| D | import-name-type-multiple.rs | 1 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/rustdoc-json/reexport/ |
| D | export_extern_crate_as_self.rs | 8 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/rustdoc/ |
| D | decl-line-wrapping-empty-arg-list.rs | 4 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/rustdoc-json/ |
| D | return_private.rs | 2 // ignore-tidy-linelength
|
| /third_party/rust/rust/tests/rustdoc-js/ |
| D | summaries.js | 1 // ignore-tidy-linelength
|