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

  /system/connectivity/shill/
property_accessor_unittest.cc 39 int32_t int_store = 0; local
42 int32_t orig_value = int_store;
43 Int32Accessor accessor(new PropertyAccessor<int32_t>(&int_store));
44 EXPECT_EQ(int_store, accessor->Get(&error));
59 int_store = std::numeric_limits<int32_t>::max();
64 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store));
65 EXPECT_EQ(int_store, accessor->Get(&error));
71 EXPECT_EQ(int_store, accessor->Get(&error));
73 int_store = std::numeric_limits<int32_t>::max();
78 Int32Accessor accessor(new ConstPropertyAccessor<int32_t>(&int_store));
120 uint32_t int_store = 0; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 140 const int int_store[3]; /* cost of storing integer register member in struct:processor_costs
    [all...]

Completed in 77 milliseconds