Home
last modified time | relevance | path

Searched defs:block2 (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddiffer_block_unittest.cc33 void PrepareBuffers(uint8_t*& block1, uint8_t*& block2) { in PrepareBuffers()
43 uint8_t* block2; in TEST() local
55 uint8_t* block2; in TEST() local
67 uint8_t* block2; in TEST() local
79 uint8_t* block2; in TEST() local
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dblock_test.cpp77 auto *block2 = *result; in TEST() local
109 Block *block2 = *result; in TEST() local
141 Block *block2 = *result; in TEST() local
232 Block *block2 = *result; in TEST() local
310 Block *block2 = *result; in TEST() local
341 Block *block2 = Block::from_usable_space(ptr); in TEST() local
354 const Block *block2 = Block::from_usable_space(ptr); in TEST() local
H A Dfreelist_test.cpp27 Block *block2 = *maybeBlock; in TEST() local
/aosp_15_r20/external/flac/src/libFLAC/
H A Dmetadata_object.c697 …minfo_(const FLAC__StreamMetadata_StreamInfo *block1, const FLAC__StreamMetadata_StreamInfo *block… in compare_block_data_streaminfo_()
720 …ion_(const FLAC__StreamMetadata_Application *block1, const FLAC__StreamMetadata_Application *block… in compare_block_data_application_()
734 …ktable_(const FLAC__StreamMetadata_SeekTable *block1, const FLAC__StreamMetadata_SeekTable *block2) in compare_block_data_seektable_()
759 …_(const FLAC__StreamMetadata_VorbisComment *block1, const FLAC__StreamMetadata_VorbisComment *bloc… in compare_block_data_vorbiscomment_()
787 …cuesheet_(const FLAC__StreamMetadata_CueSheet *block1, const FLAC__StreamMetadata_CueSheet *block2) in compare_block_data_cuesheet_()
836 …ta_picture_(const FLAC__StreamMetadata_Picture *block1, const FLAC__StreamMetadata_Picture *block2) in compare_block_data_picture_()
859 …a_unknown_(const FLAC__StreamMetadata_Unknown *block1, const FLAC__StreamMetadata_Unknown *block2,… in compare_block_data_unknown_()
870 …C__metadata_object_is_equal(const FLAC__StreamMetadata *block1, const FLAC__StreamMetadata *block2) in FLAC__metadata_object_is_equal()
/aosp_15_r20/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
H A Dtesting.h99 BlockType& block2 = CreateBlockAndAddToBucket(kLayout2); in AddsAndRemovesBlocks() local
122 BlockType& block2 = CreateBlockAndAddToBucket(kLayout2); in FailsToRemoveBlockWhenNotFound() local
145 BlockType& block2 = CreateBlockAndAddToBucket(kLayout2); in RemovesByLayout() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/
H A Dhttp_header_block_test.cc101 HttpHeaderBlock block2 = block1.Clone(); in TEST() local
113 HttpHeaderBlock block2; in TEST() local
138 HttpHeaderBlock block2(std::move(block1)); in TEST() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcommon_dominator.h31 static HBasicBlock* ForPair(HBasicBlock* block1, HBasicBlock* block2) { in ForPair()
50 HBasicBlock* block2 = dominator_; in Update() local
H A Dbounds_check_elimination_test.cc80 HBasicBlock* block2 = AddNewBlock(); in TEST_F() local
144 HBasicBlock* block2 = AddNewBlock(); in TEST_F() local
191 HBasicBlock* block2 = AddNewBlock(); in TEST_F() local
/aosp_15_r20/external/libgav1/tests/
H A Dblock_utils.cc28 void PrintBlockDiff(const Pixel* block1, const Pixel* block2, int width, in PrintBlockDiff()
91 bool CompareBlocks(const Pixel* block1, const Pixel* block2, int width, in CompareBlocks()
/aosp_15_r20/external/pigweed/pw_allocator/bucket/
H A Dsorted_test.cc63 BlockType& block2 = CreateBlock(kLayout2); in TEST_F() local
88 BlockType& block2 = CreateBlock(kLayout2); in TEST_F() local
H A Dfast_sorted_test.cc62 BlockType& block2 = CreateBlock(kLayout2); in TEST_F() local
88 BlockType& block2 = CreateBlock(kLayout2); in TEST_F() local
H A Dsequenced_test.cc63 BlockType& block2 = CreateBlockAndAddToBucket(kLayout2); in TEST_F() local
/aosp_15_r20/external/pigweed/pw_allocator/block/
H A Ddetailed_block_test.cc1320 BlockType* block2 = block1->Next(); in TEST_FOR_EACH_BLOCK_TYPE() local
1371 BlockType* block2 = BlockType::FromUsableSpace(ptr); in TEST_FOR_EACH_BLOCK_TYPE() local
1383 const BlockType* block2 = BlockType::FromUsableSpace(ptr); in TEST_FOR_EACH_BLOCK_TYPE() local
1401 BlockType* block2 = block1->Prev(); in TEST_FOR_EACH_BLOCK_TYPE() local
1426 BlockType* block2 = block1->Prev(); in TEST_FOR_EACH_BLOCK_TYPE() local
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dbucket_allocator_test.cc107 auto* block2 = BlockType::FromUsableSpace(bucket2_ptr); in TEST_F() local
261 auto* block2 = BlockType::FromUsableSpace(bucket2_ptr); in TEST_F() local
/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc169 Reference block2 = allocator_->GetAsReference(obj2); in TEST_F() local
286 Reference block2 = in TEST_F() local
570 Reference block2 = allocator_->Allocate(sizeof(TestObject1), 2); in TEST_F() local
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator_unittest.cc174 Reference block2 = allocator_->GetAsReference(obj2); in TEST_F() local
293 Reference block2 = in TEST_F() local
646 Reference block2 = allocator_->Allocate(sizeof(TestObject1), 2); in TEST_F() local
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dupdater_test.cpp869 std::string block2(4096, '2'); in TEST_F() local
938 std::string block2(4096, '2'); in TEST_F() local
974 std::string block2(4096, '2'); in TEST_F() local
/aosp_15_r20/external/jazzer-api/tests/src/test/native/com/example/
H A Dnative_value_profile_fuzzer.cpp28 jlong block2) { in Java_com_example_NativeValueProfileFuzzer_checkAccess()
/aosp_15_r20/external/jazzer-api/tests/src/test/java/com/example/
H A DNativeValueProfileFuzzer.java37 private static native boolean checkAccess(long block1, long block2); in checkAccess()
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/Large/
H A Dbranch-range-07.py48 block2 = 'loop0' if i == 0 else 'after%d' % (i - 1) variable
H A Dbranch-range-08.py49 block2 = 'loop0' if i == 0 else 'after%d' % (i - 1) variable
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/android/healthconnect/internal/datatypes/
DPlannedExerciseSessionInternalTest.java37 PlannedExerciseBlockInternal block2 = TestUtils.buildExerciseBlockInternal(); in testPlanWriteToParcel_populateToParcelAndFrom_restoredFieldsAreIdentical() local
/aosp_15_r20/frameworks/base/cmds/incident_helper/tests/
H A DPageTypeInfoParser_test.cpp89 PageTypeInfoProto::Block* block2 = expected.add_blocks(); in TEST_F() local
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/
H A DDhiesTest.java162 String block2 = TestUtil.bytesToHex(Arrays.copyOfRange(ciphertext, i + 16, i + 32)); in testNotEcb() local
/aosp_15_r20/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_sync_test.cc78 u64 block2[4] = {}; // fake malloc block in TEST() local

123