Searched defs:label (Results 126 - 150 of 437) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dreftex-sel.el[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Ddcl-mode.el[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb171 def label(text = nil) method in class:Tk.Tree.Node
816 def label(node, text=nil) method in class:Tk.Tree
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DMethodVisitor.java203 void visitJumpInsn(int opcode, Label label); argument
211 void visitLabel(Label label); argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DAssemblerBuffer.h128 AssemblerLabel label() const function in class:JSC::AssemblerBuffer
H A DLinkBuffer.h119 void link(Jump jump, CodeLocationLabel label) argument
122 MacroAssembler::linkJump(code(), jump, label); local
125 void link(JumpList list, CodeLocationLabel label) argument
131 void patch(DataLabelPtr label, void* value) argument
137 void patch(DataLabelPtr label, CodeLocationLabel value) argument
164 CodeLocationLabel locationOf(Label label) argument
169 locationOf(DataLabelPtr label) argument
174 locationOf(DataLabel32 label) argument
179 locationOf(DataLabelCompact label) argument
184 locationOf(ConvertibleLoadLabel label) argument
197 offsetOf(Label label) argument
210 trampolineAt(Label label) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGSlowPathGenerator.h61 MacroAssembler::Label label() const { return m_label; } function in class:JSC::DFG::SlowPathGenerator
/macosx-10.9.5/KerberosHelper-148/Source/
H A Dlkdc_acl.c57 findKeychainItem(SecKeychainRef keychain, const char *label) argument
H A Dtest-na.c208 CFStringRef label = CFSTR("fs:/testing"); local
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddl_standard.cpp118 const CssmData &KeyRecord::label() const { return mAttributes[6]; } function in class:Security::CssmClient::KeyRecord
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicydb.cpp149 const char *label = cached[1]; local
H A Dsyspolicy.sql[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DRSA_DSA_utils.cpp144 contextToRsaKey( const Context &context, AppleCSPSession &session, CSSM_KEYCLASS keyClass, CSSM_KEYUSE usage, bool &mallocdKey, CSSM_DATA &label) argument
170 cssmKeyToRsa( const CssmKey &cssmKey, AppleCSPSession &session, bool &allocdKey, CSSM_DATA &label) argument
212 rawCssmKeyToRsa( const CssmKey &cssmKey, CSSM_DATA &label) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddl_standard.cpp118 const CssmData &KeyRecord::label() const { return mAttributes[6]; } function in class:Security::CssmClient::KeyRecord
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicydb.cpp149 const char *label = cached[1]; local
H A Dsyspolicy.sql[all...]
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Tool/
H A Dkeychain_sync.c184 CFStringRef label = token1 ? CFStringCreateWithCString(NULL, token0, kCFStringEncodingUTF8) : CFSTR("security command line tool"); local
199 CFStringRef label = token1 ? CFStringCreateWithCString(NULL, token0, kCFStringEncodingUTF8) : CFSTR("security command line tool"); local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-26-applicationsigning.c211 CFStringRef label = (CFStringRef)CFDictionaryGetValue(prop, local
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A DSOSAccountTesting.h23 static void unretired_peers_is_subset(const char* label, CFArrayRef peers, CFArrayRef allowed_peers) argument
37 static void accounts_agree_internal(char *label, SOSAccountRef left, SOSAccountRef right, bool check_peers) argument
49 ok(CFEqual(leftPeers, rightPeers), "Matching peers (%s) Left: %@, Right: %@", label, leftPeers, rightPeers); local
95 ok(CFEqual(leftApplicants, rightApplicants), "Matching applicants (%s) Left: %@, Right: %@", label, leftApplicants, rightApplicants); local
102 accounts_agree(char *label, SOSAccountRef left, SOSAccountRef right) argument
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_add.c48 do_update_generic_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *value, const char *comment, const char *label, const char *serviceName, const char *accountName, const void *passwordData, SecAccessRef access) argument
162 do_add_generic_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *value, const char *comment, const char *label, const char *serviceName, const char *accountName, const void *passwordData, SecAccessRef access, Boolean update) argument
246 do_update_internet_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, const void *passwordData, SecAccessRef access) argument
372 do_add_internet_password(const char *keychainName, FourCharCode itemCreator, FourCharCode itemType, const char *kind, const char *comment, const char *label, const char *serverName, const char *securityDomain, const char *accountName, const char *path, UInt16 port, SecProtocolType protocol, SecAuthenticationType authenticationType, const void *passwordData, SecAccessRef access, Boolean update) argument
536 char *kind = NULL, *label = NULL, *value = NULL, *comment = NULL; local
692 char *kind = NULL, *comment = NULL, *label = NULL; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLOptionElement.cpp300 String HTMLOptionElement::label() const function in class:WebCore::HTMLOptionElement
302 const AtomicString& label = fastGetAttribute(labelAttr); local
308 void HTMLOptionElement::setLabel(const String& label) argument
[all...]
H A DHTMLTrackElement.cpp150 String HTMLTrackElement::label() const function in class:WebCore::HTMLTrackElement
155 void HTMLTrackElement::setLabel(const String& label) argument
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DTextTrack.h70 static PassRefPtr<TextTrack> create(ScriptExecutionContext* context, TextTrackClient* client, const AtomicString& kind, const AtomicString& label, const AtomicString& language) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DFullscreenVideoControllerGtk.cpp389 gchar* label = g_strdup_printf("%s / %s", timeToString(mediaPosition).utf8().data(), timeToString(mediaDuration).utf8().data()); local
390 gtk_label_set_text(GTK_LABEL(m_timeLabel), label); local
416 GtkWidget* label = gtk_label_new(_("Time:")); local
417 gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, TRUE, 0); local
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DWebKitAuthenticationWidget.cpp128 GtkWidget* label = gtk_label_new(labelString); local

Completed in 162 milliseconds

1234567891011>>