HomeSort by relevance Sort by last modified time
    Searched refs:terminate (Results 201 - 225 of 718) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/std/thread/futures/
test_allocator.h 65 std::terminate();
  /external/parameter-framework/upstream/test/functional-tests-legacy/Util/
PfwUnitTestLib.py 99 self.remoteProcess.terminate()
101 raise Exception("Fail to terminate after a exit request failed", exitEx, killEx)
  /external/v8/build/android/
adb_logcat_monitor.py 145 process.terminate()
  /external/v8/test/mjsunit/es7/
typed-array-includes.js 57 // %TypedArray%.prototype.includes should terminate if ToNumber ends up being
70 // %TypedArray%.prototype.includes should terminate if an exception occurs
  /external/v8/tools/testrunner/network/
endpoint.py 82 self.runner.terminate = True
  /external/vixl/tools/
lint.py 146 pool.terminate()
  /external/wpa_supplicant_8/src/utils/
eloop_win.c 62 int terminate; member in struct:eloop_data
539 while (!eloop.terminate &&
645 eloop.terminate = 1;
671 return eloop.terminate;
  /frameworks/native/opengl/libs/EGL/
egl_display.h 62 EGLBoolean terminate();
egl_display.cpp 64 egl_cache_t::get()->terminate();
231 EGLBoolean egl_display_t::terminate() { function in class:android::egl_display_t
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 37 terminate();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 64 std::terminate();
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapUtils.java 176 composer.terminate();
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
HierarchyViewerPlugin.java 158 director.terminate();
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 156 req_termination_fn terminate; member in struct:request_state
310 if (req->terminate == (req_termination_fn)~0)
311 { LogMsg("abort_request: ERROR: Attempt to abort operation %p with req->terminate %p", req, req->terminate); return; }
314 // If this is actually a shared connection operation, then its req->terminate function will scan
315 // the all_requests list and terminate any subbordinate operations sharing this file descriptor
316 if (req->terminate) req->terminate(req);
345 // We also set req->terminate to a bogus value so we know if abort_request() gets called again for this request
346 req->terminate = (req_termination_fn)~0
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventHub.java 217 public void terminate() { method in class:DebugEventHub
220 listener.terminate();
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
Dbg.stg 129 if ( ruleLevel==0 ) [debugListener terminate];
  /external/avahi/avahi-client/
client-test.c 207 static void terminate(AVAHI_GCC_UNUSED AvahiTimeout *timeout, AVAHI_GCC_UNUSED void *userdata) { function
313 poll_api->timeout_new(poll_api, &tv, terminate, NULL);
  /external/v8/test/unittests/compiler/
branch-elimination-unittest.cc 197 Node* terminate = graph()->NewNode(common()->Terminate(), effect, loop); local
198 graph()->SetEnd(graph()->NewNode(common()->End(3), ret1, ret2, terminate));
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 99 mAssetAtlas.terminate();
101 mCaches->terminate();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 116 mReloadTask.terminate();
392 public synchronized void terminate() { method in class:AlbumDataLoader.ReloadTask
AlbumSetDataLoader.java 106 mReloadTask.terminate();
386 public synchronized void terminate() { method in class:AlbumSetDataLoader.ReloadTask
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
process.py 133 def terminate(self): member in class:Process
135 Terminate process; sends SIGTERM signal or uses TerminateProcess()
137 self._popen.terminate()
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
process.py 133 def terminate(self): member in class:Process
135 Terminate process; sends SIGTERM signal or uses TerminateProcess()
137 self._popen.terminate()
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.0/
builder-test-api-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.1.3/
builder-test-api-1.1.3.jar 

Completed in 684 milliseconds

1 2 3 4 5 6 7 891011>>