/external/gwp_asan/gwp_asan/tests/ |
D | iterate.cpp | 16 std::vector<std::pair<void *, size_t>> Allocated; in TEST_F() local 18 Allocated.push_back({GPA.allocate(size), size}); in TEST_F() 27 std::sort(Allocated.begin(), Allocated.end()); in TEST_F() 30 void *Base = Allocated[0].first; in TEST_F() 31 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 44 EXPECT_EQ(Allocated, Found); in TEST_F() 48 Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 63 GPA.deallocate(Allocated.back().first); in TEST_F() 64 Allocated.pop_back(); in TEST_F() 65 EXPECT_EQ(Allocated, Found); in TEST_F() [all …]
|
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | iterate.cpp | 16 std::vector<std::pair<void *, size_t>> Allocated; in TEST_F() local 18 Allocated.push_back({GPA.allocate(size), size}); in TEST_F() 27 std::sort(Allocated.begin(), Allocated.end()); in TEST_F() 30 void *Base = Allocated[0].first; in TEST_F() 31 size_t Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 44 EXPECT_EQ(Allocated, Found); in TEST_F() 48 Size = reinterpret_cast<size_t>(Allocated.back().first) - in TEST_F() 63 GPA.deallocate(Allocated.back().first); in TEST_F() 64 Allocated.pop_back(); in TEST_F() 65 EXPECT_EQ(Allocated, Found); in TEST_F() [all …]
|
/external/iproute2/examples/diffserv/ |
D | regression-testing | 53 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 58 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 63 Metering: Allocated throughput should not exceed CIR1 + CIR2 68 Metering: Allocated throughput should not exceed CIR1 105 Metering: Allocated throughput should not exceed 2*CIR1 + 2*CIR2 110 Metering: Allocated throughput should not exceed CIR1 + 2*CIR2 115 Metering: Allocated throughput should not exceed PIR1+ CIR1 + CIR2 120 Metering: Allocated throughput should not exceed CIR1
|
/external/pdfium/third_party/lcms/ |
D | 0008-infinite-loop-GrowNamedColorList.patch | 7 while (v -> Allocated < n) { 17 while (NewNC ->Allocated < v ->Allocated){
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | edit_distance.h | 62 std::unique_ptr<unsigned[]> Allocated; variable 66 Allocated.reset(Row);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | edit_distance.h | 62 std::unique_ptr<unsigned[]> Allocated; variable 66 Allocated.reset(Row);
|
/external/llvm/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; variable 67 Allocated.reset(Row);
|
/external/llvm-project/clang/test/Analysis/ |
D | keychainAPI-diagnostic-visitor.m | 33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
|
D | keychainAPI.m | 81 } // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeConten… 99 …nItemCopyContent(2, ptr, ptr, &length, &outData); // expected-warning {{Allocated data should be r… 196 …return 0; // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemF… 215 …if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainI… 284 …opy(alloc, bytes, length, 5, 0, kCFAllocatorNull); // expected-warning{{Allocated data is not rele… 405 consumeChar(*(char*)outData); // expected-warning{{Allocated data is not released:}} 424 …OSStatus st = my_Allocate_Param(&outData, &length); // expected-warning{{Allocated data is not rel… 425 … st = my_Allocate_Param(&outData2, &length); // expected-warning{{Allocated data is not released}}
|
/external/clang/test/Analysis/ |
D | keychainAPI.m | 81 } // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemFreeConten… 99 …nItemCopyContent(2, ptr, ptr, &length, &outData); // expected-warning {{Allocated data should be r… 204 …return 0; // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainItemF… 223 …if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainI… 277 …opy(alloc, bytes, length, 5, 0, kCFAllocatorNull); // expected-warning{{Allocated data is not rele… 398 consumeChar(*(char*)outData); // expected-warning{{Allocated data is not released:}} 417 …OSStatus st = my_Allocate_Param(&outData, &length); // expected-warning{{Allocated data is not rel… 418 … st = my_Allocate_Param(&outData2, &length); // expected-warning{{Allocated data is not released}}
|
D | keychainAPI-diagnostic-visitor.m | 33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
|
/external/llvm-project/llvm/unittests/IR/ |
D | DebugInfoTest.cpp | 215 DIExpression *Allocated = getDIExpression(2); in TEST() local 220 Allocated, Rank); in TEST() 225 EXPECT_EQ(ArrayType->getRawAllocated(), Allocated); in TEST()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | combined.h | 98 Header.State = Chunk::State::Allocated; in allocate() 110 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate() 457 Header.State = Chunk::State::Allocated; 501 if (UNLIKELY(Header.State != Chunk::State::Allocated)) 556 if (UNLIKELY(OldHeader.State != Chunk::State::Allocated)) 690 Header.State == Chunk::State::Allocated) { in iterateOverChunks() 756 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getUsableSize() 780 Header.State == Chunk::State::Allocated; in isOwned() 880 Header.State != Chunk::State::Allocated && in getErrorInfo() 904 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getErrorInfo()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | Frames-dyn-alloca-with-func-call.ll | 59 ; Allocated area is referred by stack pointer. 96 ; Allocated area is referred by stack pointer. 131 ; Allocated area is referred by stack pointer.
|
/external/pdfium/third_party/lcms/src/ |
D | cmsnamed.c | 515 if (v ->Allocated == 0) in GrowNamedColorList() 518 size = v ->Allocated * 2; in GrowNamedColorList() 532 v ->Allocated = size; in GrowNamedColorList() 547 while (v -> Allocated < n) { in cmsAllocNamedColorList() 581 while (NewNC ->Allocated < v ->Allocated){ in cmsDupNamedColorList() 606 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) { in cmsAppendNamedColor()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/ |
D | nanopb.proto | 34 // Allocated size for 'bytes' and 'string' fields. 37 // Allocated number of entries in arrays ('repeated' fields)
|
/external/libwebsockets/minimal-examples/api-tests/ |
D | README.md | 5 api-test-lwsac|LWS Allocated Chunks api
|
/external/arm-trusted-firmware/fdts/ |
D | corstone700_fvp.dts | 17 * Allocated flash space: 8 MB
|
/external/e2fsprogs/tests/d_loaddump/ |
D | expect | 5 Allocated inode: 12
|
/external/scudo/standalone/ |
D | combined.h | 95 Header.State = Chunk::State::Allocated; in allocate() 113 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in deallocate() 494 Header.State = Chunk::State::Allocated; 543 if (UNLIKELY(Header.State != Chunk::State::Allocated)) 604 if (UNLIKELY(OldHeader.State != Chunk::State::Allocated)) 756 if (Header.State == Chunk::State::Allocated) { in iterateOverChunks() 824 if (UNLIKELY(Header.State != Chunk::State::Allocated)) in getUsableSize() 848 Header.State == Chunk::State::Allocated; in isOwned() 1327 Header.State != Chunk::State::Allocated || Tag != FaultAddrTag) in getInlineErrorInfo()
|
/external/nanopb-c/generator/proto/ |
D | nanopb.proto | 34 // Allocated size for 'bytes' and 'string' fields. 42 // Allocated number of entries in arrays ('repeated' fields)
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_regalloc.c | 56 unsigned int Allocated:1; member 249 if (reg->Allocated) { in remap_register() 262 s->Input[input].Allocated = 1; in alloc_input_simple() 276 s->Temporary[i].Allocated = 1; in do_regalloc_inputs_only()
|
/external/tcpdump/tests/ |
D | lmpv1_busyloop.out | 5 Flags: [Allocated for user traffic]
|
/external/nanopb-c/generator/nanopb/ |
D | options.proto | 42 // Allocated size for 'bytes' and 'string' fields. 50 // Allocated number of entries in arrays ('repeated' fields)
|