Searched refs:identifier (Results 1 - 25 of 682) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_kext.c7 mac_kext_check_load(kauth_cred_t cred, const char *identifier) { argument
10 MAC_CHECK(kext_check_load, cred, identifier);
16 mac_kext_check_unload(kauth_cred_t cred, const char *identifier) { argument
19 MAC_CHECK(kext_check_unload, cred, identifier);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DPropertyNameArray.cpp33 void PropertyNameArray::add(StringImpl* identifier) argument
35 ASSERT(!identifier || identifier == StringImpl::empty() || identifier->isAtomic());
40 if (identifier == m_data->propertyNameVector()[i].impl())
48 if (!m_set.add(identifier).isNewEntry)
52 addKnownUnique(identifier);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DReplaySessionSegment.js28 WebInspector.IncompleteSessionSegment = function(identifier)
32 this.identifier = identifier;
46 WebInspector.ReplaySessionSegment = function(identifier, payload)
50 console.assert(identifier === payload.id);
52 this.identifier = identifier;
H A DReplaySession.js28 WebInspector.ReplaySession = function(identifier)
32 this.identifier = identifier;
37 WebInspector.ReplaySession.fromPayload = function(identifier, payload)
39 var session = new WebInspector.ReplaySession(identifier);
60 ReplayAgent.getSerializedSession.promise(this.identifier)
66 console.assert(payload.id === this.identifier);
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DGDIObjectCounter.h33 #define LOCAL_GDI_COUNTER(num, identifier) ((void)0)
35 #define LOCAL_GDI_COUNTER(num, identifier) GDIObjectCounter counter##num(identifier)
46 GDIObjectCounter(const String& identifier);
53 void init(const String& identifier);
H A DGDIObjectCounter.cpp42 GDIObjectCounter::GDIObjectCounter(const String& identifier) argument
44 init(identifier);
52 void GDIObjectCounter::init(const String& identifier) argument
54 m_identifier = identifier;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
H A Dcfm.ireqs4 host => anchor apple and identifier com.apple.LaunchCFMApp // CFM runner tool
/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreadIdentifierDataPthreads.h50 static void initialize(ThreadIdentifier identifier);
53 static ThreadIdentifier identifier();
56 ThreadIdentifierData(ThreadIdentifier identifier) argument
57 : m_identifier(identifier)
/macosx-10.10/WebCore-7600.1.25/loader/
H A DResourceLoadNotifier.cpp56 didReceiveAuthenticationChallenge(loader->identifier(), loader->documentLoader(), currentWebChallenge);
59 void ResourceLoadNotifier::didReceiveAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
61 m_frame.loader().client().dispatchDidReceiveAuthenticationChallenge(loader, identifier, currentWebChallenge);
66 didCancelAuthenticationChallenge(loader->identifier(), loader->documentLoader(), currentWebChallenge);
69 void ResourceLoadNotifier::didCancelAuthenticationChallenge(unsigned long identifier, DocumentLoader* loader, const AuthenticationChallenge& currentWebChallenge) argument
71 m_frame.loader().client().dispatchDidCancelAuthenticationChallenge(loader, identifier, currentWebChallenge);
78 dispatchWillSendRequest(loader->documentLoader(), loader->identifier(), clientRequest, redirectResponse);
86 page->progress().incrementProgress(loader->identifier(), r);
88 dispatchDidReceiveResponse(loader->documentLoader(), loader->identifier(), r, loader);
94 page->progress().incrementProgress(loader->identifier(), dataLengt
117 assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader* loader, const ResourceRequest& request) argument
122 dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse) argument
150 dispatchDidReceiveResponse(DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r, ResourceLoader* resourceLoader) argument
157 dispatchDidReceiveData(DocumentLoader* loader, unsigned long identifier, const char* data, int dataLength, int encodedDataLength) argument
164 dispatchDidFinishLoading(DocumentLoader* loader, unsigned long identifier, double finishTime) argument
171 dispatchDidFailLoading(DocumentLoader* loader, unsigned long identifier, const ResourceError& error) argument
178 sendRemainingDelegateMessages(DocumentLoader* loader, unsigned long identifier, const ResourceRequest& request, const ResourceResponse& response, const char* data, int dataLength, int encodedDataLength, const ResourceError& error) argument
[all...]
H A DResourceLoadNotifier.h52 void didReceiveAuthenticationChallenge(unsigned long identifier, DocumentLoader*, const AuthenticationChallenge&);
54 void didCancelAuthenticationChallenge(unsigned long identifier, DocumentLoader*, const AuthenticationChallenge&);
62 void assignIdentifierToInitialRequest(unsigned long identifier, DocumentLoader*, const ResourceRequest&);
63 void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse);
64 void dispatchDidReceiveResponse(DocumentLoader*, unsigned long identifier, const ResourceResponse&, ResourceLoader* = 0);
65 void dispatchDidReceiveData(DocumentLoader*, unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
66 void dispatchDidFinishLoading(DocumentLoader*, unsigned long identifier, double finishTime);
67 void dispatchDidFailLoading(DocumentLoader*, unsigned long identifier, const ResourceError&);
69 void sendRemainingDelegateMessages(DocumentLoader*, unsigned long identifier, const ResourceRequest&, const ResourceResponse&, const char* data, int dataLength, int encodedDataLength, const ResourceError&);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOAccelerator.h34 static IOReturn createAccelID(IOOptionBits options, IOAccelID * identifier);
35 static IOReturn retainAccelID(IOOptionBits options, IOAccelID identifier);
36 static IOReturn releaseAccelID(IOOptionBits options, IOAccelID identifier);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dchap.c47 chap_md5(uint8_t identifier, const uint8_t * password, int password_len, argument
53 /* MD5 hash over the identifier + password + challenge */
55 CC_MD5_Update(&ctx, &identifier, sizeof(identifier));
/macosx-10.10/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/
H A Ddevice.m34 CFDictionaryRef identifier = 0;
38 identifier = _IOMediaCopyIdentifier( service );
42 identifier = _IOUSBDeviceCopyIdentifier( service );
45 return identifier;
48 CFStringRef _DeviceCopyName( CFDictionaryRef identifier )
53 class = CFDictionaryGetValue( identifier, CFSTR( kIOProviderClassKey ) );
57 name = _IOMediaCopyName( identifier );
61 name = _IOUSBDeviceCopyName( identifier );
/macosx-10.10/WebCore-7600.1.25/css/
H A DCounter.h31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
33 return adoptRef(new Counter(identifier, listStyle, separator));
36 String identifier() const { return m_identifier ? m_identifier->getStringValue() : String(); } function in class:WebCore::Counter
42 void setIdentifier(PassRefPtr<CSSPrimitiveValue> identifier) { m_identifier = identifier; } argument
48 return identifier() == other.identifier()
61 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
62 : m_identifier(identifier)
H A DCounter.idl24 readonly attribute DOMString identifier;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageGroup.cpp42 return toCopiedAPI(toImpl(bundlePageGroup)->identifier());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageResourceLoadClient.cpp36 void InjectedBundlePageResourceLoadClient::didInitiateLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceRequest& request, bool pageIsProvisionallyLoading) argument
41 m_client.didInitiateLoadForResource(toAPI(page), toAPI(frame), identifier, toAPI(request), pageIsProvisionallyLoading, m_client.base.clientInfo);
44 void InjectedBundlePageResourceLoadClient::willSendRequestForFrame(WebPage* page, WebFrame* frame, uint64_t identifier, ResourceRequest& request, const ResourceResponse& redirectResponse) argument
49 RefPtr<API::URLRequest> returnedRequest = adoptRef(toImpl(m_client.willSendRequestForFrame(toAPI(page), toAPI(frame), identifier, toAPI(request), toAPI(redirectResponse), m_client.base.clientInfo)));
56 void InjectedBundlePageResourceLoadClient::didReceiveResponseForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceResponse& response) argument
61 m_client.didReceiveResponseForResource(toAPI(page), toAPI(frame), identifier, toAPI(response), m_client.base.clientInfo);
64 void InjectedBundlePageResourceLoadClient::didReceiveContentLengthForResource(WebPage* page, WebFrame* frame, uint64_t identifier, uint64_t contentLength) argument
69 m_client.didReceiveContentLengthForResource(toAPI(page), toAPI(frame), identifier, contentLength, m_client.base.clientInfo);
72 void InjectedBundlePageResourceLoadClient::didFinishLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier) argument
77 m_client.didFinishLoadForResource(toAPI(page), toAPI(frame), identifier, m_clien
80 didFailLoadForResource(WebPage* page, WebFrame* frame, uint64_t identifier, const WebCore::ResourceError& error) argument
88 shouldCacheResponse(WebPage* page, WebFrame* frame, uint64_t identifier) argument
96 shouldUseCredentialStorage(WebPage* page, WebFrame* frame, uint64_t identifier) argument
[all...]
H A DInjectedBundlePageResourceLoadClient.h54 void didInitiateLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceRequest&, bool pageIsProvisionallyLoading);
55 void willSendRequestForFrame(WebPage*, WebFrame*, uint64_t identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse&);
56 void didReceiveResponseForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceResponse&);
57 void didReceiveContentLengthForResource(WebPage*, WebFrame*, uint64_t identifier, uint64_t contentLength);
58 void didFinishLoadForResource(WebPage*, WebFrame*, uint64_t identifier);
59 void didFailLoadForResource(WebPage*, WebFrame*, uint64_t identifier, const WebCore::ResourceError&);
60 bool shouldCacheResponse(WebPage*, WebFrame*, uint64_t identifier);
61 bool shouldUseCredentialStorage(WebPage*, WebFrame*, uint64_t identifier);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGGlyphElement.cpp99 void SVGGlyphElement::inheritUnspecifiedAttributes(SVGGlyph& identifier, const SVGFontData* svgFontData) argument
101 if (identifier.horizontalAdvanceX == SVGGlyph::inheritedValue())
102 identifier.horizontalAdvanceX = svgFontData->horizontalAdvanceX();
104 if (identifier.verticalOriginX == SVGGlyph::inheritedValue())
105 identifier.verticalOriginX = svgFontData->verticalOriginX();
107 if (identifier.verticalOriginY == SVGGlyph::inheritedValue())
108 identifier.verticalOriginY = svgFontData->verticalOriginY();
110 if (identifier.verticalAdvanceY == SVGGlyph::inheritedValue())
111 identifier.verticalAdvanceY = svgFontData->verticalAdvanceY();
125 SVGGlyph identifier; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDividerNavigationItem.js26 WebInspector.DividerNavigationItem = function(identifier) {
27 WebInspector.NavigationItem.call(this, identifier);
H A DFlexibleSpaceNavigationItem.js26 WebInspector.FlexibleSpaceNavigationItem = function(identifier) {
27 WebInspector.NavigationItem.call(this, identifier);
/macosx-10.10/bootp-298/bootplib/
H A Dhost_identifier.h27 * - the identifier string format is:
31 * the opaque client identifier bytes
49 identifierToString(uint8_t type, const void * identifier, int len);
52 identifierToStringWithBuffer(uint8_t type, const void * identifier, int len,
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCounterContent.h36 CounterContent(const AtomicString& identifier, EListStyleType style, const AtomicString& separator) argument
37 : m_identifier(identifier)
43 const AtomicString& identifier() const { return m_identifier; } function in class:WebCore::CounterContent
55 return a.identifier() == b.identifier()
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorResourceAgent.h87 void willSendRequest(unsigned long identifier, DocumentLoader*, ResourceRequest&, const ResourceResponse& redirectResponse);
88 void markResourceAsCached(unsigned long identifier);
89 void didReceiveResponse(unsigned long identifier, DocumentLoader* laoder, const ResourceResponse&, ResourceLoader*);
90 void didReceiveData(unsigned long identifier, const char* data, int dataLength, int encodedDataLength);
91 void didFinishLoading(unsigned long identifier, DocumentLoader*, double finishTime);
92 void didFailLoading(unsigned long identifier, DocumentLoader*, const ResourceError&);
95 void setInitialScriptContent(unsigned long identifier, const String& sourceString);
96 void didReceiveScriptResponse(unsigned long identifier);
98 void documentThreadableLoaderStartedLoadingForClient(unsigned long identifier, ThreadableLoaderClient*);
101 void didFinishXHRLoading(ThreadableLoaderClient*, unsigned long identifier, cons
[all...]

Completed in 494 milliseconds

1234567891011>>