HomeSort by relevance Sort by last modified time
    Searched refs:GetInt (Results 1 - 25 of 49) 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();
  /packages/apps/OMA-DM/engine/dmlib/tool-src/bmdf_reader/
reader.cpp 54 static int GetInt( const unsigned char* buf, int& nOffset )
102 int nNameOffset = GetInt( buf, nOffset );
117 nIDOffset = GetInt( buf, nOffset );
140 aChildren[i] = GetInt(buf, nOffset );
216 nValue = GetInt( buf, nOffset );
227 nValue = GetInt( buf, nOffset );
240 nValue = GetInt( buf, nOffset );
288 int n = GetInt( buf, nOffset );
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.cc 39 int JSChecker::GetInt(const std::string& expression) {
60 EXPECT_EQ(GetInt(expression), result) << expression;
64 EXPECT_NE(GetInt(expression), result) << expression;
js_checker.h 29 int GetInt(const std::string& expression);
  /external/chromium_org/chrome/installer/util/
master_preferences_dummy.cc 34 bool MasterPreferences::GetInt(const std::string& name, int* value) const {
master_preferences.h 104 bool GetInt(const std::string& name, int* value) const;
master_preferences_unittest.cc 114 EXPECT_TRUE(prefs.GetInt(
119 EXPECT_TRUE(prefs.GetInt(installer::master_preferences::kDistroPingDelay,
173 EXPECT_FALSE(prefs.GetInt(
179 EXPECT_FALSE(prefs.GetInt(
chrome_browser_operations.cc 124 prefs.GetInt(installer::master_preferences::kChromeShortcutIconIndex,
  /external/chromium_org/chrome/service/
service_process_prefs.h 47 int GetInt(const std::string& key, int default_value) const;
service_process_prefs.cc 59 int ServiceProcessPrefs::GetInt(const std::string& key,
  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtData.hpp 233 SYNCML_DM_RET_STATUS_T GetInt( INT32& nValue ) const;
dmtNode.hpp 275 * It is a shortcut to the GetValue()->GetInt()
655 return data.GetInt( nValue );
    [all...]
  /external/chromium_org/chrome/browser/history/android/
sqlite_cursor.h 103 jint GetInt(JNIEnv* env, jobject obj, jint column);
sqlite_cursor.cc 93 jint SQLiteCursor::GetInt(JNIEnv* env, jobject obj, jint column) {
sqlite_cursor_unittest.cc 213 EXPECT_EQ(row.visit_count(), cursor->GetInt(env, NULL, 2));
  /external/chromium_org/chrome/service/cloud_print/
connector_settings.cc 65 int timeout = prefs->GetInt(
  /external/chromium_org/v8/src/
serialize.h 165 inline int GetInt();
271 int SnapshotByteSource::GetInt() {
347 int offset = source_->GetInt();
serialize.cc 849 int size = source_->GetInt() << kObjectAlignmentBits;
911 int root_id = source_->GetInt(); \
915 int cache_index = source_->GetInt(); \
920 int skip = source_->GetInt(); \
923 int reference_id = source_->GetInt(); \
932 int skip = source_->GetInt(); \
    [all...]
  /external/chromium_org/net/proxy/
proxy_config_service_linux.h 124 virtual bool GetInt(IntSetting key, int* result) = 0;
  /art/runtime/
reflection.cc 296 DO_FIRST_ARG("Ljava/lang/Integer;", GetInt, Append)
304 DO_ARG("Ljava/lang/Integer;", GetInt, AppendWide)
313 DO_ARG("Ljava/lang/Integer;", GetInt, AppendFloat)
323 DO_ARG("Ljava/lang/Integer;", GetInt, AppendDouble)
759 boxed_value.SetI(primitive_field->GetInt(o));
transaction_test.cc 140 ASSERT_EQ(intField->GetInt(h_klass.Get()), 0);
191 EXPECT_EQ(intField->GetInt(h_klass.Get()), 0);
239 ASSERT_EQ(intField->GetInt(h_instance.Get()), 0);
290 EXPECT_EQ(intField->GetInt(h_instance.Get()), 0);
  /art/runtime/mirror/
art_field.h 110 int32_t GetInt(Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 944 milliseconds

1 2