Home
last modified time | relevance | path

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

12

/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/net/
DNetworkUtils.java376 String[] pieces = ipAndMaskString.split("/", 2); in parseIpAndMask() local
377 prefixLength = Integer.parseInt(pieces[1]); in parseIpAndMask()
378 address = InetAddress.parseNumericAddress(pieces[0]); in parseIpAndMask()
/frameworks/base/tools/aapt2/
DUtil.cpp106 size_t pieces = 0; in isJavaClassName() local
108 pieces++; in isJavaClassName()
122 return pieces >= 2; in isJavaClassName()
/frameworks/base/docs/html/tools/performance/
Dindex.jd9 <p>Putting pixels on the screen involves four primary pieces of hardware.
12 electrical power. Each of these pieces of hardware has constraints; pushing
/frameworks/compile/mclinker/
DLICENSE.TXT57 The following pieces of software have additional or alternate copyrights,
/frameworks/base/docs/html/distribute/monetize/
Dfreemium.jd49 levels, playing pieces, or other game features. In apps you can offer
/frameworks/base/docs/html/training/design-navigation/
Dindex.jd22 …at allow users to navigate across, into, and back out from the different pieces of content within …
/frameworks/base/docs/html/training/camera/
Dvideobasics.jd76 android.content.Intent} that describes what you want done. This process involves three pieces: The
Dphotobasics.jd82 android.content.Intent} that describes what you want done. This process involves three pieces: The
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/
Dcharts.jd64 This is one of the most important pieces of information. Waking up the phone is expensive, so
/frameworks/base/docs/html/design/tv/
Dstyle.jd17 large, beautiful pieces of content, or to resize type for both easy reading and generous spacing.
/frameworks/base/docs/html/training/material/
Dget-started.jd125 {@link android.support.v7.widget.CardView} lets you show pieces of information inside cards with
/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/docs/html/design/material/
Dindex.jd100 <p>The new <code>CardView</code> widget lets you display important pieces of information inside
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd111 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
/frameworks/base/docs/html/design/wear/
Dstyle.jd91 …erever possible. Text strings should be as concise as possible, and long pieces of text will be tr…
/frameworks/base/docs/html/distribute/analyze/
Dmeasure.jd62 you can gain more insight by seeing how those actions link to other pieces of
/frameworks/base/docs/html/training/id-auth/
Dcustom_auth.jd115 pieces of code. First, {@link android.accounts.AbstractAccountAuthenticator} has seven abstract
/frameworks/base/docs/html/training/sharing/
Dsend.jd164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}
/frameworks/base/docs/html/training/displaying-bitmaps/
Ddisplay-bitmap.jd217 <p>Putting all these pieces together gives you a responsive {@link
/frameworks/base/docs/html/training/basics/intents/
Dsending.jd93 such as a string. You can add one or more pieces of extra data using the various {@link
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd160 <p>Now you have all the pieces to register your service. Call the method
/frameworks/compile/libbcc/
DNOTICE259 The following pieces of software have additional or alternate copyrights,
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd98 componentize two tightly-coupled pieces of code. This means you'll be able to
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd99 componentize two tightly-coupled pieces of code. This means you'll be able to

12