Searched refs:Implementation (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/wind/
H A Dgen-combining.py58 combining_c = generate.Implementation('%s/combining_table.c' % sys.argv[2])
H A Dgen-bidi.py52 bidi_c = generate.Implementation('%s/bidi_table.c' % sys.argv[2])
H A Dgenerate.py77 class Implementation(GeneratedFile) : class in inherits:GeneratedFile
80 "Create a new Implementation with name"
H A Dgen-errorlist.py60 errorlist_c = generate.Implementation('%s/errorlist_table.c' % sys.argv[2])
H A Dgen-map.py61 map_c = generate.Implementation('%s/map_table.c' % sys.argv[2])
H A Dgen-normalize.py66 normalize_c = generate.Implementation('%s/normalize_table.c' % sys.argv[3])
/freebsd-10.1-release/contrib/groff/contrib/mm/
H A DNOTES7 Implementation notes. (Or how to make your own national mm)
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h220 explicit Matcher(MatcherInterface<T> *Implementation) argument
221 : Implementation(Implementation) {}
231 : Implementation(new ImplicitCastMatcher<From>(Other)) {}
241 : Implementation(new TypeToQualType<TypeT>(Other)) {}
247 if (Implementation->matches(Node, Finder, Builder))
260 return reinterpret_cast<uint64_t>(Implementation.getPtr());
305 IntrusiveRefCntPtr< MatcherInterface<T> > Implementation; member in class:clang::ast_matchers::internal::Matcher
311 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { argument
312 return Matcher<T>(Implementation);
1059 BindableMatcher(MatcherInterface<T> *Implementation) argument
[all...]
/freebsd-10.1-release/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c338 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/freebsd-10.1-release/sys/contrib/dev/acpica/include/
H A Dacobject.h219 ACPI_INTERNAL_METHOD Implementation; member in union:acpi_object_method::__anon6785
/freebsd-10.1-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c451 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
/freebsd-10.1-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c183 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/freebsd-10.1-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddummynet.txt13 Implementation of new dummynet

Completed in 199 milliseconds