/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 120 const llvm::APSInt& getValue(const llvm::APSInt& X); 121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 122 const llvm::APSInt& getValue(uint64_t X, QualType T); 139 return getValue(TargetType.convert(From)); 147 return getValue(TargetType.convert(From)); 152 return getValue(X, T); 156 return getValue(APSIntType(v).getMaxValue()); 160 return getValue(APSIntType(v).getMinValue()); 164 return getValue(getAPSIntType(T).getMaxValue()) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 120 const llvm::APSInt& getValue(const llvm::APSInt& X); 121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 122 const llvm::APSInt& getValue(uint64_t X, QualType T); 139 return getValue(TargetType.convert(From)); 147 return getValue(TargetType.convert(From)); 152 return getValue(X, T); 156 return getValue(APSIntType(v).getMaxValue()); 160 return getValue(APSIntType(v).getMinValue()); 164 return getValue(getAPSIntType(T).getMaxValue()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 104 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 116 const llvm::APSInt& getValue(const llvm::APSInt& X); 117 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 118 const llvm::APSInt& getValue(uint64_t X, QualType T); 135 return getValue(TargetType.convert(From)); 143 return getValue(TargetType.convert(From)); 148 return getValue(X, T); 152 return getValue(APSIntType(v).getMaxValue()); 156 return getValue(APSIntType(v).getMinValue()); 160 return getValue(getAPSIntType(T).getMaxValue()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 120 const llvm::APSInt& getValue(const llvm::APSInt& X); 121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 122 const llvm::APSInt& getValue(uint64_t X, QualType T); 139 return getValue(TargetType.convert(From)); 147 return getValue(TargetType.convert(From)); 152 return getValue(X, T); 156 return getValue(APSIntType(v).getMaxValue()); 160 return getValue(APSIntType(v).getMinValue()); 164 return getValue(getAPSIntType(T).getMaxValue()) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 108 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 120 const llvm::APSInt& getValue(const llvm::APSInt& X); 121 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 122 const llvm::APSInt& getValue(uint64_t X, QualType T); 139 return getValue(TargetType.convert(From)); 147 return getValue(TargetType.convert(From)); 152 return getValue(X, T); 156 return getValue(APSIntType(v).getMaxValue()); 160 return getValue(APSIntType(v).getMinValue()); 164 return getValue(getAPSIntType(T).getMaxValue()) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_future5.py | 17 self.assertEqual(s.getvalue(), "foo\n")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_future5.py | 17 self.assertEqual(s.getvalue(), "foo\n")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_future5.py | 17 self.assertEqual(s.getvalue(), "foo\n")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_future5.py | 17 self.assertEqual(s.getvalue(), "foo\n")
|
/system/update_engine/update_manager/ |
umtest_utils.h | 39 // Calls GetValue on |variable| and expects its result to be |expected|. 44 variable->GetValue(DefaultTimeout(), nullptr)); 49 // Calls GetValue on |variable| and expects its result to be null. 54 variable->GetValue(DefaultTimeout(), nullptr));
|
evaluation_context-inl.h | 27 const T* EvaluationContext::GetValue(Variable<T>* var) { 29 LOG(ERROR) << "GetValue received an uninitialized variable."; 40 const T* result = var->GetValue(RemainingTime(evaluation_monotonic_deadline_),
|
/external/jdiff/src/jdiff/ |
APIHandler.java | 78 String apiName = attributes.getValue("name"); 79 String version = attributes.getValue("jdversion"); // Not used yet 83 String pkgName = attributes.getValue("name"); 87 String className = attributes.getValue("name"); 88 String parentName = attributes.getValue("extends"); 90 if (attributes.getValue("abstract").compareTo("true") == 0) 95 String className = attributes.getValue("name"); 96 String parentName = attributes.getValue("extends"); 98 if (attributes.getValue("abstract").compareTo("true") == 0) 102 String interfaceName = attributes.getValue("name") [all...] |
/art/test/078-polymorphic-virtual/src/ |
Main.java | 36 System.out.println(derived1.getValue()); 37 System.out.println(derived2.getValue()); 38 System.out.println(derived3.getValue());
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
SizeMetric.java | 49 return getValue();
51 return getValue() * size;
53 return size - getValue();
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/ |
ListAdditionChange.java | 22 public Object getValue(ObservableProperty property, Node node) { 25 Object currentRawValue = new NoChange().getValue(property, node); 34 return new NoChange().getValue(property, node);
|
ListReplacementChange.java | 25 public Object getValue(ObservableProperty property, Node node) { 28 Object currentRawValue = new NoChange().getValue(property, node); 41 return new NoChange().getValue(property, node);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleStoreCountryCodeBox.java | 47 if (countryCodes.containsKey(getValue())) { 48 return countryCodes.get(getValue()); 50 return "unknown country code " + getValue();
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
PlayReadyHeader.java | 70 size += record.getValue().rewind().limit(); 78 IsoTypeWriter.writeUInt16BE(byteBuffer, record.getValue().limit()); 79 ByteBuffer tmp4debug = record.getValue(); 148 sb.append(", length=").append(getValue().limit()); 149 // sb.append(", value=").append(Hex.encodeHex(getValue())).append('\''); 154 public abstract ByteBuffer getValue(); 175 public ByteBuffer getValue() { 197 sb.append("{length=").append(getValue().limit()); 217 public ByteBuffer getValue() { 225 sb.append("{length=").append(getValue().limit()) [all...] |
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/ |
SmalideaMethod.java | 94 flags |= AccessFlags.PUBLIC.getValue(); 96 flags |= AccessFlags.PROTECTED.getValue(); 98 flags |= AccessFlags.PRIVATE.getValue(); 102 flags |= AccessFlags.STATIC.getValue(); 106 flags |= AccessFlags.FINAL.getValue(); 111 flags |= AccessFlags.NATIVE.getValue(); 117 flags |= AccessFlags.SYNCHRONIZED.getValue(); 119 flags |= AccessFlags.DECLARED_SYNCHRONIZED.getValue(); 124 flags |= AccessFlags.VARARGS.getValue(); 128 flags |= AccessFlags.ABSTRACT.getValue(); [all...] |
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
FakeTunerService.java | 54 public String getValue(String setting) { 59 public int getValue(String setting, int def) { 64 public String getValue(String setting, String def) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
FilterChanSatRepresentation.java | 115 if (rep.getValue(i) != getValue(i)) 123 public int getValue(int mode) { 124 return mAllParam[mode].getValue(); 148 return getValue(mParameterMode); 171 writer.value(getValue(MODE_MASTER)); 172 writer.value(getValue(MODE_RED)); 173 writer.value(getValue(MODE_YELLOW)); 174 writer.value(getValue(MODE_GREEN)); 175 writer.value(getValue(MODE_CYAN)) [all...] |
FilterColorBorderRepresentation.java | 109 if (border.mParamColor.getValue() == mParamColor.getValue() 110 && border.mParamRadius.getValue() == mParamRadius.getValue() 111 && border.mParamSize.getValue() == mParamSize.getValue()) { 136 return mParamColor.getValue(); 144 return mParamSize.getValue(); 152 return mParamRadius.getValue(); 177 writer.value(mParamSize.getValue()); [all...] |
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
CarPropertyValueTest.java | 36 assertEquals(10f, valueRead.getValue()); 47 assertEquals(30, pointValueRead.getValue().x); 48 assertEquals(40, pointValueRead.getValue().y);
|
/prebuilts/go/darwin-x86/test/chan/ |
select.go | 14 func GetValue() uint { 25 case a <- GetValue(): 28 case b <- GetValue():
|
/prebuilts/go/linux-x86/test/chan/ |
select.go | 14 func GetValue() uint { 25 case a <- GetValue(): 28 case b <- GetValue():
|