HomeSort by relevance Sort by last modified time
    Searched defs:new_stack (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel_manager.cc 382 StackedPanelCollection* new_stack = CreateStack(); local
384 new_stack,
388 return new_stack;
panel_drag_controller.cc 502 StackedPanelCollection* new_stack = panel_manager_->CreateStack(); local
506 new_stack,
585 StackedPanelCollection* new_stack = panel_manager_->CreateStack(); local
587 new_stack,
  /development/ndk/sources/android/libportable/arch-mips/
signal.c 1767 stack_t new_stack, *mips_ss; local
    [all...]
  /external/qemu/target-i386/
seg_helper.c 501 int has_error_code, new_stack, shift; local
595 new_stack = 1;
602 new_stack = 0;
609 new_stack = 0; /* avoid warning */
619 push_size = 6 + (new_stack << 2) + (has_error_code << 1);
625 if (new_stack) {
642 if (new_stack) {
660 if (new_stack) {
727 int has_error_code, new_stack; local
789 new_stack = 1
1526 int new_stack, i; local
    [all...]
  /external/libsepol/src/
services.c 91 char **new_stack = stack; local
99 new_stack = realloc(stack, new_stack_len * sizeof(*stack));
100 if (!new_stack) {
105 stack = new_stack;
    [all...]

Completed in 306 milliseconds