Searched refs:getVal (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIInfo.java114 public boolean isDraft() { return getVal(STA) == STA_DRAFT; }
115 public boolean isStable() { return getVal(STA) == STA_STABLE; }
116 public boolean isDeprecated() { return getVal(STA) == STA_DEPRECATED; }
117 public boolean isObsolete() { return getVal(STA) == STA_OBSOLETE; }
118 public boolean isInternal() { return getVal(STA) == STA_INTERNAL; }
119 public boolean isPackage() { return getVal(VIS) == VIS_PACKAGE; }
120 public boolean isPublic() { return getVal(VIS) == VIS_PUBLIC; }
121 public boolean isProtected() { return getVal(VIS) == VIS_PROTECTED; }
122 public boolean isPrivate() { return getVal(VIS) == VIS_PRIVATE; }
123 public boolean isStatic() { return getVal(ST
148 public int getVal(int typ) { method in class:APIInfo
[all...]
H A DCheckAPI.java99 public abstract int getVal(int typ); method in class:CheckAPI.APIInfo
112 public int getVal(int typ) { method in class:CheckAPI.Info
208 int val = getVal(CAT);
393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls)
394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls);
396 result = lhi.getVal(CAT)- rhi.getVal(CAT);
418 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls)
419 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls);
421 result = lhi.getVal(CA
520 public int getVal(int typ) { method in class:CheckAPI.DeltaInfo
[all...]
H A DCollectAPI.java76 if (state != info.getVal(APIInfo.STA)) {
154 if (!filter.get(info.getVal(APIInfo.STA))) {
176 buf.append(APIInfo.getTypeValName(APIInfo.STA, info.getVal(APIInfo.STA)));
H A DAPIData.java130 int sta = info.getVal(APIInfo.STA);
131 int cat = info.getVal(APIInfo.CAT);
H A DReportAPI.java68 public int getVal(int typ) { method in class:ReportAPI.DeltaInfo
69 return added.getVal(typ);
257 int lstatus = lhs.getVal(APIInfo.STA);
/external/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp205 Constant *Ptr = getVal(SI->getOperand(1));
217 Constant *Val = getVal(SI->getOperand(0));
275 getVal(BO->getOperand(0)),
276 getVal(BO->getOperand(1)));
281 getVal(CI->getOperand(0)),
282 getVal(CI->getOperand(1)));
287 getVal(CI->getOperand(0)),
292 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
293 getVal(SI->getOperand(1)),
294 getVal(S
[all...]
/external/llvm/lib/IR/
H A DProfileSummary.cpp88 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { function
168 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(1)), "TotalCount",
171 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(2)), "MaxCount", MaxCount))
173 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(3)), "MaxInternalCount",
176 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(4)), "MaxFunctionCount",
179 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(5)), "NumCounts", NumCounts))
181 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(6)), "NumFunctions",
/external/apache-xml/src/main/java/org/apache/xpath/
H A DArg.java63 * @see #getVal()
74 public final XObject getVal() method in class:Arg
83 * @see #getVal()
/external/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h64 Constant *getVal(Value *V) { function in class:llvm::Evaluator
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp2055 static Constant *getVal(DenseMap<Value*, Constant*> &ComputedValues, Value *V) { function
2338 Constant *Ptr = getVal(Values, SI->getOperand(1));
2343 Constant *Val = getVal(Values, SI->getOperand(0));
2390 getVal(Values, BO->getOperand(0)),
2391 getVal(Values, BO->getOperand(1)));
2394 getVal(Values, CI->getOperand(0)),
2395 getVal(Values, CI->getOperand(1)));
2398 getVal(Values, CI->getOperand(0)),
2401 InstResult = ConstantExpr::getSelect(getVal(Values, SI->getOperand(0)),
2402 getVal(Value
[all...]
/external/flatbuffers/tests/MyGame/Example/
H A DStat.php59 public function getVal() function
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1397 StringTableSize = Dyn.getVal();
1407 DynRelaRegion.Size = Dyn.getVal();
1410 DynRelaRegion.EntSize = Dyn.getVal();
1413 SONameOffset = Dyn.getVal();
1419 DynRelRegion.Size = Dyn.getVal();
1422 DynRelRegion.EntSize = Dyn.getVal();
1425 if (Dyn.getVal() == DT_REL)
1427 else if (Dyn.getVal() == DT_RELA)
1431 Twine((uint64_t)Dyn.getVal()));
1437 DynPLTRelRegion.Size = Dyn.getVal();
[all...]
/external/annotation-tools/asmx/config/
H A Dow_util_ant_tasks.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/util/ org/objectweb/util/ant/ ...
/external/llvm/include/llvm/Object/
H A DELFTypes.h370 uintX_t getVal() const { return d_un.d_val; }
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1007 return DAG.getStore(N->getChain(), SDLoc(Op), N->getVal(),
1015 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(),
1021 return DAG.getTruncStore(N->getChain(), SDLoc(Op), N->getVal(),
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1514 return arg.getVal().object();
1553 setParameter(s2, s1, arg.getVal().object());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1162 const SDValue &getVal() const { return getOperand(2); } function in class:llvm::AtomicSDNode
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1042 const SDValue &getVal() const { return getOperand(2); } function in class:llvm::SDNode::AtomicSDNode
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3197 SDValue Chain = DAG.getTruncStore(Node->getChain(), SDLoc(Op), Node->getVal(),
3220 SDValue Src2 = Node->getVal();
3287 SDValue Src2 = Node->getVal();
/external/annotation-tools/asmx/test/lib/
H A Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META-INF/services/ org/ org/apache/ ...

Completed in 512 milliseconds