| /external/skia/src/gpu/ccpr/ |
| GrCCAtlas.h | 105 * This class implements an unbounded stack of atlases. When the current atlas reaches the 122 Iter(GrCCAtlasStack& stack) : fImpl(&stack.fAtlases) {} 133 // atlas, so it was retired and a new one was added to the stack. The return value is the
|
| /external/skqp/experimental/canvaskit/htmlcanvas/ |
| util.js | 21 // would occasionally throw "Maximum call stack size exceeded"
|
| /external/skqp/src/gpu/ccpr/ |
| GrCCAtlas.h | 105 * This class implements an unbounded stack of atlases. When the current atlas reaches the 122 Iter(GrCCAtlasStack& stack) : fImpl(&stack.fAtlases) {} 133 // atlas, so it was retired and a new one was added to the stack. The return value is the
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| dead_branch_elim_pass.cpp | 99 std::vector<BasicBlock*> stack; local 100 stack.push_back(&*func->begin()); 102 while (!stack.empty()) { 103 BasicBlock* block = stack.back(); 104 stack.pop_back(); 178 stack.push_back(GetParentBlock(live_lab_id)); 182 const_block->ForEachSuccessorLabel([&stack, this](const uint32_t label) { 183 stack.push_back(GetParentBlock(label));
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| Parallel.cpp | 18 #include <stack> 109 std::stack<std::function<void()>> WorkStack;
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/Inputs/ |
| win64-unwind.exe.coff-x86_64.asm | 39 // Function with big stack allocation.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ARM/ |
| attribute-10.s | 23 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 1024-byte data alignment
|
| attribute-11.s | 23 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 2048-byte data alignment
|
| attribute-12.s | 23 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 4096-byte data alignment
|
| attribute-9.s | 23 @CHECK-OBJ-NEXT: Description: 8-byte stack alignment, 512-byte data alignment
|
| /external/tensorflow/tensorflow/contrib/framework/python/ops/ |
| arg_scope.py | 88 stack = _get_arg_stack() 89 return stack[-1]
|
| /external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
| fused_rnn_cell.py | 104 inputs = array_ops.stack(inputs) 128 outputs = array_ops.stack(outputs)
|
| /external/u-boot/arch/arm/lib/ |
| elf_aarch64_efi.lds | 66 *(.note.GNU-stack)
|
| /external/u-boot/arch/riscv/lib/ |
| elf_riscv32_efi.lds | 68 *(.note.GNU-stack)
|
| elf_riscv64_efi.lds | 68 *(.note.GNU-stack)
|
| /external/u-boot/arch/x86/lib/ |
| elf_ia32_efi.lds | 88 *(.note.GNU-stack)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| texi2html.py | 229 self.stackinfo={} # Keep track of state in the stack
268 self.stack = []
294 'format' not in self.stack and \
295 'example' not in self.stack:
310 if self.stack:
311 print '*** Stack not empty at the end'
312 print '***', self.stack
385 print '!'*self.debugging, 'process:', self.skip, self.stack,
419 #if 'menu' in self.stack:
420 # print 'inmenu :', self.skip, self.stack, self.stackinfo [all...] |
| /external/python/cpython2/Tools/scripts/ |
| texi2html.py | 229 self.stackinfo={} # Keep track of state in the stack 268 self.stack = [] 294 'format' not in self.stack and \ 295 'example' not in self.stack: 310 if self.stack: 311 print '*** Stack not empty at the end' 312 print '***', self.stack 385 print '!'*self.debugging, 'process:', self.skip, self.stack, 419 #if 'menu' in self.stack: 420 # print 'inmenu :', self.skip, self.stack, self.stackinf [all...] |
| /external/python/cpython3/Tools/scripts/ |
| texi2html.py | 230 self.stackinfo={} # Keep track of state in the stack 269 self.stack = [] 295 'format' not in self.stack and \ 296 'example' not in self.stack: 311 if self.stack: 312 print('*** Stack not empty at the end') 313 print('***', self.stack) 386 print('!'*self.debugging, 'process:', self.skip, self.stack, end=' ') 420 #if 'menu' in self.stack: 421 # print 'inmenu :', self.skip, self.stack, self.stackinf [all...] |
| /external/compiler-rt/lib/msan/ |
| msan_interceptors.cc | 172 *memptr = MsanReallocate(&stack, nullptr, size, alignment, false); 182 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false); 193 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false); 200 void *ptr = MsanReallocate(&stack, nullptr, size, boundary, false); 207 void *ptr = MsanReallocate(&stack, nullptr, size, GetPageSizeCached(), false); 220 void *ptr = MsanReallocate(&stack, nullptr, size, PageSize, false); 231 MsanDeallocate(&stack, ptr); 238 MsanDeallocate(&stack, ptr); 292 CopyShadowAndOrigin(dest, src, n + 1, &stack); 303 CopyShadowAndOrigin(dest, src, copy_size, &stack); [all...] |
| msan.cc | 93 // Array of stack origins. 212 "Origin per-stack limit invalid: %d. Must be 0 (unlimited) or in [1, " 220 void GetStackTrace(BufferedStackTrace *stack, uptr max_s, uptr pc, uptr bp, 226 return stack->Unwind(max_s, pc, bp, nullptr, 0, 0, request_fast_unwind); 228 stack->Unwind(max_s, pc, bp, nullptr, t->stack_top(), t->stack_bottom(), 250 ReportUMR(&stack, report_origin); 266 // Instances of this class may live on the signal handler stack, and data size 297 u32 ChainOrigin(u32 id, StackTrace *stack) { 303 stack->tag = StackTrace::TAG_UNKNOWN; 304 Origin chained = Origin::CreateChainedOrigin(o, stack); [all...] |
| /cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
| Persistence.java | 448 for (ActivityManagerState.ActivityStack stack : trimStacks(activityStacks, 450 stacks.add(new StackState(stack)); 462 for (StackState stack : mStacks) { 463 stacks.put(stack.toJson()); 481 * To make the state dump non device specific we remove every stack that was present 482 * in the system before recording, by their ID. For example a stack containing the launcher 489 for (ActivityManagerState.ActivityStack stack : trimFrom) { 490 toTrim.removeIf(t -> t.getStackId() == stack.getStackId()); 518 * The component name of the resumedActivity in this Stack, empty string if there is none. 522 * The Tasks in this stack ordered from most recent to least recent [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| plistlib.py | 155 self.stack = []
160 self.stack.append(element)
166 assert self.stack.pop() == element
396 self.stack = []
425 self.stack[-1][self.currentKey] = value
427 elif not self.stack:
431 self.stack[-1].append(value)
447 self.stack.append(d)
449 self.stack.pop()
457 self.stack.append(a) [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
| Thunk16.S | 77 # The order of saved registers on the stack matches the order they appears
150 L_SavedSp: .space 8 # restore stack
179 movl %esi,%ss # set up 16-bit stack segment
180 movw %bx,%sp # set up 16-bit stack pointer
248 pushq %rbx # Save ds segment register on the stack
250 pushq %rbx # Save es segment register on the stack
252 pushq %rbx # Save ss segment register on the stack
261 movl %edi,%ebx # ebx <- stack for 16-bit code
263 addl %eax,%edi # edi <- linear address of 16-bit stack
274 sgdt 0x60(%rsp) # save GDT stack in argument space [all...] |
| /external/fonttools/Lib/fontTools/cffLib/ |
| specializer.py | 38 stack = [] 42 stack.append(token) 50 if stack and (len(stack) % 2) ^ parity: 51 width = stack.pop(0) 55 if stack: 56 commands.append(('', stack)) 60 commands.append((token,stack)) 61 stack = [] 62 if stack [all...] |