/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | SpacePadder.java | 30 final static String[] SPACES = { " ", " ", " ", " ", // 1,2,4,8 field in SpacePadder 98 sbuf.append(SPACES[5]); in spacePad() 104 sbuf.append(SPACES[i]); in spacePad() 117 sbuf.append(SPACES[5]); in spacePad() 123 sbuf.append(SPACES[i]); in spacePad()
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/async/ |
D | AsyncTestBase.java | 11 final static String SPACES = " "; field in AsyncTestBase 28 return SPACES.substring(0, Math.min(SPACES.length(), count)); in spaces()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/ |
D | PrettyPrinterConfiguration.java | 28 import static com.github.javaparser.printer.PrettyPrinterConfiguration.IndentType.SPACES; 42 SPACES, enumConstant 81 private IndentType indentType = SPACES; 95 case SPACES: in getIndent()
|
D | SourcePrinter.java | 68 case SPACES: in indent() 99 case SPACES: in calculateIndentWithAlignTo()
|
/external/llvm/test/tools/llvm-profdata/ |
D | compat.proftext | 18 …nputs/compat.profdata.v1 --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES 24 # SPACES: Hash: 0x{{0+}}400 25 # SPACES-NEXT: Counters: 2 26 # SPACES-NEXT: Function count: 0 27 # SPACES-NEXT: Block counts: [0]
|
D | general.proftext | 15 …a show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES 22 # SPACES: Hash: 0x{{0+}}400 23 # SPACES-NEXT: Counters: 2 24 # SPACES-NEXT: Function count: 0 25 # SPACES-NEXT: Block counts: [0]
|
/external/llvm-project/llvm/test/tools/llvm-profdata/ |
D | compat.proftext | 18 …nputs/compat.profdata.v1 --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES 24 # SPACES: Hash: 0x{{0+}}400 25 # SPACES-NEXT: Counters: 2 26 # SPACES-NEXT: Function count: 0 27 # SPACES-NEXT: Block counts: [0]
|
D | general.proftext | 15 …a show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -check-prefix=SPACES 22 # SPACES: Hash: 0x{{0+}}400 23 # SPACES-NEXT: Counters: 2 24 # SPACES-NEXT: Function count: 0 25 # SPACES-NEXT: Block counts: [0]
|
/external/apache-commons-compress/src/test/resources/ |
D | test with spaces.txt | 1 TEST WITH SPACES IN FILENAME
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | ihex-reader.test | 143 # RUN: | llvm-objcopy -O ihex - - | FileCheck %s --check-prefix=SPACES 145 # SPACES: :0100000001FE 146 # SPACES-NEXT: :00000001FF
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/ |
D | prettify.js | 614 var SPACES = ' '; 636 for (; nSpaces >= 0; nSpaces -= SPACES.length) { 637 out.push(SPACES.substring(0, nSpaces));
|
/external/curl/projects/ |
D | generate.bat | 341 set "SPACES= " 372 echo %SPACES%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4 374 echo %SPACES%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4 376 echo %SPACES%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPUtilsImpl.java | 914 if (SPACES.indexOf(ch) >= 0 || (0x2000 <= ch && ch <= 0x200B)) in classifyCharacter() 1131 private static final String SPACES = "\u0020\u3000\u303F"; field in XMPUtilsImpl
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Annotations.java | 121 static final Pattern SPACES = Pattern.compile("\\s+"); field in Annotations.MyHandler 147 String value2 = SPACES.matcher(value).replaceAll(" ").trim(); in handlePathValue()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CheckHtmlFiles.java | 81 static Pattern SPACES = PatternCache.get("\\s+"); field in CheckHtmlFiles 416 … text = SPACES.matcher(text).replaceAll(" "); // clean up all spaces; make more efficient later in addText()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 619 var SPACES = ' '; 641 for (; nSpaces >= 0; nSpaces -= SPACES.length) { 642 out.push(SPACES.substring(0, nSpaces));
|