HomeSort by relevance Sort by last modified time
    Searched refs:stack (Results 501 - 525 of 3945) sorted by null

<<21222324252627282930>>

  /external/srec/srec/crec/
srec_stats.h 68 void srec_stats_update_astar(AstarStack* stack);
  /external/valgrind/main/memcheck/tests/
client-msg-as-xml.stderr.exp 35 <stack>
76 </stack>
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 27 // samples stack traces for a thread periodically. enable() and disable() is
40 // For every cycleTime period, we dump the stack of the thread.
127 StackTraceElement[] stack = thread.getStackTrace(); local
128 String[] lines = new String[stack.length];
129 for (int i = 0; i < stack.length; i++) {
130 lines[i] = stack[i].toString();
186 // milliseconds) sample the stack trace of the calling thread.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 16 st = inspect.stack()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 16 st = inspect.stack()
  /system/core/include/utils/
Thread.h 50 size_t stack = 0);
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 118 if (arrays->stack) {
119 free(arrays->stack);
120 arrays->stack = NULL;
293 arrays->stack = malloc(sizeof(struct array_stack_state)
1910 struct array_stack_state *stack = local
1936 struct array_stack_state *stack; local
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 118 if (arrays->stack) {
119 free(arrays->stack);
120 arrays->stack = NULL;
293 arrays->stack = malloc(sizeof(struct array_stack_state)
1910 struct array_stack_state *stack = local
1936 struct array_stack_state *stack; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_manager.h 9 #include <stack>
116 // Current stack of screens (screen ids, all screens are assumed to have an
118 std::stack<std::string> screen_stack_;
  /external/chromium_org/chrome/common/extensions/docs/server2/
future_test.py 36 # Set up a chain of functions to test the stack trace.
61 stack = traceback.format_exc()
62 assertTrue(all(stack.find(fn.__name__) != -1 for fn in chain))
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.h 9 #include <stack>
125 // opened cdm::FileIO object, hence the stack.
126 std::stack<cdm::FileIO*> file_io_stack_;
  /external/chromium_org/tools/telemetry/telemetry/web_components/
web_component_bootstrap.js 14 tvcm.showPanic('Could not load data', e.stack || e);
  /external/compiler-rt/lib/asan/
asan_new_delete.cc 42 return asan_memalign(0, size, &stack, type);
89 asan_free(ptr, &stack, type);
  /external/emma/core/java12/com/vladium/logging/
Logger.java 269 * Logs 'msg' from an unnamed calling method followed by the 'throwable' stack
283 * Logs 'msg' from a given calling method followed by the 'throwable' stack
310 * Returns the current top of the thread-local logger stack or the static
311 * Logger instance scoped to Logger.class if the stack is empty.
317 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
319 // [assertion: stack != null]
321 if (stack.isEmpty ())
327 return (Logger) stack.getLast ();
340 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
341 stack.addLast (ctx)
355 final LinkedList stack = (LinkedList) THREAD_LOCAL_STACK.get (); local
    [all...]
  /external/speex/libspeex/
sb_celp.h 58 char *stack; /**< Temporary allocation stack */ member in struct:SBEncState
111 char *stack; member in struct:SBDecState
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 23 #include <stack>
87 stack<T*> exec_stack_; // Used for path compression.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DocumentsActivity.java 173 mToolbarStack = (Spinner) findViewById(R.id.stack);
299 // Restore last stack for calling package
307 cursor.getColumnIndex(ResumeColumns.STACK));
308 DurableUtils.readFromArray(rawStack, mState.stack);
318 // Update the restored stack to ensure we have freshest data
321 mState.stack.updateRoot(matchingRoots);
322 mState.stack.updateDocuments(getContentResolver());
324 Log.w(TAG, "Failed to restore stack: " + e);
325 mState.stack.reset();
338 // Show drawer when no stack restored, but only when requestin
1212 public DocumentStack stack = new DocumentStack(); field in class:DocumentsActivity.State
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/32/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/x86_64-linux/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
stdc++.h 88 #include <stack>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
stdc++.h 88 #include <stack>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 87 #include <stack>

Completed in 748 milliseconds

<<21222324252627282930>>