HomeSort by relevance Sort by last modified time
    Searched defs:Part (Results 26 - 50 of 53) sorted by null

12 3

  /frameworks/base/core/java/android/net/
Uri.java 130 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
131 PathPart.EMPTY, Part.NULL, Part.NULL);
140 * Absolute URIs are hierarchical if the scheme-specific part starts with
147 * scheme-specific part of an opaque URI cannot start with a '/'.
179 * Gets the scheme-specific part of this URI, i.e. everything between
185 * @return the decoded scheme-specific-part
190 * Gets the scheme-specific part of this URI, i.e. everything between
197 * @return the decoded scheme-specific-part
202 * Gets the decoded authority part of this URI. Fo
    [all...]
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 48 /** Get the possible values for the last part of a domain name.
72 private ArrayList<Part> parts;
104 this.parts = new ArrayList<Part>();
121 /** Return the part at the given index. */
122 public final Part getPart(int index) { return parts.get(index); }
125 public final List<Part> getParts() { return parts; }
237 parts.add(new Part());
242 // The first part inherits the meText of the line.
248 /** Returns the last part in the list. */
249 private Part lastPart() { return parts.get(parts.size() - 1);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 39 import android.icu.text.MessagePattern.Part;
516 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
517 * @param partIndex Part index of the previous ARG_START (initially 0).
524 MessagePattern.Part.Type type = msgPattern.getPartType(++partIndex);
525 if (type == MessagePattern.Part.Type.ARG_START) {
528 if (type == MessagePattern.Part.Type.MSG_LIMIT) {
535 Part part = msgPattern.getPart(partIndex); local
536 return part.getType() == MessagePattern.Part.Type.ARG_NAME
542 Part part = msgPattern.getPart(partIndex); local
1211 Part part=msgPattern.getPart(i); local
1565 Part part=msgPattern.getPart(i); local
1731 Part part = msgPattern.getPart(++i); local
1788 Part part=msgPattern.getPart(i); local
1838 Part part=pattern.getPart(partIndex++); local
1911 Part part = pattern.getPart(++partIndex); local
1934 MessagePattern.Part part=msgPattern.getPart(partIndex); local
1966 Part part=msgPattern.getPart(i); local
2356 Part part = msgPattern.getPart(i); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 38 import com.ibm.icu.text.MessagePattern.Part;
527 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
528 * @param partIndex Part index of the previous ARG_START (initially 0).
535 MessagePattern.Part.Type type = msgPattern.getPartType(++partIndex);
536 if (type == MessagePattern.Part.Type.ARG_START) {
539 if (type == MessagePattern.Part.Type.MSG_LIMIT) {
546 Part part = msgPattern.getPart(partIndex); local
547 return part.getType() == MessagePattern.Part.Type.ARG_NAME
553 Part part = msgPattern.getPart(partIndex); local
1242 Part part=msgPattern.getPart(i); local
1609 Part part=msgPattern.getPart(i); local
1775 Part part = msgPattern.getPart(++i); local
1832 Part part=msgPattern.getPart(i); local
1882 Part part=pattern.getPart(partIndex++); local
1955 Part part = pattern.getPart(++partIndex); local
1978 MessagePattern.Part part=msgPattern.getPart(partIndex); local
2010 Part part=msgPattern.getPart(i); local
2400 Part part = msgPattern.getPart(i); local
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 777 // Overflow occurred if it occurred in the larger type, or if the high part
778 // of the result does not zero/sign-extend the low part. Check this second
782 // Unsigned overflow occurred if the high part is non-zero.
    [all...]
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/sdk/25/
android.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 878 milliseconds

12 3