Home
last modified time | relevance | path

Searched refs:whitespace (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c78 static char *whitespace = " \t"; variable
161 args = strtok_r(args, whitespace, &nextarg); in get_range()
165 args = nextarg + strspn(nextarg, whitespace); in get_range()
171 args = strtok_r(args, whitespace, &nextarg); in get_range()
179 args = nextarg + strspn(nextarg, whitespace); in get_range()
568 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process()
572 args = nextarg + strspn(nextarg, whitespace); in migrate_process()
578 idlist = strtok_r(args, whitespace, &nextarg); in migrate_process()
654 args += strspn(args, whitespace); in show_seg()
656 segname = strtok_r(args, whitespace, &nextarg); in show_seg()
[all …]
/external/libchrome/base/strings/
Dstring_split.cc76 WhitespaceHandling whitespace, in SplitStringT() argument
95 if (whitespace == TRIM_WHITESPACE) in SplitStringT()
136 WhitespaceHandling whitespace, in SplitStringUsingSubstrT() argument
150 if (whitespace == TRIM_WHITESPACE) in SplitStringUsingSubstrT()
162 WhitespaceHandling whitespace, in SplitString() argument
166 input, separators[0], whitespace, result_type); in SplitString()
169 input, separators, whitespace, result_type); in SplitString()
174 WhitespaceHandling whitespace, in SplitString() argument
178 input, separators[0], whitespace, result_type); in SplitString()
181 input, separators, whitespace, result_type); in SplitString()
[all …]
Dstring_split.h49 WhitespaceHandling whitespace,
54 WhitespaceHandling whitespace,
72 WhitespaceHandling whitespace,
77 WhitespaceHandling whitespace,
96 WhitespaceHandling whitespace,
101 WhitespaceHandling whitespace,
119 WhitespaceHandling whitespace,
124 WhitespaceHandling whitespace,
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/
Dmatch-full-lines.txt3 // RUN: not FileCheck -match-full-lines -strict-whitespace -input-file %s %s 2>&1 \
8 trailing whitespace
9 trailing more whitespace
12 leading whitespace
13 leading more whitespace
27 // CHECK:trailing whitespace
28 // CHECK:trailing more whitespace
30 // ERROR-STRICT:// {{C}}HECK:trailing whitespace
34 // CHECK-NEXT:leading whitespace
35 // CHECK-NEXT: leading more whitespace
[all …]
/external/doclava/res/assets/templates/
Dyaml_navtree.cs5 whitespace: Whitespace to insert before any text in the structure, which helps
10 def:write_child_nodes(page,whitespace,isRoot) ?>
11 <?cs var:whitespace ?>- title: "<?cs var:page.label ?>"
12 <?cs var:whitespace ?> path: <?cs var:page.link ?><?cs
14 <?cs var:whitespace ?> section: <?cs
17 <?cs var:whitespace ?> - title: "<?cs var:child.label ?>"
18 <?cs var:whitespace ?> path: <?cs var:child.link ?><?cs
20 <?cs var:whitespace ?> section:<?cs
/external/gflags/src/
Dgflags_reporting.cc145 int whitespace = kLineLength-chars_in_line-1; // < 80 chars/line in DescribeOneFlag() local
146 while ( whitespace > 0 && !isspace(c_string[whitespace]) ) { in DescribeOneFlag()
147 --whitespace; in DescribeOneFlag()
149 if (whitespace <= 0) { in DescribeOneFlag()
156 final_string += string(c_string, whitespace); in DescribeOneFlag()
157 chars_in_line += whitespace; in DescribeOneFlag()
158 while (isspace(c_string[whitespace])) ++whitespace; in DescribeOneFlag()
159 c_string += whitespace; in DescribeOneFlag()
160 chars_left -= whitespace; in DescribeOneFlag()
/external/llvm/test/Object/
Darchive-toc.test2 RUN: env TZ=GMT llvm-ar tv %p/Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace
11 RUN: env TZ=GMT llvm-ar tv %p/Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace
20 RUN: env TZ=GMT llvm-ar tv %p/Inputs/SVR4.a | FileCheck %s -strict-whitespace
23 RUN: env TZ=GMT llvm-ar tv %p/Inputs/xpg4.a | FileCheck %s -strict-whitespace
31 RUN: env TZ=GMT llvm-ar tv %p/Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
43 …v TZ=GMT llvm-ar tv %p/Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whitespace
Darchive-format.test15 RUN: cat %t.a | FileCheck -strict-whitespace %s
32 RUN: cat %t.a | FileCheck -strict-whitespace --check-prefix=BSD %s
42 RUN: cat test.a | FileCheck -strict-whitespace --check-prefix=THIN %s
54 RUN: cat bar/test.a | FileCheck -strict-whitespace --check-prefix=THIN-PATH %s
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-toc.test4 RUN: env TZ=GMT llvm-ar tv Inputs/GNU.a | FileCheck %s --check-prefix=GNU -strict-whitespace
13 RUN: env TZ=GMT llvm-ar tv Inputs/MacOSX.a | FileCheck %s --check-prefix=OSX -strict-whitespace
22 RUN: env TZ=GMT llvm-ar tv Inputs/SVR4.a | FileCheck %s -strict-whitespace
25 RUN: env TZ=GMT llvm-ar tv Inputs/xpg4.a | FileCheck %s -strict-whitespace
33 RUN: env TZ=GMT llvm-ar tv Inputs/thin.a | FileCheck %s --check-prefix=THIN -strict-whitespace
45 … env TZ=GMT llvm-ar tv Inputs/thin-path.a | FileCheck %s --check-prefix=THINPATH -strict-whitespace
Darchive-format.test15 RUN: cat %t.a | FileCheck -strict-whitespace %s
32 RUN: cat %t.a | FileCheck -strict-whitespace --check-prefix=BSD %s
42 RUN: cat %t.a | FileCheck -strict-whitespace --check-prefix=DARWIN %s
55 RUN: cat test.a | FileCheck -strict-whitespace --check-prefix=THIN %s
67 RUN: cat bar/test.a | FileCheck -strict-whitespace --check-prefix=THIN-PATH %s
89 RUN: cat -v %t/foo.a | FileCheck -strict-whitespace --check-prefix=SOLARIS %s
/external/javapoet/src/main/java/com/squareup/javapoet/
DAnnotationSpec.java54 String whitespace = inline ? "" : "\n"; in emit() local
62 emitAnnotationValues(codeWriter, whitespace, memberSeparator, members.get("value")); in emit()
73 codeWriter.emit("@$T(" + whitespace, type); in emit()
79 emitAnnotationValues(codeWriter, whitespace, memberSeparator, entry.getValue()); in emit()
83 codeWriter.emit(whitespace + ")"); in emit()
87 private void emitAnnotationValues(CodeWriter codeWriter, String whitespace, in emitAnnotationValues() argument
96 codeWriter.emit("{" + whitespace); in emitAnnotationValues()
105 codeWriter.emit(whitespace + "}"); in emitAnnotationValues()
/external/python/cpython3/Doc/library/
Dtextwrap.rst48 First the whitespace in *text* is collapsed (all whitespace is replaced by
61 :class:`TextWrapper`, documented below. Note that the whitespace is
71 Remove any common leading whitespace from every line in *text*.
76 Note that tabs and spaces are both treated as whitespace, but they are not
78 common leading whitespace.
80 Lines containing only whitespace are ignored in the input and normalized to a
102 solely of whitespace (including any line endings).
112 and whitespace-only lines::
180 the :meth:`wrap` method will replace each whitespace character
181 with a single space. The whitespace characters replaced are
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dpanelparser.py12 whitespace = ' \t\n' variable
14 separators = operators + whitespace + ';' + '"'
24 if c in whitespace:
/external/python/cpython2/Lib/plat-irix5/
Dpanelparser.py12 whitespace = ' \t\n' variable
14 separators = operators + whitespace + ';' + '"'
24 if c in whitespace:
/external/clang/test/Modules/
Dpreprocess.m2 …%S/Inputs/preprocess -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-whitespace %s
4 …%t -I %S/Inputs -I %S/Inputs/preprocess -include-pch %t.pch -E %s | FileCheck -strict-whitespace %s
6 …ess -x objective-c++ -include %S/Inputs/preprocess-prefix.h -E %s | FileCheck -strict-whitespace %s
8 …I %S/Inputs/preprocess -x objective-c++ -include-pch %t.pch -E %s | FileCheck -strict-whitespace %s
/external/clang/test/SemaObjC/
Dwarning-missing-selector-name.m10 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…
14 …// expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an em…
17 …// expected-note {{or insert whitespace before ':' to use 'second' as parameter name and have an e…
26 …// expected-note {{or insert whitespace before ':' to use 'Name2' as parameter name and have an em…
30 …// expected-note {{or insert whitespace before ':' to use 'Name3' as parameter name and have an em…
/external/python/cpython2/Doc/library/
Dtextwrap.rst53 indentation from strings that have unwanted whitespace to the left of the text.
58 Remove any common leading whitespace from every line in *text*.
63 Note that tabs and spaces are both treated as whitespace, but they are not
65 common leading whitespace. (This behaviour is new in Python 2.5; older versions
67 whitespace.)
119 the :meth:`wrap` method will replace each whitespace character
120 with a single space. The whitespace characters replaced are
140 (default: ``True``) If true, whitespace at the beginning and ending of
143 if non-whitespace follows it. If whitespace being dropped takes up an
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcheck_lint.sh20 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readab…
24 ASAN_LIT_TEST_LINT_FILTER=${ASAN_TEST_LINT_FILTER},-whitespace/line_length
27 TSAN_LIT_TEST_LINT_FILTER=${TSAN_TEST_LINT_FILTER},-whitespace/line_length
30 LSAN_LIT_TEST_LINT_FILTER=${LSAN_RTL_LINT_FILTER},-whitespace/line_length
/external/python/cpython3/Lib/
Dtextwrap.py79 whitespace = r'[%s]' % re.escape(_whitespace) variable in TextWrapper
80 nowhitespace = '[^' + whitespace[1:]
97 'ws': whitespace, 'nws': nowhitespace},
105 wordsep_simple_re = re.compile(r'(%s+)' % whitespace)
106 del whitespace
/external/cldr/tools/java/org/unicode/cldr/draft/
DUnicodeSetBuilderTests.txt108 [[ab]&\S] ; [[ab]&[:^whitespace:]]
109 [\S&[ab]] ; [[ab]&[:^whitespace:]]
110 [\s-z] ; [[:whitespace:]\-z]
111 [\s&z] ; [[:whitespace:]\&z]
/external/brotli/
D.editorconfig10 # - trim trailing whitespace
32 # - trailing whitespace is significant
/external/libtextclassifier/native/utils/tflite/
Dtext_encoder_config.fbs48 // Whether to add dummy whitespace at the beginning of the text in order to
52 // Whether to remove leading, trailing and duplicate internal whitespace.
55 // Whether to replace whitespace with a meta symbol.
/external/webrtc/tools/
Dwhitespace.txt3 Try to write something funny. And please don't add trailing whitespace.
15 Final whitespace after gnumbd switch completed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
Dsysv-x86_64.test1 …lvm-nm -f sysv %p/Inputs/hello.obj.elf-x86_64 | FileCheck %s --check-prefix=ELF --strict-whitespace
2 … sysv %p/Inputs/hello.obj.macho-x86_64 2>&1 | FileCheck %s --check-prefix=MACHO --strict-whitespace
/external/llvm/test/FileCheck/
Dmultiple-missing-prefixes.txt2 …EFIX1 -check-prefix=PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-whitespace -check-prefix=CH…
3 …ck-prefixes=PREFIX1,PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-whitespace -check-prefixes=…

12345678910>>...31