OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isspace
(Results
576 - 600
of
1470
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
gen_xmlpool.py
24
if i == len(s)-1 or s[i+1].
isspace
():
/external/opencv3/samples/cpp/
facedetect.cpp
171
while( len > 0 &&
isspace
(buf[len-1]) )
ufacedetect.cpp
159
while( len > 0 &&
isspace
(buf[len-1]) )
/external/ppp/pppd/
srp-entry.c
166
if (
isspace
(*cp))
/external/protobuf/gtest/test/
gtest_xml_test_utils.py
136
not child.nodeValue.
isspace
()):
/external/selinux/policycoreutils/mcstrans/src/
mcscolor.c
220
while(
isspace
(*buffer))
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_test_utils.py
141
not child.nodeValue.
isspace
()):
/frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp
44
while (
isspace
(*s)) {
/frameworks/base/libs/hwui/
PathParser.cpp
175
while (
isspace
(pathStr[start]) && start < strLen) {
/ndk/sources/android/support/src/wcstox/
intscan.c
64
while (
isspace
((c=shgetc(f))));
/ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py
139
not child.nodeValue.
isspace
()):
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h
112
_CRTIMP int __cdecl
isspace
(int _C);
/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
strsuftoll.c
149
while (
isspace
((unsigned char)*val)) /* Skip leading space */
/system/extras/perfprofd/
configreader.cc
242
if (
isspace
(*it) == 0) {
/system/extras/simpleperf/
report.py
95
if not line[0].
isspace
():
/toolchain/binutils/binutils-2.25/gas/config/
tc-spu.c
280
for (param = op; *param != 0 && !
ISSPACE
(*param); param++)
405
while (
ISSPACE
(*param))
423
while (
ISSPACE
(*param))
443
while (
ISSPACE
(*param))
/toolchain/binutils/binutils-2.25/libiberty/
pex-msdos.c
247
if (*p == '"' || *p == '\'' || *p == '\\' ||
ISSPACE
(*p))
/build/kati/
ninja.cc
267
if (quote == 0 &&
isspace
(prev_char)) {
322
if (!
isspace
(c) && c != ';')
419
while (
isspace
(*in))
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
error_fixer.py
163
if iterator.type == Type.DOC_END_BRACE or iterator.string.
isspace
():
176
if iterator.type == Type.DOC_START_BRACE or iterator.string.
isspace
():
303
while last_type.string.
isspace
():
/external/e2fsprogs/e2fsck/
util.c
674
if (!
isspace
(*cp)) {
675
while (*cp && !
isspace
(*cp))
678
while (*cp &&
isspace
(*cp))
/external/v8/src/base/
cpu.cc
246
if (p == NULL || !
isspace
(p[1])) {
281
while (
isspace
(*p)) ++p;
285
while (*q != '\0' && !
isspace
(*q)) ++q;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.so
libitm.so.1
libitm.so.1.0.0
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libitm.so
Completed in 1433 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>