HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 126 - 150 of 514) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/samsung/manta/libsensors/
IioSensorBase.cpp 133 goto cleanup;
141 cleanup:
  /external/clang/lib/CodeGen/
CGBlocks.h 139 EHScopeStack::stable_iterator Cleanup;
151 return Cleanup;
153 void setCleanup(EHScopeStack::stable_iterator cleanup) {
155 Cleanup = cleanup;
  /external/dropbear/libtomcrypt/src/pk/rsa/
rsa_make_key.c 100 goto cleanup;
103 cleanup:
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 200 public void cleanup() { method in class:StatsAppState
201 super.cleanup();
  /external/openssl/crypto/evp/
pmeth_lib.c 214 pmeth->cleanup = 0;
255 dst->cleanup = src->cleanup;
369 if (ctx->pmeth && ctx->pmeth->cleanup)
370 ctx->pmeth->cleanup(ctx);
494 void (*cleanup)(EVP_PKEY_CTX *ctx))
496 pmeth->cleanup = cleanup;
  /external/openssl/crypto/rand/
rand_lib.c 141 if (meth && meth->cleanup)
142 meth->cleanup();
  /external/valgrind/main/drd/
drd_clientobj.c 173 * removed from the client object set after the cleanup function has been
174 * called such that if the cleanup function can still use the function
191 tl_assert(p->any.cleanup);
192 (*p->any.cleanup)(p);
  /external/webkit/Source/WebKit/gtk/tests/
testwebframe.c 175 goto cleanup;
197 cleanup:
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 118 cleanup((TestCase)test);
169 private void cleanup(TestCase test) {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 148 sBluetoothA2dpInterface->cleanup();
183 sBluetoothA2dpInterface->cleanup();
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/
MainTest.java 132 assertEquals(expectedError, cleanup(error.toString()));
133 assertEquals(expectedOutput, cleanup(output.toString()));
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_RawContactsTest.java 46 mBuilder.cleanup();
  /external/bluetooth/bluedroid/hci/include/
bt_hci_lib.h 191 void (*cleanup)( void ); member in struct:__anon2487
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 289 public void cleanup(); method in interface:Renderer
ViewPort.java 144 processor.cleanup();
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
ReflectionProcessor.java 73 public void cleanup() { method in class:ReflectionProcessor
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 238 void cleanup() { function in class:PBQP::HeuristicBase
  /external/openssl/crypto/asn1/
bio_asn1.c 124 asn1_ps_func *cleanup, asn1_bio_state_t next);
302 asn1_ps_func *cleanup, asn1_bio_state_t next)
318 if(cleanup)
319 cleanup(b, &ctx->ex_buf, &ctx->ex_len,
  /external/webkit/Source/WebKit/wince/
WebView.h 56 static void cleanup();
  /external/webkit/Tools/WinCELauncher/
main.cpp 129 WebView::cleanup();
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
RSTestView.java 69 mRender.cleanup();
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
RSTestView.java 69 mRender.cleanup();
  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
RSTestView.java 69 mRender.cleanup();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMTestHandler.java 77 public void cleanup() { method in class:GSMTestHandler
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 60 goto cleanup;
65 cleanup:
103 goto cleanup;
108 cleanup:

Completed in 605 milliseconds

1 2 3 4 56 7 8 91011>>