Searched refs:description (Results 51 - 75 of 1773) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/
H A Dsetup.py20 description = "Wrappers for the framework SearchKit on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ServiceManagement/
H A Dsetup.py17 description = "Wrappers for the framework ServiceManagement on Mac OS X", variable
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/python/
H A Dsetup.py5 description="Python interface to the Snack Sound Toolkit", variable
/macosx-10.9.5/Security-55471.14.18/utilities/SecurityTool/
H A Dsecurity_tool_commands.h13 #define SECURITY_COMMAND(name, function, parameters, description) int function(int argc, char * const *argv);
16 #define SECURITY_COMMAND_IOS(name, function, parameters, description) int function(int argc, char * const *argv);
18 #define SECURITY_COMMAND_IOS(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
22 #define SECURITY_COMMAND_MAC(name, function, parameters, description) int function(int argc, char * const *argv);
24 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DExceptionHandlers.mm42 ExceptionCodeDescription description(ec);
46 if (strcmp(description.typeName, "DOM Range") == 0)
48 else if (strcmp(description.typeName, "DOM Events") == 0)
50 else if (strcmp(description.typeName, "DOM XPath") == 0)
56 if (description.name)
57 reason = [[NSString alloc] initWithFormat:@"*** %s: %@ %d", description.name, exceptionName, description.code];
59 reason = [[NSString alloc] initWithFormat:@"*** %@ %d", exceptionName, description.code];
61 NSDictionary *userInfo = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithInt:description.code], exceptionName, nil];
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBDatabaseException.cpp39 const char* const description; member in struct:WebCore::IDBDatabaseExceptionNameDescription
72 bool IDBDatabaseException::initializeDescription(ExceptionCode ec, ExceptionCodeDescription* description) argument
78 description->typeName = "DOM IDBDatabase";
79 description->code = entry->code;
80 description->type = DOMCoreExceptionType;
82 description->name = entry ? entry->name : 0;
83 description->description = entry ? entry->description : 0;
105 return entry->description;
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/mittestcc/
H A Dtest_ccapi_ccache.h7 cc_int32 check_once_cc_ccache_release(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
9 cc_int32 check_once_cc_ccache_destroy(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
11 cc_int32 check_once_cc_ccache_set_default(cc_context_t context, cc_ccache_t ccache, cc_int32 expected_err, const char *description);
13 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description);
15 cc_int32 check_once_cc_ccache_get_name(cc_ccache_t ccache, const char *expected_name, cc_int32 expected_err, const char *description);
17 cc_int32 check_once_cc_ccache_get_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *expected_principal, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_ccache_set_principal(cc_ccache_t ccache, cc_uint32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *credentials, cc_int32 expected_err, const char *description);
24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description);
27 cc_int32 check_once_cc_ccache_new_credentials_iterator(cc_ccache_t ccache, cc_credentials_iterator_t *iterator, cc_int32 expected_err, const char *description);
[all...]
H A Dtest_ccapi_v2.h13 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *description);
16 cc_int32 check_once_cc_get_change_time(apiCB *context, cc_time_t *time, cc_result expected_err, const char *description);
19 cc_result check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache, cc_result expected_err, const char *description);
22 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int32 expected_err, const char *description);
25 cc_result check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char *description);
28 cc_result check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char *description);
31 cc_result check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description);
34 cc_int32 check_once_cc_get_name(apiCB *context, ccache_p *ccache, const char *expected_name, cc_int32 expected_err, const char *description);
41 const char *description);
44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const char *in_principal, cc_int32 expected_err, const char *description);
[all...]
H A Dtest_ccapi_context.h7 cc_int32 check_once_cc_initialize(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description);
9 cc_int32 check_once_cc_context_get_version(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_supported_version, char const **out_vendor, cc_int32 expected_err, const char *description);
11 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char *description);
13 cc_int32 check_once_cc_context_get_change_time(cc_context_t context, cc_time_t *time, cc_int32 expected_err, const char *description);
15 cc_int32 check_once_cc_context_get_default_ccache_name(cc_context_t context, cc_string_t *name, cc_int32 expected_err, const char *description);
17 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
21 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
23 cc_int32 check_once_cc_context_create_default_ccache(cc_context_t context, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, cc_uint32 cred_vers, const char *principal, cc_ccache_t *ccache, cc_int32 expected_err, const char *description);
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/UDDI/
H A Dsyntax3.pl24 description("We make components for business"),
28 description("Bindings for buying our components"),
31 description("BASDA invoices over HTTP post"),
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/UDDI/
H A Dsyntax3.pl24 description("We make components for business"),
28 description("Bindings for buying our components"),
31 description("BASDA invoices over HTTP post"),
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/UDDI/
H A Dsyntax3.pl24 description("We make components for business"),
28 description("Bindings for buying our components"),
31 description("BASDA invoices over HTTP post"),
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/fullscreenbutton/
H A Dfullscreen_button.edc33 description { state: "default" 0.0;
37 description { state: "fullscreen_enter" 0.0;
40 description { state: "fullscreen_exit" 0.0;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/mutebutton/
H A Dmute_button.edc34 description { state: "default" 0.0;
38 description { state: "mute" 0.0;
41 description { state: "sound" 0.0;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
H A Dplaypause_button.edc34 description { state: "default" 0.0;
38 description { state: "play" 0.0;
41 description { state: "pause" 0.0;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/togglecaptionsbutton/
H A Dtoggle_captions_button.edc32 description { state: "default" 0.0;
36 description { state: "show_captions" 0.0;
39 description { state: "hide_captions" 0.0;
/macosx-10.9.5/WebCore-7537.78.1/Modules/webdatabase/
H A DSQLException.h42 static PassRefPtr<SQLException> create(const ExceptionCodeDescription& description) argument
44 return adoptRef(new SQLException(description));
64 explicit SQLException(const ExceptionCodeDescription& description) argument
65 : ExceptionBase(description)
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
H A Dseekbackward_button.edc33 description { state: "default" 0.0;
37 description { state: "seekbackward" 0.0;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
H A Dseekforward_button.edc33 description { state: "default" 0.0;
37 description { state: "seekforward" 0.0;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CFNetwork/
H A Dsetup.py20 description = "Wrappers for the framework CFNetwork on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CoreText/
H A Dsetup.py26 description = "Wrappers for the framework CoreText on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-FSEvents/
H A Dsetup.py17 description = "Wrappers for the framework FSEvents on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-ScreenSaver/
H A Dsetup.py15 description = "Wrappers for the framework ScreenSaver on Mac OS X", variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SystemConfiguration/
H A Dsetup.py14 description = "Wrappers for the framework SystemConfiguration on Mac OS X", variable
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/tests/
H A Dtestlibusb.c65 char description[256]; local
74 snprintf(description, sizeof(description), "%s - ", string);
76 snprintf(description, sizeof(description), "%04X - ",
79 snprintf(description, sizeof(description), "%04X - ",
85 snprintf(description + strlen(description), sizeof(description)
[all...]

Completed in 188 milliseconds

1234567891011>>