Searched refs:comma (Results 1 – 11 of 11) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | awkgram.y | 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor 111 comma: 112 ',' | comma NL 195 | patlist comma pattern { $$ = linkum($1, $3); } 253 pattern comma pattern { $$ = linkum($1, $3); } 254 | plist comma pattern { $$ = linkum($1, $3); } 259 | pplist comma ppattern { $$ = linkum($1, $3); } 376 | INDEX '(' pattern comma pattern ')' 378 | INDEX '(' pattern comma reg_expr ')' 382 | MATCHFCN '(' pattern comma reg_expr ')' [all …]
|
/ndk/sources/host-tools/toolbox/ |
D | echo_win.c | 58 const TCHAR* comma = L""; in main() local 60 _tprintf(L"%s%s", comma, argv[1]); in main() 61 comma = L" "; in main()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 532 const char* comma = strchr(str, ','); in SkipComma() local 533 if (comma == NULL) { in SkipComma() 536 while (IsSpace(*(++comma))) {} in SkipComma() 537 return comma; in SkipComma() 543 const char* comma = strchr(str, ','); in GetPrefixUntilComma() local 544 return comma == NULL ? str : std::string(str, comma); in GetPrefixUntilComma()
|
/ndk/build/core/ |
D | setup-app.mk | 51 NDK_APP_ABI := $(subst $(comma),$(space),$(strip $(NDK_APP_ABI)))
|
D | definitions-utils.mk | 43 comma := ,
|
D | add-application.mk | 176 APP_ABI := $(subst $(comma),$(space),$(strip $(APP_ABI)))
|
/ndk/build/gmsl/ |
D | gmsl-tests | 448 $(call test_assert,$(call split,$c,comma$cseparated$cstring),comma separated string)
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 536 systems you want to generate for. <list> must be a comma-separated list of 547 target architectures you want to generate for. <list> must be a comma-separated
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 572 % @comma{} to avoid , parsing problems. 573 \let\comma = , 1106 % @comma{} is so commas can be inserted into text without messing up 1109 \let\comma = , 1968 % @uref (abbreviation for `urlref') takes an optional (comma-separated) 3310 \definedummyword\comma 3443 \def\comma{,}% 5966 % might or might not have spaces before the first comma, like: 5972 % also remove a trailing comma, in case of something like this: 6135 % But we always want a comma and a space:
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-1 | 4853 condition. It contains two arguments, separated by a comma and 5159 `comma' and `space' whose values are isolated comma and space 5163 comma:= , 5167 bar:= $(subst $(space),$(comma),$(foo)) 5170 Here the `subst' function replaces each space with a comma, through the 6483 values must be comma- or space-separated.
|
D | make.texi | 5913 condition. It contains two arguments, separated by a comma and surrounded 6255 by variable substitution. First define variables @code{comma} and 6256 @code{space} whose values are isolated comma and space characters, then 6261 comma:= , 6265 bar:= $(subst $(space),$(comma),$(foo)) 6271 Here the @code{subst} function replaces each space with a comma, through 7923 first character is considered, and values must be comma- or
|