/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 116 public boolean isDraft() { return getVal(STA) == STA_DRAFT; } in isDraft() 117 public boolean isStable() { return getVal(STA) == STA_STABLE; } in isStable() 118 public boolean isDeprecated() { return getVal(STA) == STA_DEPRECATED; } in isDeprecated() 119 public boolean isObsolete() { return getVal(STA) == STA_OBSOLETE; } in isObsolete() 120 public boolean isInternal() { return getVal(STA) == STA_INTERNAL; } in isInternal() 121 public boolean isPackage() { return getVal(VIS) == VIS_PACKAGE; } in isPackage() 122 public boolean isPublic() { return getVal(VIS) == VIS_PUBLIC; } in isPublic() 123 public boolean isProtected() { return getVal(VIS) == VIS_PROTECTED; } in isProtected() 124 public boolean isPrivate() { return getVal(VIS) == VIS_PRIVATE; } in isPrivate() 125 public boolean isStatic() { return getVal(STK) == STK_STATIC; } in isStatic() [all …]
|
D | CheckAPI.java | 99 public abstract int getVal(int typ); in getVal() method in CheckAPI.APIInfo 112 public int getVal(int typ) { in getVal() method in CheckAPI.Info 208 int val = getVal(CAT); in write() 393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in defaultComparator() 394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in defaultComparator() 396 result = lhi.getVal(CAT)- rhi.getVal(CAT); in defaultComparator() 418 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in changedComparator() 419 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in changedComparator() 421 result = lhi.getVal(CAT)- rhi.getVal(CAT); in changedComparator() 424 if (result == 0 && lhi.getVal(CAT) != CAT_CLASS) { in changedComparator() [all …]
|
D | APIStatusConsistencyChecker.java | 113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency() 115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
|
D | CollectAPI.java | 76 if (state != info.getVal(APIInfo.STA)) { in writeHTML() 154 if (!filter.get(info.getVal(APIInfo.STA))) { in writeTSV() 176 buf.append(APIInfo.getTypeValName(APIInfo.STA, info.getVal(APIInfo.STA))); in writeTSV()
|
D | APIData.java | 130 int sta = info.getVal(APIInfo.STA); in printStats() 131 int cat = info.getVal(APIInfo.CAT); in printStats()
|
D | ReportAPI.java | 68 public int getVal(int typ) { in getVal() method in ReportAPI.DeltaInfo 69 return added.getVal(typ); in getVal() 257 int lstatus = lhs.getVal(APIInfo.STA); in statusChange()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 272 if (auto *Fn = getFunction(getVal(V))) in getCalleeWithFormalArgs() 298 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 341 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock() 354 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock() 400 getVal(BO->getOperand(0)), in EvaluateBlock() 401 getVal(BO->getOperand(1))); in EvaluateBlock() 406 getVal(CI->getOperand(0)), in EvaluateBlock() 407 getVal(CI->getOperand(1))); in EvaluateBlock() 412 getVal(CI->getOperand(0)), in EvaluateBlock() 417 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ProfileSummary.cpp | 84 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function 163 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount", in getFromMD() 166 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount)) in getFromMD() 168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount", in getFromMD() 171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount", in getFromMD() 174 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts)) in getFromMD() 176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions", in getFromMD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 65 Constant *getVal(Value *V) { in getVal() function
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 59 public function getVal() function in MyGame\\Example\\Stat
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 354 uintX_t getVal() const { return d_un.d_val; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 978 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(), N->getBasePtr(), in LowerATOMIC_STORE() 985 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE() 991 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(), in LowerATOMIC_STORE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1857 Init *Val = getVal(i); in Fold() 1902 Result += getVal(i)->getAsString(); in getAsString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 958 Init *getVal(unsigned Num) const { in getVal() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1436 const SDValue &getVal() const { return getOperand(2); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 3812 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(), in lowerATOMIC_STORE() 3839 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_OP() 3906 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD_SUB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeFloatTypes.cpp | 2390 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
|
D | LegalizeDAG.cpp | 4691 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal()); in PromoteNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()
|