Searched refs:spaces (Results 1 – 25 of 40) sorted by relevance
12
/ndk/sources/android/support/src/musl-ctype/ |
D | iswspace.c | 11 static const wchar_t spaces[] = { in iswspace() local 17 return wc && wcschr(spaces, wc); in iswspace()
|
/ndk/build/core/ |
D | setup-imports.mk | 25 $(call __ndk_info,ERROR: You NDK_MODULE_PATH variable contains spaces)
|
D | build-local.mk | 43 $(info Android NDK: Your NDK installation path contains spaces.) 156 $(call __ndk_info,Your Android application project path contains spaces: '$(NDK_PROJECT_PATH)')
|
D | init.mk | 61 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
|
D | definitions.mk | 975 …(call __ndk_info,$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_MODULE_FILENAME must not contain spaces)\ 1861 …$(call __ndk_info,$(call local-makefile): Cannot import module with spaces in tag: '$(__import_tag…
|
/ndk/ |
D | GNUmakefile | 32 $(info,The Android NDK installation path contains spaces: '$(NDK_ROOT)')
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general3 | 23 STR = \# Some spaces 24 TAB = \t \# A TAB and some spaces
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | include | 1 # -*-mode: perl; rm-trailing-spaces: nil-*-
|
/ndk/build/gmsl/ |
D | gmsl | 72 # If there are any spaces in the path in __gmsl_root then give up
|
D | __gmsl | 306 # Returns: Splits a string into a list separated by spaces at the split
|
/ndk/sources/host-tools/make-3.81/ |
D | README.Amiga | 17 looks for spaces. If there are any around :, it's taken as a target
|
D | readme.vms | 255 The variable $^ separates files with commas instead of spaces (It's the
|
D | NEWS | 423 * The $(strip) function now removes newlines as well as TABs and spaces. 939 * Leading spaces before directives are ignored (as documented).
|
D | aclocal.m4 | 871 # Solaris sh will not grok spaces in the rhs of `-'.
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.texi | 1006 lines. A line containing just a comment (with perhaps spaces before 1093 Extra spaces are allowed and ignored at the beginning of the line, but 1915 The @var{targets} are file names, separated by spaces. Wildcard 1953 @var{prerequisites}, which consist of file names separated by spaces. 4873 could be used to compile a C program @file{prog.c}. Since spaces before 5022 @cindex spaces, in variable values 5024 @cindex variables, spaces in values 5028 this means you can include leading spaces in a variable value by 5054 (with four trailing spaces), which was probably not the intention. 6121 Extra spaces are allowed and ignored at the beginning of the conditional [all …]
|
D | make.info-1 | 875 spaces before it) is effectively blank, and is ignored. If you 938 Extra spaces are allowed and ignored at the beginning of the line, 1647 The TARGETS are file names, separated by spaces. Wildcard 1676 PREREQUISITES, which consist of file names separated by spaces. 4022 could be used to compile a C program `prog.c'. Since spaces before the 4138 this means you can include leading spaces in a variable value by 4158 trailing spaces), which was probably not the intention. (Imagine 5030 Extra spaces are allowed and ignored at the beginning of the 5033 from this, extra spaces or tabs may be inserted with no effect anywhere 5039 arguments. Extra spaces are allowed and ignored at the beginning of the [all …]
|
D | make.info-2 | 221 with spaces between them. For prerequisites which are archive 225 The names of all the prerequisites, with spaces between them. For 241 The names of all the order-only prerequisites, with spaces between 2346 with spaces between them. For prerequisites which are archive 2351 The names of all the prerequisites, with spaces between them. For 2480 `missing separator (did you mean TAB instead of 8 spaces?). Stop.' 2490 with spaces instead of a TAB character. In this case, `make' will 2493 spaces do not count. *Note Rule Syntax::. 4019 * spaces, in variable values: Flavors. (line 103) 4020 * spaces, stripping: Text Functions. (line 80) [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 468 % If an index command is used in an @example environment, any spaces 469 % therein should become regular spaces in the raw index file, not the 1846 % which makes spaces the same size as normal in the surrounding text. 2964 % Make sure that spaces turn into tokens that match what \doignoretext wants. 5004 \sepspaces % Make spaces be word-separators rather than space tokens. 5169 % Eight spaces for a tab 5703 % Trim leading and trailing spaces off a string. 5938 % We need some trickery to remove the optional spaces around the equal 5966 % might or might not have spaces before the first comma, like: 5968 % We don't want such trailing spaces in the node name.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 3003 // Capture the spaces read into money_base::{space,none} so they 3004 // can be compared to initial spaces in __sym. 3092 // Match spaces we've already read against spaces at
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 666 * scripts/features/escape: Add a test for backslash-escaped spaces
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 1228 msgid " (did you mean TAB instead of 8 spaces?)"
|
D | be.po | 1247 msgid " (did you mean TAB instead of 8 spaces?)"
|
D | ja.po | 1298 msgid " (did you mean TAB instead of 8 spaces?)"
|
D | ko.po | 1288 msgid " (did you mean TAB instead of 8 spaces?)"
|
D | zh_CN.po | 1253 msgid " (did you mean TAB instead of 8 spaces?)"
|
12