| /src/external/gpl3/gcc/dist/libcody/ |
| client.cc | 12 // Client code 34 Client::Client () 39 Client::Client (Client &&src) 55 Client::~Client () 59 Client &Client::operator= (Client &&src [all...] |
| cody.hh | 230 /// Response data for a request. Returned by Client's request calls, 360 /// Client-side (compiler) object. 361 class Client 388 Client (); 392 Client (Server *s) 393 : Client () 401 Client (int from, int to = -1) 402 : Client () 407 ~Client (); 409 Client (Client &&) [all...] |
| /src/external/gpl3/gcc.old/dist/libcody/ |
| client.cc | 12 // Client code 34 Client::Client () 39 Client::Client (Client &&src) 55 Client::~Client () 59 Client &Client::operator= (Client &&src [all...] |
| cody.hh | 230 /// Response data for a request. Returned by Client's request calls, 360 /// Client-side (compiler) object. 361 class Client 388 Client (); 392 Client (Server *s) 393 : Client () 401 Client (int from, int to = -1) 402 : Client () 407 ~Client (); 409 Client (Client &&) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| mapper-client.h | 32 class module_client : public Cody::Client 40 : Client (s) 46 : Client (fd_from, fd_to)
|
| mapper-client.cc | 35 #include "mapper-client.h" 45 : Client (fd_from, fd_to), pex (p) 273 // Make a default in-process client 318 if (connect.GetCode () == Cody::Client::PC_CONNECT) 320 else if (connect.GetCode () == Cody::Client::PC_ERROR) 324 if (repo.GetCode () == Cody::Client::PC_PATHNAME)
|
| module.cc | 231 #include "mapper-client.h" 19150 if (packet.GetCode () == Cody::Client::PC_PATHNAME) 19154 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR); 19186 if (packet.GetCode () == Cody::Client::PC_BOOL) 19188 else if (packet.GetCode () == Cody::Client::PC_PATHNAME) 19197 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR);
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| mapper-client.h | 32 class module_client : public Cody::Client 40 : Client (s) 46 : Client (fd_from, fd_to)
|
| mapper-client.cc | 36 #include "mapper-client.h" 47 : Client (fd_from, fd_to), pex (p) 280 // Make a default in-process client 328 if (connect.GetCode () == Cody::Client::PC_CONNECT) 330 else if (connect.GetCode () == Cody::Client::PC_ERROR) 334 if (repo.GetCode () == Cody::Client::PC_PATHNAME)
|
| module.cc | 238 #include "mapper-client.h" 19939 if (packet.GetCode () == Cody::Client::PC_PATHNAME) 19943 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR); 19975 if (packet.GetCode () == Cody::Client::PC_BOOL) 19977 else if (packet.GetCode () == Cody::Client::PC_PATHNAME) 19986 gcc_checking_assert (packet.GetCode () == Cody::Client::PC_ERROR);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
| OrcRemoteTargetClient.h | 1 //===- OrcRemoteTargetClient.h - Orc Remote-target Client -------*- C++ -*-===// 65 Client.destroyRemoteAllocator(Id); 119 Client.reserveMem(Id, CodeSize, CodeAlign); 130 Client.reserveMem(Id, RODataSize, RODataAlign); 141 Client.reserveMem(Id, RWDataSize, RWDataAlign); 161 Client.deregisterEHFrames(Frame.Addr, Frame.Size); 199 if (auto Err = Client.registerEHFrames(EHFrame.Addr, EHFrame.Size)) { 263 RemoteRTDyldMemoryManager(OrcRemoteTargetClient &Client, 265 : Client(Client), Id(Id) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| FixItRewriter.cpp | 1 //===- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --------------===// 9 // This is a diagnostic client adaptor that performs rewrites as 11 // then forwards any diagnostics to the adapted diagnostic client. 43 Client = Diags.getClient(); 48 Diags.setClient(Client, Owner.release() != nullptr); 125 return Client ? Client->IncludeInDiagnosticCounts() : true; 137 Client->HandleDiagnostic(DiagLevel, Info); 198 /// Emit a diagnostic via the adapted diagnostic client. 201 // clear out any current diagnostic, and let the downstream client [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 20-cert-select.conf | 31 test-26 = 26-RSA-PSS Restricted Cert client prefers invalid Signature Algorithm 37 test-32 = 32-TLS 1.2 Ed25519 Client Auth 38 test-33 = 33-TLS 1.2 Ed448 Client Auth 52 test-47 = 47-TLS 1.3 RSA Client Auth Signature Algorithm Selection 53 test-48 = 48-TLS 1.3 RSA Client Auth Signature Algorithm Selection non-empty CA Names 54 test-49 = 49-TLS 1.3 ECDSA Client Auth Signature Algorithm Selection 55 test-50 = 50-TLS 1.3 Ed25519 Client Auth 56 test-51 = 51-TLS 1.3 Ed448 Client Auth 59 test-54 = 54-TLS 1.3 Client Auth No TLS 1.3 Signature Algorithms 68 client = 0-ECDSA CipherString Selection-clien [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/ |
| FixItRewriter.h | 1 //===- FixItRewriter.h - Fix-It Rewriter Diagnostic Client ------*- C++ -*-===// 9 // This is a diagnostic client adaptor that performs rewrites as 11 // then forwards any diagnostics to the adapted diagnostic client. 72 /// The diagnostic client that performs the actual formatting 74 DiagnosticConsumer *Client; 128 /// Emit a diagnostic via the adapted diagnostic client.
|
| /src/external/apache2/mDNSResponder/ |
| prepare-import.sh | 28 rm -f Client.c ExampleClientApp.c ExampleClientApp.h Identify.c
|
| /src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
| InterfaceFile.cpp | 51 auto Client = addEntry(AllowableClients, InstallName); 52 Client->addTarget(Target);
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| DiagnosticIDs.cpp | 485 /// getDiagnosticLevel - Based on the way the client configured the 502 /// Based on the way the client configured the Diagnostic 755 Diag.Client->IncludeInDiagnosticCounts()) { 762 // If the client doesn't care about this message, don't issue it. If this is 778 if (Diag.Client->IncludeInDiagnosticCounts()) { 804 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); 805 if (Diag.Client->IncludeInDiagnosticCounts()) {
|
| Diagnostic.cpp | 88 IntrusiveRefCntPtr<DiagnosticOptions> DiagOpts, DiagnosticConsumer *client, 91 setClient(client, ShouldOwnClient); 98 // If we own the diagnostic client, destroy it first so that it can access the 111 void DiagnosticsEngine::setClient(DiagnosticConsumer *client, 113 Owner.reset(ShouldOwnClient ? client : nullptr); 114 Client = client; 501 assert(Client && "DiagnosticConsumer not set!"); 504 Client->HandleDiagnostic(DiagLevel, Info); 505 if (Client->IncludeInDiagnosticCounts()) [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
| CompilerInstance.h | 202 /// - The diagnostics engine should have already been created by the client. 343 "Compiler instance has no diagnostic client!"); 597 /// Note that this routine also replaces the diagnostic client, 600 /// \param Client If non-NULL, a diagnostic client that will be 604 /// \param ShouldOwnClient If Client is non-NULL, specifies whether 605 /// the diagnostic object should take ownership of the client. 606 void createDiagnostics(DiagnosticConsumer *Client = nullptr, 611 /// If no diagnostic client is provided, this creates a 614 /// releasing the returned DiagnosticsEngine's client eventually [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| Diagnostic.h | 294 DiagnosticConsumer *Client = nullptr; 541 DiagnosticConsumer *client = nullptr, 565 DiagnosticConsumer *getClient() { return Client; } 566 const DiagnosticConsumer *getClient() const { return Client; } 568 /// Determine whether this \c DiagnosticsEngine object own its client. 571 /// Return the current diagnostic client along with ownership of that 572 /// client. 589 // DiagnosticsEngine characterization methods, used by a client to customize 604 /// Set the diagnostic client associated with this diagnostic object. 607 /// ownership of \c client [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| SerializedDiagnosticPrinter.cpp | 230 /// Language options, which can differ from one clone of this client 759 auto Client = 762 IDs, State->DiagOpts.get(), Client);
|
| CompilerInstance.cpp | 299 // Chain in the diagnostic client which will log the diagnostics. 328 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client, 330 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client, 336 DiagnosticConsumer *Client, 343 // Create the diagnostic client for reporting errors or for 345 if (Client) { 346 Diags->setClient(Client, ShouldOwnClient); 927 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); 928 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); 973 // Notify the diagnostic client that all files were processed [all...] |
| ASTUnit.cpp | 643 /// there is no diagnostic client to capture them already. 646 FilterAndStoreDiagnosticConsumer Client; 656 Client(StoredDiags, StandaloneDiags, 663 Diags.setClient(&Client, false); 668 if (Diags.getClient() == &Client) 863 // Tell the diagnostic client that we have started a source file. 1124 // Keep the ownership of the data in the ASTUnit because the client may
|
| /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
| peers.cpp | 142 title = tr("P2P Device (group client)"); 151 title = tr("P2P Persistent Group (client)"); 516 * dev_type=1-0050f204-1 dev_name='Wireless Client' 831 * [Wireless Client|Company|cmodel|123|12345|1-0050F204-1] 902 * name='Wireless Client' config_methods=0x84 dev_capab=0x21 980 details = tr("P2P client for interface ") + 1175 * |Wireless Client|Company|cmodel|123|12345| 1251 * [Wireless Client]
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNSEmbeddedAPI.h | 38 independent client processes communicate their DNS Service Discovery 48 you can still use the exact same client C code as you'd use on a 88 // SPC_DISABLED - disables Bonjour Sleep Proxy client 277 kDNSType_DHCID, // 49 DHCP Client Identifier 514 // With Unicast DNS, once an authoritative server gives a record with a certain TTL value to a client 515 // or caching server, that client or caching server is entitled to hold onto the record until its TTL 1041 // The intent of this callback is to allow the client to free memory, if necessary. 1228 // Internal state fields. These are used internally by mDNSCore; the client layer needn't be concerned with them. 1243 // Result fields: When the callback is invoked these fields contain the answers the client is looking for 1261 // Client API fields: The client must set up these fields *before* making any NAT traversal API call 1963 mdns_client_t client; \/\/ The current querier or subscriber. member in struct:DNSQuestion_struct [all...] |