OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPACES
(Results
1 - 19
of
19
) sorted by null
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
SpacePadder.java
30
final static String[]
SPACES
= { " ", " ", " ", " ", // 1,2,4,8
31
//
spaces
32
" ", // 16
spaces
33
" " }; // 32
spaces
98
sbuf.append(
SPACES
[5]);
104
sbuf.append(
SPACES
[i]);
117
sbuf.append(
SPACES
[5]);
123
sbuf.append(
SPACES
[i]);
/external/curl/projects/
generate.bat
327
set "
SPACES
= "
354
echo %
SPACES
%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
356
echo %
SPACES
%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4
358
echo %
SPACES
%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java
195
// Skip any leading
spaces
and separation characters. Always skip commas here.
241
break; // Have multiple
spaces
, or a space followed by a
827
* zero or more
spaces
. Any of the recognized semicolons or
spaces
are
850
throw new XMPException("Separator can have only
spaces
and one semicolon",
905
* Classifies the character into normal chars,
spaces
, semicola, quotes,
914
if (
SPACES
.indexOf(ch) >= 0 || (0x2000 <= ch && ch <= 0x200B))
1040
// Multiple
spaces
are a separator.
1131
private static final String
SPACES
= "\u0020\u3000\u303F";
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/tool/
CheckHtmlFiles.java
80
static Pattern
SPACES
= PatternCache.get("\\s+");
415
text =
SPACES
.matcher(text).replaceAll(" "); // clean up all
spaces
; make more efficient later
[
all
...]
/dalvik/docs/
prettify.js
372
/** returns a function that expand tabs to
spaces
. This function can be fed
380
var
SPACES
= ' ';
397
// nSpaces is the amount of padding -- the number of
spaces
needed
402
for (; nSpaces >= 0; nSpaces -=
SPACES
.length) {
403
out.push(
SPACES
.substring(0, nSpaces));
[
all
...]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js
289
* Are newlines and adjacent
spaces
significant in the given node's innerHTML?
606
/** returns a function that expand tabs to
spaces
. This function can be fed
614
var
SPACES
= ' ';
631
// nSpaces is the amount of padding -- the number of
spaces
needed
636
for (; nSpaces >= 0; nSpaces -=
SPACES
.length) {
637
out.push(
SPACES
.substring(0, nSpaces));
[
all
...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar
log4j-1.2.14.jar
log4j-1.3alpha-8.jar
/external/guice/extensions/persist/lib/
log4j-1.2.14.jar
hsqldb.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.text_3.6.300.v20180430-1330.jar
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
ant-1.6.5.jar
/build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js
294
* Are newlines and adjacent
spaces
significant in the given node's innerHTML?
611
/** returns a function that expand tabs to
spaces
. This function can be fed
619
var
SPACES
= ' ';
636
// nSpaces is the amount of padding -- the number of
spaces
needed
641
for (; nSpaces >= 0; nSpaces -=
SPACES
.length) {
642
out.push(
SPACES
.substring(0, nSpaces));
[
all
...]
/external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js
294
* Are newlines and adjacent
spaces
significant in the given node's innerHTML?
611
/** returns a function that expand tabs to
spaces
. This function can be fed
619
var
SPACES
= ' ';
636
// nSpaces is the amount of padding -- the number of
spaces
needed
641
for (; nSpaces >= 0; nSpaces -=
SPACES
.length) {
642
out.push(
SPACES
.substring(0, nSpaces));
[
all
...]
/external/guice/lib/build/jdiff/
xerces.jar
/external/cldr/tools/java/libs/
xercesImpl.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
Completed in 562 milliseconds