Searched defs:shared (Results 26 - 50 of 93) sorted by relevance

1234

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebMemorySampler.cpp42 WebMemorySampler* WebMemorySampler::shared() function in class:WebKit::WebMemorySampler
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DSecItemShim.cpp51 SecItemShim& SecItemShim::shared() function in class:WebKit::SecItemShim
/macosx-10.9.5/WebKit2-7537.78.2/SharedWorkerProcess/
H A DSharedWorkerProcess.cpp65 SharedWorkerProcess& SharedWorkerProcess::shared() function in class:WebKit::SharedWorkerProcess
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Plugins/
H A DPluginProcessManager.cpp39 PluginProcessManager& PluginProcessManager::shared() function in class:WebKit::PluginProcessManager
/macosx-10.9.5/securityd-55199.3/src/
H A Dcredential.cpp40 CredentialImpl::CredentialImpl(const uid_t uid, const string &username, const string &realname, bool shared) : mShared(shared), mRight(false), mUid(uid), mName(username), mRealName(realname), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
44 CredentialImpl::CredentialImpl(const string &username, const string &password, bool shared) : mShared(shared), mRight(false), mName(username), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(false) argument
79 CredentialImpl::CredentialImpl(const string &right, bool shared) : mShared(shared), mRight(true), mUid(-2), mName(right), mRealName(""), mCreationTime(CFAbsoluteTimeGetCurrent()), mValid(true) argument
180 Credential(const uid_t uid, const string &username, const string &realname, bool shared) argument
185 Credential(const string &username, const string &password, bool shared) argument
189 Credential(const string &right, bool shared) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_base.c277 SHARED_DATA *shared = &app->shared_data; local
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Ddh-ltm.c153 ltm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) argument
H A Ddh-tfm.c155 tfm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) argument
H A Ddh.c411 dh_null_compute_key(unsigned char *shared,const BIGNUM *pub, DH *dh) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DSlotVisitor.cpp19 SlotVisitor::SlotVisitor(GCThreadSharedData& shared) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DPageScriptDebugServer.cpp66 PageScriptDebugServer& PageScriptDebugServer::shared() function in class:WebCore::PageScriptDebugServer
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DCrossOriginPreflightResultCache.cpp150 CrossOriginPreflightResultCache& CrossOriginPreflightResultCache::shared() function in class:WebCore::CrossOriginPreflightResultCache
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultPolicyDelegate.cpp58 static COMPtr<DefaultPolicyDelegate> shared; local
H A DDefaultDownloadDelegate.cpp64 static COMPtr<DefaultDownloadDelegate> shared; local
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/
H A DPluginProcess.cpp69 PluginProcess& PluginProcess::shared() function in class:WebKit::PluginProcess
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/InspectorServer/
H A DWebInspectorServer.cpp53 WebInspectorServer& WebInspectorServer::shared() function in class:WebKit::WebInspectorServer
/macosx-10.9.5/diskdev_cmds-572.1.1/fdisk.tproj/
H A Dcmd.c371 int shared = 0; local
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dpsort.c70 struct shared *shared; member in struct:args::__anon2963
82 struct shared { struct
104 getargs(struct shared *shared) argument
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
H A Dpsort_b.c70 struct shared *shared; member in struct:args::__anon2964
82 struct shared { struct
104 getargs(struct shared *shared) argument
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
H A Dpsort_r.c70 struct shared *shared; member in struct:args::__anon2965
82 struct shared { struct
104 getargs(struct shared *shared) argument
131 returnargs(struct shared *shared, union args *args) argument
214 _psort(void *a, size_t n, size_t es, void *thunk, cmp_t ^cmp, int depth_limit, struct shared *shared) argument
347 struct shared *shared = args->shared; local
380 struct shared shared; local
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-dh-cc.c225 cc_dh_compute_key(unsigned char *shared, const BIGNUM *peer, DH *dh) argument
403 cc_dh_compute_key(unsigned char *shared, const BIGNUM *pub, DH *dh) argument
H A Dossl-dh.c438 dh_null_compute_key(unsigned char *shared, const BIGNUM *pub, DH *dh) argument
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dcredential.c23 bool shared; member in struct:_credential_s
143 credential_create_with_credential(credential_t srcCred, bool shared) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/qt/
H A DCookieJarQt.cpp156 SharedCookieJarQt* SharedCookieJarQt::shared() function in class:WebCore::SharedCookieJarQt
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/NetworkProcess/
H A DNetworkProcess.cpp58 NetworkProcess& NetworkProcess::shared() function in class:WebKit::NetworkProcess

Completed in 255 milliseconds

1234