Home
last modified time | relevance | path

Searched refs:five (Results 1 – 25 of 37) sorted by relevance

12

/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DCreateViewTest.java68 ViewOne five = new ViewOne(mContext); in testLayout3() local
69 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
110 TextView five = new TextView(mContext); in testLayout6() local
111 five.setText("H"); in testLayout6()
112 vert.addView(five, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/aosp12/art/test/527-checker-array-access-split/src/
H A DMain.java619 Integer five = Integer.valueOf(5); in checkObjectArrayGet() local
622 a[index + 1] = five; in checkObjectArrayGet()
624 a[index + 2] = five; in checkObjectArrayGet()
625 a[index + 3] = five; in checkObjectArrayGet()
/aosp12/art/test/093-serialization/src/
H A DMain.java110 Float five; field in Sub
119 five = 5.0f; in Sub()
128 + " four=" + four + " five=" + five + " six=" + six in check()
/aosp12/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java81 R.id.four, R.id.five, R.id.six, R.id.seven, R.id.eight, R.id.nine, R.id.star,
339 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
363 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
386 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
420 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight in getKeyButtonAnimationDuration()
431 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight in getKeyButtonAnimationDuration()
441 || buttonId == R.id.four || buttonId == R.id.five || buttonId == R.id.six) { in getKeyButtonAnimationDuration()
/aosp12/system/libhidl/
H A Dtest_main.cpp280 auto five = iter - 1; in TEST_F() local
282 EXPECT_EQ(seven - five, 2); in TEST_F()
283 EXPECT_EQ(five - seven, -2); in TEST_F()
285 EXPECT_LT(five, seven); in TEST_F()
286 EXPECT_LE(five, seven); in TEST_F()
287 EXPECT_GT(seven, five); in TEST_F()
288 EXPECT_GE(seven, five); in TEST_F()
291 EXPECT_EQ(five[1], 6); in TEST_F()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadView.java67 R.id.five,
351 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
375 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
398 } else if (buttonId == R.id.five) { in getKeyButtonAnimationDelay()
435 || buttonId == R.id.five in getKeyButtonAnimationDuration()
452 || buttonId == R.id.five in getKeyButtonAnimationDuration()
468 || buttonId == R.id.five in getKeyButtonAnimationDuration()
H A DDialpadFragment.java709 R.id.five, in configureKeypadListeners()
974 } else if (resId == R.id.five) { in onPressed()
/aosp12/art/test/093-serialization/
H A Dexpected-stdout.txt1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp1340 float *four,*five; in db_MaxSuppressFilterChunk_5x5_Aligned16_f() local
1346 five=four+132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1349 two[i]=five+(i+1)*132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1357 five[i]=0.0; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1371 db_MaxVector_128_Aligned16_f(five,four,two[(i-1)&3]); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1373 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+1,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1375 db_MaxVector_128_SecondSourceDestAligned16_f(five,five+3,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1377 db_MaxVector_128_SecondSourceDestAligned16_f(sf[i]+lm2,four+2,five); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
/aosp12/frameworks/base/startop/view_compiler/
H A Ddex_testcase_generator.cc60 LiveRegister five{method.AllocRegister()}; in GenerateSimpleTestCases() local
61 method.BuildConst4(five, 5); in GenerateSimpleTestCases()
64 object, integer_type, Prototype{TypeDescriptor::Void(), TypeDescriptor::Int()}, five); in GenerateSimpleTestCases()
/aosp12/art/test/1945-proxy-method-arguments/
H A Dexpected-stdout.txt14 arg5: java.lang.String "five"
/aosp12/packages/apps/Car/Dialer/tests/instrutests/src/com/android/car/dialer/integration/
H A DDialpadTest.java127 onView(withId(R.id.five)).perform(bringToFrontAction()).perform(click()); in dialTest()
156 onView(withId(R.id.five)).perform(bringToFrontAction()).perform(click()); in typeDownTest()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DDialpadFragment.java58 displayMap.put(R.id.five, '5'); in displayMap.put() argument
75 R.id.five,
/aosp12/hardware/interfaces/audio/effect/2.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
/aosp12/hardware/interfaces/audio/effect/4.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
/aosp12/hardware/interfaces/audio/effect/5.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
/aosp12/hardware/interfaces/audio/effect/6.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
/aosp12/hardware/interfaces/audio/effect/7.0/
H A DIPresetReverbEffect.hal25 SMALLROOM, // a small room less than five meters in length
/aosp12/packages/modules/DnsResolver/
H A DREADME-DoT.md5 The DNS-over-TLS query forwarder consists of five classes:
37 For clarity, each of the five classes in this design is thread-safe and holds one lock.
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
H A DKeypadFragment.java52 sRIdMap.put(KeyEvent.KEYCODE_5, R.id.five); in sRIdMap.put() argument
/aosp12/system/bt/gd/packet/parser/test/
H A Dtest_packets.pdl405 five : 40,
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java127 R.id.four, R.id.five, R.id.six,
557 } else if (view.getId() == R.id.five) { in onPressed()
/aosp12/art/tools/checker/
H A DREADME17 source file. There are five types of check lines. Branching instructions are
/aosp12/system/update_engine/
H A DREADME.md282 |Manifest Signature|Varies|[Signatures]|The signature of the first five fields. There could be mult…
565 * How can the change be implemented that five years from now older clients
567 * How is it going to be maintained five years from now?
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_emoji.combined.gz1dictionary=emoji:en,description=Emoji for English words,locale=en,date ...

12