HomeSort by relevance Sort by last modified time
    Searched refs:cleanup (Results 26 - 50 of 464) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/report/
IReportGenerator.java 32 void cleanup (); method in interface:IReportGenerator
  /external/icu4c/i18n/
regexst.h 40 static UBool cleanup();
uspoof_wsconf.cpp 135 goto cleanup;
143 goto cleanup;
149 goto cleanup;
172 goto cleanup;
175 goto cleanup;
199 goto cleanup;
203 goto cleanup;
230 goto cleanup;
240 goto cleanup;
249 goto cleanup;
    [all...]
decfmtst.h 36 static UBool cleanup();
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppState.java 43 * and are de-initialized upon a call to {@link AppState#cleanup()}.
115 * Cleanup the game state.
117 public void cleanup(); method in interface:AppState
AbstractAppState.java 48 * is called. When {@link AbstractAppState#cleanup() } is called, <code>initialized</code>
85 public void cleanup() { method in class:AbstractAppState
  /external/jmonkeyengine/engine/src/core/com/jme3/post/
SceneProcessor.java 92 public void cleanup(); method in interface:SceneProcessor
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequestContext.cpp 59 WebCookieJar::cleanup(true);
82 WebCookieJar::cleanup(true);
83 WebCache::cleanup(true);
  /external/libsepol/src/
module.c 459 goto cleanup;
467 goto cleanup;
476 goto cleanup;
485 goto cleanup;
493 goto cleanup;
503 goto cleanup;
512 goto cleanup;
519 goto cleanup;
526 goto cleanup;
535 goto cleanup;
    [all...]
link.c 338 goto cleanup;
343 goto cleanup;
356 goto cleanup;
365 goto cleanup;
371 goto cleanup;
375 goto cleanup;
383 cleanup:
435 goto cleanup;
440 goto cleanup;
454 goto cleanup;
    [all...]
  /external/openssl/crypto/evp/
evp_locl.h 134 key_len, iv_len, flags, init_key, cleanup, \
141 cleanup, \
150 iv_len, flags, init_key, cleanup, set_asn1, \
153 iv_len, flags, init_key, cleanup, set_asn1, get_asn1, ctrl)
156 iv_len, cbits, flags, init_key, cleanup, \
159 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
163 iv_len, cbits, flags, init_key, cleanup, \
166 key_len, iv_len, flags, init_key, cleanup, set_asn1, \
170 flags, init_key, cleanup, set_asn1, \
173 0, flags, init_key, cleanup, set_asn1, get_asn1, ctrl
298 void (*cleanup)(EVP_PKEY_CTX *ctx); member in struct:evp_pkey_method_st
    [all...]
  /external/e2fsprogs/lib/ext2fs/
rw_bitmaps.c 171 goto cleanup;
175 goto cleanup;
185 goto cleanup;
189 goto cleanup;
201 goto cleanup;
208 goto cleanup;
221 goto cleanup;
228 goto cleanup;
248 goto cleanup;
256 goto cleanup;
    [all...]
initialize.c 130 goto cleanup;
135 goto cleanup;
140 goto cleanup;
166 goto cleanup;
170 goto cleanup;
207 goto cleanup;
227 goto cleanup;
259 goto cleanup;
313 goto cleanup;
328 goto cleanup;
    [all...]
bb_inode.c 78 goto cleanup;
89 goto cleanup;
92 goto cleanup;
106 goto cleanup;
112 goto cleanup;
115 goto cleanup;
125 goto cleanup;
135 goto cleanup;
137 cleanup:
  /external/dropbear/
svr-authpam.c 190 goto cleanup;
205 goto cleanup;
212 goto cleanup;
227 goto cleanup;
238 goto cleanup;
247 cleanup:
  /external/oprofile/daemon/liblegacy/
p_module.h 64 unsigned long cleanup; member in struct:old_mod_routines
76 unsigned long cleanup; /* cleanup routine */ member in struct:old_module
150 unsigned tgt_long cleanup; member in struct:module
  /external/webkit/Tools/wx/build/
waf_extensions.py 68 def cleanup(): function in function:exec_command
78 cleanup()
82 cleanup()
  /frameworks/base/libs/hwui/
Texture.h 30 cleanup = false;
112 bool cleanup; member in struct:android::uirenderer::Texture
139 if (mTexture && mTexture->cleanup) {
  /external/clang/test/Sema/
warn-unused-function.c 54 char * const __attribute__((cleanup(cleanupMalloc))) a;
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioRenderer.java 80 * Cleanup/destroy the audio system. Call this when app closes.
82 public void cleanup(); method in interface:AudioRenderer
  /external/ppp/pppd/
pppox.c 39 .cleanup = NULL,
  /external/webkit/Source/WebCore/svg/
SVGPathBlender.h 40 void cleanup();
SVGPathStringBuilder.h 35 virtual void cleanup() { m_stringBuilder = StringBuilder(); } function in class:WebCore::SVGPathStringBuilder
SVGPathParserFactory.cpp 139 parser->cleanup();
154 parser->cleanup();
169 parser->cleanup();
184 parser->cleanup();
200 parser->cleanup();
216 parser->cleanup();
231 parser->cleanup();
249 blender->cleanup();
266 parser->cleanup();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AccountSyncAdapter.java 15 public void cleanup() { method in class:AccountSyncAdapter

Completed in 581 milliseconds

12 3 4 5 6 7 8 91011>>