Searched refs:identifier (Results 251 - 275 of 682) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.cpp300 void NameValueDictionary::MakeNameValueDictionaryFromDLDbIdentifier (const DLDbIdentifier &identifier, NameValueDictionary &nvd) argument
303 DLDbIdentifier d = identifier;
305 const CssmSubserviceUid &ssuid = identifier.ssuid ();
315 const char* dbName = identifier.dbName ();
322 const CSSM_NET_ADDRESS* add = identifier.dbLocation ();
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Ddictionary.cpp300 void NameValueDictionary::MakeNameValueDictionaryFromDLDbIdentifier (const DLDbIdentifier &identifier, NameValueDictionary &nvd) argument
303 DLDbIdentifier d = identifier;
305 const CssmSubserviceUid &ssuid = identifier.ssuid ();
315 const char* dbName = identifier.dbName ();
322 const CSSM_NET_ADDRESS* add = identifier.dbLocation ();
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorTimelineAgent.h205 void willReceiveResourceData(unsigned long identifier, Frame*, int length);
214 void didCreateWebSocket(unsigned long identifier, const URL&, const String& protocol, Frame*);
215 void willSendWebSocketHandshakeRequest(unsigned long identifier, Frame*);
216 void didReceiveWebSocketHandshakeResponse(unsigned long identifier, Frame*);
217 void didDestroyWebSocket(unsigned long identifier, Frame*);
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DProxyInstance.mm142 JSValue ProxyInstance::invoke(JSC::ExecState* exec, InvokeType type, uint64_t identifier, const ArgList& args)
155 type, identifier, (char*)[arguments.get() bytes], [arguments.get() length]) != KERN_SUCCESS) {
318 IdentifierRep* identifier = reinterpret_cast<IdentifierRep*>([number longLongValue]);
319 if (!IdentifierRep::isValid(identifier))
322 if (identifier->isString()) {
323 const char* str = identifier->string();
326 nameArray.add(Identifier::from(exec, identifier->number()));
379 uint64_t identifier = reinterpret_cast<uint64_t>(_NPN_GetStringIdentifier(name.ascii().data()));
382 if (_WKPHNPObjectHasProperty(m_instanceProxy->hostProxy()->port(), m_instanceProxy->pluginID(), requestID, m_objectID, identifier) != KERN_SUCCESS)
395 mapAddResult.iterator->value = std::make_unique<ProxyField>(identifier);
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c145 char const *identifier; /* place to receive the identifier text pointer */
172 NAMETABLE_id_to_string (name, &identifier);
180 log_error (location->lineno, NIDL_NAMEPREVDECLAT, identifier,
184 log_error (location->lineno, NIDL_NAMEALRDEC, identifier, NULL);
219 char const *identifier;
220 NAMETABLE_id_to_string(type->fe_info->tag_name, &identifier);
221 log_error(location->lineno, NIDL_DEFNOTCOMP, identifier, NULL);
251 char const *identifier;
252 NAMETABLE_id_to_string(type->fe_info->tag_name, &identifier);
144 char const *identifier; /* place to receive the identifier text pointer */ local
218 char const *identifier; local
250 char const *identifier; local
511 char const *identifier; local
1302 char const *identifier; local
1467 char const *identifier; local
2182 char const *identifier; local
2504 ASTP_save_tag_ref( NAMETABLE_id_t identifier, AST_type_k_t kind, AST_type_n_t *type_node_ptr ) argument
2978 char const *identifier; local
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dperlxmltok.pl165 'i' => 'identifier',
213 my @identifier = qw" i t U C Y Z G :: ";
214 @token_short_names{@identifier} = ('i') x scalar(@identifier);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A Ddefaultcreds.cpp106 DLDbIdentifier identifier(ref.dbName().c_str(), ref.dbGuid(), ref.dbSSID(), ref.dbSSType());
111 list.push_back(globals().storageManager.keychain(identifier));
120 unlockKey(ref, fallbackSearchList(identifier));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A Ddefaultcreds.cpp106 DLDbIdentifier identifier(ref.dbName().c_str(), ref.dbGuid(), ref.dbSSID(), ref.dbSSType());
111 list.push_back(globals().storageManager.keychain(identifier));
120 unlockKey(ref, fallbackSearchList(identifier));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A Ddefaultcreds.cpp106 DLDbIdentifier identifier(ref.dbName().c_str(), ref.dbGuid(), ref.dbSSID(), ref.dbSSType());
111 list.push_back(globals().storageManager.keychain(identifier));
120 unlockKey(ref, fallbackSearchList(identifier));
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSliderThumbElement.cpp416 void SliderThumbElement::setExclusiveTouchIdentifier(unsigned identifier) argument
419 m_exclusiveTouchIdentifier = identifier;
427 static Touch* findTouchWithIdentifier(TouchList* list, unsigned identifier) argument
432 if (touch->identifier() == identifier)
450 setExclusiveTouchIdentifier(touch->identifier());
458 unsigned identifier = exclusiveTouchIdentifier(); local
459 if (identifier == NoIdentifier)
462 Touch* touch = findTouchWithIdentifier(touchEvent->targetTouches(), identifier);
473 unsigned identifier local
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DPingLoader.cpp120 unsigned long identifier = frame.page()->progress().createUniqueIdentifier(); local
126 m_shouldUseCredentialStorage = frame.loader().client().shouldUseCredentialStorage(frame.loader().activeDocumentLoader(), identifier);
129 InspectorInstrumentation::continueAfterPingLoader(frame, identifier, frame.loader().activeDocumentLoader(), request, ResourceResponse());
H A DWorkerThreadableLoader.h114 virtual void didReceiveResponse(unsigned long identifier, const ResourceResponse&) override;
116 virtual void didFinishLoading(unsigned long identifier, double finishTime) override;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DButtonNavigationItem.js26 WebInspector.ButtonNavigationItem = function(identifier, toolTipOrLabel, image, imageWidth, imageHeight, suppressEmboss, role, label) {
27 WebInspector.NavigationItem.call(this, identifier);
29 console.assert(identifier);
H A DQuickConsole.js33 this._mainFrameExecutionContextPathComponent = this._createExecutionContextPathComponent(mainFrameExecutionContext.name, mainFrameExecutionContext.identifier);
209 _createExecutionContextPathComponent: function(name, identifier)
211 var pathComponent = new WebInspector.HierarchicalPathComponent(name, "execution-context", identifier, true, true);
215 pathComponent._executionContextIdentifier = identifier;
222 var identifier = WebInspector.ExecutionContext.supported() ? frame.pageExecutionContext.id : frame.id; variable
224 var pathComponent = this._createExecutionContextPathComponent(name, identifier);
H A DDataGrid.js355 for (var [identifier, column] of this.columns)
356 widths[identifier] = (column["title"] || "").length;
361 for (var identifier of this.columns.keys()) {
362 var text = node.data[identifier] || "";
363 if (text.length > widths[identifier])
364 widths[identifier] = text.length;
369 for (var identifier of this.columns.keys())
370 totalColumnWidths += widths[identifier];
374 for (var identifier of this.columns.keys()) {
375 var width = Math.round(100 * widths[identifier] / totalColumnWidth
[all...]
H A DScopeBar.js26 WebInspector.ScopeBar = function(identifier, items, defaultItem) {
27 WebInspector.NavigationItem.call(this, identifier);
/macosx-10.10/WebKit2-7600.1.25/Shared/Network/
H A DNetworkResourceLoadParameters.cpp40 : identifier(0)
57 encoder << identifier; local
105 if (!decoder.decode(result.identifier))
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dmd5_plugin.c79 out_md5_p->identifier = in_md5_p->identifier;
83 chap_md5(in_md5_p->identifier, plugin->password, plugin->password_length,
/macosx-10.10/WebCore-7600.1.25/dom/
H A DStyledElement.cpp222 bool StyledElement::setInlineStyleProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) argument
224 ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important);
229 bool StyledElement::setInlineStyleProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important) argument
231 ensureMutableInlineStyle().setProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important);
363 void StyledElement::addPropertyToPresentationAttributeStyle(MutableStyleProperties& style, CSSPropertyID propertyID, CSSValueID identifier) argument
365 style.setProperty(propertyID, cssValuePool().createIdentifierValue(identifier));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm89 virtual bool getConnectionIdentifier(IPC::Connection::Identifier& identifier)
93 return ChildProcessMainDelegate::getConnectionIdentifier(identifier);
145 identifier = serverPort;
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOAccelSurfaceControl.h81 IOReturn IOAccelCreateAccelID(IOOptionBits options, IOAccelID * identifier);
82 IOReturn IOAccelDestroyAccelID(IOOptionBits options, IOAccelID identifier);
/macosx-10.10/KerberosHelper-151/Source/
H A DKerberosHelper.h223 CFStringRef identifier);
226 * Remove mark on the credential for 'identifier', and if its not a
231 OSStatus KRBCredFindByLabelAndRelease(CFStringRef identifier);
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSCryptoKeySerializationJWK.cpp55 Identifier identifier(exec, key);
58 if (!json->getPropertySlot(exec, identifier, slot))
61 JSValue value = slot.getValue(exec, identifier);
75 Identifier identifier(exec, key);
78 if (!json->getPropertySlot(exec, identifier, slot))
81 JSValue jsValue = slot.getValue(exec, identifier);
96 Identifier identifier(exec, key);
99 if (!json->getPropertySlot(exec, identifier, slot))
102 JSValue jsValue = slot.getValue(exec, identifier);
231 if (algorithm->identifier() !
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSValuePool.h51 PassRef<CSSPrimitiveValue> createIdentifierValue(CSSValueID identifier);
52 PassRef<CSSPrimitiveValue> createIdentifierValue(CSSPropertyID identifier);
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DPlatformEventFactoryIOS.mm219 PlatformTouchPointBuilder(unsigned identifier, const IntPoint& location, TouchPhaseType phase)
220 : PlatformTouchPoint(identifier, location, phase)
242 unsigned identifier = [(NSNumber *)[event.touchIdentifiers objectAtIndex:i] unsignedIntValue];
245 m_touchPoints.uncheckedAppend(PlatformTouchPointBuilder(identifier, location, touchPhase));

Completed in 238 milliseconds

<<11121314151617181920>>