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

12 3

  /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)
  /external/llvm/lib/CodeGen/SelectionDAG/
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);
LegalizeIntegerTypes.cpp 782 // Overflow occurred if it occurred in the larger type, or if the high part
783 // of the result does not zero/sign-extend the low part. Check this second
787 // Unsigned overflow occurred if the high part is non-zero.
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 397 // block or the top part of the original preheader.
418 auto *Part = &*I;
420 NewLoop = Part->cloneLoopWithPreheader(TopPH, Pred, Index, LI, DT);
422 Part->getVMap()[ExitBlock] = TopPH;
423 Part->remapInstructions();
613 // Currently, we only distribute to isolate the part of the loop with
    [all...]
  /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/icu/android_icu4j/src/main/java/android/icu/text/
MessagePattern.java 23 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
46 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
47 * the index of the corresponding _LIMIT "part".
67 * between parts of a message, from one part's getLimit() to the next part's getIndex().
68 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
71 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
72 * The optional numeric Part between each (ARG_SELECTOR, message) pair
75 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
383 Part part local
490 Part part=parts.get(pluralStart); local
    [all...]
MessageFormat.java 41 import android.icu.text.MessagePattern.Part;
518 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
519 * @param partIndex Part index of the previous ARG_START (initially 0).
526 MessagePattern.Part.Type type = msgPattern.getPartType(++partIndex);
527 if (type == MessagePattern.Part.Type.ARG_START) {
530 if (type == MessagePattern.Part.Type.MSG_LIMIT) {
537 Part part = msgPattern.getPart(partIndex); local
538 return part.getType() == MessagePattern.Part.Type.ARG_NAME
544 Part part = msgPattern.getPart(partIndex); local
1215 Part part=msgPattern.getPart(i); local
1571 Part part=msgPattern.getPart(i); local
1737 Part part = msgPattern.getPart(++i); local
1794 Part part=msgPattern.getPart(i); local
1844 Part part=pattern.getPart(partIndex++); local
1917 Part part = pattern.getPart(++partIndex); local
1940 MessagePattern.Part part=msgPattern.getPart(partIndex); local
1972 Part part=msgPattern.getPart(i); local
2363 Part part = msgPattern.getPart(i); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessagePattern.java 22 //Note: Minimize ICU dependencies, only use a very small part of the ICU core.
45 * For every _START "part", {@link #getLimitPartIndex(int)} efficiently returns
46 * the index of the corresponding _LIMIT "part".
66 * between parts of a message, from one part's getLimit() to the next part's getIndex().
67 * <li><code>ARG_START.CHOICE</code> stands for an ARG_START Part with ArgType CHOICE.
70 * <li>In the pluralStyle, the first, optional numeric Part has the "offset:" value.
71 * The optional numeric Part between each (ARG_SELECTOR, message) pair
74 * <li>The REPLACE_NUMBER Part can occur only in an immediate sub-message of the pluralStyle.
406 Part part local
522 Part part=parts.get(pluralStart); local
    [all...]
MessageFormat.java 40 import com.ibm.icu.text.MessagePattern.Part;
529 * Returns the part index of the next ARG_START after partIndex, or -1 if there is none more.
530 * @param partIndex Part index of the previous ARG_START (initially 0).
537 MessagePattern.Part.Type type = msgPattern.getPartType(++partIndex);
538 if (type == MessagePattern.Part.Type.ARG_START) {
541 if (type == MessagePattern.Part.Type.MSG_LIMIT) {
548 Part part = msgPattern.getPart(partIndex); local
549 return part.getType() == MessagePattern.Part.Type.ARG_NAME
555 Part part = msgPattern.getPart(partIndex); local
1246 Part part=msgPattern.getPart(i); local
1615 Part part=msgPattern.getPart(i); local
1781 Part part = msgPattern.getPart(++i); local
1838 Part part=msgPattern.getPart(i); local
1888 Part part=pattern.getPart(partIndex++); local
1961 Part part = pattern.getPart(++partIndex); local
1984 MessagePattern.Part part=msgPattern.getPart(partIndex); local
2016 Part part=msgPattern.getPart(i); local
2407 Part part = msgPattern.getPart(i); local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 79 bool isProfitable(const USet &Part, LoopRegMap &IRM) const;
95 bool splitPartition(const USet &Part);
112 const USet &Part, const TargetRegisterInfo &TRI) {
114 for (auto I : Part)
375 bool HexagonSplitDoubleRegs::isProfitable(const USet &Part, LoopRegMap &IRM)
380 for (unsigned DR : Part) {
397 if (Op.isReg() && Part.count(Op.getReg()))
    [all...]
  /external/messageformat/java/com/ibm/icu/text/
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...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h     [all...]
IceTargetLoweringX8664Traits.h     [all...]
  /external/messageformat/java/com/ibm/icu/simple/
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/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...]
  /frameworks/base/core/java/android/net/
Uri.java 131 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
132 PathPart.EMPTY, Part.NULL, Part.NULL);
141 * Absolute URIs are hierarchical if the scheme-specific part starts with
148 * scheme-specific part of an opaque URI cannot start with a '/'.
180 * Gets the scheme-specific part of this URI, i.e.&nbsp;everything between
186 * @return the decoded scheme-specific-part
191 * Gets the scheme-specific part of this URI, i.e.&nbsp;everything between
198 * @return the decoded scheme-specific-part
203 * 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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 656 // Overflow occurred iff the high part of the result does not
657 // zero/sign-extend the low part.
660 // Unsigned overflow occurred iff the high part is non-zero.
666 // Signed overflow occurred iff the high part does not sign extend the low.
715 SDValue Part = DAG.getNode(ISD::ZERO_EXTEND, dl, NVT, Parts[i]);
717 Part = DAG.getNode(ISD::SHL, dl, NVT, Part,
720 Res = DAG.getNode(ISD::OR, dl, NVT, Res, Part);
    [all...]
SelectionDAGBuilder.cpp 114 // Assemble the power of 2 part.
140 // Assemble the trailing non-power-of-2 part.
177 // There is now one part, held in Val. Correct it to match ValueVT.
232 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
234 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!");
236 "Part type doesn't match part!");
264 // There is now one part, held in Val. Correct it to match ValueVT.
505 assert(NumRegs == NumParts && "Part count doesn't match vector breakdown!");
507 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!")
    [all...]
  /frameworks/base/telephony/java/android/telephony/
Telephony.java     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/retrofit2/retrofit/2.1.0/
retrofit-2.1.0.jar 
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 660 Part,
  /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 

Completed in 1470 milliseconds

12 3