/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...] |
bmpdecoderhelper.h | 93 int GetInt();
|
/external/chromium/net/proxy/ |
proxy_config_service_linux.h | 76 virtual bool GetInt(const char* key, int* result) = 0;
|
proxy_config_service_linux.cc | 331 virtual bool GetInt(const char* key, int* result) { 585 virtual bool GetInt(const char* key, int* result) { [all...] |
proxy_config_service_linux_unittest.cc | 202 virtual bool GetInt(const char* key, int* result) { [all...] |
/external/v8/src/ |
serialize.h | 129 inline int GetInt(); 256 int SnapshotByteSource::GetInt() {
|
serialize.cc | 644 int offset = source_->GetInt(); 654 int offset = source_->GetInt(); 736 int size = source_->GetInt() << kObjectAlignmentBits; 811 int root_id = source_->GetInt(); \ 814 int cache_index = source_->GetInt(); \ 818 int reference_id = source_->GetInt(); \ [all...] |
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.cc | 93 int GetInt(const std::vector<std::string>& words, size_t index, int def) { 169 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth); 214 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);
|
/external/chromium/chrome/browser/first_run/ |
first_run.cc | 119 if (!prefs.GetInt(installer::master_preferences::kDistroPingDelay,
|
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | 456 self.SetGraphType(event.GetInt())
[all...] |
/external/icu4c/i18n/ |
decNumber.c | [all...] |