Searched refs:int_val (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/keymaster/tests/ |
H A D | authorization_set_test.cpp | 95 uint32_t int_val = 0; in TEST() local 96 EXPECT_TRUE(set.GetTagValue(TAG_USER_ID, &int_val)); in TEST() 97 EXPECT_EQ(7U, int_val); in TEST()
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | AudioFlinger.cpp | 287 uint32_t int_val; in onFirstRef() local 288 if (1 == sscanf(val_str, "%u", &int_val)) { in onFirstRef() 289 mStandbyTimeInNsecs = milliseconds(int_val); in onFirstRef() 290 ALOGI("Using %u mSec as standby time.", int_val); in onFirstRef()
|
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination_test.cc | 3706 HInstruction* int_val = MakeParam(DataType::Type::kInt32); in TEST_F() local 3713 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() 3831 HInstruction* int_val = MakeParam(DataType::Type::kInt32); in TEST_F() local 3838 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() 3965 HInstruction* int_val = MakeParam(DataType::Type::kInt32); in TEST_F() local 3973 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() 7920 HInstruction* int_val = MakeParam(DataType::Type::kInt32); in TEST_F() local 7927 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() 8027 HInstruction* int_val = MakeParam(DataType::Type::kInt32); in TEST_F() local 8035 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F()
|