OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
526 - 550
of
654
) sorted by null
<<
21
22
23
24
25
26
27
/external/valgrind/main/coregrind/
m_errormgr.c
[
all
...]
m_machine.c
606
while ( VG_(
isspace
)( *p ) || *p == '=') {
616
VG_(
isspace
)( model_name[len] )) {
[
all
...]
/external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part1.c
105
#include <ctype.h> //
isspace
1046
for (;
isspace
(*name); name++)
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c
44
** On some ancient hosts, predicates like `
isspace
(C)' are defined
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zic.c
44
** On some ancient hosts, predicates like `
isspace
(C)' are defined
[
all
...]
/bionic/libc/kernel/tools/
cpp.py
294
if c.
isspace
():
297
if c2 == tokLN or not c2.
isspace
():
[
all
...]
/external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py
577
if text_lines[0] and text_lines[0][0].
isspace
():
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py
517
elif text == ':' and line[end[1]:].
isspace
():
802
if bad_prefix or comment[:1].
isspace
():
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc
174
if (!
isspace
(line[index])) {
181
if (
isspace
(line[index])) {
[
all
...]
/external/chromium_org/third_party/python_gflags/
gflags.py
577
if text_lines[0] and text_lines[0][0].
isspace
():
[
all
...]
/external/lldb/source/Interpreter/
CommandInterpreter.cpp
[
all
...]
/external/qemu/android/
console.c
[
all
...]
/external/valgrind/main/coregrind/m_debuginfo/
storage.c
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py
229
self.assertTrue(s.
isspace
())
231
self.assertFalse(s.
isspace
())
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py
229
self.assertTrue(s.
isspace
())
231
self.assertFalse(s.
isspace
())
[
all
...]
/bootable/recovery/
recovery.cpp
953
if (!
isspace
(buffer[i])) {
[
all
...]
/external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py
682
if line[0] == '#' or line.
isspace
():
[
all
...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py
678
if line[0] == '#' or line.
isspace
():
[
all
...]
/external/chromium_org/media/base/
container_names.cc
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
259
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py
369
if line[0] == '#' or line.
isspace
():
[
all
...]
/external/chromium_org/third_party/closure_linter/closure_linter/
javascriptlintrules.py
190
(not flag.type or flag.type.
isspace
())):
/external/chromium_org/third_party/codesighs/
maptsvdifftool.c
341
if(
isspace
(*(inString + len)))
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h
186
#include <ctype.h> // for
isspace
, etc
[
all
...]
/external/chromium_org/third_party/re2/re2/
re2.cc
996
if (n > 0 &&
isspace
(*str)) {
[
all
...]
Completed in 1988 milliseconds
<<
21
22
23
24
25
26
27