Home
last modified time | relevance | path

Searched refs:inheritance (Results 1 – 25 of 206) sorted by relevance

123456789

/netbsd-src/lib/libpthread/
H A Dshlib_version12 # add members to deal with inter-process synch and priority inheritance.
15 # inspect them for priority inheritance / inter-process synch,
H A DTODO5 - Realtime extensions: priority inheritance.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMSVCCompatibility.rst49 * Class inheritance: :good:`Mostly complete`. This covers all of the standard
50 OO features you would expect: virtual method inheritance, multiple
51 inheritance, and virtual inheritance. Every so often we uncover a bug where
/netbsd-src/sys/uvm/
H A Duvm_mremap.c95 reserved_entry->inheritance = entry->inheritance; in uvm_mapent_extend()
H A Duvm_map.h152 vm_inherit_t inheritance; /* inheritance */ member
H A Duvm_map.c207 (ent)->inheritance == (inh) && \
1573 new_entry->inheritance = inherit; in uvm_map_enter()
2899 newentry->inheritance = entry->inheritance; in uvm_map_extract()
3314 * uvm_map_inherit: set inheritance code for range of addrs in map. in uvm_map_advice()
3351 entry->inheritance = new_inheritance; in uvm_map_willneed()
4683 switch (old_entry->inheritance) { in uvm_mapent_trymerge()
4762 entry->max_protection, entry->inheritance, entry->advice, in uvm_mapent_trymerge()
4801 entry->max_protection, entry->inheritance, entry->advice,
5267 entry->inheritance, entr in fill_vmentry()
[all...]
/netbsd-src/external/mit/libcbor/dist/docs/stylesheets/
H A Dnormalize.css270 * Address inconsistent `text-transform` inheritance for `button` and `select`.
272 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
273 * Correct `select` style inheritance in Firefox.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Syntax/
H A DSyntax.td19 // These are modeled as abstract types with inheritance (e.g. Declaration).
47 // We merely specify the inheritance hierarchy here.
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.sample-inherit4 # This file shows the basic inheritance usage in 'remote' statements.
/netbsd-src/usr.bin/pmap/
H A Dpmap.c378 printf(" inheritance = %d,", vme->inheritance); in dump_vm_map_entry()
474 vme->inheritance, vme->wired_count, in dump_vm_map_entry()
518 vme->inheritance, vme->wired_count, vme->advice); in dump_vm_map_entry()
575 vme->inheritance, in dump_vm_map_entry()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-06-20-.NET-Differences.txt7 includes full information about classes and inheritance. In fact, I just
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_map.c195 entry->inheritance, entry->wired_count, in procfs_domap()
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dtargetvars31 # Test per-target variable inheritance
237 # inheritance
H A Dinclude82 # Test inheritance of dontcare flag when rebuilding makefiles.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToSetUpLLVMStyleRTTI.rst246 For concrete bases (i.e. non-abstract interior nodes of the inheritance
381 multiple-inheritance by defining an appropriate ``classof``.
405 according to a preorder traversal of the inheritance tree.
407 is some ancestor in the inheritance hierarchy. The argument should
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.9.rst
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def64 // make sense for inheritance.
/netbsd-src/external/bsd/openldap/dist/tests/data/
H A Dsql-read.out463 # Testing attribute inheritance in filter...
479 # Testing objectClass inheritance in filter...
548 # Testing attribute inheritance in requested attributes...
/netbsd-src/external/apache2/llvm/dist/clang/
H A DNOTES.txt96 delegation optimization in cases of virtual inheritance where:
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod78 X509_VERIFY_PARAM_get_inh_flags() returns the inheritance flags in B<param>
80 another. X509_VERIFY_PARAM_set_inh_flags() sets the inheritance flags.
212 X509_VERIFY_PARAM_get_inh_flags() returns the current inheritance flags.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dtuple65 * as a recursive inheritance hierarchy from the first element (most
76 * inheritance recursion.
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dtuple65 * as a recursive inheritance hierarchy from the first element (most
76 * inheritance recursion.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtimevar.def76 DEFTIMEVAR (TV_IPA_INHERITANCE , "ipa inheritance graph")
264 DEFTIMEVAR (TV_LRA_INHERITANCE , "LRA reload inheritance")
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod83 X509_VERIFY_PARAM_get_inh_flags() returns the inheritance flags in B<param>
85 another. X509_VERIFY_PARAM_set_inh_flags() sets the inheritance flags.
233 X509_VERIFY_PARAM_get_inh_flags() returns the current inheritance flags.
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/
H A Ddoxygen.rc210 # func(std::string) {}). This also make the inheritance and collaboration
222 # instead of private inheritance when no explicit protection keyword is present.
1141 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1157 # If set to YES, the inheritance and collaboration graphs will hide
1158 # inheritance and usage relations if the target is undocumented
1172 # indirect inheritance relations. Setting this tag to YES will force the
1179 # indirect implementation dependencies (inheritance, containment, and
1189 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1195 # If set to YES, the inheritance and collaboration graphs will show the

123456789