Searched refs:Allocated (Results 1 – 11 of 11) sorted by relevance
/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/llvm/include/llvm/ADT/ |
D | edit_distance.h | 60 llvm::OwningArrayPtr<unsigned> Allocated; variable 64 Allocated.reset(Previous);
|
/external/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… 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}}
|
/external/e2fsprogs/tests/d_loaddump/ |
D | expect | 5 Allocated inode: 12
|
/external/tcpdump/tests/ |
D | lmp.out | 172 Active: Allocated (1) 176 Active: Allocated (1) 185 Active: Allocated (1) 189 Active: Allocated (1)
|
D | lmp.new | 172 Active: Allocated (1) 176 Active: Allocated (1) 185 Active: Allocated (1) 189 Active: Allocated (1)
|
/external/llvm/test/CodeGen/X86/GC/ |
D | alloc_loop.ll | 42 ;; Allocated mem: allocated memory is immediately dead.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 40 Allocated, enumerator 51 bool isAllocated() const { return K == Allocated; } in isAllocated() 62 return RefState(Allocated, s); in getAllocated()
|
/external/qemu/android/camera/ |
D | camera-capture-mac.m | 338 * Allocated instance of MacCameraDevice structure. Note that this routine
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 579 Heap Allocated Arrays
|