/external/compiler-rt/lib/profile/ |
InstrProfilingFile.c | 107 char *Allocated; 130 Allocated = malloc(I + NumPids*(PidLength - 2) + 1); 131 if (!Allocated) 138 memcpy(Allocated + J, PidChars, PidLength); 143 Allocated[J++] = Filename[I]; 144 Allocated[J] = 0; 147 setFilename(Allocated, 1);
|
/external/llvm/include/llvm/ADT/ |
edit_distance.h | 63 std::unique_ptr<unsigned[]> Allocated; 67 Allocated.reset(Row);
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsnamed.c | 489 if (v ->Allocated == 0) 492 size = v ->Allocated * 2; 502 v ->Allocated = size; 517 while (v -> Allocated < n) 547 while (NewNC ->Allocated < v ->Allocated) 568 if (NamedColorList ->nColors + 1 > NamedColorList ->Allocated) {
|
lcms2_internal.h | 662 _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool 665 cmsUInt32Number PoolSize; // The maximum allocated size 682 cmsUInt32Number Allocated; 858 // of the LUTS, since ownership of original is up to the profile. The user should free allocated resources. [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_regalloc.c | 54 unsigned int Allocated:1; 198 if (reg->Allocated) { 211 s->Input[input].Allocated = 1; 225 s->Temporary[i].Allocated = 1;
|
r3xx_vertprog.c | 547 unsigned int Allocated:1; 633 if (ta[orig].Allocated && inst == ta[orig].LastRead) 642 if (!ta[orig].Allocated) { 647 ta[orig].Allocated = 1;
|
/external/v8/test/mjsunit/regress/ |
regress-131994.js | 30 // Test that a variable in the local scope that shadows a context-allocated 53 var x; // Context-allocated due to g(). 60 var x = 3; // Allocated in the local scope.
|
/external/lzma/CS/7zip/Compress/LZ/ |
LzInWindow.cs | 18 public UInt32 _blockSize; // Size of Allocated memory block
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
MallocChecker.cpp | 51 enum Kind { // Reference to allocated memory. 52 Allocated, 53 // Reference to zero-allocated memory. 76 bool isAllocated() const { return K == Allocated; } 91 return RefState(Allocated, s, family); 116 CASE(Allocated) 403 // The allocated region symbol tracked by the main analysis. 426 // Did not track -> allocated. Other state (released) -> allocated. 435 // Did not track -> released. Other state (allocated) -> released [all...] |
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
const.go | 149 AttrAllocated: "Allocated",
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
const.go | 149 AttrAllocated: "Allocated",
|
/prebuilts/go/darwin-x86/src/cmd/trace/ |
trace.go | 356 Allocated uint64
|
/prebuilts/go/linux-x86/src/cmd/trace/ |
trace.go | 356 Allocated uint64
|
/external/v8/src/compiler/ |
instruction.h | 36 enum Kind { INVALID, UNALLOCATED, CONSTANT, IMMEDIATE, EXPLICIT, ALLOCATED }; 48 // Constant operands participate in register allocation. They are allocated to 64 INSTRUCTION_OPERAND_PREDICATE(Allocated, ALLOCATED) 457 DCHECK(ALLOCATED == op->kind() || EXPLICIT == op->kind()); 462 DCHECK(ALLOCATED == op->kind() || EXPLICIT == op->kind()); 467 DCHECK(ALLOCATED == op.kind() || EXPLICIT == op.kind()); 494 : LocationOperand(ALLOCATED, kind, rep, index) {} 501 INSTRUCTION_OPERAND_CASTS(AllocatedOperand, ALLOCATED); [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
esc.go | 216 // (stack, heap) allocated memory. 229 // value of x.left was copied into a field of a newly allocated Node) 356 EscScope // Allocated in an inner loop scope, assigned to an outer loop scope, [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
esc.go | 213 // (stack, heap) allocated memory. 226 // value of x.left was copied into a field of a newly allocated Node) 353 EscScope // Allocated in an inner loop scope, assigned to an outer loop scope, [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
esc.go | 216 // (stack, heap) allocated memory. 229 // value of x.left was copied into a field of a newly allocated Node) 356 EscScope // Allocated in an inner loop scope, assigned to an outer loop scope, [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
esc.go | 213 // (stack, heap) allocated memory. 226 // value of x.left was copied into a field of a newly allocated Node) 353 EscScope // Allocated in an inner loop scope, assigned to an outer loop scope, [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |