Home
last modified time | relevance | path

Searched refs:getVal (Results 1 – 19 of 19) sorted by relevance

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java116 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 …]
DCheckAPI.java99 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 …]
DAPIStatusConsistencyChecker.java113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency()
115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
DCollectAPI.java76 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()
DAPIData.java130 int sta = info.getVal(APIInfo.STA); in printStats()
131 int cat = info.getVal(APIInfo.CAT); in printStats()
DReportAPI.java68 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/
DEvaluator.cpp272 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/
DProfileSummary.cpp84 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/
DEvaluator.h65 Constant *getVal(Value *V) { in getVal() function
/third_party/flatbuffers/tests/MyGame/Example/
DStat.php59 public function getVal() function in MyGame\\Example\\Stat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h354 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/
DXCoreISelLowering.cpp978 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/
DRecord.cpp1857 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/
DRecord.h958 Init *getVal(unsigned Num) const { in getVal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1436 const SDValue &getVal() const { return getOperand(2); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp3812 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/
DLegalizeFloatTypes.cpp2390 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
DLegalizeDAG.cpp4691 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/
DNVPTXISelDAGToDAG.cpp1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal(); in tryStore()