HomeSort by relevance Sort by last modified time
    Searched defs:GetInt (Results 1 - 4 of 4) sorted by null

  /development/simulator/app/
Preferences.cpp 395 bool Preferences::GetInt(const char* name, int* pInt) const
439 if (GetInt(name, &oldVal) && val == oldVal)
  /external/chromium/net/proxy/
proxy_config_service_linux.cc 313 virtual bool GetInt(const char* key, int* result) {
513 virtual bool GetInt(const char* key, int* result) {
825 gconf_getter_->GetInt((key + "port").c_str(), &port);
    [all...]
proxy_config_service_linux_unittest.cc 186 virtual bool GetInt(const char* key, int* result) {
    [all...]
  /external/skia/src/images/
bmpdecoderhelper.cpp 40 GetInt(); // Size.
41 GetInt(); // Reserved.
42 int offset = GetInt();
44 int infoSize = GetInt();
55 width_ = GetInt();
56 height_ = GetInt();
59 comp = GetInt();
60 GetInt(); // Size.
61 GetInt(); // XPPM.
62 GetInt(); // YPPM
    [all...]

Completed in 122 milliseconds