Home
last modified time | relevance | path

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

12345678

/external/v8/test/webkit/
Dstring-trim-expected.txt29 PASS whitespace[0].s.trim() is ''
30 PASS whitespace[0].s.trimLeft() is ''
31 PASS whitespace[0].s.trimRight() is ''
32 PASS whitespace[1].s.trim() is ''
33 PASS whitespace[1].s.trimLeft() is ''
34 PASS whitespace[1].s.trimRight() is ''
35 PASS whitespace[2].s.trim() is ''
36 PASS whitespace[2].s.trimLeft() is ''
37 PASS whitespace[2].s.trimRight() is ''
38 PASS whitespace[3].s.trim() is ''
[all …]
Dstring-trim.js37 var whitespace = [ variable
62 for (var i = 0; i < whitespace.length; i++) {
66 wsString += whitespace[i].s;
/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/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
Darchive-format.test12 RUN: cat test.a | FileCheck -strict-whitespace %s
/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/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/skia/
Dwhitespace.txt10 more whitespace
11 whitespace returns
/external/libvpx/libvpx/tools/
Dftfy.sh9 This script applies a whitespace transformation to the commit at HEAD. If no
17 --commit Creates a new commit containing only the whitespace changes
61 Cosmetic: Fix whitespace in change ${LAST_CHANGEID:0:9}
/external/llvm/test/CodeGen/R600/
Doperand-spacing.ll1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace -check-…
2 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -strict-whitespace -che…
Dds_read2_offset_order.ll1 …instrs -mattr=+load-store-opt -enable-misched < %s | FileCheck -strict-whitespace -check-prefix=SI…
2 …instrs -mattr=+load-store-opt -enable-misched < %s | FileCheck -strict-whitespace -check-prefix=SI…
Dwait.ll1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace %s
2 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -strict-whitespace %s
Dllvm.AMDGPU.clamp.ll1 ; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -strict-whitespace -check-…
2 ; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -strict-whitespace -che…
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c78 char *whitespace; member
316 free(group->whitespace); in destroy_group()
340 group->whitespace = strdup(" "); in create_group()
341 if (!group->whitespace) { in create_group()
669 trim(char *str, const char *whitespace) { in trim() argument
672 while (p > str && strchr(whitespace, *(p-1)) != NULL) in trim()
678 triml(char *str, const char *whitespace) { in triml() argument
681 while (*p && (strchr(whitespace, *p) != NULL)) in triml()
822 if (update (&group->whitespace, tok) < 0) in process_trans()
950 emit_whitespace(char*buffer, char *whitespace) { in emit_whitespace() argument
[all …]
/external/fonttools/Lib/fontTools/misc/
DpsLib.py7 from string import whitespace
12 skipwhiteRE = re.compile("[%s]*" % whitespace)
13 endofthingPat = "[^][(){}<>/%%%s]*" % whitespace
35 hexstringRE = re.compile("<[%s0-9A-Fa-f]*>" % whitespace)
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
DStyleGuide.txt28 * I (Ian Bicking) am very picky about whitespace. There's one and
52 If the whitespace isn't right, it'll annoy me and I'll feel a need
53 to fix it. Really, this whitespace stuff shouldn't be that
/external/selinux/policycoreutils/gui/
Dhtml_util.py62 atbreak = self.atbreak or data[0] in string.whitespace
82 self.atbreak = data[-1] in string.whitespace
/external/llvm/test/MC/ARM/
Ddirective-fpu-diagnostics.s2 @ RUN: | FileCheck %s -strict-whitespace
/external/llvm/test/FileCheck/
Ddos-style-eol.txt5 // RUN: FileCheck --strict-whitespace -input-file %s %s
Dmultiple-missing-prefixes.txt2 …EFIX1 -check-prefix=PREFIX2 -input-file %s %s 2>&1 | FileCheck -strict-whitespace -check-prefix=CH…
/external/markdown/tests/misc/
Dblockquote.txt1 > blockquote with no whitespace before `>`.
/external/v8/tools/
Dwhitespace.txt3 Try to write something funny. And please don't add trailing whitespace.
/external/clang/test/Misc/
Dast-dump-decl.mm1 …clang_cc1 -Wno-unused -fblocks -ast-dump -ast-dump-filter Test %s | FileCheck -strict-whitespace %s
/external/llvm/test/Other/
Dattribute-comment.ll1 ; RUN: opt -S < %s | FileCheck %s -strict-whitespace

12345678