Searched refs:terminate (Results 1 - 25 of 245) sorted by relevance

12345678910

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dcocoa_macros_appkit.rb14 attr_writer :proc, :terminate
23 OSX::NSApplication.sharedApplication.terminate(self) if @terminate
29 def NSApplication.run_with_temp_app(terminate = true, &proc)
33 delegate.terminate = terminate
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dcompare.c81 terminate("%s doesn't have stabs or CTF\n", stabname);
84 terminate("%s doesn't contain CTF data\n", ctfname);
91 terminate("%s grew by %d\n", stabname, new);
H A Dctfconvert.c76 terminate("Caught signal %d - exiting\n", sig);
96 terminate("failed to open %s", filename);
102 terminate("failed to read %s: %s\n", filename,
131 terminate("%s: DWARF version 1 is not supported\n",
213 terminate("Can't access %s", infile);
233 terminate("%s doesn't have type data to convert\n", infile);
256 terminate("Couldn't rename temp file %s", tmpname);
H A Dutil.c102 terminate("failed to read ELF header: %s\n",
111 terminate("unknown ELF class %d\n", ehdr.e_ident[EI_CLASS]);
138 terminate(char *format, ...) function
196 terminate("Termination due to warning\n");
247 terminate("%s: %s: %s\n", file, msgbuf, elf_errmsg(-1));
H A Ddwarf.c210 terminate("tdp %u: tdesc_size on unknown type %d\n",
246 terminate("tdp %u: tdesc_bitsize on unknown type %d\n",
279 terminate("failed to get offset for die: %s\n",
297 terminate("die %llu: failed to find type sibling: %s\n",
314 terminate("die %llu: failed to find type child: %s\n",
328 terminate("die %llu: failed to get tag for type: %s\n",
344 terminate("die %llu: no attr 0x%x\n", die_off(dw, die),
351 terminate("die %llu: failed to get attribute for type: %s\n",
365 terminate("failed to get attribute form for type: %s\n",
379 return (0); /* die_attr will terminate fo
[all...]
H A Dctfmerge.c618 terminate("Caught signal %d - exiting\n", sig);
644 terminate("No CTF data found in source file %s\n", srcfile);
649 terminate("Couldn't rename temp file %s to %s", tmpname,
905 terminate("Cannot open output file %s for r/w", outfile);
909 terminate("Raw CTF output file %s already exists", raw_ctf_file);
943 terminate("Some input files were inaccessible\n");
965 terminate("No ctf sections found to merge\n");
1012 terminate("No CTF data found in reference file %s\n",
1019 terminate("No room for additional types in master\n");
1065 terminate("Could
[all...]
/macosx-10.9.5/text_cmds-87/pr/
H A Dextern.h59 void terminate(int);
/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorker.idl44 void terminate();
H A DWorker.cpp114 void Worker::terminate() function in class:WebCore::Worker
127 terminate();
/macosx-10.9.5/libstdcxx-60/src/
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
40 std::terminate () function in class:std
55 std::terminate();
79 fprintf(stderr, "terminate called throwing an exception\n");
81 fprintf(stderr, "terminate called without an active exception\n");
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.h74 int length, int terminate);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/egl/
H A DEGLHelper.cpp69 terminate();
77 terminate();
84 terminate();
90 void terminate() function in struct:WebCore::EGLDisplayConnection
/macosx-10.9.5/WebCore-7537.78.1/storage/
H A DStorageThread.h48 void terminate();
61 // Background thread part of the terminate procedure.
H A DStorageSyncManager.cpp88 m_thread->terminate();
/macosx-10.9.5/WebCore-7537.78.1/storage/wince/
H A DStorageThreadWinCE.h44 void terminate();
H A DStorageThreadWinCE.cpp71 void StorageThread::terminate() function in class:WebCore::StorageThread
/macosx-10.9.5/SecurityTokend-55107/lib/
H A Dserver.cpp101 // Handle the terminate message
105 secdebug("tokenlib", "terminate(%d,0x%x) received", reason, options);
106 if (terminate)
107 terminate(reason, options); // ignore return code
/macosx-10.9.5/SecurityTokend-55107/security_tokend_client/
H A Dserver.cpp101 // Handle the terminate message
105 secdebug("tokenlib", "terminate(%d,0x%x) received", reason, options);
106 if (terminate)
107 terminate(reason, options); // ignore return code
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dtimer.cpp106 volatile bool& terminate) :
109 m_terminate(terminate)
105 child_timer(const unsigned int seconds, const pid_t pid, volatile bool& terminate) argument
/macosx-10.9.5/file_cmds-230/dd/
H A Dextern.h53 void terminate(int);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsrunningapplication.py23 self.assertResultIsBOOL(NSRunningApplication.terminate)
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DChildProcess.cpp152 terminate();
160 void ChildProcess::terminate() function in class:WebKit::ChildProcess
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dgetoptlong.rb355 # Explicitly terminate option processing.
357 def terminate method in class:GetoptLong
446 terminate
453 terminate
459 terminate
472 terminate
/macosx-10.9.5/libxml2-26/libxml2/
H A DDOCBparser.c103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DDOCBparser.c103 * @terminate: last chunk indicator
113 int terminate ATTRIBUTE_UNUSED)
123 return (xmlParseChunk(ctxt, chunk, size, terminate));

Completed in 380 milliseconds

12345678910