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

1 2 3

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
multipart.py 74 class Part(object):
76 Represents a single part in a MultiPart upload.
79 * part_number - The integer part number
80 * last_modified - The last modified date of this part
81 * etag - The MD5 hash of this part
82 * size - The size, in bytes, of this part
94 return '<Part %d>' % self.part_number
96 return '<Part %s>' % None
119 part = None
122 for part in parts
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Part.java 22 public interface Part extends Fetchable {
  /packages/services/Telephony/src/com/android/phone/common/mail/
Part.java 21 public interface Part extends Fetchable {
  /external/apache-http/android/src/com/android/internal/http/multipart/
MultipartEntity.java 57 * a series of parts. Each part is expected to contain a content-disposition
71 * Part[] parts = {
118 protected Part[] parts;
131 public MultipartEntity(Part[] parts, HttpParams params) {
142 public MultipartEntity(Part[] parts) {
153 * this part. The first call to this method will implicitly create a new
190 Part.sendParts(out, parts, getMultipartBoundary());
208 return Part.getLengthOfParts(parts, getMultipartBoundary());
222 Part.sendParts(baos, this.parts, this.multipartBoundary);
Part.java 2 * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//httpclient/src/java/org/apache/commons/httpclient/methods/multipart/Part.java,v 1.16 2005/01/14 21:16:40 olegk Exp $
42 * Abstract class for one Part of a multipart post object.
52 public abstract class Part {
55 private static final Log LOG = LogFactory.getLog(Part.class);
138 * Return the name of this part.
144 * Returns the content type of this part.
150 * Return the character encoding of this part.
157 * Return the transfer encoding of this part.
163 * Gets the part boundary to be used.
164 * @return the part boundary as an array of bytes
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SelectFormat.java 213 * @param partIndex the index of the first SelectFormat argument style part.
215 * @return the sub-message start part index.
222 MessagePattern.Part part=pattern.getPart(partIndex++); local
223 MessagePattern.Part.Type type=part.getType();
224 if(type==MessagePattern.Part.Type.ARG_LIMIT) {
227 assert type==MessagePattern.Part.Type.ARG_SELECTOR;
228 // part is an ARG_SELECTOR followed by a message
229 if(pattern.partSubstringMatches(part, keyword))
268 MessagePattern.Part part = msgPattern.getPart(++i); local
    [all...]
PluralFormat.java 422 * @param partIndex the index of the first PluralFormat argument style part.
427 * @return the sub-message start part index.
434 MessagePattern.Part part=pattern.getPart(partIndex); local
435 if(part.getType().hasNumericValue()) {
436 offset=pattern.getNumericValue(part);
464 part=pattern.getPart(partIndex++);
465 MessagePattern.Part.Type type=part.getType();
466 if(type==MessagePattern.Part.Type.ARG_LIMIT)
612 MessagePattern.Part part = msgPattern.getPart(++partIndex); local
    [all...]
MessagePattern.java 21 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
44 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
45 * the index of the corresponding _LIMIT "part".
65 * between parts of a message, from one part's getLimit() to the next part's getIndex().
66 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
69 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
70 * The optional numeric Part between each (ARG_SELECTOR, message) pair
73 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
381 Part part local
488 Part part=parts.get(pluralStart); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 217 * @param partIndex the index of the first SelectFormat argument style part.
219 * @return the sub-message start part index.
226 MessagePattern.Part part=pattern.getPart(partIndex++); local
227 MessagePattern.Part.Type type=part.getType();
228 if(type==MessagePattern.Part.Type.ARG_LIMIT) {
231 assert type==MessagePattern.Part.Type.ARG_SELECTOR;
232 // part is an ARG_SELECTOR followed by a message
233 if(pattern.partSubstringMatches(part, keyword))
273 MessagePattern.Part part = msgPattern.getPart(++i); local
    [all...]
PluralFormat.java 437 * @param partIndex the index of the first PluralFormat argument style part.
442 * @return the sub-message start part index.
449 MessagePattern.Part part=pattern.getPart(partIndex); local
450 if(part.getType().hasNumericValue()) {
451 offset=pattern.getNumericValue(part);
479 part=pattern.getPart(partIndex++);
480 MessagePattern.Part.Type type=part.getType();
481 if(type==MessagePattern.Part.Type.ARG_LIMIT)
629 MessagePattern.Part part = msgPattern.getPart(++partIndex); local
    [all...]
MessagePattern.java 20 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
43 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
44 * the index of the corresponding _LIMIT "part".
64 * between parts of a message, from one part's getLimit() to the next part's getIndex().
65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
68 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
69 * The optional numeric Part between each (ARG_SELECTOR, message) pair
72 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
404 Part part local
520 Part part=parts.get(pluralStart); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 131 // Assemble the power of 2 part.
157 // Assemble the trailing non-power-of-2 part.
195 // There is now one part, held in Val. Correct it to match ValueVT.
203 // For an FP value in an integer part, we need to truncate to the right
273 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
275 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
278 "Part type sizes don't match!");
306 // There is now one part, held in Val. Correct it to match ValueVT.
559 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
561 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!")
    [all...]
LegalizeTypesGeneric.cpp 14 // computation in two identical registers of a smaller type. The Lo/Hi part
32 // These routines assume that the Lo/Hi part is stored first in memory on
33 // little/big-endian machines, followed by the Hi/Lo part. This means that
206 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
209 assert(Part.getValueType() == N->getValueType(0) &&
212 GetPairElements(Part, Lo, Hi);
  /external/messageformat/java/com/ibm/icu/simple/
PluralFormat.java 279 * @param partIndex the index of the first PluralFormat argument style part.
284 * @return the sub-message start part index.
291 MessagePattern.Part part=pattern.getPart(partIndex); local
292 if(part.getType().hasNumericValue()) {
293 offset=pattern.getNumericValue(part);
321 part=pattern.getPart(partIndex++);
322 MessagePattern.Part.Type type=part.getType();
323 if(type==MessagePattern.Part.Type.ARG_LIMIT)
    [all...]
MessageFormat.java 42 import com.ibm.icu.text.MessagePattern.Part;
484 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
485 * @param partIndex Part index of the previous ARG_START (initially 0).
492 MessagePattern.Part.Type type = msgPattern.getPartType(++partIndex);
493 if (type == MessagePattern.Part.Type.ARG_START) {
496 if (type == MessagePattern.Part.Type.MSG_LIMIT) {
503 Part part = msgPattern.getPart(partIndex); local
504 return part.getType() == MessagePattern.Part.Type.ARG_NAME
510 Part part = msgPattern.getPart(partIndex); local
1199 Part part=msgPattern.getPart(i); local
1527 Part part=msgPattern.getPart(i); local
1746 Part part=msgPattern.getPart(i); local
1796 Part part=pattern.getPart(partIndex++); local
1869 Part part = pattern.getPart(++partIndex); local
1892 MessagePattern.Part part=msgPattern.getPart(partIndex); local
1924 Part part=msgPattern.getPart(i); local
2243 Part part = msgPattern.getPart(i); local
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
SelectFormat.java 218 * @param partIndex the index of the first SelectFormat argument style part.
220 * @return the sub-message start part index.
227 MessagePattern.Part part=pattern.getPart(partIndex++); local
228 MessagePattern.Part.Type type=part.getType();
229 if(type==MessagePattern.Part.Type.ARG_LIMIT) {
232 assert type==MessagePattern.Part.Type.ARG_SELECTOR;
233 // part is an ARG_SELECTOR followed by a message
234 if(pattern.partSubstringMatches(part, keyword))
274 MessagePattern.Part part = msgPattern.getPart(++i); local
    [all...]
MessagePattern.java 20 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
43 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
44 * the index of the corresponding _LIMIT "part".
64 * between parts of a message, from one part's getLimit() to the next part's getIndex().
65 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
68 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
69 * The optional numeric Part between each (ARG_SELECTOR, message) pair
72 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
403 Part part local
519 Part part=parts.get(pluralStart); local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 90 struct Part {
91 int count; // The number of times this part should repeat, 0 for infinite
92 int pause; // The number of frames to pause for at the end of this part
107 Vector<Part> parts;
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 95 * MessagePattern::Part type constants.
105 * There is always a later MSG_LIMIT part.
121 * would be indicated with such a part.
135 * When formatting, replace this part's substring with the
146 * This part is followed by either an ARG_NUMBER or ARG_NAME,
148 * and finally an ARG_LIMIT part.
191 * The part value is the integer value.
198 * The part value is an index into an internal array of numeric values;
211 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
224 * The argument has a "simple" type which is provided by the ARG_TYPE part
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 360 auto Part = Partition(F);
361 auto PartH = emitPartition(LD, LMH, Part);
364 for (auto *SubF : Part) {
387 const PartitionT &Part) {
393 for (auto *F : Part) {
440 for (auto *F : Part)
444 for (auto *F : Part)
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 383 // block or the top part of the original preheader.
404 auto *Part = &*I;
406 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT);
408 Part->getVMap()[ExitBlock] = TopPH;
409 Part->remapInstructions();
678 // Currently, we only distribute to isolate the part of the loop with
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 3 * This file is part of the mingw-w64 runtime package.
113 __MINGW_EXTENSION unsigned __int64 Part[2];
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-fml/1.0/
doxia-module-fml-1.0.jar 
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 80 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
96 bool splitPartition(const USet &Part);
125 const USet &Part, const TargetRegisterInfo &TRI) {
127 for (auto I : Part)
388 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM)
393 for (unsigned DR : Part) {
410 if (Op.isReg() && Part.count(Op.getReg()))
    [all...]
  /external/robolectric/v1/src/main/java/android/net/
Uri__FromAndroid.java 118 public static final Uri__FromAndroid EMPTY = new HierarchicalUri(null, Part.NULL,
119 PathPart.EMPTY, Part.NULL, Part.NULL);
128 * Absolute URIs are hierarchical if the scheme-specific part starts with
135 * scheme-specific part of an opaque URI cannot start with a '/'.
167 * Gets the scheme-specific part of this URI, i.e. everything between the
173 * @return the decoded scheme-specific-part
178 * Gets the scheme-specific part of this URI, i.e. everything between the
185 * @return the decoded scheme-specific-part
190 * Gets the decoded authority part of this URI. Fo
    [all...]

Completed in 1387 milliseconds

1 2 3