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/
H A 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(ST in isPrivate()
150 public int getVal(int typ) { getVal() method in APIInfo
[all...]
H A 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(CA in changedComparator()
520 public int getVal(int typ) { getVal() method in CheckAPI.DeltaInfo
[all...]
H A DAPIStatusConsistencyChecker.java113 int methodStatus = api.getVal(APIInfo.STA); in checkConsistency()
115 int classStatus = clsApi.getVal(APIInfo.STA); in checkConsistency()
H A 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()
H A DAPIData.java130 int sta = info.getVal(APIInfo.STA); in printStats()
131 int cat = info.getVal(APIInfo.CAT); in printStats()
H A 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/
H A 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(S in EvaluateBlock()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A 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/musl/libc-test/src/functional/
H A Ddlopen_init.c25 int getVal() in getVal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h65 Constant *getVal(Value *V) { in getVal() function in llvm::Evaluator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A 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/include/llvm/Object/
H A 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/TableGen/
H A DRecord.cpp1857 Init *Val = getVal(i);
1902 Result += getVal(i)->getAsString();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1436 const SDValue &getVal() const { return getOperand(2); } in getVal() function in llvm::AtomicSDNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h958 Init *getVal(unsigned Num) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A 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/
H A DLegalizeFloatTypes.cpp2390 SDValue CastVal = BitConvertToInteger(AM->getVal()); in BitcastToInt_ATOMIC_SWAP()
H A DLegalizeDAG.cpp4691 SDValue CastVal = DAG.getNode(ISD::BITCAST, SL, NVT, AM->getVal());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp1768 SDValue Value = PlainStore ? PlainStore->getValue() : AtomicStore->getVal();

Completed in 47 milliseconds