Searched refs:Engine (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/
H A DExecutionEngineTest.cpp26 Engine(EngineBuilder(M).setErrorStr(&Error).create()) {
30 ASSERT_TRUE(Engine.get() != NULL) << "EngineBuilder returned error: '"
41 const OwningPtr<ExecutionEngine> Engine; member in class:__anon10746::ExecutionEngineTest
48 Engine->addGlobalMapping(G1, &Mem1);
49 EXPECT_EQ(&Mem1, Engine->getPointerToGlobalIfAvailable(G1));
51 Engine->updateGlobalMapping(G1, &Mem2);
52 EXPECT_EQ(&Mem2, Engine->getPointerToGlobalIfAvailable(G1));
53 Engine->updateGlobalMapping(G1, NULL);
54 EXPECT_EQ(NULL, Engine->getPointerToGlobalIfAvailable(G1));
55 Engine
[all...]
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_engine.rb6 OpenSSL::Engine.cleanup # [ruby-core:40669]
7 assert_equal(0, OpenSSL::Engine.engines.size)
11 OpenSSL::Engine.load("openssl")
12 OpenSSL::Engine.engines
13 OpenSSL::Engine.engines
17 engine = OpenSSL::Engine.load("openssl")
19 assert_equal(1, OpenSSL::Engine.engines.size)
25 assert_equal(1, OpenSSL::Engine.engines.size)
45 algo = "RC4" #AES is not supported by openssl Engine (<=1.0.0e)
48 # suppress message from openssl Engine'
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDifferenceEngine.h39 Context(DifferenceEngine &Engine, Value *L, Value *R) : Engine(Engine) { argument
40 Engine.consumer.enterContext(L, R);
44 Engine.consumer.exitContext();
48 DifferenceEngine &Engine; member in struct:llvm::DifferenceEngine::Context
H A Dllvm-diff.cpp45 static void diffGlobal(DifferenceEngine &Engine, Module *L, Module *R, argument
53 Engine.diff(LFn, RFn);
82 DifferenceEngine Engine(Consumer);
87 diffGlobal(Engine, LModule, RModule, GlobalsToCompare[I]);
91 Engine.diff(LModule, RModule);
H A DDifferenceEngine.cpp118 DifferenceEngine &Engine; member in class:__anon10702::FunctionDifferenceEngine
164 Engine.logf("successor %l cannot be equivalent to %r; "
178 DifferenceEngine::Context C(Engine, L, R);
195 DifferenceEngine::Context C(Engine, L, R);
233 if (Complain) Engine.log("called functions differ");
237 if (Complain) Engine.log("argument counts differ");
243 Engine.logf("arguments %l and %r differ")
255 if (Complain) Engine.log("different instruction types");
262 if (Complain) Engine.log("different predicates");
273 if (Complain) Engine
460 FunctionDifferenceEngine(DifferenceEngine &Engine) argument
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/Engine/
H A DNoFork.pm1 package HTTP::Proxy::Engine::NoFork;
4 our @ISA = qw( HTTP::Proxy::Engine );
37 HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
46 The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking.
67 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
H A DLegacy.pm1 package HTTP::Proxy::Engine::Legacy;
6 our @ISA = qw( HTTP::Proxy::Engine );
107 HTTP::Proxy::Engine::Legacy - The "older" HTTP::Proxy engine
150 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
H A DScoreBoard.pm1 package HTTP::Proxy::Engine::ScoreBoard;
9 our @ISA = qw( HTTP::Proxy::Engine );
231 HTTP::Proxy::Engine::ScoreBoard - A scoreboard-based HTTP::Proxy engine
264 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DNoFork.pm1 package HTTP::Proxy::Engine::NoFork;
4 our @ISA = qw( HTTP::Proxy::Engine );
37 HTTP::Proxy::Engine::NoFork - A basic, non forking HTTP::Proxy engine
46 The HTTP::Proxy::Engine::NoFork engine runs the proxy with forking.
67 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
H A DThreaded.pm1 package HTTP::Proxy::Engine::Threaded;
6 # A massive hack of Engine::Fork to use the threads stuff
11 our @ISA = qw( HTTP::Proxy::Engine );
70 HTTP::Proxy::Engine::Threaded - A scoreboard-based HTTP::Proxy engine
103 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
H A DLegacy.pm1 package HTTP::Proxy::Engine::Legacy;
6 our @ISA = qw( HTTP::Proxy::Engine );
107 HTTP::Proxy::Engine::Legacy - The "older" HTTP::Proxy engine
162 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
H A DScoreBoard.pm1 package HTTP::Proxy::Engine::ScoreBoard;
9 our @ISA = qw( HTTP::Proxy::Engine );
231 HTTP::Proxy::Engine::ScoreBoard - A scoreboard-based HTTP::Proxy engine
264 L<HTTP::Proxy>, L<HTTP::Proxy::Engine>.
/macosx-10.9.5/securityd-55199.3/src/
H A DAuthorizationEngine.h80 class Engine class in namespace:Authorization
83 Engine(const char *configFile);
84 ~Engine();
H A DAuthorizationEngine.cpp74 // Engine class
76 Engine::Engine(const char *configFile) : mAuthdb(configFile) function in class:Authorization::Engine
80 Engine::~Engine()
100 Engine::authorize(const AuthItemSet &inRights, const AuthItemSet &environment,
219 Syslog::error("Engine::authorize: Rule::evaluate returned %ld returning errAuthorizationInternal", result);
243 Engine::verifyModification(string inRightName, bool remove,
308 Engine::getRule(string &inRightName, CFDictionaryRef *outRuleDefinition)
331 Engine
[all...]
H A Dserver.h56 class Authority : public Authorization::Engine {
H A Dserver.cpp50 : Authorization::Engine(configFile)
/macosx-10.9.5/securityd-55199.3/tests/
H A DAZNTest.cpp67 Engine engine("/tmp/config.plist");
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/
H A DEngine.pm1 package HTTP::Proxy::Engine;
18 if ( $class eq 'HTTP::Proxy::Engine' ) {
23 $class = "HTTP::Proxy::Engine::$engine";
70 HTTP::Proxy::Engine - Generic child process manager engine for HTTP::Proxy
84 The HTTP::Proxy::Engine class is a front-end to actual proxy
110 a simple subclass of HTTP::Proxy::Engine with the following
144 HTTP::Proxy::Engine provides the following methods to its
159 This is what HTTP::Proxy::Engine::Legacy does.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm1 package HTTP::Proxy::Engine;
18 if ( $class eq 'HTTP::Proxy::Engine' ) {
23 $class = "HTTP::Proxy::Engine::$engine";
70 HTTP::Proxy::Engine - Generic child process manager engine for HTTP::Proxy
84 The HTTP::Proxy::Engine class is a front-end to actual proxy
110 a simple subclass of HTTP::Proxy::Engine with the following
144 HTTP::Proxy::Engine provides the following methods to its
159 This is what HTTP::Proxy::Engine::Legacy does.
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm41 use constant ENGINE => 256; # Internal information from the Engine
45 use HTTP::Proxy::Engine;
121 $self->{engine} = HTTP::Proxy::Engine->new( %params, proxy => $self );
951 passed to the chosen C<HTTP::Proxy::Engine> object.
1021 The HTTP::Proxy::Engine object that manages the child processes.
1077 ENGINE - Engine information
1098 This method is currently delegated to the HTTP::Proxy::Engine object.
1113 it is more of an HTTP::Proxy::Engine attribute, 2) not all engines will
1244 C<HTTP::Proxy::Engine> objects.
1254 the underlying C<HTTP::Proxy::Engine>, whic
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm41 use constant ENGINE => 256; # Internal information from the Engine
45 use HTTP::Proxy::Engine;
121 $self->{engine} = HTTP::Proxy::Engine->new( %params, proxy => $self );
951 passed to the chosen C<HTTP::Proxy::Engine> object.
1021 The HTTP::Proxy::Engine object that manages the child processes.
1077 ENGINE - Engine information
1098 This method is currently delegated to the HTTP::Proxy::Engine object.
1113 it is more of an HTTP::Proxy::Engine attribute, 2) not all engines will
1244 C<HTTP::Proxy::Engine> objects.
1254 the underlying C<HTTP::Proxy::Engine>, whic
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dmod_ssl.c99 SSL_CMD_SRV(Engine, TAKE1,
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp801 #pragma mark ----- LSAP Lookup Engine ---

Completed in 143 milliseconds