/external/tensorflow/tensorflow/core/platform/ |
D | scanner.h | 183 static bool IsSpace(char ch) { in IsSpace() function 224 return IsSpace(ch); in Matches()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_ctype.h | 36 EAS_INLINE EAS_I8 IsSpace (EAS_I8 c) { return (((c >= 9) && (c <= 13)) || (c == ' ')); } in IsSpace() function
|
D | eas_rtttl.c | 1168 if (!IsSpace(temp)) in RTTTL_GetNextChar() 1211 if (!IsSpace(temp)) in RTTTL_PeekNextChar()
|
/external/pdfium/core/fpdfdoc/ |
D | ctypeset.cpp | 144 bool IsSpace(uint16_t word) { in IsSpace() function 153 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision() 159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision() 358 if (!IsSpace(pWord->Word) && !IsOpenStylePunctuation(pWord->Word)) { in SplitLines()
|
/external/v8/src/utils/ |
D | ostreams.cc | 125 bool IsSpace(uint16_t c) { return (0x9 <= c && c <= 0xD) || c == 0x20; } in IsSpace() function 126 bool IsOK(uint16_t c) { return (IsPrint(c) || IsSpace(c)) && c != '\\'; } in IsOK()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-typed-test.cc | 42 while (IsSpace(*str)) str++; in SkipSpaces()
|
/external/googletest/googletest/src/ |
D | gtest-typed-test.cc | 43 while (IsSpace(*str)) in SkipSpaces()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 239 while (IsSpace(*nptr)) nptr++; in internal_simple_strtoll()
|
D | sanitizer_common.h | 483 INLINE bool IsSpace(int c) { in IsSpace() function
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1917 inline bool IsSpace(char ch) { 1940 while (it != str.begin() && IsSpace(*--it))
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1923 inline bool IsSpace(char ch) { 1946 while (it != str.begin() && IsSpace(*--it))
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-port.h | 1899 inline bool IsSpace(char ch) { 1922 while (it != str.begin() && IsSpace(*--it)) it = str.erase(it);
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-port.h | 2410 inline bool IsSpace(char ch) { 2433 while (it != str.begin() && IsSpace(*--it))
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 2272 inline bool IsSpace(char ch) { 2295 while (it != str.begin() && IsSpace(*--it))
|
D | gtest-internal.h | 599 while (IsSpace(*(++comma))) {} in SkipComma()
|
/external/sqlite/dist/ |
D | shell.c | 195 #define IsSpace(X) isspace((unsigned char)X) macro 9390 if( IsSpace(z[i]) ) continue; in wsToEol() 9630 for(i=0; IsSpace(z[i]); i++){} in shell_callback() 9632 if( IsSpace(c) ){ in shell_callback() 9634 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback() 9635 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback() 9640 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback() 9669 while( IsSpace(z[i+1]) ){ i++; } in shell_callback() 10732 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 10737 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec() [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 189 #define IsSpace(X) isspace((unsigned char)X) macro 9384 if( IsSpace(z[i]) ) continue; in wsToEol() 9624 for(i=0; IsSpace(z[i]); i++){} in shell_callback() 9626 if( IsSpace(c) ){ in shell_callback() 9628 if( IsSpace(z[j-1]) || z[j-1]=='(' ) continue; in shell_callback() 9629 }else if( (c=='(' || c==')') && j>0 && IsSpace(z[j-1]) ){ in shell_callback() 9634 while( j>0 && IsSpace(z[j-1]) ){ j--; } in shell_callback() 9663 while( IsSpace(z[i+1]) ){ i++; } in shell_callback() 10726 while( IsSpace(zSql[0]) ) zSql++; in shell_exec() 10731 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec() [all …]
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 650 while (IsSpace(*(++comma))) {} in SkipComma()
|
D | gtest-port.h | 1536 inline bool IsSpace(char ch) {
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-internal.h | 621 while (IsSpace(*(++comma))) {} in SkipComma()
|