Home
last modified time | relevance | path

Searched refs:justification (Results 1 – 25 of 50) sorted by relevance

12

/external/rust/crates/criterion-plot/src/
Dkey.rs13 justification: Option<Justification>, field
25 justification: None, in default()
73 if let Some(justification) = self.justification { in script()
74 script.push_str(justification.display()); in script()
114 fn set(&mut self, justification: Justification) -> &mut Properties { in set()
115 self.justification = Some(justification); in set()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
DDocumentData.java20 @SuppressWarnings("WeakerAccess") public final Justification justification; field in DocumentData
30 …public DocumentData(String text, String fontName, float size, Justification justification, int tra… in DocumentData() argument
36 this.justification = justification; in DocumentData()
52 result = 31 * result + justification.ordinal(); in hashCode()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DDocumentDataParser.java34 Justification justification = Justification.CENTER; in parse() local
58 justification = Justification.CENTER; in parse()
60 justification = Justification.values()[justificationInt]; in parse()
91 return new DocumentData(text, fontName, size, justification, tracking, lineHeight, in parse()
/external/autotest/client/cros/
Ddhcp_unittest.py50 def bin2hex(byte_str, justification=20): argument
57 for i in range(0, len(chars), justification):
58 groups.append("".join(chars[i:i+justification]))
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/cea/
DCea708Decoder.java713 int justification = serviceBlockPacket.readBits(2); in handleSetWindowAttributes() local
725 justification); in handleSetWindowAttributes()
909 private int justification; field in Cea708Decoder.CueInfoBuilder
945 justification = JUSTIFICATION_LEFT; in reset()
1027 int borderType, int printDirection, int scrollDirection, int justification) { in setWindowAttributes() argument
1033 this.justification = justification; in setWindowAttributes()
1192 switch (justification) { in build()
1205 throw new IllegalArgumentException("Unexpected justification value: " + justification); in build()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
DTextLayer.java173 applyJustification(documentData.justification, canvas, textLineWidth); in drawTextGlyphs()
240 applyJustification(documentData.justification, canvas, textLineWidth); in drawTextWithFont()
294 private void applyJustification(Justification justification, Canvas canvas, float textLineWidth) { in applyJustification() argument
295 switch (justification) { in applyJustification()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcert-err09-cpp.rst14 have been removed from public view, and so their justification for the behavior
Dcert-oop11-cpp.rst15 public view, and so their justification for the behavior of this check requires
Dcert-dcl21-cpp.rst23 public view, and so their justification for the behavior of this check requires
/external/jemalloc_new/include/jemalloc/
Djemalloc_defs.h.in31 * with C++. The only justification for this is to match the prototypes that
/external/webrtc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/libtextclassifier/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/openscreen/third_party/abseil/src/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/angle/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DABSEIL_ISSUE_TEMPLATE.md13 **along with justification for those constraints**. Linking to other docs is
/external/rust/crates/libz-sys/src/zlib/examples/
DREADME.examples5 calculation and justification of ENOUGH parameter in inftrees.h
/external/mesa3d/docs/_extra/specs/
DEGL_MESA_platform_surfaceless.txt92 generates EGL_BAD_NATIVE_WINDOW. The justification for this unconditional
/external/OpenCL-CTS/test_conformance/
Dsubmission_details_template.txt102 # rules along with the justification must be documented here.
/external/catch2/include/reporters/
Dcatch_reporter_console.cpp194 Justification justification; member
333 if (colInfo.justification == ColumnInfo::Left) in operator <<()
/external/python/setuptools/docs/
Ddeveloper-guide.txt50 Filing a ticket provides a forum for justification, discussion, and
/external/rust/crates/structopt/
DREADME.md135 - Contributors can increment minimum rustc version without any justification if the new version is …
/external/arm-trusted-firmware/docs/process/
Dcode-review-guidelines.rst111 increase the attack surface (e.g. new SMCs) without justification.
200 patch author to prove the need for it. A detailed justification should be
/external/python/cpython3/Objects/
Ddictnotes.txt48 justification for d.setdefault is combining the two lookups into one.
/external/grpc-grpc/templates/
DREADME.md10 # Quick justification

12