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

  /external/chromium_org/device/hid/
hid_report_descriptor_item.cc 31 if (IsLong()) {
72 bool HidReportDescriptorItem::IsLong() const { return tag() == kTagLong; }
75 return IsLong() ? 3 : 1;
83 DCHECK(!IsLong());
hid_report_descriptor_item.h 161 bool IsLong() const;
  /art/runtime/verifier/
reg_type_test.cc 94 EXPECT_FALSE(bool_reg_type.IsLong());
126 EXPECT_FALSE(byte_reg_type.IsLong());
158 EXPECT_FALSE(char_reg_type.IsLong());
190 EXPECT_FALSE(short_reg_type.IsLong());
222 EXPECT_FALSE(int_reg_type.IsLong());
254 EXPECT_TRUE(long_reg_type.IsLong());
286 EXPECT_FALSE(float_reg_type.IsLong());
318 EXPECT_FALSE(double_reg_type.IsLong());
method_verifier.cc     [all...]
reg_type.h 196 virtual bool IsLong() const {
498 bool IsLong() const {

Completed in 154 milliseconds