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

  /external/skia/src/images/
bmpdecoderhelper.cpp 33 GetInt(); // Size.
34 GetInt(); // Reserved.
35 int offset = GetInt();
37 int infoSize = GetInt();
48 width_ = GetInt();
49 height_ = GetInt();
52 comp = GetInt();
53 GetInt(); // Size.
54 GetInt(); // XPPM.
55 GetInt(); // YPPM
    [all...]
bmpdecoderhelper.h 86 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.cc 638 int offset = source_->GetInt();
648 int offset = source_->GetInt();
738 int size = source_->GetInt() << kObjectAlignmentBits;
817 int root_id = source_->GetInt(); \
821 int cache_index = source_->GetInt(); \
826 int reference_id = source_->GetInt(); \
    [all...]
serialize.h 175 inline int GetInt();
305 int SnapshotByteSource::GetInt() {
  /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...]

Completed in 726 milliseconds