Searched refs:description (Results 201 - 225 of 1773) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-PubSub/
H A Dsetup.py24 description = "Wrappers for the framework PubSub on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-QTKit/
H A Dsetup.py25 description = "Wrappers for the framework QTKit on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-ScreenSaver/
H A Dsetup.py23 description = "Wrappers for the framework ScreenSaver on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-ScriptingBridge/
H A Dsetup.py28 description = "Wrappers for the framework ScriptingBridge on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/
H A Dsetup.py23 description = "Wrappers for the framework SearchKit on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SyncServices/
H A Dsetup.py28 description = "Wrappers for the framework SyncServices on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/
H A Dsetup.py24 description = "Wrappers for the framework WebKit on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-XgridFoundation/
H A Dsetup.py24 description = "Wrappers for the framework XgridFoundation on Mac OS X", variable
/macosx-10.9.5/tcpdump-56/tcpdump/missing/
H A Ddlnames.c52 const char *description; member in struct:dlt_choice
56 #define DLT_CHOICE(code, description) { #code, description, code }
172 return (dlt_choices[i].description);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsdecimalnumber.py17 self.assertEqual(v.description(), '55')
21 self.assertEqual(v.description(), '55')
37 self.assertEqual(dec.description(), '55.23')
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_2.0.rb59 description = "fugafugafugafuga"
86 maker.channel.description = description
120 assert_equal(description, channel.description)
153 description = "fugafugafugafuga"
160 maker.channel.description = description
169 maker.channel.description = description
[all...]
H A Drss-testcase.rb65 :description =>
114 <description>#{DESCRIPTION_VALUE}</description>
147 <description>#{DESCRIPTION_VALUE}</description>
157 <description>#{DESCRIPTION_VALUE}</description>
198 <description>#{DESCRIPTION_VALUE}</description>
211 <description>#{DESCRIPTION_VALU
[all...]
H A Dtest_setup_maker_1.0.rb16 :description =>
55 :description => "A Meerkat channel",
61 :description => "DMOZ category",
75 description = "fugafugafugafuga"
81 maker.channel.description = description
105 assert_equal(description, channel.description)
162 description = "text hoge fuga"
171 maker.textinput.description
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_3/
H A Dshell.js19 testcases[tc].description +" = "+
32 function AddTestCase( description, expect, actual ) {
33 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
38 this.description = d;
47 writeLineToLog( "added " + this.description );
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitPlugin.cpp51 CString description; member in struct:_WebKitPluginPrivate
93 * Returns: the description of the plugin.
99 if (!plugin->priv->description.isNull())
100 plugin->priv->description.data();
105 plugin->priv->description = plugin->priv->pluginInfo.info.desc.utf8();
106 return plugin->priv->description.data();
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dnfsubs.cpp52 const UnicodeString& description,
78 const UnicodeString& description,
80 : NFSubstitution(_pos, _ruleSet, formatter, description, status), divisor(_divisor)
137 const UnicodeString& description,
189 const UnicodeString& description,
191 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
215 const UnicodeString& description,
249 const UnicodeString& description,
251 : NFSubstitution(_pos, _ruleSet, formatter, description, status) {}
283 const UnicodeString& description,
74 MultiplierSubstitution(int32_t _pos, double _divisor, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
186 IntegralPartSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
246 AbsoluteValueSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
279 NumeratorSubstitution(int32_t _pos, double _denominator, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
321 NullSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
354 makeSubstitution(int32_t pos, const NFRule* rule, const NFRule* predecessor, const NFRuleSet* ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
442 NFSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
824 SameValueSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
861 ModulusSubstitution(int32_t _pos, double _divisor, const NFRule* predecessor, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
1039 FractionalPartSubstitution(int32_t _pos, const NFRuleSet* _ruleSet, const RuleBasedNumberFormat* formatter, const UnicodeString& description, UErrorCode& status) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecACL.cpp62 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector,
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
83 CFStringRef description,
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
140 CFStringRef *description,
147 err = SecACLCopySimpleContents(acl, applicationList, description, &cdsaPromptSelector);
154 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector)
158 acl->promptDescription() = description ? cfString(description) : "";
174 CFStringRef description,
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
138 SecACLCopyContents(SecACLRef acl, CFArrayRef *applicationList, CFStringRef *description, SecKeychainPromptSelector *promptSelector) argument
152 SecACLSetSimpleContents(SecACLRef aclRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector) argument
172 SecACLSetContents(SecACLRef acl, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecACL.cpp62 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector,
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
83 CFStringRef description,
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
140 CFStringRef *description,
147 err = SecACLCopySimpleContents(acl, applicationList, description, &cdsaPromptSelector);
154 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector)
158 acl->promptDescription() = description ? cfString(description) : "";
174 CFStringRef description,
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
138 SecACLCopyContents(SecACLRef acl, CFArrayRef *applicationList, CFStringRef *description, SecKeychainPromptSelector *promptSelector) argument
152 SecACLSetSimpleContents(SecACLRef aclRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector) argument
172 SecACLSetContents(SecACLRef acl, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecACL.cpp62 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector,
67 SecPointer<ACL> acl = new ACL(*access, cfString(description), *promptSelector);
83 CFStringRef description,
90 return SecACLCreateFromSimpleContents(access, applicationList, description, &cdsaPromptSelector, newAcl);
140 CFStringRef *description,
147 err = SecACLCopySimpleContents(acl, applicationList, description, &cdsaPromptSelector);
154 CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector)
158 acl->promptDescription() = description ? cfString(description) : "";
174 CFStringRef description,
60 SecACLCreateFromSimpleContents(SecAccessRef accessRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector, SecACLRef *newAcl) argument
81 SecACLCreateWithSimpleContents(SecAccessRef access, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector, SecACLRef *newAcl) argument
138 SecACLCopyContents(SecACLRef acl, CFArrayRef *applicationList, CFStringRef *description, SecKeychainPromptSelector *promptSelector) argument
152 SecACLSetSimpleContents(SecACLRef aclRef, CFArrayRef applicationList, CFStringRef description, const CSSM_ACL_KEYCHAIN_PROMPT_SELECTOR *promptSelector) argument
172 SecACLSetContents(SecACLRef acl, CFArrayRef applicationList, CFStringRef description, SecKeychainPromptSelector promptSelector) argument
[all...]
/macosx-10.9.5/securityd-55199.3/src/
H A Dacl_keychain.cpp39 // of the ACL machinery. Version 0 is the legacy format (storing only the description
40 // string), while Version 1 contains both selector and description. We are now always
178 if (query(db ? db->dbName() : NULL, description.c_str(), context.authorization(), NULL) != SecurityAgent::noReason)
186 description.c_str(), context.authorization()) != SecurityAgent::noReason)
213 new(alloc) ListElement(alloc, description));
238 case 2: // legacy case: just description
245 case 3: // standard case: selector + description
261 const char *description; local
265 pub(description);
271 pub(description);
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/
H A Djsref.js50 function AddTestCase( description, expect, actual ) {
51 testcases[tc++] = new TestCase( SECTION, description, expect, actual );
55 this.description = d;
84 testcases[tc].description +" = "+
175 print(testcases[tc].description);
188 print( testcases[i].description +" = " +testcases[i].actual +" expected: "+ testcases[i].expect );
197 testcases[tc].description +" = "+ testcases[tc].actual +
/macosx-10.9.5/dtrace-118.1/DTTk/Docs/Examples/
H A Doneliners_examples.txt8 dtrace: description 'proc:::exec-success ' matched 1 probe
25 dtrace: description 'syscall::open*:entry ' matched 2 probes
50 dtrace: description 'syscall:::entry ' matched 228 probes
65 dtrace: description 'syscall:::entry ' matched 228 probes
87 dtrace: description 'syscall:::entry ' matched 228 probes
104 dtrace: description 'sysinfo:::readch ' matched 4 probes
121 dtrace: description 'sysinfo:::writech ' matched 4 probes
142 dtrace: description 'sysinfo:::readch ' matched 4 probes
171 dtrace: description 'sysinfo:::writech ' matched 4 probes
220 dtrace: description 'vminf
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dinet.c131 u_int flags, const char *description, char *errbuf)
233 if (description != NULL) {
235 * We have a description for this interface.
237 curdev->description = strdup(description);
238 if (curdev->description == NULL) {
249 curdev->description = NULL;
362 * "dev.{adapter family name}.{adapter unit}.%desc" to get a description
365 * "dev.an.0.%pnpinfo" has a better description, although one might argue
368 * that in the description
130 add_or_find_if(pcap_if_t **curdev_ret, pcap_if_t **alldevs, const char *name, u_int flags, const char *description, char *errbuf) argument
415 char *description = NULL; local
607 pcap_add_if(pcap_if_t **devlist, const char *name, u_int flags, const char *description, char *errbuf) argument
[all...]
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDAInternal.c112 "disk description changed",
342 __private_extern__ CFDataRef _DASerializeDiskDescription( CFAllocatorRef allocator, CFDictionaryRef description )
346 if ( description )
350 copy = CFDictionaryCreateMutableCopy( allocator, 0, description );
356 object = CFDictionaryGetValue( description, kDADiskDescriptionMediaUUIDKey );
370 object = CFDictionaryGetValue( description, kDADiskDescriptionVolumePathKey );
384 object = CFDictionaryGetValue( description, kDADiskDescriptionVolumeUUIDKey );
414 CFMutableDictionaryRef description; local
416 description = ( void * ) CFPropertyListCreateFromXMLData( allocator, data, kCFPropertyListMutableContainers, NULL );
418 if ( description )
470 CFMutableDictionaryRef description = NULL; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclae/tclae/library/
H A Daete.tcl72 proc tclAE::aete::build::buildSuite {name description ID level version {events {}} {classes {}} {comparisons {}} {enumerations {}}} {
74 set suite [tclAE::aete::build::buildIdentification $name $description]
97 proc tclAE::aete::build::buildEvent {name description class ID reply direct {parameters {}}} {
99 set event [tclAE::aete::build::buildIdentification $name $description]
114 proc tclAE::aete::build::buildParameter {name keyword type description flags} {
121 append param [tclAE::aete::build::buildString $description]
136 proc tclAE::aete::build::buildEnumerator {name ID description} {
141 append enumerator [tclAE::aete::build::buildString $description]
157 proc tclAE::aete::build::buildDirectParameter {type description flags} {
160 set descLen [string length $description]
[all...]

Completed in 134 milliseconds

1234567891011>>