/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/ |
D | LogcatEchoSettingFormat.kt | 74 val pieces = str.split(Regex("""(?<!\\);""")) in parseOverridesV0() constant 77 while (i < pieces.size) { in parseOverridesV0() 78 if (pieces.size - i < 3) { in parseOverridesV0() 82 when (pieces[i]) { in parseOverridesV0() 87 val name = pieces[i + 1].replace("\\;", ";") in parseOverridesV0() 89 when (pieces[i + 2]) { in parseOverridesV0()
|
/frameworks/ex/common/java/com/android/common/ |
D | OperationScheduler.java | 111 String[] pieces = param.substring(8).split("\\+"); in parseOptions() local 112 if (pieces.length > 3) { in parseOptions() 115 if (pieces.length > 0 && pieces[0].length() > 0) { in parseOptions() 116 options.backoffFixedMillis = parseSeconds(pieces[0]); in parseOptions() 118 if (pieces.length > 1 && pieces[1].length() > 0) { in parseOptions() 119 options.backoffIncrementalMillis = parseSeconds(pieces[1]); in parseOptions() 121 if (pieces.length > 2 && pieces[2].length() > 0) { in parseOptions() 122 options.backoffExponentialMillis = (int)parseSeconds(pieces[2]); in parseOptions()
|
/frameworks/minikin/include/minikin/ |
D | MeasuredText.h | 84 const LayoutPieces& pieces) const = 0; 86 const LayoutPieces& pieces) const = 0; 89 const LayoutPieces& pieces) const = 0; 92 const Range& contextRange, const LayoutPieces& pieces, 157 const LayoutPieces& pieces) const override; 160 const LayoutPieces& pieces) const override; 163 const LayoutPieces& pieces) const override; 166 const LayoutPieces& pieces, const MinikinPaint& paint, uint32_t outOrigin, 174 LayoutPieces* pieces) const override;
|
/frameworks/base/core/java/android/util/ |
D | PackageUtils.java | 165 String[] pieces = new String[length]; in computeSha256Digest() local 167 pieces[index] = HexEncoding.encodeToString(sha256DigestBytes[index], true); in computeSha256Digest() 170 return TextUtils.join(separator, pieces); in computeSha256Digest() 243 String[] pieces = new String[length]; in computeSha256DigestForLargeFile() local 245 pieces[index] = HexEncoding.encodeToString(resultBytes[index], true); in computeSha256DigestForLargeFile() 247 return TextUtils.join(separator, pieces); in computeSha256DigestForLargeFile()
|
/frameworks/minikin/libs/minikin/ |
D | MeasuredText.cpp | 151 LayoutPieces* pieces) const { in measureHyphenPiece() 152 TotalAdvanceCompositor compositor(pieces); in measureHyphenPiece() 226 const Range& /* context */, const LayoutPieces& pieces, in appendLayout() argument 238 const uint32_t paintId = pieces.findPaintId(mPaint); in appendLayout() 248 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, startEdit, endEdit, in appendLayout() 279 const LayoutPieces& pieces) const { in getBounds() 282 const uint32_t paintId = pieces.findPaintId(mPaint); in getBounds() 285 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, in getBounds() 310 const LayoutPieces& pieces) const { in getExtent() 313 const uint32_t paintId = pieces.findPaintId(mPaint); in getExtent() [all …]
|
D | LineBreakerUtil.h | 84 LayoutPieces* pieces) { // An output of layout pieces. Maybe null. in populateHyphenationPoints() argument 104 editForThisLine(hyph) /* end hyphen edit */, pieces); in populateHyphenationPoints() 108 EndHyphenEdit::NO_EDIT /* end hyphen edit */, pieces); in populateHyphenationPoints()
|
/frameworks/base/tools/aapt2/util/ |
D | Util.cpp | 134 int pieces = 0; in IsJavaNameImpl() local 136 pieces++; in IsJavaNameImpl() 141 return pieces; in IsJavaNameImpl() 153 int pieces = 0; in IsAndroidNameImpl() local 171 pieces++; in IsAndroidNameImpl() 173 return pieces; in IsAndroidNameImpl()
|
/frameworks/minikin/tests/unittest/ |
D | LineBreakerTestHelper.h | 78 const LayoutPieces& pieces) const { in getLineMetrics() argument 79 auto [adv, rect] = getBounds(text, range, pieces); in getLineMetrics() 80 return LineMetrics(getExtent(text, range, pieces), rect, adv); in getLineMetrics()
|
/frameworks/compile/mclinker/ |
D | LICENSE.TXT | 57 The following pieces of software have additional or alternate copyrights,
|
/frameworks/native/services/inputflinger/docs/ |
D | pointer_capture.md | 43 `InputDispatcher` tracks two pieces of state information regarding Pointer Capture:
|
/frameworks/base/packages/SystemUI/ |
D | README.md | 15 various pieces of the application are built.
|
/frameworks/compile/slang/ |
D | NOTICE | 257 The following pieces of software have additional or alternate copyrights, 329 The following pieces of software have additional or alternate copyrights,
|
/frameworks/base/cmds/bootanimation/ |
D | FORMAT.md | 140 cd <path-to-pieces>
|
/frameworks/base/packages/SystemUI/docs/ |
D | scene.md | 25 4. Make **customization easier**: by separating scenes to standalone pieces, it 28 5. **Enable modularization**: by separating scenes to standalone pieces, it
|
D | plugins.md | 73 When compiling plugins there are a couple vital pieces required.
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 93 most important pieces of syncable state (configuration) over multiple channels. Namely ClientTransa…
|
/frameworks/compile/libbcc/ |
D | NOTICE | 259 The following pieces of software have additional or alternate copyrights,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RILUtils.java | 3204 String[] pieces = addressString.split("/", 2); in convertToLinkAddress() local 3205 address = InetAddresses.parseNumericAddress(pieces[0]); in convertToLinkAddress() 3206 if (pieces.length == 1) { in convertToLinkAddress() 3208 } else if (pieces.length == 2) { in convertToLinkAddress() 3209 prefixLength = Integer.parseInt(pieces[1]); in convertToLinkAddress()
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 31 it if you want it; that you can change the software and use pieces of
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1451 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1518 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1568 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 4035 * - Each event can be partially filled as we might learn different pieces of device
|