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

/freebsd-10.0-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.0-release/contrib/groff/contrib/mm/
H A DNOTES7 Implementation notes. (Or how to make your own national mm)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h258 explicit Matcher(MatcherInterface<T> *Implementation) argument
259 : Implementation(Implementation) {}
269 : Implementation(new ImplicitCastMatcher<From>(Other)) {}
279 : Implementation(new TypeToQualType<TypeT>(Other)) {}
285 return Implementation->matches(Node, Finder, Builder);
292 return reinterpret_cast<uint64_t>(Implementation.getPtr());
346 IntrusiveRefCntPtr< MatcherInterface<T> > Implementation; member in class:clang::ast_matchers::internal::Matcher
352 inline Matcher<T> makeMatcher(MatcherInterface<T> *Implementation) { argument
353 return Matcher<T>(Implementation);
793 BindableMatcher(MatcherInterface<T> *Implementation) argument
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c338 Status = Info->ObjDesc->Method.Dispatch.Implementation (WalkState);
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacobject.h219 ACPI_INTERNAL_METHOD Implementation; member in union:acpi_object_method::__anon6580
/freebsd-10.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c451 Status = ObjDesc->Method.Dispatch.Implementation (NextWalkState);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsaccess.c183 ObjDesc->Method.Dispatch.Implementation = AcpiUtOsiImplementation;
/freebsd-10.0-release/crypto/openssh/contrib/caldera/
H A Dopenssh.spec40 Summary(de) : OpenSSH - freie Implementation der Secure Shell (SSH).
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt13 Implementation of new dummynet

Completed in 114 milliseconds