Home
last modified time | relevance | path

Searched defs:GetInt (Results 1 – 10 of 10) sorted by relevance

/aosp12/build/soong/ui/build/
H A Denvironment.go63 func (e *Environment) GetInt(key string) (int, bool) { func
/aosp12/system/bt/test/mock/
H A Dmock_main_shim_BtifConfigInterface.cc29 bool bluetooth::shim::BtifConfigInterface::GetInt(const std::string& section, in GetInt() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/gd/storage/
H A Dconfig_cache_helper.cc90 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, const std::string& propert… in GetInt() function in bluetooth::storage::ConfigCacheHelper
/aosp12/system/bt/main/shim/
H A Dconfig.cc45 bool BtifConfigInterface::GetInt(const std::string& section, in GetInt() function in bluetooth::shim::BtifConfigInterface
/aosp12/system/bt/btif/src/
H A Dbtif_config_cache.cc244 std::optional<int> BtifConfigCache::GetInt(const std::string& section_name, in GetInt() function in BtifConfigCache
/aosp12/art/runtime/
H A Dart_field-inl.h204 inline int32_t ArtField::GetInt(ObjPtr<mirror::Object> object) { in GetInt() function
/aosp12/system/update_engine/
H A Dtest_http_server.cc517 inline int GetInt(const off_t index) const { return atoi(GetCStr(index)); } in GetInt() function in chromeos_update_engine::UrlTerms
/aosp12/packages/modules/StatsD/statsd/src/logd/
H A DLogEvent.cpp466 int LogEvent::GetInt(size_t key, status_t* err) const { in GetInt() function in android::os::statsd::LogEvent
/aosp12/system/keymaster/tests/
H A Dauthorization_set_test.cpp435 TEST(GetValue, GetInt) { in TEST() argument
/aosp12/art/dexlayout/
H A Ddex_ir.h793 int32_t GetInt() const { return u_.int_val_; } in GetInt() function