HomeSort by relevance Sort by last modified time
    Searched defs:inherit (Results 1 - 25 of 43) sorted by null

1 2

  /build/core/
device.mk 34 # $(1): device to inherit
36 define inherit-device
product.mk 129 # $(1): product to inherit
136 define inherit-product
148 # Do inherit-product only if $(1) exists
150 define inherit-product-if-exists
151 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
  /external/bison/lib/
fcntl.c 59 BOOL inherit = flags & O_CLOEXEC ? FALSE : TRUE; local
89 inherit, /* InheritHandle */
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 264 SECURITY_ATTRIBUTES inherit; local
282 inherit.nLength = sizeof(inherit);
283 inherit.lpSecurityDescriptor = (PSECURITY_DESCRIPTOR)(&sd);
284 inherit.bInheritHandle = TRUE;
289 if (CreatePipe( &stdin_pipes[1], &stdin_pipes[0], &inherit, 0) == FALSE ||
290 CreatePipe( &stdout_pipes[0], &stdout_pipes[1], &inherit, 0) == FALSE ||
291 CreatePipe( &stderr_pipes[0], &stderr_pipes[1], &inherit, 0) == FALSE) {
548 TRUE, /* inherit handles (e.g. helper pipes, oserv socket) */
  /external/chromium_org/testing/gtest/src/
gtest-death-test.cc 762 NULL, // Inherit the parent's environment.
1031 struct inheritance inherit = {0}; local
    [all...]
  /external/gtest/src/
gtest-death-test.cc 762 NULL, // Inherit the parent's environment.
1029 struct inheritance inherit = {0}; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
python.c 530 "inherit",
555 inherit = 0, local
578 &attr.read_format, &disabled, &inherit,
597 attr.inherit = inherit;
632 int group = 0, inherit = 0; local
633 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL };
636 &pcpus, &pthreads, &group, &inherit))
645 evsel->attr.inherit = inherit;
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 762 NULL, // Inherit the parent's environment.
1029 struct inheritance inherit = {0}; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
perf_event.h 189 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
perf_event.h 189 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /development/ndk/platforms/android-L/include/linux/
perf_event.h 165 inherit : 1, member in struct:perf_event_attr
  /external/chromium_org/net/third_party/nss/ssl/
sslsnce.c 1397 inheritance inherit; local
1489 inheritance inherit; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 79 static const char inherit[] = "inherit"; member in namespace:blink
    [all...]
  /bionic/libc/kernel/uapi/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /external/kernel-headers/original/uapi/linux/
perf_event.h 270 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
perf_event.h 247 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
perf_event.h 189 inherit : 1, member in struct:perf_event_attr
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.h 201 // Classes that inherit Node and DocumentVisibilityObserver must have a
794 enum InheritedBool { off = false, on = true, inherit }; enumerator in enum:blink::Document::InheritedBool
    [all...]
  /external/openssl/crypto/x509v3/
x509v3.h 736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon32979
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon32981
  /external/openssl/include/openssl/
x509v3.h 736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon33011
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon33013

Completed in 735 milliseconds

1 2