Searched refs:identifier (Results 476 - 500 of 682) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DKNAppDelegate.m332 note.identifier = [[NSUUID new] UUIDString];
369 note.identifier = [[NSUUID new] UUIDString];
405 note.identifier = [[NSUUID new] UUIDString];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp630 static bool NPN_IdentifierIsString(NPIdentifier identifier) argument
632 return static_cast<IdentifierRep*>(identifier)->isString();
635 static NPUTF8 *NPN_UTF8FromIdentifier(NPIdentifier identifier) argument
637 const char* string = static_cast<IdentifierRep*>(identifier)->string();
649 static int32_t NPN_IntFromIdentifier(NPIdentifier identifier) argument
651 return static_cast<IdentifierRep*>(identifier)->number();
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l309 char const *identifier;
311 NAMETABLE_id_to_string(id, &identifier);
312 log_warning(yyget_lineno(yyscanner), NIDL_IDTOOLONG, identifier, MAX_ID, NULL);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Deapfast_plugin.c1956 EAPFASTPacketCreateAck(int identifier) argument
1959 identifier, 0, NULL, NULL));
2024 in_pkt_p->identifier,
2881 kEAPCodeResponse, in_pkt_p->identifier,
2889 kEAPCodeResponse, in_pkt_p->identifier,
2981 int identifier, EAPClientStatus * client_status)
3029 identifier,
3049 eaptls_in->identifier,
3084 eaptls_out = eapfast_verify_server(plugin, eaptls_in->identifier,
3101 eaptls_out = eapfast_verify_server(plugin, eaptls_in->identifier,
2980 eapfast_verify_server(EAPClientPluginDataRef plugin, int identifier, EAPClientStatus * client_status) argument
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Djproperties.vim67 " an identifier is anything not a space character, pretty much; it's
74 " catch the bizarre case of no identifier; a special case of delimiter
82 " an identifier is anything not a space character, pretty much; it's
H A Dpod.vim46 " Formatter identifier keyword for =for, =begin and =end commands
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m24 #define NEW_EXC(identifier, name, base_class) \
25 identifier = PyErr_NewException("objc."name, base_class, NULL); \
26 if (identifier == NULL) return -1; \
27 Py_INCREF(identifier); \
28 if (PyModule_AddObject(module, name, identifier) < 0) return -1;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_util.m24 #define NEW_EXC(identifier, name, base_class) \
25 identifier = PyErr_NewException("objc."name, base_class, NULL); \
26 if (identifier == NULL) return -1; \
27 Py_INCREF(identifier); \
28 if (PyModule_AddObject(module, name, identifier) < 0) return -1;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_util.m25 #define NEW_EXC(identifier, name, base_class) \
26 identifier = PyErr_NewException("objc."name, base_class, NULL); \
27 if (identifier == NULL) return -1; \
28 Py_INCREF(identifier); \
29 if (PyModule_AddObject(module, name, identifier) < 0) return -1;
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm3468 -sbcp=s change static block comment identifier to be other than '##'
3472 -sscp=s change static side comment identifier to be other than '##'
4805 'i' => 'identifier',
4853 my @identifier = qw" i t U C Y Z G :: CORE::";
4854 @token_short_names{@identifier} = ('i') x scalar(@identifier);
7585 # FUTURE: if not a keyword, assume that it is an identifier
8390 # Note that :: is excluded since it should be contained in an identifier
9556 # identifier 'witch' has trailing blanks on input here:
14327 # || die "Cannot add broadcast: No class identifier foun
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.cpp1132 RegisterID* BytecodeGenerator::emitLoad(RegisterID* dst, const Identifier& identifier) argument
1134 JSString*& stringInMap = m_stringMap.add(identifier.impl(), nullptr).iterator->value;
1136 stringInMap = jsOwnedString(vm(), identifier.string());
1221 RegisterID* BytecodeGenerator::emitResolveScope(RegisterID* dst, const Identifier& identifier) argument
1225 ASSERT(!m_symbolTable || !m_symbolTable->contains(identifier.impl()) || resolveType() == Dynamic);
1230 instructions().append(addConstant(identifier));
1237 RegisterID* BytecodeGenerator::emitGetFromScope(RegisterID* dst, RegisterID* scope, const Identifier& identifier, ResolveMode resolveMode) argument
1245 instructions().append(addConstant(identifier));
1253 RegisterID* BytecodeGenerator::emitPutToScope(RegisterID* scope, const Identifier& identifier, RegisterID* value, ResolveMode resolveMode) argument
1260 instructions().append(addConstant(identifier));
1277 emitInitGlobalConst(const Identifier& identifier, RegisterID* value) argument
1495 addStringConstant(const Identifier& identifier) argument
1643 expectedFunctionForIdentifier(const Identifier& identifier) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp1513 unsigned long identifier; local
1515 requestFromDelegate(request, identifier, error);
1516 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, ResourceResponse(url, String(), -1, String(), String()), 0, -1, -1, error);
1866 unsigned long identifier; local
1868 requestFromDelegate(request, identifier, error);
1872 notifier().sendRemainingDelegateMessages(m_documentLoader.get(), identifier, request, response, 0, static_cast<int>(response.expectedContentLength()), 0, error);
2027 // fragment identifier at all."
2683 unsigned long identifier = 0; local
2685 requestFromDelegate(newRequest, identifier, error);
2691 platformStrategies()->loaderStrategy()->loadResourceSynchronously(networkingContext(), identifier, newReques local
2993 requestFromDelegate(ResourceRequest& request, unsigned long& identifier, ResourceError& error) argument
3040 unsigned long identifier; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp569 const Identifier& ident = codeBlock->identifier(pc[3].u.operand);
620 const Identifier& ident = codeBlock->identifier(pc[3].u.operand);
630 const Identifier& ident = codeBlock->identifier(pc[2].u.operand);
711 bool couldDelete = baseObject->methodTable()->deleteProperty(baseObject, exec, codeBlock->identifier(pc[3].u.operand));
888 exec->codeBlock()->identifier(pc[2].u.operand),
1337 JSNameScope* scope = JSNameScope::create(exec, codeBlock->identifier(pc[1].u.operand), LLINT_OP(2).jsValue(), pc[3].u.operand);
1402 const Identifier& ident = exec->codeBlock()->identifier(pc[2].u.operand);
1409 const Identifier& ident = exec->codeBlock()->identifier(pc[3].u.operand);
1437 const Identifier& ident = codeBlock->identifier(pc[2].u.operand);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1e.c615 * len(identifier) + len(length) + len(innercontent)
616 * XXX we currently assume len(identifier) == 1;
688 * XXX The 1 below is the presumed length of the identifier;
711 * XXX The 1 below is the presumed length of the identifier;
974 * own identifier and length. For an ANY, we just write it
980 unsigned char identifier; local
983 * Create the identifier based on underlying_kind. We cannot
988 identifier = (unsigned char)state->underlying_kind & SEC_ASN1_TAG_MASK;
993 PORT_Assert ((identifier & SEC_ASN1_TAGNUM_MASK) == identifier);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1e.c615 * len(identifier) + len(length) + len(innercontent)
616 * XXX we currently assume len(identifier) == 1;
688 * XXX The 1 below is the presumed length of the identifier;
711 * XXX The 1 below is the presumed length of the identifier;
974 * own identifier and length. For an ANY, we just write it
980 unsigned char identifier; local
983 * Create the identifier based on underlying_kind. We cannot
988 identifier = (unsigned char)state->underlying_kind & SEC_ASN1_TAG_MASK;
993 PORT_Assert ((identifier & SEC_ASN1_TAGNUM_MASK) == identifier);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1e.c615 * len(identifier) + len(length) + len(innercontent)
616 * XXX we currently assume len(identifier) == 1;
688 * XXX The 1 below is the presumed length of the identifier;
711 * XXX The 1 below is the presumed length of the identifier;
974 * own identifier and length. For an ANY, we just write it
980 unsigned char identifier; local
983 * Create the identifier based on underlying_kind. We cannot
988 identifier = (unsigned char)state->underlying_kind & SEC_ASN1_TAG_MASK;
993 PORT_Assert ((identifier & SEC_ASN1_TAGNUM_MASK) == identifier);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c615 * len(identifier) + len(length) + len(innercontent)
616 * XXX we currently assume len(identifier) == 1;
688 * XXX The 1 below is the presumed length of the identifier;
711 * XXX The 1 below is the presumed length of the identifier;
974 * own identifier and length. For an ANY, we just write it
980 unsigned char identifier; local
983 * Create the identifier based on underlying_kind. We cannot
988 identifier = (unsigned char)state->underlying_kind & SEC_ASN1_TAG_MASK;
993 PORT_Assert ((identifier & SEC_ASN1_TAGNUM_MASK) == identifier);
[all...]
/macosx-10.10/WebCore-7600.1.25/bridge/
H A DNP_jsobject.cpp439 bool _NPN_Enumerate(NPP, NPObject* o, NPIdentifier** identifier, uint32_t* count) argument
460 *identifier = identifiers;
468 return o->_class->enumerate(o, identifier, count);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DNavigationSidebarPanel.js26 WebInspector.NavigationSidebarPanel = function(identifier, displayName, image, keyboardShortcutKey, autoPruneOldTopLevelResourceTreeElements, autoHideToolbarItemWhenEmpty, wantsTopOverflowShadow, element, role, label) {
38 WebInspector.SidebarPanel.call(this, identifier, displayName, showToolTip, hideToolTip, image, element, role, label || displayName);
73 this._filtersSetting = new WebInspector.Setting(identifier + "-navigation-sidebar-filters", {});
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c496 /* add our vendor class identifier */
628 BSDPImageDescriptionIdentifierIsServerLocal(CFNumberRef identifier) argument
632 (void)CFNumberGetValue(identifier, kCFNumberSInt32Type, &identifier_val);
637 BSDPImageDescriptionIdentifierIsInstall(CFNumberRef identifier) argument
641 (void)CFNumberGetValue(identifier, kCFNumberSInt32Type, &identifier_val);
646 BSDPImageDescriptionIdentifierImageKind(CFNumberRef identifier) argument
650 (void)CFNumberGetValue(identifier, kCFNumberSInt32Type, &identifier_val);
780 /* get the vendor class identifier */
788 /* get the server identifier */
1486 "BSDPClientSendSelectRequest: add server identifier faile
[all...]
/macosx-10.10/WebKit2-7600.1.25/Platform/IPC/unix/
H A DConnectionUnix.cpp130 void Connection::platformInitialize(Identifier identifier) argument
132 m_socketDescriptor = identifier;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationPrivate.h760 @discussion Returns the network service with the specified identifier.
767 @param serviceID The unique identifier for the service.
814 @discussion Set the external identifier for a network service.
816 @param identifierDomain A service can have multiple external identifiers. This string specifies which external identifier to set.
817 @param identifier The new external identifier to assign to the network service.
818 @result Returns TRUE if the external identifier was set successfully, FALSE if an error occurred.
823 CFStringRef identifier);
827 @discussion Copy the external identifier for a network service.
829 @param identifierDomain A service can have multiple external identifiers. This string specifies which external identifier t
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py66 identifier = CFBundleGetIdentifier(bundle)
67 self.failUnless( identifier == u'com.apple.CoreFoundation')
/macosx-10.10/vim-55/runtime/colors/
H A Dblue.vim19 hi identifier guifg=gray ctermfg=red
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITOperations.cpp1264 void JIT_OPERATION operationPutGetterSetter(ExecState* exec, EncodedJSValue encodedObjectValue, Identifier* identifier, EncodedJSValue encodedGetterValue, EncodedJSValue encodedSetterValue) argument
1284 baseObj->putDirectAccessor(exec, *identifier, accessor, Accessor);
1287 void JIT_OPERATION operationPutGetterSetter(ExecState* exec, JSCell* object, Identifier* identifier, JSCell* getter, JSCell* setter) argument
1305 baseObj->putDirectAccessor(exec, *identifier, accessor, Accessor);
1309 void JIT_OPERATION operationPushNameScope(ExecState* exec, Identifier* identifier, EncodedJSValue encodedValue, int32_t attibutes) argument
1314 JSNameScope* scope = JSNameScope::create(exec, *identifier, JSValue::decode(encodedValue), attibutes);
1549 EncodedJSValue JIT_OPERATION operationDeleteById(ExecState* exec, EncodedJSValue encodedBase, const Identifier* identifier) argument
1555 bool couldDelete = baseObj->methodTable(vm)->deleteProperty(baseObj, exec, *identifier);
1674 const Identifier& ident = exec->codeBlock()->identifier(identifierIndex);
1685 const Identifier& ident = codeBlock->identifier(p
[all...]

Completed in 688 milliseconds

<<11121314151617181920>>