HomeSort by relevance Sort by last modified time
    Searched refs:integer (Results 176 - 200 of 657) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4c/source/tools/gensprep/
store.c 227 return parm.integer;
232 return (UBool)(p1.integer != p2.integer);
262 codepoint = element->key.integer;
  /external/icu/icu4c/source/tools/tzcode/
private.h 143 Please use a compiler that supports a 64-bit integer type (or wider);
217 ** add one for integer division truncation;
  /external/openssl/crypto/pkcs7/
pk7_attr.c 96 /* Basic smime-capabilities OID and optional integer arg */
121 alg->parameter->value.integer = nbit;
  /frameworks/base/core/java/android/util/
NtpTrustedTime.java 60 com.android.internal.R.integer.config_ntpTimeout);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BrightnessMirrorController.java 98 R.integer.notification_panel_layout_gravity);
  /frameworks/base/services/core/java/com/android/server/am/
ProcessList.java 231 com.android.internal.R.integer.config_lowMemoryKillerMinFreeKbytesAdjust);
233 com.android.internal.R.integer.config_lowMemoryKillerMinFreeKbytesAbsolute);
275 int reserve_adj = Resources.getSystem().getInteger(com.android.internal.R.integer.config_extraFreeKbytesAdjust);
276 int reserve_abs = Resources.getSystem().getInteger(com.android.internal.R.integer.config_extraFreeKbytesAbsolute);
298 SystemProperties.set("sys.sysctl.extra_free_kbytes", Integer.toString(reserve));
313 return prefix + "+" + Integer.toString(val-base);
346 return Integer.toString(setAdj);
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 94 final int fadeOutDurationMs = mResources.getInteger(R.integer.bitmap_fade_animation_duration);
95 mProgressDelayMs = mResources.getInteger(R.integer.bitmap_progress_animation_delay);
443 pulseDuration = res.getInteger(R.integer.bitmap_placeholder_animation_duration);
453 mPulseAlphaFraction = ((Integer) animation.getAnimatedValue()) / 255f;
526 .setDuration(res.getInteger(R.integer.bitmap_progress_animation_duration));
532 setLevel((Integer) animation.getAnimatedValue());
  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 55 mMaxCollapsedLines = getResources().getInteger((R.integer.event_info_desc_line_num));
68 mTv.setMaxLines(mCollapsed ? mMaxCollapsedLines : Integer.MAX_VALUE);
83 mTv.setMaxLines(Integer.MAX_VALUE);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 58 R.integer.floating_action_button_animation_duration);
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
DialogAdapter.java 68 .getInteger(android.R.integer.config_shortAnimTime))
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 280 mAnimateInDuration = res.getInteger(R.integer.animate_in_duration);
281 mAnimateDelay = res.getInteger(R.integer.animate_delay);
282 mSecondaryAnimateDelay = res.getInteger(R.integer.secondary_animate_delay);
283 mSlideInStagger = res.getInteger(R.integer.slide_in_stagger);
284 mSlideInDistance = res.getInteger(R.integer.slide_in_distance);
612 android.R.integer.config_mediumAnimTime));
746 getResources().getInteger(android.R.integer.config_longAnimTime));
755 alphaAnimator.setDuration(getResources().getInteger(android.R.integer.config_longAnimTime));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 328 res.getInteger(R.integer.folder_max_width_proportion) / 100.0);
330 res.getInteger(R.integer.folder_cell_max_width_proportion) / 100.0);
487 return res.getInteger(R.integer.conversation_list_search_header_mode);
490 return res.getInteger(R.integer.conversation_header_mode);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 117 res.getInteger(R.integer.config_delay_in_milliseconds_to_update_old_suggestions);
153 mDoubleSpacePeriodTimeout = res.getInteger(R.integer.config_double_space_period_timeout);
182 res.getInteger(R.integer.config_key_preview_show_up_duration));
185 res.getInteger(R.integer.config_key_preview_dismiss_duration));
311 final int arrayIndex = Integer.parseInt(currentAutoCorrectionSetting);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ImportantNoticeUtils.java 75 return context.getResources().getInteger(R.integer.config_important_notice_version);
  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 76 $1[_rswigi] = INTEGER($input)[_rswigi];
160 $1 = %reinterpret_cast(INTEGER($input), $1_ltype);
225 $1 = %static_cast(INTEGER($input)[0], $1_ltype);
254 sapply(i, function(n) x$"__getitem__"(i=as.integer(n-1))))
260 x$"__setitem__"(i=as.integer(i[n]-1), x=value[n]))
  /external/libvorbis/doc/
03-codebook.tex 96 4) [length] = read a five bit unsigned integer;
107 7) [length] = read a five bit unsigned integer;
122 2) [current_length] = read a five bit unsigned integer and add 1;
123 3) [number] = read \link{vorbis:spec:ilog}{ilog}([codebook_entries] - [current_entry]) bits as an unsigned integer
149 The lookup table type is read as a four bit unsigned integer:
151 1) [codebook_lookup_type] = read four bits as an unsigned integer
169 1) [codebook_minimum_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
170 2) [codebook_delta_value] = \link{vorbis:spec:float32:unpack}{float32_unpack}( read 32 bits as an unsigned integer)
171 3) [codebook_value_bits] = read 4 bits as an unsigned integer and add 1
316 4) [multiplicand_offset] = ( [lookup_offset] divided by [index_divisor] using integer
    [all...]
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardFlip.java 86 mVerticalPadding = getResources().getInteger(R.integer.vertical_card_magin);
87 mHorizontalPadding = getResources().getInteger(R.integer.horizontal_card_magin);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
translit.h 263 * A context integer or pointer for a factory function, passed by
269 * This token, interpreted as a 32-bit integer.
272 int32_t integer; member in union:Transliterator::Token
281 * Return a token containing an integer.
282 * @return a token containing an integer.
740 * arguments to this pattern are an integer followed by one or two
741 * strings. The integer is the number of strings, either 1 or 2.
    [all...]
  /external/chromium_org/tools/gn/
operators_unittest.cc 14 if (v.type() != Value::INTEGER)
59 // Append an integer.
61 Token integer(Location(), Token::INTEGER, integer_value);
62 node.set_right(ListWithLiteral(integer).PassAs<ParseNode>());
120 Token twelve(Location(), Token::INTEGER, twelve_str);
138 ASSERT_EQ(Value::INTEGER, result.list_value()[0].list_value()[0].type());
141 // Try to append an integer and a string directly (e.g. foo += "hi").
  /external/chromium_org/tools/json_schema_compiler/test/
simple_api_unittest.cc 17 value->SetWithoutPathExpansion("integer",
127 EXPECT_EQ(4, test_type->integer);
177 ASSERT_TRUE(expected->GetInteger("integer", &some_test_type.integer));
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-valueof.js 30 // Test valueof with integer input.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-166379.js 32 // Feed integer type info and optimize.
  /external/chromium_org/v8/test/webkit/
add-recovery.js 34 // warm-up foo to be integer
boxed-double-to-int.js 25 "This tests that converting a boxed double to an integer does not crash the register allocator."
dfg-mul-big-integers.js 25 "Tests what happens when you multiply large integers in an integer context."

Completed in 1296 milliseconds

1 2 3 4 5 6 78 91011>>