HomeSort by relevance Sort by last modified time
    Searched refs:IntValue (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 90 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/
cmap_basic_test.cc 90 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/
EquivalenceTest.java 86 private static class IntValue {
89 IntValue(int value) {
100 .addEquivalenceGroup(new IntValue(1), new IntValue(1))
101 .addEquivalenceGroup(new IntValue(2))
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 63 unsigned IntValue,
ARMELFStreamer.cpp 134 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/
MCObjectStreamer.cpp 142 int64_t IntValue;
143 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
144 EmitULEB128IntValue(IntValue);
152 int64_t IntValue;
153 if (Value->EvaluateAsAbsolute(IntValue, getAssembler())) {
154 EmitSLEB128IntValue(IntValue);
MCAsmStreamer.cpp 661 int64_t IntValue;
662 if (!Value->EvaluateAsAbsolute(IntValue))
681 uint64_t ValueToEmit = IntValue >> (ByteOffset * 8);
698 int64_t IntValue;
699 if (Value->EvaluateAsAbsolute(IntValue)) {
700 EmitULEB128IntValue(IntValue);
709 int64_t IntValue;
710 if (Value->EvaluateAsAbsolute(IntValue)) {
711 EmitSLEB128IntValue(IntValue);
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 91 class IntValue(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/
web_ax_object_proxy.h 68 int IntValue();
web_ax_object_proxy.cc 482 .SetProperty("intValue", &WebAXObjectProxy::IntValue)
634 int WebAXObjectProxy::IntValue() {
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /external/chromium_org/sql/
meta_table_unittest.cc 170 TEST_F(SQLMetaTableTest, IntValue) {
  /external/llvm/include/llvm/MC/
MCStreamer.h 135 virtual void emitIntTextAttribute(unsigned Attribute, unsigned IntValue,
  /external/clang/lib/Analysis/
CFG.cpp 518 llvm::APInt IntValue = IntLiteral->getValue();
519 if ((IntValue == 1) || (IntValue == 0))
523 !IntValue.isNegative();
580 llvm::APInt IntValue = IntLiteral->getValue();
581 if ((IntValue == 1) || (IntValue == 0)) {
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1272 int TiXmlAttribute::IntValue() const
    [all...]
tinyxml.h 816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
823 IntValue() method with richer error checking.
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 1272 int TiXmlAttribute::IntValue() const
    [all...]
tinyxml.h 816 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
823 IntValue() method with richer error checking.
    [all...]
  /external/tinyxml/
tinyxml.cpp 1266 int TiXmlAttribute::IntValue() const
    [all...]
tinyxml.h 728 int IntValue() const; ///< Return the value of this attribute, converted to an integer.
732 IntValue() method with richer error checking.
    [all...]
  /external/tinyxml2/
tinyxml2.h 781 int IntValue() const { int i=0; QueryIntValue( &i ); return i; }
    [all...]

Completed in 624 milliseconds