/external/doclava/src/com/google/doclava/apicheck/ |
D | XmlApiFile.java | 75 new PackageInfo(attributes.getValue("name"), SourcePositionInfo.fromXml(attributes in startElement() 76 .getValue("source"))); in startElement() 84 SourcePositionInfo position = SourcePositionInfo.fromXml(attributes.getValue("source")); in startElement() 85 String visibility = attributes.getValue("visibility"); in startElement() 90 boolean isStatic = Boolean.valueOf(attributes.getValue("static")); in startElement() 92 boolean isAbstract = Boolean.valueOf(attributes.getValue("abstract")); in startElement() 98 boolean isFinal = Boolean.valueOf(attributes.getValue("final")); in startElement() 100 String name = attributes.getValue("name"); in startElement() 111 mCurrentClass.setDeprecated("deprecated".equals(attributes.getValue("deprecated"))); in startElement() 113 String superclass = attributes.getValue("extends"); in startElement() [all …]
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
D | LazyThreadReference.java | 46 return getValue().currentContendedMonitor(); in currentContendedMonitor() 50 getValue().forceEarlyReturn(value); in forceEarlyReturn() 54 return getValue().frame(index); in frame() 58 return getValue().frameCount(); in frameCount() 62 return getValue().frames(); in frames() 66 return getValue().frames(start, length); in frames() 70 getValue().interrupt(); in interrupt() 74 return getValue().isAtBreakpoint(); in isAtBreakpoint() 78 return getValue().isSuspended(); in isSuspended() 82 return getValue().name(); in name() [all …]
|
D | LazyObjectReference.java | 48 getValue().disableCollection(); in disableCollection() 52 return getValue().referenceType(); in referenceType() 55 @Override public Value getValue(Field sig) { in getValue() method in LazyObjectReference 56 return getValue().getValue(sig); in getValue() 60 return getValue().getValues(fields); in getValues() 64 getValue().setValue(field, value); in setValue() 71 return getValue().invokeMethod(thread, method, arguments, options); in invokeMethod() 75 getValue().enableCollection(); in enableCollection() 79 return getValue().isCollected(); in isCollected() 83 return getValue().uniqueID(); in uniqueID() [all …]
|
D | LazyPrimitiveValue.java | 44 return getValue().booleanValue(); in booleanValue() 48 return getValue().byteValue(); in byteValue() 52 return getValue().charValue(); in charValue() 56 return getValue().doubleValue(); in doubleValue() 60 return getValue().floatValue(); in floatValue() 64 return getValue().intValue(); in intValue() 68 return getValue().longValue(); in longValue() 72 return getValue().shortValue(); in shortValue() 76 return getValue().toString(); in toString()
|
D | LazyArrayReference.java | 48 public Value getValue(int index) { in getValue() method in LazyArrayReference 49 return getValue().getValue(index); in getValue() 53 return getValue().getValues(); in getValues() 57 return getValue().getValues(index, length); in getValues() 61 return getValue().length(); in length() 65 getValue().setValue(index, value); in setValue() 69 getValue().setValues(index, values, srcIndex, length); in setValues() 73 getValue().setValues(values); in setValues()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | AnyTest.java | 50 assertTrue(container.getValue().is(TestAllTypes.class)); in testAnyGeneratedApi() 51 assertFalse(container.getValue().is(TestAny.class)); in testAnyGeneratedApi() 53 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi() 59 TestAny wrongMessage = container.getValue().unpack(TestAny.class); in testAnyGeneratedApi() 71 TestAllTypes parsingFailed = container.getValue().unpack(TestAllTypes.class); in testAnyGeneratedApi() 88 container.getValue().getTypeUrl()); in testCustomTypeUrls() 90 assertTrue(container.getValue().is(TestAllTypes.class)); in testCustomTypeUrls() 91 assertFalse(container.getValue().is(TestAny.class)); in testCustomTypeUrls() 93 TestAllTypes result = container.getValue().unpack(TestAllTypes.class); in testCustomTypeUrls() 101 container.getValue().getTypeUrl()); in testCustomTypeUrls() [all …]
|
D | LazyFieldLiteTest.java | 53 assertEquals(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue() 55 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testGetValue() 61 assertEquals(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx() 63 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testGetValueEx() 70 assertNotEqual(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue() 71 message = lazyField.getValue(TestAllTypes.getDefaultInstance()); in testSetValue() 73 assertEquals(message, lazyField.getValue(TestAllTypes.getDefaultInstance())); in testSetValue() 80 assertNotEqual(message, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx() 81 MessageLite value = lazyField.getValue(TestAllExtensions.getDefaultInstance()); in testSetValueEx() 83 assertEquals(value, lazyField.getValue(TestAllExtensions.getDefaultInstance())); in testSetValueEx() [all …]
|
/external/deqp/framework/common/ |
D | tcuEither.cpp | 71 int getValue (void) const in getValue() function in tcu::__anon4e47f5a60111::TestClassWithConstructor 202 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 203 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest() 217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest() 218 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest() 235 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() 236 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest() 253 TCU_CHECK(either.getSecond().getValue() == testObject.getValue()); in Either_selfTest() 254 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue()); in Either_selfTest() 272 TCU_CHECK(either.getFirst().getValue() == testObject.getValue()); in Either_selfTest() [all …]
|
/external/jdiff/src/jdiff/ |
D | APIHandler.java | 78 String apiName = attributes.getValue("name"); in startElement() 79 String version = attributes.getValue("jdversion"); // Not used yet in startElement() 83 String pkgName = attributes.getValue("name"); in startElement() 87 String className = attributes.getValue("name"); in startElement() 88 String parentName = attributes.getValue("extends"); in startElement() 90 if (attributes.getValue("abstract").compareTo("true") == 0) in startElement() 95 String className = attributes.getValue("name"); in startElement() 96 String parentName = attributes.getValue("extends"); in startElement() 98 if (attributes.getValue("abstract").compareTo("true") == 0) in startElement() 102 String interfaceName = attributes.getValue("name"); in startElement() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | X0017_StrongEncryptionHeader.java | 303 this.format = ZipShort.getValue(data, offset); in parseCentralDirectoryFormat() 304 this.algId = EncryptionAlgorithm.getAlgorithmByCode(ZipShort.getValue(data, offset + 2)); in parseCentralDirectoryFormat() 305 this.bitlen = ZipShort.getValue(data, offset + 4); in parseCentralDirectoryFormat() 306 this.flags = ZipShort.getValue(data, offset + 6); in parseCentralDirectoryFormat() 307 this.rcount = ZipLong.getValue(data, offset + 8); in parseCentralDirectoryFormat() 310 this.hashAlg = HashAlgorithm.getAlgorithmByCode(ZipShort.getValue(data, offset + 12)); in parseCentralDirectoryFormat() 311 this.hashSize = ZipShort.getValue(data, offset + 14); in parseCentralDirectoryFormat() 331 final int ivSize = ZipShort.getValue(data, offset); in parseFileFormat() 335 this.format = ZipShort.getValue(data, offset + ivSize + 6); in parseFileFormat() 336 … this.algId = EncryptionAlgorithm.getAlgorithmByCode(ZipShort.getValue(data, offset + ivSize + 8)); in parseFileFormat() [all …]
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/ |
D | EncodedValueAdaptor.java | 54 BooleanRenderer.writeTo(writer, ((BooleanEncodedValue)encodedValue).getValue()); in writeTo() 57 ByteRenderer.writeTo(writer, ((ByteEncodedValue)encodedValue).getValue()); in writeTo() 60 CharRenderer.writeTo(writer, ((CharEncodedValue)encodedValue).getValue()); in writeTo() 63 DoubleRenderer.writeTo(writer, ((DoubleEncodedValue)encodedValue).getValue()); in writeTo() 68 if (enumEncodedValue.getValue().getDefiningClass().equals(containingClass)) { in writeTo() 72 … ReferenceUtil.writeFieldDescriptor(writer, enumEncodedValue.getValue(), useImplicitReference); in writeTo() 77 if (fieldEncodedValue.getValue().getDefiningClass().equals(containingClass)) { in writeTo() 80 … ReferenceUtil.writeFieldDescriptor(writer, fieldEncodedValue.getValue(), useImplicitReference); in writeTo() 83 FloatRenderer.writeTo(writer, ((FloatEncodedValue)encodedValue).getValue()); in writeTo() 86 IntegerRenderer.writeTo(writer, ((IntEncodedValue)encodedValue).getValue()); in writeTo() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | DexPool.java | 129 writer.writeArray(arrayEncodedValue.getValue()); in writeEncodedValue() 132 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue()); in writeEncodedValue() 135 writer.writeByte(((ByteEncodedValue)encodedValue).getValue()); in writeEncodedValue() 138 writer.writeChar(((CharEncodedValue)encodedValue).getValue()); in writeEncodedValue() 141 writer.writeDouble(((DoubleEncodedValue)encodedValue).getValue()); in writeEncodedValue() 144 writer.writeEnum(((EnumEncodedValue)encodedValue).getValue()); in writeEncodedValue() 147 writer.writeField(((FieldEncodedValue)encodedValue).getValue()); in writeEncodedValue() 150 writer.writeFloat(((FloatEncodedValue)encodedValue).getValue()); in writeEncodedValue() 153 writer.writeInt(((IntEncodedValue)encodedValue).getValue()); in writeEncodedValue() 156 writer.writeLong(((LongEncodedValue)encodedValue).getValue()); in writeEncodedValue() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 66 I->getValue().~APSInt(); in ~BasicValueFactory() 72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory 89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory 92 return getValue(V); in getValue() 95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory 99 return getValue(V); in getValue() 102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory 104 return getValue(getAPSIntType(T).getValue(X)); in getValue() 154 return &getValue( V1 * V2 ); in evalAPSInt() 159 return &getValue( V1 / V2 ); in evalAPSInt() [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | DataDescriptorTest.java | 79 long crcFromDD = ZipLong.getValue(data, ddStart + 4); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 80 long cSizeFromDD = ZipLong.getValue(data, ddStart + 8); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 81 long sizeFromDD = ZipLong.getValue(data, ddStart + 12); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 84 long crcFromCDH = ZipLong.getValue(data, cdhStart + 16); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 86 long cSizeFromCDH = ZipLong.getValue(data, cdhStart + 20); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 88 long sizeFromCDH = ZipLong.getValue(data, cdhStart + 24); in writesDataDescriptorForDeflatedEntryOnUnseekableOutput() 121 long crcFromLFH = ZipLong.getValue(data, 14); in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput() 122 long cSizeFromLFH = ZipLong.getValue(data, 18); in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput() 123 long sizeFromLFH = ZipLong.getValue(data, 22); in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput() 126 long crcFromCDH = ZipLong.getValue(data, cdhStart + 16); in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput() [all …]
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.hpp | 246 inline Type getValue (void) const { return m_value; } in getValue() function in deqp::gls::GLValue::WrappedType 248 …dType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value + other.getValue())); } in operator +() 249 …dType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value * other.getValue())); } in operator *() 250 …dType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value / other.getValue())); } in operator /() 251 …dType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value % other.getValue())); } in operator %() 252 …dType<Type>& other) const { return WrappedType<Type>::create((Type)(m_value - other.getValue())); } in operator -() 254 …Type>& operator+= (const WrappedType<Type>& other) { m_value += other.getValue(); return *this; } in operator +=() 255 …Type>& operator*= (const WrappedType<Type>& other) { m_value *= other.getValue(); return *this; } in operator *=() 256 …Type>& operator/= (const WrappedType<Type>& other) { m_value /= other.getValue(); return *this; } in operator /=() 257 …Type>& operator-= (const WrappedType<Type>& other) { m_value -= other.getValue(); return *this; } in operator -=() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyField.java | 66 public MessageLite getValue() { in getValue() method in LazyField 67 return getValue(defaultInstance); in getValue() 72 return getValue().hashCode(); in hashCode() 77 return getValue().equals(obj); in equals() 82 return getValue().toString(); in toString() 104 public Object getValue() { in getValue() method in LazyField.LazyEntry 105 LazyField field = entry.getValue(); in getValue() 109 return field.getValue(); in getValue() 113 return entry.getValue(); in getField() 123 return entry.getValue().setValue((MessageLite) value); in setValue() [all …]
|
/external/testng/src/main/java/org/testng/xml/ |
D | TestNGContentHandler.java | 126 String path = attributes.getValue("path"); in xmlSuiteFile() 142 String name = attributes.getValue("name"); in xmlSuite() 151 String verbose = attributes.getValue("verbose"); in xmlSuite() 155 String jUnit = attributes.getValue("junit"); in xmlSuite() 159 String parallel = attributes.getValue("parallel"); in xmlSuite() 168 String parentModule = attributes.getValue("parent-module"); in xmlSuite() 172 String guiceStage = attributes.getValue("guice-stage"); in xmlSuite() 176 String configFailurePolicy = attributes.getValue("configfailurepolicy"); in xmlSuite() 182 String groupByInstances = attributes.getValue("group-by-instances"); in xmlSuite() 186 String skip = attributes.getValue("skipfailedinvocationcounts"); in xmlSuite() [all …]
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.hpp | 61 virtual ExecConstValueAccess getValue (void) const = DE_NULL; 77 ExecConstValueAccess getValue (void) const { return m_valueAccess; } in getValue() function in rsg::VariableAccess 119 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::FloatLiteral 137 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::IntLiteral 156 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::BoolLiteral 174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::ConstructorOp 199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::AssignOp 222 ExecConstValueAccess getValue (void) const { return m_child->getValue(); } in getValue() function in rsg::ParenOp 241 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue() function in rsg::SwizzleOp 263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); } in getValue() function in rsg::TexLookup
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | CallingRealMethodTest.java | 27 String getValue() { in getValue() method in CallingRealMethodTest.TestedObject 32 return getValue(); in callInternalMethod() 38 when(mock.getValue()).thenReturn("foo"); in shouldAllowCallingInternalMethod() 46 when(mock.getValue()).thenCallRealMethod(); in shouldReturnRealValue() 48 assertEquals("HARD_CODED_RETURN_VALUE", mock.getValue()); in shouldReturnRealValue() 64 assertEquals("HARD_CODED_RETURN_VALUE", mock.getValue()); in shouldCallRealMethodByDefault() 71 when(mock.getValue()).thenCallRealMethod(); in shouldNotCallRealMethodWhenStubbedLater() 72 when(mock.getValue()).thenReturn("FAKE_VALUE"); in shouldNotCallRealMethodWhenStubbedLater() 74 assertEquals("FAKE_VALUE", mock.getValue()); in shouldNotCallRealMethodWhenStubbedLater()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Challenge.java | 109 return (String) authParams.getValue(DOMAIN); in getDomain() 117 return (String) authParams.getValue(URI); in getURI() 125 return (String) authParams.getValue(OPAQUE); in getOpaque() 133 return (String) authParams.getValue(QOP); in getQOP() 141 return (String) authParams.getValue(ALGORITHM); in getAlgorithm() 149 return (String) authParams.getValue(STALE); in getStale() 157 return (String) authParams.getValue(SIGNATURE); in getSignature() 165 return (String) authParams.getValue(SIGNED_BY); in getSignedBy() 173 return (String) authParams.getValue(RESPONSE); in getResponse() 181 return (String) authParams.getValue(REALM); in getRealm() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | EncodedValueUtils.java | 41 return !((BooleanEncodedValue)encodedValue).getValue(); in isDefaultValue() 43 return ((ByteEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 45 return ((CharEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 47 return ((DoubleEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 49 return ((FloatEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 51 return ((IntEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 53 return ((LongEncodedValue)encodedValue).getValue() == 0; in isDefaultValue() 57 return ((ShortEncodedValue)encodedValue).getValue() == 0; in isDefaultValue()
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | SmallVectorTest.cpp | 58 int getValue() const { in getValue() function in __anone05b9bb70111::Constructable 77 return c0.getValue() == c1.getValue(); in operator ==() 82 return c0.getValue() != c1.getValue(); in operator !=() 119 EXPECT_EQ(value, v[i].getValue()); in assertValuesInOrder() 233 EXPECT_EQ(i+1, theVector[i].getValue()); in TEST_F() 250 EXPECT_EQ(1, it->getValue()); in TEST_F() 254 EXPECT_EQ(2, it->getValue()); in TEST_F() 259 EXPECT_EQ(2, it->getValue()); in TEST_F() 262 EXPECT_EQ(1, it->getValue()); in TEST_F() 267 EXPECT_EQ(2, rit->getValue()); in TEST_F() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 79 const llvm::APSInt& getValue(uint64_t X, unsigned BitWidth, bool isUnsigned); 90 const llvm::APSInt& getValue(const llvm::APSInt& X); 91 const llvm::APSInt& getValue(const llvm::APInt& X, bool isUnsigned); 92 const llvm::APSInt& getValue(uint64_t X, QualType T); 109 return getValue(TargetType.convert(From)); in Convert() 117 return getValue(TargetType.convert(From)); in Convert() 122 return getValue(X, T); in getIntValue() 126 return getValue(APSIntType(v).getMaxValue()); in getMaxValue() 130 return getValue(APSIntType(v).getMinValue()); in getMinValue() 134 return getValue(getAPSIntType(T).getMaxValue()); in getMaxValue() [all …]
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 94 EXPECT_EQ(Sign1.getAsSignedConstant().getValue(), -123); in TEST() 95 EXPECT_EQ(Sign2.getAsSignedConstant().getValue(), -12345); in TEST() 96 EXPECT_EQ(Sign4.getAsSignedConstant().getValue(), -123456789); in TEST() 97 EXPECT_EQ(Sign8.getAsSignedConstant().getValue(), -1); in TEST() 103 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX); in TEST() 115 EXPECT_EQ(Data1.getAsSignedConstant().getValue(), 120); in TEST() 116 EXPECT_EQ(Data2.getAsSignedConstant().getValue(), 32000); in TEST() 117 EXPECT_EQ(Data4.getAsSignedConstant().getValue(), 2000000000); in TEST() 118 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL); in TEST() 119 EXPECT_EQ(LEBMin.getAsSignedConstant().getValue(), LLONG_MIN); in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 81 EXPECT_EQ(Sign1.getAsSignedConstant().getValue(), -123); in TEST() 82 EXPECT_EQ(Sign2.getAsSignedConstant().getValue(), -12345); in TEST() 83 EXPECT_EQ(Sign4.getAsSignedConstant().getValue(), -123456789); in TEST() 84 EXPECT_EQ(Sign8.getAsSignedConstant().getValue(), -1); in TEST() 90 EXPECT_EQ(UMax.getAsSignedConstant().getValue(), LLONG_MAX); in TEST() 102 EXPECT_EQ(Data1.getAsSignedConstant().getValue(), 120); in TEST() 103 EXPECT_EQ(Data2.getAsSignedConstant().getValue(), 32000); in TEST() 104 EXPECT_EQ(Data4.getAsSignedConstant().getValue(), 2000000000); in TEST() 105 EXPECT_EQ(Data8.getAsSignedConstant().getValue(), 0x1234567812345678LL); in TEST() 106 EXPECT_EQ(LEBMin.getAsSignedConstant().getValue(), LLONG_MIN); in TEST() [all …]
|