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/minikin/libs/minikin/
DMeasuredText.cpp108 LayoutPieces* pieces) const { in measureHyphenPiece()
109 TotalAdvanceCompositor compositor(pieces); in measureHyphenPiece()
179 const Range& /* context */, const LayoutPieces& pieces, in appendLayout() argument
190 const uint32_t paintId = pieces.findPaintId(mPaint); in appendLayout()
200 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, startEdit, endEdit, in appendLayout()
232 const LayoutPieces& pieces) const { in getBounds()
235 const uint32_t paintId = pieces.findPaintId(mPaint); in getBounds()
238 pieces.getOrCreate(textBuf, piece, context, mPaint, info.isRtl, in getBounds()
262 const LayoutPieces& pieces) const { in getExtent()
265 const uint32_t paintId = pieces.findPaintId(mPaint); in getExtent()
[all …]
DLineBreakerUtil.h71 LayoutPieces* pieces) { // An output of layout pieces. Maybe null. in populateHyphenationPoints() argument
90 editForThisLine(hyph) /* end hyphen edit */, pieces); in populateHyphenationPoints()
94 EndHyphenEdit::NO_EDIT /* end hyphen edit */, pieces); in populateHyphenationPoints()
/frameworks/minikin/include/minikin/
DMeasuredText.h52 const LayoutPieces& pieces) const = 0;
54 const LayoutPieces& pieces) const = 0;
57 const Range& contextRange, const LayoutPieces& pieces,
97 const LayoutPieces& pieces) const override;
100 const LayoutPieces& pieces) const override;
103 const LayoutPieces& pieces, const MinikinPaint& paint, uint32_t outOrigin,
111 LayoutPieces* pieces) const override;
/frameworks/base/tools/aapt2/jni/
Daapt2_jni.cpp69 std::vector<StringPiece> pieces; in extract_pieces() local
73 [&pieces](const ScopedUtfChars &p) { pieces.push_back(p.c_str()); }); in extract_pieces()
75 return pieces; in extract_pieces()
/frameworks/base/tools/aapt2/util/
DUtil.cpp129 int pieces = 0; in IsJavaNameImpl() local
131 pieces++; in IsJavaNameImpl()
136 return pieces; in IsJavaNameImpl()
148 int pieces = 0; in IsAndroidNameImpl() local
166 pieces++; in IsAndroidNameImpl()
168 return pieces; in IsAndroidNameImpl()
/frameworks/base/core/java/android/net/
DNetworkUtils.java307 String[] pieces = ipAndMaskString.split("/", 2); in parseIpAndMask() local
308 prefixLength = Integer.parseInt(pieces[1]); in parseIpAndMask()
309 address = InetAddress.parseNumericAddress(pieces[0]); in parseIpAndMask()
/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/base/cmds/bootanimation/
DFORMAT.md124 cd <path-to-pieces>
/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/ml/nn/tools/api/
DREADME.md3 There are certain pieces of `NeuralNetworks.h` and of our various `*.hal` files
/frameworks/base/packages/SystemUI/docs/
Dplugins.md72 When compiling plugins there are a couple vital pieces required.
/frameworks/compile/libbcc/
DNOTICE259 The following pieces of software have additional or alternate copyrights,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java6752 String[] pieces = addressString.split("/", 2); in createLinkAddressFromString() local
6753 address = InetAddresses.parseNumericAddress(pieces[0]); in createLinkAddressFromString()
6754 if (pieces.length == 1) { in createLinkAddressFromString()
6756 } else if (pieces.length == 2) { in createLinkAddressFromString()
6757 prefixLength = Integer.parseInt(pieces[1]); in createLinkAddressFromString()
/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
DDoxyfile.orig1442 # 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
DDoxyfile.orig1568 # The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
/frameworks/base/cmds/statsd/src/
Datoms.proto2474 * - Each event can be partially filled as we might learn different pieces of device