Searched refs:tag (Results 251 - 275 of 1611) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcpdtrtst.h55 void expectAux(const UnicodeString& tag,
H A Djamotest.h45 virtual void expectAux(const UnicodeString& tag,
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DFontObject.cpp60 DirectoryEntry *FontObject::findTable(LETag tag) argument
65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) {
72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) {
77 if (SWAPL(directory->tableDirectory[table].tag) == tag) {
84 void *FontObject::readTable(LETag tag, le_uint32 *length) argument
86 DirectoryEntry *entry = findTable(tag);
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DFilteringArrayController.h72 - ( NSString * ) placeholderForTag: ( int ) tag;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmra.c57 ber_tag_t tag, rtag; local
67 rtag = ber_scanf( ber, "{t" /*"}"*/, &tag );
76 if ( tag == LDAP_FILTER_EXT_OID ) {
85 rtag = ber_scanf( ber, "t", &tag );
94 if ( tag == LDAP_FILTER_EXT_TYPE ) {
103 rtag = ber_scanf( ber, "t", &tag );
112 if ( tag != LDAP_FILTER_EXT_VALUE ) {
128 tag = ber_peek_tag( ber, &length );
130 if ( tag == LDAP_FILTER_EXT_DNATTRS ) {
/macosx-10.9.5/OpenSSH-186/osslshim/heimdal-asn1/
H A Dasn1-der_length.c140 der_length_tag(unsigned int tag) argument
144 if(tag <= 30)
146 while(tag) {
147 tag /= 128;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDERUtils/
H A DprintFields.h35 DERTag tag, // maybe from decoding, maybe the real tag underlying
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Djsdifflib.js286 var block, ai, bj, size, tag;
294 tag = '';
296 tag = 'replace';
298 tag = 'delete';
300 tag = 'insert';
302 if (tag) answer.push([tag, i, ai, j, bj]);
319 var code, tag, i1, i2, j1, j2;
322 tag = code[0];
327 codes[0] = [tag, Mat
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitTextChecker.cpp50 static void checkSpellingOfStringCallback(uint64_t tag, WKStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void* clientInfo) argument
55 static WKArrayRef guessesForWordCallback(uint64_t tag, WKStringRef word, const void* clientInfo) argument
70 static void learnWordCallback(uint64_t tag, WKStringRef word, const void* clientInfo) argument
75 static void ignoreWordCallback(uint64_t tag, WKStringRef word, const void* clientInfo) argument
/macosx-10.9.5/apache-786.1/httpd/modules/loggers/
H A Dmod_log_config.h60 (apr_pool_t *p, char *tag, ap_log_handler_fn_t *func,
/macosx-10.9.5/cups-372.4/cups/test/
H A Dcancel-current-job.test29 GROUP operation-attributes-tag
51 GROUP operation-attributes-tag
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dfmtmsglib.c84 "tag", 0, MM_tag,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
307 if ((mask & MM_tag) && (label || tag))
310 if (!tag || label && !strchr(tag, ':'))
311 sfprintf(sp, "%s%s", lab, tag ? ":" : "");
312 if (tag)
313 sfprintf(sp, "%s", tag);
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_acl_freebsd.c34 int tag; /* Owner, User, Owning group, group, other, etc. */ member in struct:myacl_t
35 int qual; /* GID or UID of user/group, depending on tag. */
36 const char *name; /* Name of user/group, depending on tag. */
67 acls[i].type, acls[i].permset, acls[i].tag, acls[i].qual,
97 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER_OBJ) return (0);
100 if (myacl->tag != ARCHIVE_ENTRY_ACL_USER)
109 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP_OBJ) return (0);
112 if (myacl->tag != ARCHIVE_ENTRY_ACL_GROUP)
121 if (myacl->tag != ARCHIVE_ENTRY_ACL_MASK) return (0);
124 if (myacl->tag !
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dindexes.py35 def startElement(self, tag, attrs):
37 if tag == "bar1":
45 def endElement(self, tag):
47 if tag == "bar1":
H A Dsync.py19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
23 def endElement(self, tag):
25 log = log + "endElement %s:" % (tag)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dindexes.py35 def startElement(self, tag, attrs):
37 if tag == "bar1":
45 def endElement(self, tag):
47 if tag == "bar1":
H A Dsync.py19 def startElement(self, tag, attrs):
21 log = log + "startElement %s %s:" % (tag, attrs)
23 def endElement(self, tag):
25 log = log + "endElement %s:" % (tag)
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_asn1.c221 #define ossl_asn1_object_size(cons, len, tag) (cons) == 2 ? (len) + ASN1_object_size((cons), 0, (tag)) : ASN1_object_size((cons), (len), (tag))
222 #define ossl_asn1_put_object(pp, cons, len, tag, xc) (cons) == 2 ? ASN1_put_object((pp), (cons), 0, (tag), (xc)) : ASN1_put_object((pp), (cons), (len), (tag), (xc))
224 #define ossl_asn1_object_size(cons, len, tag) ASN1_object_size((cons), (len), (tag))
225 #define ossl_asn1_put_object(pp, cons, len, tag, xc) ASN1_put_object((pp), (cons), (len), (tag), (x
545 int tag, flag; local
617 VALUE tmp_class, tag; local
636 VALUE tag; local
721 ossl_asn1data_initialize(VALUE self, VALUE value, VALUE tag, VALUE tag_class) argument
765 int tag, tag_class, is_cons = 0; local
795 int_ossl_asn1_decode0_prim(unsigned char **pp, long length, long hlen, int tag, VALUE tc, long *num_read) argument
868 int_ossl_asn1_decode0_cons(unsigned char **pp, long max_len, long length, long *offset, int depth, int yield, int j, int tag, VALUE tc, long *num_read) argument
941 int tag, tc, j; local
1137 VALUE value, tag, tagging, tag_class; local
1172 VALUE tag, tagging, tag_class, value; local
1261 int tag, tn, tc, explicit, constructed = 1; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/visitors/
H A Dto_ruby.rb21 return result if @domain_types.empty? || !target.tag
23 key = target.tag.sub(/^[!\/]*/, '').sub(/(,\d+)\//, '\1:')
24 key = "tag:#{key}" unless key =~ /^(tag:|x-private)/
35 if klass = Psych.load_tags[o.tag]
39 coder = Psych::Coder.new(o.tag)
48 return @ss.tokenize(o.value) unless o.tag
50 case o.tag
51 when '!binary', 'tag:yaml.org,2002:binary'
53 when /^!(?:str|ruby\/string)(?::(.*))?/, 'tag
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dmainframe.rb114 def get_menustate(tag)
115 tk_send('getmenustate', tag) # return state name string
118 def set_menustate(tag, state)
119 tk_send('setmenustate', tag, state)
/macosx-10.9.5/sudo-72/src/
H A Dgram.h41 struct cmndtag tag; member in union:__anon12611
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/tags/
H A Dxtif_dir.c57 /* Our first example tag may have a lot of values, so we
89 _XTIFFVSetField(TIFF* tif, ttag_t tag, va_list ap) argument
100 switch (tag) {
119 return (PARENT(xt,vsetfield))(tif,tag,ap);
127 * tag is set by the reader.
135 TIFFSetFieldBit(tif, _TIFFFieldWithTag(tif, tag)->field_bit);
142 _TIFFFieldWithTag(tif, tag)->field_name);
147 _TIFFFieldWithTag(tif, tag)->field_name);
154 _XTIFFVGetField(TIFF* tif, ttag_t tag, va_list ap) argument
159 switch (tag) {
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dshort_tag.c56 ttag_t tag; member in struct:SingleTags
88 fprintf (stderr, "Can't set ImageWidth tag.\n");
92 fprintf (stderr, "Can't set ImageLength tag.\n");
96 fprintf (stderr, "Can't set BitsPerSample tag.\n");
100 fprintf (stderr, "Can't set SamplesPerPixel tag.\n");
104 fprintf (stderr, "Can't set SamplesPerPixel tag.\n");
108 fprintf (stderr, "Can't set PlanarConfiguration tag.\n");
112 fprintf (stderr, "Can't set PhotometricInterpretation tag.\n");
117 if (!TIFFSetField(tif, short_single_tags[i].tag,
119 fprintf(stderr, "Can't set tag
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffsplit.c39 #define CopyField(tag, v) \
40 if (TIFFGetField(in, tag, &v)) TIFFSetField(out, tag, v)
41 #define CopyField2(tag, v1, v2) \
42 if (TIFFGetField(in, tag, &v1, &v2)) TIFFSetField(out, tag, v1, v2)
43 #define CopyField3(tag, v1, v2, v3) \
44 if (TIFFGetField(in, tag, &v1, &v2, &v3)) TIFFSetField(out, tag, v1, v2, v3)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Dpoint.tcl140 lassign $p tag detail
143 if {$tag eq "point"} { return [unbox $p] }
161 lassign $p tag details
162 if {$tag ne "by"} { return $p }

Completed in 227 milliseconds

<<11121314151617181920>>