Home
last modified time | relevance | path

Searched refs:Allocated (Results 1 – 11 of 11) sorted by relevance

/external/iproute2/examples/diffserv/
Dregression-testing53 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/
Dedit_distance.h60 llvm::OwningArrayPtr<unsigned> Allocated; variable
64 Allocated.reset(Previous);
/external/clang/test/Analysis/
DkeychainAPI-diagnostic-visitor.m33 …length++; // expected-warning {{Allocated data is not released}} // expected-note{{Allocated data …
DkeychainAPI.m81 } // 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/
Dexpect5 Allocated inode: 12
/external/tcpdump/tests/
Dlmp.out172 Active: Allocated (1)
176 Active: Allocated (1)
185 Active: Allocated (1)
189 Active: Allocated (1)
Dlmp.new172 Active: Allocated (1)
176 Active: Allocated (1)
185 Active: Allocated (1)
189 Active: Allocated (1)
/external/llvm/test/CodeGen/X86/GC/
Dalloc_loop.ll42 ;; Allocated mem: allocated memory is immediately dead.
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp40 Allocated, enumerator
51 bool isAllocated() const { return K == Allocated; } in isAllocated()
62 return RefState(Allocated, s); in getAllocated()
/external/qemu/android/camera/
Dcamera-capture-mac.m338 * Allocated instance of MacCameraDevice structure. Note that this routine
/external/llvm/docs/
DProgrammersManual.rst579 Heap Allocated Arrays