HomeSort by relevance Sort by last modified time
    Searched full:pile (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/openssl/crypto/engine/
eng_table.c 189 static void int_unregister_cb_doall_arg(ENGINE_PILE *pile, ENGINE *e)
193 while((n = sk_ENGINE_find(pile->sk, e)) >= 0)
195 (void)sk_ENGINE_delete(pile->sk, n);
196 pile->uptodate = 0;
198 if(pile->funct == e)
201 pile->funct = NULL;
337 static void int_cb_doall_arg(ENGINE_PILE *pile, ENGINE_PILE_DOALL *dall)
339 dall->cb(pile->nid, pile->sk, pile->funct, dall->arg)
    [all...]
README 137 pointers to ENGINEs that implement that particular 'nid'. Each "pile" uses some
140 a change is made to the pile, eg. perhaps an ENGINE was unloaded. The reason is
150 that is unset only if un/registration takes place on that pile. Ie. if
154 try to initialise from the "pile" will be those that are already initialised
164 or will have a single ENGING_PILE hashed to by the 'nid' 1 and that pile
  /dalvik/tests/023-many-interfaces/
iface-gen.c 4 * Generate a big pile of interface classes.
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 40 // chance we'll try to load the same URL multiple times when a pile of
  /external/openssl/crypto/dh/
generate 24 a large pile of simultaneous equations and then solves them);
  /external/bison/lib/
subpipe.c 106 To avoid deadlock, the invoker must not let incoming data pile up
  /external/llvm/test/Transforms/InstCombine/
objsize.ll 1 ; Test a pile of objectsize bounds checking.
  /external/dbus/dbus/
dbus-errors.c 364 /* it's a bug to pile up errors */
  /external/icu4c/samples/ufortune/resources/
root.txt 117 have turned into a pile of dust.",
  /external/webkit/Source/JavaScriptCore/heap/
Heap.cpp 96 // that is not good enough - in some cases a lot of those objects can pile up and
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 551 // blocked, these should all pile up until we signal it.
602 // blocked, these should all pile up until we signal it.
689 // blocked, these should all pile up until we signal it.
746 // blocked, these should all pile up until we signal it.
802 // blocked, these should all pile up until we signal it.
    [all...]
sdch_filter_unittest.cc 35 // there are a PILE of zeros at the start and end.
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
error_reporting.sgml 339 if you pile up errors.
  /external/icu4c/test/intltest/
tsmthred.cpp 332 // Start up the test threads. They should all pile up waiting on
370 // where they should all pile up again.
    [all...]
  /dalvik/vm/
Misc.cpp 631 * in /proc and reading the pile of stuff that comes out.
Exception.cpp 654 * We end up getting a huge pile of warnings if we do
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 440 // exempted from this logic here until we can delete the entire pile of code.
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 210 enough to simply block it, because that will cause a pile of queued
  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 525 // Enough buffer for a pile of fd's. We throw an exception if
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 768 we might pile up the next gdb command in the static buf.
  /external/chromium/base/
message_loop_unittest.cc 292 // Test that a delayed task still runs after a pile of normal tasks. The key
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 63 evidently a steaming pile of camel dung. */
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
configure 303 # Strip out --no-create and --no-recursion so they do not pile up.
    [all...]
  /external/jpeg/
configure 439 # Strip out --no-create and --no-recursion so they do not pile up.
    [all...]
  /external/qemu/distrib/jpeg-6b/
configure 439 # Strip out --no-create and --no-recursion so they do not pile up.
    [all...]

Completed in 1818 milliseconds

1 2 3