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

  /build/core/
device.mk 34 # $(1): device to inherit
36 define inherit-device
product.mk 104 # $(1): product to inherit
111 define inherit-product
123 # Do inherit-product only if $(1) exists
125 define inherit-product-if-exists
126 $(if $(wildcard $(1)),$(call inherit-product,$(1)),)
definitions.mk     [all...]
  /external/dbus/tools/
dbus-launch-win.c 102 BOOL inherit = TRUE; local
148 inherit = FALSE;
156 inherit, flags, 0, 0, &si, &pi);
  /external/linux-tools-perf/
builtin-top.c 103 static bool inherit = false; variable
900 attr->inherit = inherit;
1049 OPT_BOOLEAN('i', "inherit", &inherit,
1050 "child tasks inherit counters"),
  /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) */
  /bionic/libc/kernel/common/linux/
perf_event.h 130 inherit : 1, member in struct:perf_event_attr
  /external/linux-tools-perf/util/
python.c 401 "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/kernel-headers/original/linux/
perf_event.h 192 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 202 inherit : 1, /* children inherit it */ member in struct:perf_event_attr
  /external/openssl/crypto/x509v3/
x509v3.h 736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon10114
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon10116
  /external/openssl/include/openssl/
x509v3.h 736 ASN1_NULL *inherit; member in union:ASIdentifierChoice_st::__anon10146
775 ASN1_NULL *inherit; member in union:IPAddressChoice_st::__anon10148
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/valgrind/main/include/vki/
vki-linux.h 2656 inherit : 1, \/* children inherit it *\/ member in struct:vki_perf_event_attr
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1194 milliseconds