HomeSort by relevance Sort by last modified time
    Searched refs:Terminate (Results 176 - 195 of 195) sorted by null

1 2 3 4 5 6 78

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wdstptmgmt.h     [all...]
txdtc.h 493 virtual HRESULT WINAPI Terminate(void) = 0;
502 HRESULT (WINAPI *Terminate)(IXAConfig *This);
513 #define IXAConfig_Terminate(This) (This)->lpVtbl->Terminate(This)
    [all...]
urlmon.h     [all...]
rtccore.h     [all...]
ks.h     [all...]
objidl.h     [all...]
  /external/v8/src/compiler/
common-operator.cc 358 V(Terminate, Operator::kKontrol, 0, 1, 1, 0, 0, 1) \
    [all...]
bytecode-graph-builder.cc 302 Node* terminate = builder()->graph()->NewNode( local
303 builder()->common()->Terminate(), effect, control);
304 builder()->exit_controls_.push_back(terminate);
    [all...]
wasm-compiler.cc 396 Node* WasmGraphBuilder::Terminate(Node* effect, Node* control) {
397 Node* terminate = local
398 graph()->NewNode(jsgraph()->common()->Terminate(), effect, control);
399 MergeControlToEnd(jsgraph(), terminate); local
400 return terminate;
    [all...]
ast-graph-builder.cc 3095 Node* terminate = builder_->graph()->NewNode( local
    [all...]
  /hardware/intel/common/libva/va/
va.c 303 CHECK_VTABLE(vaStatus, ctx, Terminate);
    [all...]
  /system/core/init/
service.cpp     [all...]
  /external/v8/src/
d8.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_core_win.cc 374 ok |= p->Terminate();
536 // and deallocate in Terminate() to make the implementation more symmetric.
573 Terminate();
576 // it here and not in Terminate() since we don't recreate it in Init().
706 // Terminate
709 int32_t AudioDeviceWindowsCore::Terminate()
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
reader_test.go 824 {sparse[:9200], 1, io.EOF}, // Terminate in padding of sparse header
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
reader_test.go 824 {sparse[:9200], 1, io.EOF}, // Terminate in padding of sparse header
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 941 * Called via eglTerminate(), drv->API.Terminate().
    [all...]
  /external/mesa3d/src/egl/main/
eglapi.c 637 drv->API.Terminate(drv, disp);
    [all...]
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 306 void Terminate(Node Effect, Node Control) {
308 LOG(out << "Terminate(" << Effect << ", " << Control << ")"
    [all...]
  /external/v8/src/wasm/
function-body-decoder.cc     [all...]

Completed in 1024 milliseconds

1 2 3 4 5 6 78