OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrapLength
(Results
1 - 25
of
34
) sorted by null
1
2
/frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java
54
public IndentingPrintWriter(Writer writer, String singleIndent, int
wrapLength
) {
57
mWrapLength =
wrapLength
;
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
IndentingPrintWriter.java
54
public IndentingPrintWriter(Writer writer, String singleIndent, int
wrapLength
) {
57
mWrapLength =
wrapLength
;
/prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h
214
if it extends beyond
wrapLength
in pixels.
218
const char *text, SDL_Color fg, Uint32
wrapLength
);
220
const char *text, SDL_Color fg, Uint32
wrapLength
);
222
const Uint16 *text, SDL_Color fg, Uint32
wrapLength
);
/prebuilts/misc/windows/sdl2_ttf/i686-w64-mingw32/include/SDL2/
SDL_ttf.h
214
if it extends beyond
wrapLength
in pixels.
218
const char *text, SDL_Color fg, Uint32
wrapLength
);
220
const char *text, SDL_Color fg, Uint32
wrapLength
);
222
const Uint16 *text, SDL_Color fg, Uint32
wrapLength
);
/prebuilts/misc/windows/sdl2_ttf/x86_64-w64-mingw32/include/SDL2/
SDL_ttf.h
214
if it extends beyond
wrapLength
in pixels.
218
const char *text, SDL_Color fg, Uint32
wrapLength
);
220
const char *text, SDL_Color fg, Uint32
wrapLength
);
222
const Uint16 *text, SDL_Color fg, Uint32
wrapLength
);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.hpp
343
const int
wrapLength
= wrapLengthParam > 0 ? wrapLengthParam : bigInt;
347
if (length >
wrapLength
)
349
result += std::string() + "{" + (length >
wrapLength
? "\n"+deepIndentation : " ");
356
result += std::string() + ", " + (index %
wrapLength
== 0 ? "\n"+deepIndentation : "");
361
result += length >
wrapLength
? "\n"+baseIndentation : " ";
/external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp
102
const int
wrapLength
= wrapLengthParam > 0 ? wrapLengthParam : std::numeric_limits<int>::max();
106
if (length >
wrapLength
)
108
result += string() + "{" + (length >
wrapLength
? "\n"+deepIndentation : " ");
115
result += string() + ", " + (index %
wrapLength
== 0 ? "\n"+deepIndentation : "");
120
result += length >
wrapLength
? "\n"+baseIndentation : " ";
[
all
...]
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
/external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar
/external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-lang-2.6.jar
/prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3.2/
commons-lang3-3.3.2.jar
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.4/
commons-lang3-3.4.jar
/external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar
/external/dagger2/lib/
auto-value-1.0.jar
/frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar
/prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.0/
auto-value-1.0.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14/
gradle-tooling-api-2.14.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.14.1/
gradle-tooling-api-2.14.1.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.8/
gradle-tooling-api-2.8.jar
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.2/
gradle-tooling-api-3.2.jar
Completed in 1674 milliseconds
1
2