Searched refs:IntValue (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue());
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
/external/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc90 ASSERT_LE(cmaps->size(), (size_t)num_cmaps_attr->IntValue());
93 int32_t platform_id = GetAttribute(*it, "platform_id")->IntValue();
94 int32_t encoding_id = GetAttribute(*it, "encoding_id")->IntValue();
99 GetAttribute(*it, "format")->IntValue());
113 int32_t glyph_id = GetAttribute(*jt, "gid")->IntValue();
/external/guava/guava-tests/test/com/google/common/base/
H A DEquivalenceTest.java86 private static class IntValue { class in class:EquivalenceTest
89 IntValue(int value) { method in class:EquivalenceTest.IntValue
100 .addEquivalenceGroup(new IntValue(1), new IntValue(1))
101 .addEquivalenceGroup(new IntValue(2))
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp63 unsigned IntValue,
62 emitIntTextAttribute(unsigned Attribute, unsigned IntValue, StringRef StringValue) argument
H A DARMELFStreamer.cpp134 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
235 unsigned IntValue,
240 OS << "\t.eabi_attribute\t" << Attribute << ", " << IntValue;
299 unsigned IntValue;
329 Item->IntValue = Value;
364 void setAttributeItems(unsigned Attribute, unsigned IntValue,
371 Item->IntValue = IntValue;
380 IntValue,
408 void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
[all...]
/external/llvm/lib/MC/
H A DMCObjectStreamer.cpp142 int64_t IntValue; local
143 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
144 EmitULEB128IntValue(IntValue);
152 int64_t IntValue; local
153 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
154 EmitSLEB128IntValue(IntValue);
H A DMCAsmStreamer.cpp661 int64_t IntValue; local
662 if (!Value->EvaluateAsAbsolute(IntValue))
681 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8);
698 int64_t IntValue; local
699 if (Value->EvaluateAsAbsolute(IntValue)) {
700 EmitULEB128IntValue(IntValue);
709 int64_t IntValue; local
710 if (Value->EvaluateAsAbsolute(IntValue)) {
711 EmitSLEB128IntValue(IntValue);
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py91 class IntValue(SimpleValue): class in inherits:SimpleValue
95 class Long(IntValue):
127 class Short(IntValue):
133 class UShort(IntValue):
139 class UInt24(IntValue):
286 class ValueFormat(IntValue):
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotConverters.py91 class IntValue(SimpleValue): class in inherits:SimpleValue
95 class Long(IntValue):
127 class Short(IntValue):
133 class UShort(IntValue):
139 class UInt24(IntValue):
286 class ValueFormat(IntValue):
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.h69 int IntValue();
H A Dweb_ax_object_proxy.cc490 .SetProperty("intValue", &WebAXObjectProxy::IntValue)
651 int WebAXObjectProxy::IntValue() { function in class:content::WebAXObjectProxy
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2391 uint64_t IntValue = MCE->getValue(); local
2392 if (!isUIntN(8 * Size, IntValue) && !isIntN(8 * Size, IntValue))
2394 getStreamer().EmitIntValue(IntValue, Size);
2426 APInt IntValue = getTok().getAPIntVal(); local
2430 if (IntValue.isIntN(64)) {
2432 lo = IntValue.getZExtValue();
2433 } else if (IntValue.isIntN(128)) {
2435 hi = IntValue.getHiBits(IntValue
[all...]
/external/chromium_org/sql/
H A Dmeta_table_unittest.cc170 TEST_F(SQLMetaTableTest, IntValue) {
/external/llvm/include/llvm/MC/
H A DMCStreamer.h135 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
/external/clang/lib/Analysis/
H A DCFG.cpp518 llvm::APInt IntValue = IntLiteral->getValue();
519 if ((IntValue == 1) || (IntValue == 0))
523 !IntValue.isNegative();
580 llvm::APInt IntValue = IntLiteral->getValue(); local
581 if ((IntValue == 1) || (IntValue == 0)) {
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1272 int TiXmlAttribute::IntValue() const
H A Dtinyxml.h816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
823 IntValue() method with richer error checking.
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1272 int TiXmlAttribute::IntValue() const
H A Dtinyxml.h816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
823 IntValue() method with richer error checking.
/external/tinyxml/
H A Dtinyxml.cpp1266 int TiXmlAttribute::IntValue() const function in class:TiXmlAttribute
H A Dtinyxml.h728 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
732 IntValue() method with richer error checking.
/external/tinyxml2/
H A Dtinyxml2.h781 int IntValue() const { int i=0; QueryIntValue( &i ); return i; } function in class:tinyxml2::XMLAttribute

Completed in 542 milliseconds