HomeSort by relevance Sort by last modified time
    Searched defs:getInt (Results 276 - 300 of 989) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/nio/
HeapByteBuffer.java 318 public int getInt() {
319 return Bits.getInt(this, ix(nextGetIndex(4)), bigEndian);
323 public int getInt(int i) {
324 return Bits.getInt(this, ix(checkIndex(i, 4)), bigEndian);
329 return Bits.getInt(this, ix(i), bigEndian);
  /libcore/ojluni/src/main/java/sun/misc/
Unsafe.java 242 public native int getInt(Object obj, long offset);
418 public native int getInt(long address);
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
SearchContactViewHolder.java 153 int numberType = cursor.getInt(Projections.PHONE_TYPE);
195 int carrierPresence = cursor.getInt(Projections.CARRIER_PRESENCE);
283 cursor.getInt(Projections.PHONE_TYPE),
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java 80 type = cursor.getInt(INDEX_WIDGET_TYPE);
91 this(cursor.getInt(INDEX_APPWIDGET_ID), cursor);
120 entry.widgetId = cursor.getInt(0);
136 entry.widgetId = cursor.getInt(0);
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 92 public int getInt(String key, int defValue) {
94 return mPrefGlobal.getInt(key, defValue);
96 return mPrefLocal.getInt(key, defValue);
  /packages/apps/Settings/src/com/android/settings/applications/
ManageDomainUrls.java 98 final boolean disableWebActions = Global.getInt(getContext().getContentResolver(),
115 mWebAction.setChecked(Settings.Secure.getInt(getContentResolver(),
  /packages/apps/Settings/src/com/android/settings/widget/
SeekBarPreference.java 61 setMax(a.getInt(com.android.internal.R.styleable.ProgressBar_max, mMax));
62 setMin(a.getInt(com.android.internal.R.styleable.ProgressBar_min, mMin));
155 return a.getInt(index, 0);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/location/
LocationEnablerTest.java 164 assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
191 assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
217 assertThat(Settings.Secure.getInt(mContext.getContentResolver(),
  /packages/apps/TV/tests/common/src/com/android/tv/testing/data/
ChannelInfo.java 108 builder.setOriginalNetworkId(c.getInt(index));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.h 223 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
LangOptions.h 229 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
LangOptions.h 229 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
LangOptions.h 233 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
LangOptions.h 233 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
LangOptions.h 233 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
LangOptions.h 233 unsigned getInt() const { return fp_contract; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
APValue.h 201 APSInt &getInt() {
205 const APSInt &getInt() const {
206 return const_cast<APValue*>(this)->getInt();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
LangOptions.h 223 unsigned getInt() const { return fp_contract; }

Completed in 1002 milliseconds

<<11121314151617181920>>