Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 22 of 22) sorted by relevance

/frameworks/ex/common/java/com/android/common/
DOperationScheduler.java111 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/base/core/java/android/util/
DPackageUtils.java165 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()
231 String[] pieces = new String[length]; in computeSha256DigestForLargeFile() local
233 pieces[index] = HexEncoding.encodeToString(resultBytes[index], true); in computeSha256DigestForLargeFile()
235 return TextUtils.join(separator, pieces); in computeSha256DigestForLargeFile()
/frameworks/minikin/libs/minikin/
DMeasuredText.cpp139 LayoutPieces* pieces) const { in measureHyphenPiece()
140 TotalAdvanceCompositor compositor(pieces); in measureHyphenPiece()
211 const Range& /* context */, const LayoutPieces& pieces, in appendLayout() argument
222 const uint32_t paintId = pieces.findPaintId(mPaint); in appendLayout()
232 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, startEdit, endEdit, in appendLayout()
274 const LayoutPieces& pieces) const { in getBounds()
277 const uint32_t paintId = pieces.findPaintId(mPaint); in getBounds()
280 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, in getBounds()
304 const LayoutPieces& pieces) const { in getExtent()
307 const uint32_t paintId = pieces.findPaintId(mPaint); in getExtent()
[all …]
DLineBreakerUtil.h73 LayoutPieces* pieces) { // An output of layout pieces. Maybe null. in populateHyphenationPoints() argument
93 editForThisLine(hyph) /* end hyphen edit */, pieces); in populateHyphenationPoints()
97 EndHyphenEdit::NO_EDIT /* end hyphen edit */, pieces); in populateHyphenationPoints()
/frameworks/minikin/include/minikin/
DMeasuredText.h59 const LayoutPieces& pieces) const = 0;
61 const LayoutPieces& pieces) const = 0;
64 const Range& contextRange, const LayoutPieces& pieces,
117 const LayoutPieces& pieces) const override;
120 const LayoutPieces& pieces) const override;
123 const LayoutPieces& pieces, const MinikinPaint& paint, uint32_t outOrigin,
131 LayoutPieces* pieces) const override;
/frameworks/base/tools/aapt2/util/
DUtil.cpp133 int pieces = 0; in IsJavaNameImpl() local
135 pieces++; in IsJavaNameImpl()
140 return pieces; in IsJavaNameImpl()
152 int pieces = 0; in IsAndroidNameImpl() local
170 pieces++; in IsAndroidNameImpl()
172 return pieces; in IsAndroidNameImpl()
/frameworks/base/startop/view_compiler/
DREADME.md31 number of pieces that must be added to generate new tests. Here are the
/frameworks/compile/mclinker/
DLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
/frameworks/native/services/inputflinger/docs/
Dpointer_capture.md43 `InputDispatcher` tracks two pieces of state information regarding Pointer Capture:
/frameworks/base/packages/SystemUI/
DREADME.md15 various pieces of the application are built.
/frameworks/compile/slang/
DNOTICE257 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/
DFORMAT.md141 cd <path-to-pieces>
/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/
DREADME.md116 * Transferring credits from one app to another. For apps that rely on others for some pieces of
/frameworks/base/packages/SystemUI/docs/
Dplugins.md73 When compiling plugins there are a couple vital pieces required.
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md93 most important pieces of syncable state (configuration) over multiple channels. Namely ClientTransa…
/frameworks/compile/libbcc/
DNOTICE259 The following pieces of software have additional or alternate copyrights,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java3376 String[] pieces = addressString.split("/", 2); in convertToLinkAddress() local
3377 address = InetAddresses.parseNumericAddress(pieces[0]); in convertToLinkAddress()
3378 if (pieces.length == 1) { in convertToLinkAddress()
3380 } else if (pieces.length == 2) { in convertToLinkAddress()
3381 prefixLength = Integer.parseInt(pieces[1]); in convertToLinkAddress()
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt31 it if you want it; that you can change the software and use pieces of
/frameworks/av/media/libaaudio/
DDoxyfile1451 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
/frameworks/av/media/codec2/docs/
Ddoxygen.config1518 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
/frameworks/base/media/native/midi/include/
DDoxyfile1568 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
/frameworks/proto_logging/stats/
Datoms.proto3264 * - Each event can be partially filled as we might learn different pieces of device