OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
451 - 475
of
654
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/libedit/src/
readline.c
952
if (
isspace
((unsigned char) str[j])
1081
while (
isspace
((unsigned char) str[i]))
1091
(
isspace
((unsigned char) str[i]) ||
[
all
...]
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
286
while (
isspace
(*end)) {
314
while (leading_space < num_bytes &&
isspace
(data[leading_space])) {
319
while (i > leading_space &&
isspace
(data[i - 1])) {
[
all
...]
/bootable/recovery/updater/
install.c
990
while (*line &&
isspace
(*line)) ++line;
1002
while (key_end > line &&
isspace
(*key_end)) --key_end;
1010
while(*val_start &&
isspace
(*val_start)) ++val_start;
1014
while (val_end > val_start &&
isspace
(*val_end)) --val_end;
[
all
...]
/device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp
605
while (
isspace
(*c) && *c != '\0') {
623
if (c == str || !
isspace
(*(c-1))) {
629
if (!
isspace
(*c) && *c != '\0') {
634
while (
isspace
(*c) && *c != '\0') {
[
all
...]
/external/chromium_org/third_party/icu/source/common/
uloc.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py
100
if not self.skip_ws or not self.character_data.
isspace
():
/external/icu/icu4c/source/common/
uloc.cpp
[
all
...]
/external/iptables/utils/
nfnl_osf.c
144
while (tmp && tmp + 1 &&
isspace
(*(tmp + 1)))
/external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
44
while (
isspace
(LastChar))
/external/mesa3d/src/gallium/tools/trace/
parse.py
100
if not self.skip_ws or not self.character_data.
isspace
():
/external/ppp/pppd/plugins/radius/
avpair.c
782
while(*q &&
isspace
(*q)) q++;
/external/protobuf/gtest/include/gtest/internal/
gtest-internal.h
643
while (
isspace
(*(++comma))) {}
[
all
...]
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
245
#define SDL_isspace(X)
isspace
(X)
/external/qemu/include/
qemu-common.h
207
#define qemu_isspace(c)
isspace
((unsigned char)(c))
/frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp
41
while (
isspace
(*s)) {
/frameworks/base/tools/aapt/
XMLNode.cpp
41
while (*str != 0 && *str < 128 &&
isspace
(*str)) {
371
if (
isspace
(*p)) {
910
while (*p != 0 && *p < 128 &&
isspace
(*p)) {
928
while (e > p && *e < 128 &&
isspace
(*e)) {
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c
324
while (
isspace
(*c))
/ndk/sources/android/support/src/wcstox/
floatscan.c
469
while (
isspace
((c=shgetc(f))));
/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);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
245
#define SDL_isspace(X)
isspace
(X)
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
245
#define SDL_isspace(X)
isspace
(X)
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
245
#define SDL_isspace(X)
isspace
(X)
/system/core/init/
util.c
454
if (!
isspace
(*x))
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c
352
while(*p &&
isspace
((unsigned char)*p)) p++;
355
while((q != p) &&
isspace
((unsigned char)*q)) q--;
/external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc
143
while (start < s.size() &&
isspace
(s[start])) {
147
while (limit > start &&
isspace
(s[limit-1])) {
Completed in 6534 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>