Searched refs:type_name (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitPrivate.h66 #define WEBKIT_DEFINE_TYPE(TypeName, type_name, TYPE_PARENT) _WEBKIT_DEFINE_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, 0, { })
67 #define WEBKIT_DEFINE_ABSTRACT_TYPE(TypeName, type_name, TYPE_PARENT) _WEBKIT_DEFINE_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, G_TYPE_FLAG_ABSTRACT, { })
68 #define WEBKIT_DEFINE_TYPE_WITH_CODE(TypeName, type_name, TYPE_PARENT, Code) _WEBKIT_DEFINE_TYPE_EXTENDED_BEGIN(TypeName, type_name, TYPE_PARENT, 0) {Code;} _WEBKIT_DEFINE_TYPE_EXTENDED_END()
70 #define _WEBKIT_DEFINE_TYPE_EXTENDED(TypeName, type_name, TYPE_PARENT, flags, Code) _WEBKIT_DEFINE_TYPE_EXTENDED_BEGIN(TypeName, type_name, TYPE_PARENT, flags) {Code;} _WEBKIT_DEFINE_TYPE_EXTENDED_END()
71 #define _WEBKIT_DEFINE_TYPE_EXTENDED_BEGIN(TypeName, type_name, TYPE_PARENT, flags) \
73 static void type_name##_class_ini
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_mfiles.h37 const char *type_name,
H A Dtool_mfiles.c42 * AddMultiFiles: Add a new list node possibly followed with a type_name.
59 const char *type_name,
79 if(type_name) {
83 multi_type->form.value = type_name;
58 AddMultiFiles(const char *file_name, const char *type_name, const char *show_filename, struct multi_files **multi_first, struct multi_files **multi_last) argument
/macosx-10.10/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dcomponentinfo.py19 type_name = None variable in class:ComponentInfo
79 if self.type_name == 'TargetGroup':
92 type_name = 'Group' variable in class:GroupComponentInfo
104 print >>result, 'type = %s' % self.type_name
110 type_name = 'Library' variable in class:LibraryComponentInfo
156 print >>result, 'type = %s' % self.type_name
195 type_name = "OptionalLibrary" variable in class:OptionalLibraryComponentInfo
209 type_name = 'LibraryGroup' variable in class:LibraryGroupComponentInfo
241 print >>result, 'type = %s' % self.type_name
256 type_name variable in class:TargetGroupComponentInfo
332 type_name = 'Tool' variable in class:ToolComponentInfo
364 type_name = 'BuildTool' variable in class:BuildToolComponentInfo
[all...]
H A Dmain.py195 print '%s%-40s (%s)' % (' '*depth, node.name, node.type_name)
323 if c.type_name == 'OptionalLibrary' \
333 if c.type_name not in ('Library', 'OptionalLibrary', \
342 if c.type_name == 'Library' or c.type_name == 'OptionalLibrary':
429 assert ci.type_name in ('Library', 'LibraryGroup', 'TargetGroup')
436 if dep.type_name == 'Library':
442 if dep.type_name in ('LibraryGroup', 'TargetGroup'):
558 if ci.type_name != 'Library':
647 if ci.type_name
[all...]
/macosx-10.10/swig-12/Lib/std/
H A Dstd_common.i94 General traits that provides type_name and type_info
99 inline const char* type_name() {
100 return traits<typename noconst_traits<Type >::noconst_type >::type_name();
110 static swig_type_info *info = type_query(type_name<Type>());
130 static const char* type_name() {
131 static std::string name = make_ptr_name(swig::type_name<Type>());
154 static const char* type_name() { return #Type; }
H A Dstd_deque.i72 static const char* type_name() {
109 static const char* type_name() {
H A Dstd_queue.i77 static const char* type_name() {
111 static const char* type_name() {
H A Dstd_stack.i76 static const char* type_name() {
110 static const char* type_name() {
H A Dstd_pair.i23 static const char* type_name() {
69 static const char* type_name() {
105 static const char* type_name() {
141 static const char* type_name() {
H A Dstd_vector.i79 static const char* type_name() {
120 static const char* type_name() {
161 static const char* type_name() {
H A Dstd_multiset.i65 static const char* type_name() {
/macosx-10.10/postfix-255/postfix/src/util/
H A Dmac_parse.c171 char *type_name; local
175 type_name = "MAC_PARSE_EXPR";
178 type_name = "MAC_PARSE_LITERAL";
183 vstream_printf("%s \"%s\"\n", type_name, vstring_str(buf));
/macosx-10.10/swig-12/Lib/octave/
H A Dstd_common.i16 static const char* type_name() { return #Type; }
/macosx-10.10/swig-12/Lib/python/
H A Dstd_common.i18 static const char* type_name() { return #Type; }
/macosx-10.10/swig-12/Lib/ruby/
H A Dstd_common.i19 static const char* type_name() { return #Type; }
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dadd_cred.c146 char *type_name = NULL; local
178 kret = asprintf(&type_name, "%s:%s", type, name);
179 if (kret < 0 || type_name == NULL) {
184 kret = krb5_cc_resolve(context, type_name,
186 free(type_name);
/macosx-10.10/JavaScriptCore-7600.1.17/replay/scripts/
H A DCodeGeneratorReplayInputs.py297 return self.type_name() == other.type_name() and self.mode == other.mode
333 def type_name(self, qualified=False): member in class:Type
343 return "std::unique_ptr<%s>" % self.type_name(qualified)
345 return "RefPtr<%s>" % self.type_name(qualified)
347 return self.type_name(qualified)
351 return self.type_name(qualified)
353 return "PassRefPtr<%s>" % self.type_name(qualified)
355 return "const %s&" % self.type_name(qualified)
359 return "PassRefPtr<%s>" % self.type_name(qualifie
392 def type_name(self, qualified=False): member in class:VectorType
[all...]
/macosx-10.10/swig-12/Lib/php/
H A Dphprun.swg157 instance of a resource of the type id, so we have to pass type_name as well.
164 SWIG_ZTS_ConvertResourceData(void * p, const char *type_name, swig_type_info *ty TSRMLS_DC) {
173 if (! type_name) {
178 /* convert and cast p from type_name to ptr as ty. */
179 tc = SWIG_TypeCheck(type_name, ty);
197 char *type_name;
206 type_name=zend_rsrc_list_get_rsrc_type(z->value.lval TSRMLS_CC);
208 return SWIG_ZTS_ConvertResourceData(p, type_name, ty TSRMLS_CC);
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demint.c133 const char *type_name)
138 if (p == NULL || type_name == NULL)
140 len = strlen (type_name);
144 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
132 cplus_demangle_fill_builtin_type(struct demangle_component *p, const char *type_name) argument
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dclihandl.h113 char const *type_name; /* Ptr to name of [handle] type */ member in struct:__anon8131
/macosx-10.10/swig-12/Lib/typemaps/
H A Dimplicit.swg69 static const char* type_name() { return "Type"; }
105 static const char* type_name() { return "Type"; }
143 static const char* type_name() { return "Type"; }
184 static const char* type_name() { return "Type"; }
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_grammar.y171 %type <l_decl> type_name
225 | DT_CTX_DTYPE type_name { $$ = (dt_node_t *)$2; }
258 DT_KEY_XLATOR type_name DT_TOK_LT type_name
262 | DT_KEY_XLATOR type_name DT_TOK_LT type_name
405 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
409 | DT_TOK_OFFSETOF DT_TOK_LPAR type_name DT_TOK_COMMA
413 | DT_TOK_XLATE DT_TOK_LT type_name DT_TOK_GT
425 | DT_TOK_SIZEOF DT_TOK_LPAR type_name DT_TOK_RPA
789 type_name: specifier_qualifier_list { label
[all...]
/macosx-10.10/postfix-255/postfix/src/proxymap/
H A Dproxymap.c656 char *type_name; local
682 while ((type_name = mystrtok(&bp, sep)) != 0) {
683 if (strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN))
686 type_name += PROXY_COLON_LEN;
687 } while (!strncmp(type_name, PROXY_COLON, PROXY_COLON_LEN));
688 if (strchr(type_name, ':') != 0
689 && htable_locate(proxy_auth_maps, type_name) == 0)
690 (void) htable_enter(proxy_auth_maps, type_name, (char *) 0);
/macosx-10.10/pdisk-9/
H A Dpartition_map.h112 partition_map* find_entry_by_type(const char *type_name, partition_map_header *map);

Completed in 179 milliseconds

123