HomeSort by relevance Sort by last modified time
    Searched full:inheritable (Results 1 - 25 of 38) sorted by null

1 2

  /external/libvpx/build/x86-msvs/
yasm.rules 24 Inheritable="true"
33 Inheritable="true"
42 Inheritable="true"
  /libcore/luni/src/main/java/java/lang/
InheritableThreadLocal.java 23 * default, the value of an inheritable thread-local variable of a child thread
35 * Creates a new inheritable thread-local variable.
  /bionic/libc/kernel/common/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /development/ndk/platforms/android-3/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
capability.h 28 __u32 inheritable; member in struct:__user_cap_data_struct
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 98 NULL, // Process handle not inheritable
99 NULL, // Thread handle not inheritable
  /sdk/sdklauncher/
sdklauncher.c 227 NULL, /* process handle is not inheritable */
228 NULL, /* thread handle is not inheritable */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capability.h 41 __u32 inheritable; member in struct:__user_cap_data_struct
59 __u32 inheritable; /* Little endian */ member in struct:vfs_cap_data
  /external/protobuf/gtest/test/
gtest_output_test.py 191 # Changes made by os.environ.clear are not inheritable by child processes
192 # until Python 2.6. To produce inheritable changes we have to delete
  /external/bluetooth/bluez/src/
android_bluez.c 50 cap.inheritable = 0;
  /external/wpa_supplicant/
os_unix.c 198 cap.inheritable = 0;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_unix.c 237 cap.inheritable = 0;
  /hardware/ril/rild/
rild.c 95 cap.inheritable = 0;
  /system/core/adb/
adb.c 695 /* message since the pipe handles must be inheritable, we use a */
708 /* create pipe, and ensure its read handle isn't inheritable */
734 NULL, /* process handle is not inheritable */
735 NULL, /* thread handle is not inheritable */
926 cap.inheritable = 0;
    [all...]
  /external/qemu/android/
qemu-setup.c 487 NULL, /* process handle is not inheritable */
488 NULL, /* thread handle is not inheritable */
  /external/gtest/src/
gtest-death-test.cc 621 NULL, // Retuned process handle is not inheritable.
622 NULL, // Retuned thread handle is not inheritable.
623 TRUE, // Child inherits all inheritable handles (for write_handle_).
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 674 NULL, // Retuned process handle is not inheritable.
675 NULL, // Retuned thread handle is not inheritable.
676 TRUE, // Child inherits all inheritable handles (for write_handle_).
    [all...]
  /development/simulator/app/
Pipe.cpp 93 /* we use this across processes, so they need to be inheritable */
  /external/kernel-headers/original/linux/
capability.h 40 __u32 inheritable; member in struct:__user_cap_data_struct
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 86 // Make child side of the pipes inheritable.

Completed in 1106 milliseconds

1 2