HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 751 - 775 of 3511) sorted by null

<<31323334353637383940>>

  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
FileOperationServiceTest.java 162 DocumentStack stack = new DocumentStack(); local
163 stack.push(dest);
165 return createBaseIntent(OPERATION_COPY, getContext(), createJobId(), files, stack);
201 DocumentStack stack, List<DocumentInfo> srcs) {
207 TestJob job = new TestJob(service, appContext, listener, OPERATION_COPY, id, stack);
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
StackViewer.py 22 self.stack = self.get_stack(tb)
28 stack = []
32 stack.append((tb.tb_frame, tb.tb_lineno))
34 return stack
51 for info in self.stack:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
StackViewer.py 22 self.stack = self.get_stack(tb)
28 stack = []
32 stack.append((tb.tb_frame, tb.tb_lineno))
34 return stack
51 for info in self.stack:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 22 self.stack = self.get_stack(tb)
28 stack = []
32 stack.append((tb.tb_frame, tb.tb_lineno))
34 return stack
51 for info in self.stack:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
StackViewer.py 22 self.stack = self.get_stack(tb)
28 stack = []
32 stack.append((tb.tb_frame, tb.tb_lineno))
34 return stack
51 for info in self.stack:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 144 self.stack = []
235 for t, d, nst in self.stack:
265 if not self.stack and space.match(data) is None:
364 if not self.stack:
420 if self.stack:
422 while self.stack:
423 self.finish_endtag(self.stack[-1][0])
502 if not self.stack:
580 self.__use_namespaces = len(self.stack)+1
607 if self.__seen_starttag and not self.stack
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 144 self.stack = []
235 for t, d, nst in self.stack:
265 if not self.stack and space.match(data) is None:
364 if not self.stack:
420 if self.stack:
422 while self.stack:
423 self.finish_endtag(self.stack[-1][0])
502 if not self.stack:
580 self.__use_namespaces = len(self.stack)+1
607 if self.__seen_starttag and not self.stack
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 144 self.stack = []
235 for t, d, nst in self.stack:
265 if not self.stack and space.match(data) is None:
364 if not self.stack:
420 if self.stack:
422 while self.stack:
423 self.finish_endtag(self.stack[-1][0])
502 if not self.stack:
580 self.__use_namespaces = len(self.stack)+1
607 if self.__seen_starttag and not self.stack
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 144 self.stack = []
235 for t, d, nst in self.stack:
265 if not self.stack and space.match(data) is None:
364 if not self.stack:
420 if self.stack:
422 while self.stack:
423 self.finish_endtag(self.stack[-1][0])
502 if not self.stack:
580 self.__use_namespaces = len(self.stack)+1
607 if self.__seen_starttag and not self.stack
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 202 /** Current stack */
203 ActivityStack stack; field in class:TaskRecord
219 * task stack. */
226 // do not want to delete the stack when the task goes empty.
259 // The information is persisted and used to determine the appropriate stack to launch the
581 } else if (stack != null) {
584 stack.getDisplaySize(displaySize);
588 Slog.e(TAG, "setLastThumbnailLocked() called on Task without stack");
679 if (stack != null) {
682 if (!r.finishing && stack.okToShowLocked(r))
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 136 final WindowStack stack = local
139 if (stack != null) {
140 mStacks.add(stack);
256 for (WindowStack stack : mStacks) {
257 if (stackId == stack.mStackId) {
274 for (WindowStack stack : mStacks) {
275 if (stackId == stack.mStackId) {
276 return stack;
309 // Not a stack.
312 // For the stack Id line we just read
315 final WindowStack stack = new WindowStack(); local
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 43 //NOTE: patch open elements stack, so we can assign end location for the elements
44 function patchOpenElementsStack(stack, parser) {
47 stack.pop = function () {
52 stack.popAllUpToHtmlElement = function () {
59 stack.remove = function (element) {
91 //NOTE: <body> and <html> are never popped from the stack, so we need to updated
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 93 StackTrace stack = map->Get(stack_id); local
95 if (stack.size >= 2)
96 return stack.trace[1];
119 // it as reachable, as we can't properly report its allocation stack anyway.
  /external/icu/icu4c/source/layout/
LigatureSubstProc2.cpp 77 le_int32 stack[nComponents]; local
110 mm--; // don't overrun the stack.
112 stack[++mm] = componentGlyph;
130 componentStack[m] = stack[mm--];
  /external/libunwind/doc/
unw_resume.tex 8 \begin{Name}{3}{unw\_resume}{David Mosberger-Tang}{Programming Library}{unw\_resume}unw\_resume -- resume execution in a particular stack frame
19 The \Func{unw\_resume}() routine resumes execution at the stack frame
24 and then directly resumes execution in the target stack frame. Thus
27 (callee-saved) registers. However, if execution in any of the stack
31 \Func{unw\_resume}() on a cursor which identifies the stack frame of
81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
  /external/skia/tools/
CrashHandler.cpp 65 void* stack[kMax]; local
66 const int count = backtrace(stack, kMax);
69 backtrace_symbols_fd(stack, count, 2/*stderr*/);
125 // We need to run SymInitialize before doing any of the stack walking below.
  /external/speex/libspeex/
ltp_bfin.h 66 void pitch_xcorr(const spx_word16_t *_x, const spx_word16_t *_y, spx_word32_t *corr, int len, int nb_pitch, char *stack)
157 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack)
210 pitch_xcorr(sw, sw-end, corr, len, end-start+1, stack);
nb_celp.c 67 /* Default size for the encoder and decoder stack (can be changed at compile time).
125 st->stack = NULL;
127 st->stack = (char*)speex_alloc_scratch(NB_ENC_STACK);
219 speex_free_scratch(st->stack);
273 char *stack; local
282 stack=st->stack;
322 roots=lpc_to_lsp (lpc, st->lpcSize, lsp, 10, LSP_DELTA1, stack);
349 lsp_to_lpc(interp_lsp, interp_lpc, st->lpcSize,stack);
367 filter_mem16(st->sw, bw_lpc1, bw_lpc2, st->sw, st->frameSize, st->lpcSize, st->mem_sw_whole, stack);
1096 char *stack; local
    [all...]
  /external/v8/src/
zone-containers.h 13 #include <stack>
90 // A wrapper subclass for std::stack to make it easy to construct one that uses
93 class ZoneStack : public std::stack<T, ZoneDeque<T>> {
95 // Constructs an empty stack.
97 : std::stack<T, ZoneDeque<T>>(ZoneDeque<T>(zone)) {}
  /external/v8/test/mjsunit/
error-constructors.js 37 desc = Object.getOwnPropertyDescriptor(e, 'stack');
54 ReferenceError.prototype.__defineSetter__('stack', fail);
57 assertTrue(e.hasOwnProperty('stack'));
61 assertTrue(e.hasOwnProperty('stack'));
69 assertTrue(e.hasOwnProperty('stack'));
85 for (var prop of ["name", "message", "stack"]) {
cross-realm-filtering.js 7 // Check stack trace filtering across security contexts.
20 Realm.shared.error_0 = e.stack; \
25 Realm.shared.error_1 = e.stack; \
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
RecentsTvImpl.java 68 TaskStack stack = sInstanceLoadPlan.getTaskStack(); local
76 boolean hasRecentTasks = stack.getTaskCount() > 0;
82 stack.getTaskCount());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
recon_altivec.asm 39 stw r0, -8(r1) ;# save old VRSAVE to stack
51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
88 stw r0, -8(r1) ;# save old VRSAVE to stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
127 stw r0, -8(r1) ;# save old VRSAVE to stack
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StackTest.java 21 import java.util.Stack;
25 Stack s;
28 * java.util.Stack#Stack()
31 // Test for method java.util.Stack()
32 assertEquals("Stack creation failed", 0, s.size());
36 * java.util.Stack#empty()
39 // Test for method boolean java.util.Stack.empty()
40 assertTrue("New stack answers non-empty", s.empty());
42 assertTrue("Stack should not be empty but answers empty", !s.empty())
133 Stack<Object> stack = new Stack<Object>(); local
    [all...]
  /external/bison/data/
lalr1.cc 31 m4_include(b4_pkgdatadir/[stack.hh])
51 #include "stack.hh"
140 /// State stack type.
141 typedef stack<state_type> state_stack_type;
142 /// Semantic value stack type.
143 typedef stack<semantic_type> semantic_stack_type;
144 /// location stack type.
145 typedef stack<location_type> location_stack_type;
147 /// The state stack.
149 /// The semantic value stack
    [all...]

Completed in 1810 milliseconds

<<31323334353637383940>>