Home
last modified time | relevance | path

Searched defs:inherit (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome_elf/blacklist/
Dblacklist_interceptions.cc181 SECTION_INHERIT inherit, in BlNtMapViewOfSectionImpl()
250 SECTION_INHERIT inherit, in BlNtMapViewOfSection()
270 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in BlNtMapViewOfSection64()
/external/chromium_org/sandbox/win/wow_helper/
Dtarget_code.cc13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection()
/external/chromium_org/sandbox/win/src/
Dtarget_interceptions.cc21 PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, in TargetNtMapViewOfSection()
Dinterceptors_64.cc27 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) { in TargetNtMapViewOfSection64()
/external/bison/lib/
Dfcntl.c59 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; in dupfd() local
/external/chromium_org/components/metrics/proto/
Dperf_data.proto63 optional bool inherit = 9; field
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpython.c555 inherit = 0, in pyrf_evsel__init() local
632 int group = 0, inherit = 0; in pyrf_evsel__open() local
/external/gtest/src/
Dgtest-death-test.cc1029 struct inheritance inherit = {0}; in ExecDeathTestSpawnChild() local
/external/chromium_org/testing/gtest/src/
Dgtest-death-test.cc1031 struct inheritance inherit = {0}; in ExecDeathTestSpawnChild() local
/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c1397 inheritance inherit; in ssl_ConfigMPServerSIDCacheWithOpt() local
1489 inheritance inherit; in SSL_InheritMPServerSIDCacheInstance() local
/external/openssl/crypto/x509v3/
Dx509v3.h736 ASN1_NULL *inherit; member
775 ASN1_NULL *inherit; member
/external/openssl/include/openssl/
Dx509v3.h736 ASN1_NULL *inherit; member
775 ASN1_NULL *inherit; member
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h247 inherit : 1, /* children inherit it */ member
/external/kernel-headers/original/uapi/linux/
Dperf_event.h270 inherit : 1, /* children inherit it */ member
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h794 enum InheritedBool { off = false, on = true, inherit }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp79 static const char inherit[] = "inherit"; variable
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7523 struct inheritance inherit = {0}; in ExecDeathTestSpawnChild() local
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7523 struct inheritance inherit = {0}; in ExecDeathTestSpawnChild() local
/external/valgrind/main/include/vki/
Dvki-linux.h2770 inherit : 1, /* children inherit it */ member
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8594 void inherit(const CXXConstructorDecl *Ctor) { in inherit() function in __anonc13587990f11::InheritingConstructorInfo
/external/chromium_org/third_party/d3/src/
Dd3.js8629 function d3_transitionNode(node, i, id, inherit) { argument