Searched defs:inherit (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/sandbox/win/wow_helper/
H A Dtarget_code.cc13 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
16 offset, view_size, inherit,
10 TargetNtMapViewOfSection( PatchInfo *patch_info, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/bison/lib/
H A Dfcntl.c59 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; local
89 inherit, /* InheritHandle */
/external/chromium_org/sandbox/win/src/
H A Dtarget_interceptions.cc21 PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit,
24 commit_size, offset, view_size, inherit,
18 TargetNtMapViewOfSection( NtMapViewOfSectionFunction orig_MapViewOfSection, HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
H A Dinterceptors_64.cc26 SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) {
31 commit_size, offset, view_size, inherit,
23 TargetNtMapViewOfSection64( HANDLE section, HANDLE process, PVOID *base, ULONG_PTR zero_bits, SIZE_T commit_size, PLARGE_INTEGER offset, PSIZE_T view_size, SECTION_INHERIT inherit, ULONG allocation_type, ULONG protect) argument
/external/linux-tools-perf/
H A Dbuiltin-top.c103 static bool inherit = false; variable
900 attr->inherit = inherit;
1049 OPT_BOOLEAN('i', "inherit", &inherit,
1050 "child tasks inherit counters"),
/external/linux-tools-perf/util/
H A Dpython.c401 "inherit",
424 inherit = 0, local
447 &attr.read_format, &disabled, &inherit,
466 attr.inherit = inherit;
501 int group = 0, inherit = 0; local
502 static char *kwlist[] = {"cpus", "threads", "group", "inherit", NULL, NULL};
505 &pcpus, &pthreads, &group, &inherit))
514 evsel->attr.inherit = inherit;
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c1397 inheritance inherit; local
1414 inherit.cacheMemSize = cache->cacheMemSize;
1415 inherit.fmStrLen = fmStrLen;
1417 inhValue = BTOA_DataToAscii((unsigned char *)&inherit, sizeof inherit);
1489 inheritance inherit; local
1541 if (decoLen != sizeof inherit) {
1546 PORT_Memcpy(&inherit, decoString, sizeof inherit);
1548 if (strlen(fmString) != inherit
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1027 struct inheritance inherit = {0}; local
1029 child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h823 enum InheritedBool { off = false, on = true, inherit }; enumerator in enum:WebCore::Document::InheritedBool
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dx509v3.h736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon13232
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon13234
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dx509v3.h736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon13264
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon13266
/external/kernel-headers/original/linux/
H A Dperf_event.h192 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h202 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
/external/openssl/crypto/x509v3/
H A Dx509v3.h736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon23719
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon23721
/external/openssl/include/openssl/
H A Dx509v3.h736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon23751
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon23753
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp7984 visitAll(RD, &InheritingConstructorInfo::inherit);
8057 void inherit(const CXXConstructorDecl *Ctor) { function in class:__anon15377::InheritingConstructorInfo
8094 /// Find the using-declaration which specified that we should inherit the
8122 // Per discussion on core reflector, never inherit a constructor which
8255 // Find base classes from which we might inherit constructors.
/external/valgrind/main/include/vki/
H A Dvki-linux.h2743 inherit : 1, /* children inherit it */ member in struct:vki_perf_event_attr
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1069 milliseconds