/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/base/core/java/android/net/ |
D | NetworkUtils.java | 376 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/ |
D | Util.cpp | 106 size_t pieces = 0; in isJavaClassName() local 108 pieces++; in isJavaClassName() 122 return pieces >= 2; in isJavaClassName()
|
/frameworks/base/docs/html/tools/performance/ |
D | index.jd | 9 <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/ |
D | LICENSE.TXT | 57 The following pieces of software have additional or alternate copyrights,
|
/frameworks/base/docs/html/distribute/monetize/ |
D | freemium.jd | 49 levels, playing pieces, or other game features. In apps you can offer
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 22 …at allow users to navigate across, into, and back out from the different pieces of content within …
|
/frameworks/base/docs/html/training/camera/ |
D | videobasics.jd | 76 android.content.Intent} that describes what you want done. This process involves three pieces: The
|
D | photobasics.jd | 82 android.content.Intent} that describes what you want done. This process involves three pieces: The
|
/frameworks/base/docs/html/tools/performance/batterystats-battery-historian/ |
D | charts.jd | 64 This is one of the most important pieces of information. Waking up the phone is expensive, so
|
/frameworks/base/docs/html/design/tv/ |
D | style.jd | 17 large, beautiful pieces of content, or to resize type for both easy reading and generous spacing.
|
/frameworks/base/docs/html/training/material/ |
D | get-started.jd | 125 {@link android.support.v7.widget.CardView} lets you show pieces of information inside cards with
|
/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/docs/html/design/material/ |
D | index.jd | 100 <p>The new <code>CardView</code> widget lets you display important pieces of information inside
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_best_practices.jd | 111 literal string. Instead, construct the string at runtime from pieces or use bit manipulation (for
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 91 …erever possible. Text strings should be as concise as possible, and long pieces of text will be tr…
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 62 you can gain more insight by seeing how those actions link to other pieces of
|
/frameworks/base/docs/html/training/id-auth/ |
D | custom_auth.jd | 115 pieces of code. First, {@link android.accounts.AbstractAccountAuthenticator} has seven abstract
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE}
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | display-bitmap.jd | 217 <p>Putting all these pieces together gives you a responsive {@link
|
/frameworks/base/docs/html/training/basics/intents/ |
D | sending.jd | 93 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/ |
D | nsd.jd | 160 <p>Now you have all the pieces to register your service. Call the method
|
/frameworks/compile/libbcc/ |
D | NOTICE | 259 The following pieces of software have additional or alternate copyrights,
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | seamlessness.jd | 98 componentize two tightly-coupled pieces of code. This means you'll be able to
|
/frameworks/base/docs/html/guide/practices/ |
D | seamlessness.jd | 99 componentize two tightly-coupled pieces of code. This means you'll be able to
|