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

1 2 3 4

  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Part.java 22 public interface Part extends Fetchable {
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/
Part.java 21 public interface Part extends Fetchable {
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart.go 33 // A Part represents a single part in a multipart body.
34 type Part struct {
63 func (p *Part) FormName() string {
75 // FileName returns the filename parameter of the Part's
77 func (p *Part) FileName() string {
84 func (p *Part) parseContentDisposition() {
128 func newPart(mr *Reader) (*Part, error) {
129 bp := &Part{
145 func (bp *Part) populateHeaders() error
    [all...]
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart.go 33 // A Part represents a single part in a multipart body.
34 type Part struct {
63 func (p *Part) FormName() string {
75 // FileName returns the filename parameter of the Part's
77 func (p *Part) FileName() string {
84 func (p *Part) parseContentDisposition() {
128 func newPart(mr *Reader) (*Part, error) {
129 bp := &Part{
145 func (bp *Part) populateHeaders() error
    [all...]
  /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 215 * @param partIndex the index of the first SelectFormat argument style part.
217 * @return the sub-message start part index.
224 MessagePattern.Part part=pattern.getPart(partIndex++); local
225 MessagePattern.Part.Type type=part.getType();
226 if(type==MessagePattern.Part.Type.ARG_LIMIT) {
229 assert type==MessagePattern.Part.Type.ARG_SELECTOR;
230 // part is an ARG_SELECTOR followed by a message
231 if(pattern.partSubstringMatches(part, keyword))
270 MessagePattern.Part part = msgPattern.getPart(++i); local
    [all...]
PluralFormat.java 425 * @param partIndex the index of the first PluralFormat argument style part.
430 * @return the sub-message start part index.
437 MessagePattern.Part part=pattern.getPart(partIndex); local
438 if(part.getType().hasNumericValue()) {
439 offset=pattern.getNumericValue(part);
467 part=pattern.getPart(partIndex++);
468 MessagePattern.Part.Type type=part.getType();
469 if(type==MessagePattern.Part.Type.ARG_LIMIT)
616 MessagePattern.Part part = msgPattern.getPart(++partIndex); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SelectFormat.java 219 * @param partIndex the index of the first SelectFormat argument style part.
221 * @return the sub-message start part index.
228 MessagePattern.Part part=pattern.getPart(partIndex++); local
229 MessagePattern.Part.Type type=part.getType();
230 if(type==MessagePattern.Part.Type.ARG_LIMIT) {
233 assert type==MessagePattern.Part.Type.ARG_SELECTOR;
234 // part is an ARG_SELECTOR followed by a message
235 if(pattern.partSubstringMatches(part, keyword))
275 MessagePattern.Part part = msgPattern.getPart(++i); local
    [all...]
PluralFormat.java 440 * @param partIndex the index of the first PluralFormat argument style part.
445 * @return the sub-message start part index.
452 MessagePattern.Part part=pattern.getPart(partIndex); local
453 if(part.getType().hasNumericValue()) {
454 offset=pattern.getNumericValue(part);
482 part=pattern.getPart(partIndex++);
483 MessagePattern.Part.Type type=part.getType();
484 if(type==MessagePattern.Part.Type.ARG_LIMIT)
633 MessagePattern.Part part = msgPattern.getPart(++partIndex); local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 146 // Assemble the power of 2 part.
172 // Assemble the trailing non-power-of-2 part.
210 // There is now one part, held in Val. Correct it to match ValueVT.
220 // For an FP value in an integer part, we need to truncate to the right
292 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
294 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
297 "Part type sizes don't match!");
325 // There is now one part, held in Val. Correct it to match ValueVT.
580 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
582 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!")
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 97 * MessagePattern::Part type constants.
107 * There is always a later MSG_LIMIT part.
123 * would be indicated with such a part.
137 * When formatting, replace this part's substring with the
148 * This part is followed by either an ARG_NUMBER or ARG_NAME,
150 * and finally an ARG_LIMIT part.
193 * The part value is the integer value.
200 * The part value is an index into an internal array of numeric values;
213 * Returned by Part.getArgType() for ARG_START and ARG_LIMIT parts.
226 * The argument has a "simple" type which is provided by the ARG_TYPE part
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 399 auto Part = Partition(F);
400 auto PartH = emitPartition(LD, LMH, Part);
403 for (auto *SubF : Part) {
426 const PartitionT &Part) {
432 for (auto *F : Part) {
479 for (auto *F : Part)
483 for (auto *F : Part)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 14 // computation in two identical registers of a smaller type. The Lo/Hi part
31 // These routines assume that the Lo/Hi part is stored first in memory on
32 // little/big-endian machines, followed by the Hi/Lo part. This means that
160 SDValue Part = cast<ConstantSDNode>(N->getOperand(1))->getZExtValue() ?
163 assert(Part.getValueType() == N->getValueType(0) &&
166 GetPairElements(Part, Lo, Hi);
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 68 struct Part {
69 int count; // The number of times this part should repeat, 0 for infinite
70 int pause; // The number of frames to pause for at the end of this part
89 Vector<Part> parts;
101 virtual void init(const Vector<Animation::Part>& /*parts*/) {}
103 // Will be called while animation is playing before each part is
104 // played. It will be provided with the part and play count for it.
105 // It will be provided with the partNumber for the part about to be played,
106 // as well as a reference to the part itself. It will also be provided with
107 // which play of that part is about to start, some parts are repeate
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeMachine.java 115 private Part[] mParts;
129 /** Initializes the set of {@link Part}s. Must be called exactly once after construction. */
130 public void setParts(Part[] parts) {
251 for (Part p : mParts) {
340 for (Part p : mParts) {
345 /** A part of the DozeMachine that needs to be notified about state changes. */
346 public interface Part {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 460 auto Part = Partition(F);
461 auto PartH = emitPartition(LD, LMId, Part);
464 for (auto *SubF : Part) {
488 const PartitionT &Part) {
493 for (auto *F : Part) {
540 for (auto *F : Part)
544 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 471 auto Part = Partition(F);
472 auto PartH = emitPartition(LD, LMId, Part);
475 for (auto *SubF : Part) {
501 const PartitionT &Part) {
506 for (auto *F : Part) {
553 for (auto *F : Part)
557 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 471 auto Part = Partition(F);
472 auto PartH = emitPartition(LD, LMId, Part);
475 for (auto *SubF : Part) {
501 const PartitionT &Part) {
506 for (auto *F : Part) {
553 for (auto *F : Part)
557 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 503 auto Part = Partition(F);
504 if (auto PartHOrErr = emitPartition(LD, LMId, Part)) {
506 for (auto *SubF : Part) {
540 const PartitionT &Part) {
545 for (auto *F : Part) {
592 for (auto *F : Part)
596 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 503 auto Part = Partition(F);
504 if (auto PartHOrErr = emitPartition(LD, LMId, Part)) {
506 for (auto *SubF : Part) {
540 const PartitionT &Part) {
545 for (auto *F : Part) {
592 for (auto *F : Part)
596 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 503 auto Part = Partition(F);
504 if (auto PartHOrErr = emitPartition(LD, LMId, Part)) {
506 for (auto *SubF : Part) {
540 const PartitionT &Part) {
545 for (auto *F : Part) {
592 for (auto *F : Part)
596 for (auto *F : Part)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 503 auto Part = Partition(F);
504 if (auto PartHOrErr = emitPartition(LD, LMId, Part)) {
506 for (auto *SubF : Part) {
540 const PartitionT &Part) {
545 for (auto *F : Part) {
592 for (auto *F : Part)
596 for (auto *F : Part)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 460 auto Part = Partition(F);
461 auto PartH = emitPartition(LD, LMId, Part);
464 for (auto *SubF : Part) {
488 const PartitionT &Part) {
493 for (auto *F : Part) {
540 for (auto *F : Part)
544 for (auto *F : Part)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 471 auto Part = Partition(F);
472 auto PartH = emitPartition(LD, LMId, Part);
475 for (auto *SubF : Part) {
501 const PartitionT &Part) {
506 for (auto *F : Part) {
553 for (auto *F : Part)
557 for (auto *F : Part)

Completed in 416 milliseconds

1 2 3 4