Home
last modified time | relevance | path

Searched refs:SPACES (Results 1 – 7 of 7) sorted by relevance

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DSpacePadder.java30 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/llvm/test/tools/llvm-profdata/
Dcompat.proftext18 …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]
Dgeneral.proftext15 …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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js614 var SPACES = ' ';
636 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
637 out.push(SPACES.substring(0, nSpaces));
/external/curl/projects/
Dgenerate.bat307 set "SPACES= "
334 echo %SPACES%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
336 echo %SPACES%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4
338 echo %SPACES%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPUtilsImpl.java914 if (SPACES.indexOf(ch) >= 0 || (0x2000 <= ch && ch <= 0x200B)) in classifyCharacter()
1131 private static final String SPACES = "\u0020\u3000\u303F"; field in XMPUtilsImpl
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js619 var SPACES = ' ';
641 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
642 out.push(SPACES.substring(0, nSpaces));