Searched +defs:match +defs:type (Results 1 - 25 of 180) sorted by relevance

12345678

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmatch_service.c116 const char *type; local
119 int match; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNetworkRequest.js559 var match = firstLine.match(/(HTTP\/\d+\.\d+)$/); variable
888 var type = WebInspector.NetworkRequest.InitiatorType.Other; variable
910 this._initiatorInfo = {type: type, url: url, source: WebInspector.displayNameForURL(url), lineNumber: lineNumber}; property in class:_initiatorInfo
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency.rb164 def type method in class:Gem
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-match.el51 (define-erc-module match nil function
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A DmatchedValues.c175 int rc, match; local
135 test_ava_vrFilter( Operation *op, Attribute *a, AttributeAssertion *ava, int type, char ***e_flags ) argument
249 int rc, match; local
311 int rc, match; local
[all...]
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dxiodevices.cpp39 void XNotificationPort::add(DeviceMatch match, XReceiver &receiver, const char *type) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocumentMarker.cpp77 explicit DocumentMarkerTextMatch(bool match) argument
85 PassRefPtr<DocumentMarkerTextMatch> DocumentMarkerTextMatch::instanceFor(bool match) argument
105 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset) argument
110 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, const String& description) argument
126 DocumentMarker::DocumentMarker(MarkerType type, unsigned startOffset, unsigned endOffset, PassRefPtr<DocumentMarkerDetails> details) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_verify.c42 int match, ret, t_ret; local
276 u_int32_t type; local
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkMedium.cpp63 bool IONetworkMedium::init(IOMediumType type, argument
94 IONetworkMedium * IONetworkMedium::medium(IOMediumType type, argument
172 nameForType(IOMediumType type) argument
307 getMediumWithType( const OSDictionary * dict, IOMediumType type, IOMediumType mask) argument
315 IONetworkMedium * match = 0; local
350 IONetworkMedium * match = 0; local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfdcmore.c48 int match; /* match length, 0 if none */ member in struct:__anon9266
260 moreexcept(Sfio_t* f, int type, Void_t* data, Sfdisc_t* dp) argument
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Ddos-w32.el[all...]
H A Dwid-edit.el[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dcsh-mode.el[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dfldset.cpp224 void FieldsSet::parseValueEnum(UDebugEnumType type, const FieldsSet* inheritFrom, int32_t field, const UnicodeString& substr, UErrorCode& status) { argument
275 UBool match = TRUE; local
H A Ddtfmtrtts.cpp353 UBool match = s[loop] == s[loop-1]; local
364 UBool match = d[loop]/*.getTime()*/ == d[loop-1]/*.getTime()*/; local
443 const char *type = fmt->getCalendar()->getType(); local
[all...]
/macosx-10.9.5/Libc-997.90.3/regex/TRE/lib/
H A Dregexec.c300 regamatch_t match; local
242 tre_match(const tre_tnfa_t *tnfa, const void *string, size_t len, tre_str_type_t type, size_t nmatch, regmatch_t pmatch[], int eflags) argument
350 tre_str_type_t type = (TRE_MB_CUR_MAX_L(tnfa->loc) == 1) ? STR_BYTE : STR_MBS; local
414 tre_match_approx(const tre_tnfa_t *tnfa, const void *string, size_t len, tre_str_type_t type, regamatch_t *match, regaparams_t params, int eflags) argument
497 tre_reganexec(const regex_t *preg, const char *str, size_t len, regamatch_t *match, regaparams_t params, int eflags) argument
501 tre_str_type_t type = (TRE_MB_CUR_MAX_L(tnfa->loc) == 1) ? STR_BYTE : STR_MBS; local
511 tre_regaexec(const regex_t *preg, const char *str, regamatch_t *match, regaparams_t params, int eflags) argument
520 tre_regawnexec(const regex_t *preg, const wchar_t *str, size_t len, regamatch_t *match, regaparams_t params, int eflags) argument
534 tre_regawexec(const regex_t *preg, const wchar_t *str, regamatch_t *match, regaparams_t params, int eflags) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Diodevices.cpp183 void NotificationPort::add(const DeviceMatch &match, Receiver &receiver, const char *type) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Diodevices.cpp183 void NotificationPort::add(const DeviceMatch &match, Receiver &receiver, const char *type) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp75 static inline bool isFirstOfType(const Element* element, const QualifiedName& type) argument
84 static inline bool isLastOfType(const Element* element, const QualifiedName& type) argument
107 static inline int countElementsOfTypeBefore(const Element* element, const QualifiedName& type) argument
125 static inline int countElementsOfTypeAfter(const Element* element, const QualifiedName& type) argument
148 SelectorChecker::Match SelectorChecker::match(const SelectorCheckingContext& context, PseudoId& dynamicPseudo) const function in class:WebCore::SelectorChecker
217 Match match = this->match(nextContext, ignoreDynamicPseudo); local
254 Match match = this->match(nextContext, ignoreDynamicPseudo); local
292 attributeValueMatches(const Attribute* attributeItem, CSSSelector::Match match, const AtomicString& selectorValue, bool caseSensitive) argument
355 anyAttributeMatches(Element* element, CSSSelector::Match match, const QualifiedName& selectorAttr, const AtomicString& selectorValue, bool caseSensitive) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/dst/
H A Ddst_test.c108 isc_boolean_t match; local
138 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { argument
163 int type = DST_TYPE_PUBLIC|DST_TYPE_PRIVATE|DST_TYPE_KEY; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dm68k-check.c31 int32_t type; member in struct:operand
1570 uint32_t match; member in struct:m68k_opcode
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dmmix.h156 unsigned long match; member in struct:mmix_opcode
161 enum mmix_insn_type type; member in struct:mmix_opcode
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dz8kgen.c32 char type; member in struct:op
584 char *match; member in struct:tok_struct
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfindlib.h58 char* type; member in struct:__anon9290
63 int match; member in struct:__anon9290
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtznames.cpp277 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const { argument
282 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const { argument
313 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const { argument
407 const MatchInfo* match local
416 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); local
426 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); local
437 const MatchInfo* match = (const MatchInfo*)fMatches->elementAt(idx); local
[all...]

Completed in 458 milliseconds

12345678