HomeSort by relevance Sort by last modified time
    Searched defs:getVal (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
PublicFinalWithObservableTestVo.java 33 public int getVal() {
  /external/flatbuffers/tests/MyGame/Example/
Stat.php 59 public function getVal()
  /external/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /external/llvm/lib/IR/
ProfileSummary.cpp 88 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) {
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",
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Evaluator.h 64 Constant *getVal(Value *V) {
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 63 * @see #getVal()
74 public final XObject getVal()
83 * @see #getVal()
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 68 public int getVal(int typ) {
69 return added.getVal(typ);
257 int lstatus = lhs.getVal(APIInfo.STA);
APIInfo.java 114 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(STK) == STK_STATIC;
    [all...]
CheckAPI.java 99 public abstract int getVal(int typ);
112 public int getVal(int typ) {
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(CAT)- rhi.getVal(CAT)
    [all...]
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
OptionSetterTest.java 201 public int getVal() {
726 assertEquals(42, optionSource.mCustomEnum.getVal());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionSetterTest.java 246 public int getVal() {
852 assertEquals(42, optionSource.mCustomEnum.getVal());
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]

Completed in 847 milliseconds

1 2