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

1 2

  /external/chromium_org/third_party/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/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_org/chrome/installer/util/
master_preferences_dummy.cc 37 bool MasterPreferences::GetInt(const std::string& name, int* value) const {
master_preferences.h 104 bool GetInt(const std::string& name, int* value) const;
chrome_browser_operations.cc 120 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
master_preferences_unittest.cc 113 EXPECT_TRUE(prefs.GetInt(
118 EXPECT_TRUE(prefs.GetInt(installer::master_preferences::kDistroPingDelay,
172 EXPECT_FALSE(prefs.GetInt(
178 EXPECT_FALSE(prefs.GetInt(
  /external/chromium_org/chrome/service/
service_process_prefs.h 47 int GetInt(const std::string& key, int default_value) const;
service_process_prefs.cc 56 int ServiceProcessPrefs::GetInt(const std::string& key,
  /external/chromium/net/proxy/
proxy_config_service_linux.h 76 virtual bool GetInt(const char* key, int* result) = 0;
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 101 jint GetInt(JNIEnv* env, jobject obj, jint column);
sqlite_cursor.cc 92 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) {
sqlite_cursor_unittest.cc 210 EXPECT_EQ(row.visit_count(), cursor->GetInt(env, NULL, 2));
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.cc 76 int timeout = prefs->GetInt(
  /external/chromium_org/v8/src/
serialize.h 193 inline int GetInt();
299 int SnapshotByteSource::GetInt() {
375 int offset = source_->GetInt();
serialize.cc 911 int size = source_->GetInt() << kObjectAlignmentBits;
973 int root_id = source_->GetInt(); \
    [all...]
  /art/runtime/mirror/
art_field.h 91 int32_t GetInt(const Object* object) const
art_field-inl.h 142 inline int32_t ArtField::GetInt(const Object* object) const {
  /external/chromium_org/net/proxy/
proxy_config_service_linux.h 124 virtual bool GetInt(IntSetting key, int* result) = 0;
  /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_org/content/browser/indexed_db/
indexed_db_backing_store.cc 98 static bool GetInt(DBOrTransaction* db,
200 bool ok = GetInt(db, SchemaVersionKey::Encode(), &db_schema_version, &found);
214 ok = GetInt(db, DataVersionKey::Encode(), &db_data_version, &found);
244 GetInt(transaction.get(), schema_version_key, &db_schema_version, &found);
271 bool ok = GetInt(transaction.get(), it->Key(), &database_id, &found);
297 ok = GetInt(transaction.get(), data_version_key, &db_data_version, &found);
339 bool ok = GetInt(db, max_object_store_id_key, max_object_store_id, &found);
721 bool ok = GetInt(db_.get(), key, &metadata->id, found);
777 bool ok = GetInt(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
callclient.cc 95 int GetInt(const std::vector<std::string>& words, size_t index, int def) {
197 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
228 SwitchToCall(GetInt(words, 1, -1));
255 int fps = GetInt(words, 1, 5); // Default to 5 fps.
338 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);
349 SwitchToCall(GetInt(words, 1, -1));
361 int priority = GetInt(words, 1, 0);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]

Completed in 714 milliseconds

1 2