Searched refs:description (Results 26 - 50 of 870) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Daf_anull.c28 .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
H A Dasink_anullsink.c25 .description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input audio."),
H A Dvf_copy.c28 .description = NULL_IF_CONFIG_SMALL("Copy the input video unchanged to the output."),
H A Dvf_null.c28 .description = NULL_IF_CONFIG_SMALL("Pass the source unchanged to the output."),
H A Dvsink_nullsink.c31 .description = NULL_IF_CONFIG_SMALL("Do absolutely nothing with the input video."),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/cocoa/
H A Dfontutil.cpp49 description = NULL;
54 return pango_font_description_get_size( description ) / PANGO_SCALE;
61 switch (pango_font_description_get_style( description ))
81 switch (pango_font_description_get_weight( description ))
113 wxString tmp = wxGTK_CONV_BACK( pango_font_description_get_family( description ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dgettext-3-prg.c38 const char *description; member in struct:data_t
77 gettext (strings[j].description));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/include/winamp2/
H A Dout.h9 char *description; // description of module, with version string member in struct:__anon3855
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Headers/
H A DGrowlApplicationBridge.h128 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:
131 * The notification name and at least one of the title and description are
144 * @param description The full description of the notification displayed to the user.
152 description:(NSString *)description
160 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:identifier:
163 * The notification name and at least one of the title and description are
176 * @param description The full description o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Versions/A/Headers/
H A DGrowlApplicationBridge.h128 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:
131 * The notification name and at least one of the title and description are
144 * @param description The full description of the notification displayed to the user.
152 description:(NSString *)description
160 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:identifier:
163 * The notification name and at least one of the title and description are
176 * @param description The full description o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/Growl.framework/Versions/Current/Headers/
H A DGrowlApplicationBridge.h128 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:
131 * The notification name and at least one of the title and description are
144 * @param description The full description of the notification displayed to the user.
152 description:(NSString *)description
160 * @method notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:identifier:
163 * The notification name and at least one of the title and description are
176 * @param description The full description o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dsetup.py24 description = "Python module for TRE", variable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Drequest_key.c329 const char *description,
341 kenter("%s,%s,,,", type->name, description);
346 key = key_alloc(type, description, cred->fsuid, cred->fsgid, cred,
354 ret = __key_link_begin(dest_keyring, type, description,
365 key_ref = search_process_keyrings(type, description, type->match, cred);
420 const char *description,
439 ret = construct_alloc_key(type, description, dest_keyring, flags, user,
476 const char *description,
489 type->name, description, callout_info, callout_len, aux,
493 key_ref = search_process_keyrings(type, description, typ
328 construct_alloc_key(struct key_type *type, const char *description, struct key *dest_keyring, unsigned long flags, struct key_user *user, struct key **_key) argument
419 construct_key_and_link(struct key_type *type, const char *description, const char *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) argument
475 request_key_and_link(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) argument
552 request_key(struct key_type *type, const char *description, const char *callout_info) argument
582 request_key_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) argument
610 request_key_async(struct key_type *type, const char *description, const void *callout_info, size_t callout_len) argument
627 request_key_async_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3rewritestreams.c187 antlr3RewriteRuleElementStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
245 // Install the description
247 stream->elementDescription = description;
257 antlr3RewriteRuleElementStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
263 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
280 antlr3RewriteRuleElementStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
286 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
309 antlr3RewriteRuleTOKENStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
315 stream = antlr3RewriteRuleElementStreamNewAE(adaptor, rec, description);
333 antlr3RewriteRuleTOKENStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, voi argument
352 antlr3RewriteRuleTOKENStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
373 antlr3RewriteRuleSubtreeStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
395 antlr3RewriteRuleSubtreeStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
418 antlr3RewriteRuleSubtreeStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
442 antlr3RewriteRuleNODEStreamNewAE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description) argument
466 antlr3RewriteRuleNODEStreamNewAEE(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, void * oneElement) argument
485 antlr3RewriteRuleNODEStreamNewAEV(pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_RECOGNIZER rec, pANTLR3_UINT8 description, pANTLR3_VECTOR vector) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dmxmldoc.c33 * write_description() - Write the description text.
85 * <description>descriptive text</description>
89 * <description>descriptive text</description>
94 * <description>descriptive text</description>
99 * <description>descriptive text</description>
101 * <description>descriptiv
752 mxml_node_t *description, /* Description node */ local
810 get_comment_info( mxml_node_t *description) argument
1055 *description, /* <description> node */ local
2765 write_description( FILE *out, mxml_node_t *description, const char *element, int summary) argument
3018 *description, /* Description of function */ local
3155 *description, /* Description of function/var */ local
4028 *description, /* Description of function/var */ local
4547 *description, /* Description of function/var */ local
4796 *description; /* Description of function/var */ local
5388 *description, /* Description of function/var */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Daudit.c27 const char *description; member in struct:audit_category_tab
84 for (i=0; audit_category_tab[i].description; i++) {
86 return audit_category_tab[i].description;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-tag.c33 const char *description; member in struct:__anon3995
100 if (!*table[i].description)
102 return (_(table[i].description));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
26 else { $description = "OpenSSL application"; }
52 VALUE "FileDescription", "$description\\0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/
H A Dgame.h37 wxString description,
42 m_description = description;
49 wxString description,
55 m_description = description;
157 // pattern description
160 wxString m_description; // description
36 LifePattern(wxString name, wxString description, wxString rules, wxArrayString shape) argument
48 LifePattern(wxString name, wxString description, int width, int height, const char *shape) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
26 else { $description = "OpenSSL application"; }
52 VALUE "FileDescription", "$description\\0"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_xmms/
H A Dtag.c104 char *title, *artist, *performer, *album, *date, *tracknumber, *genre, *description; local
115 description = local__getfield(tags, "DESCRIPTION");
127 input->comment = local__getstr(description);
152 local__safe_free(description);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dportlistingparse.h50 char description[64]; member in struct:PortMapping
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-getopt.c42 get_next_line_len( const char * description, int maxlen ) argument
45 int len = strlen( description );
51 while( ( end > 0 ) && !isspace( description[end] ) )
70 const char * d = opt->description;
109 const char * description,
123 help.description = "Display this help page and exit";
128 if( description == NULL )
129 description = "Usage: %s [options]";
130 printf( description, progName );
108 tr_getopt_usage( const char * progName, const char * description, const struct tr_option opts[] ) argument

Completed in 306 milliseconds

1234567891011>>