HomeSort by relevance Sort by last modified time
    Searched full:cloneflags (Results 1 - 24 of 24) sorted by null

  /frameworks/base/core/java/android/content/pm/
ShortcutInfo.java 111 public @interface CloneFlags {}
214 private ShortcutInfo(ShortcutInfo source, @CloneFlags int cloneFlags) {
224 if ((cloneFlags & CLONE_REMOVE_NON_KEY_INFO) == 0) {
227 if ((cloneFlags & CLONE_REMOVE_ICON) == 0) {
235 if ((cloneFlags & CLONE_REMOVE_INTENT) == 0) {
251 public ShortcutInfo clone(@CloneFlags int cloneFlags) {
252 return new ShortcutInfo(this, cloneFlags);
  /prebuilts/go/darwin-x86/src/runtime/
os1_linux.go 123 cloneFlags = _CLONE_VM | /* share memory */
145 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
162 ret := clone(cloneFlags, unsafe.Pointer(uintptr(stack)+stacksize), nil, nil, fn)
  /prebuilts/go/linux-x86/src/runtime/
os1_linux.go 123 cloneFlags = _CLONE_VM | /* share memory */
145 ret := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(funcPC(mstart)))
162 ret := clone(cloneFlags, unsafe.Pointer(uintptr(stack)+stacksize), nil, nil, fn)
  /prebuilts/go/darwin-x86/src/syscall/
exec_linux_test.go 29 Cloneflags: syscall.CLONE_NEWUSER,
exec_linux.go 33 Cloneflags uintptr // Flags for clone calls (Linux only)
95 r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
  /prebuilts/go/linux-x86/src/syscall/
exec_linux_test.go 29 Cloneflags: syscall.CLONE_NEWUSER,
exec_linux.go 33 Cloneflags uintptr // Flags for clone calls (Linux only)
95 r1, _, err1 = RawSyscall6(SYS_CLONE, uintptr(SIGCHLD)|sys.Cloneflags, 0, 0, 0, 0, 0)
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 825 UInt cloneflags; local
869 cloneflags = ARG1;
888 (cloneflags == 0x100011 || cloneflags == 0x1200011
889 || cloneflags == 0x7D0F00
890 || cloneflags == 0x790F00
891 || cloneflags == 0x3D0F00
892 || cloneflags == 0x410F00
893 || cloneflags == 0xF00
894 || cloneflags == 0xF21))
    [all...]
syswrap-amd64-linux.c 347 ULong cloneflags; local
386 cloneflags = ARG1;
394 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
409 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
414 cloneflags, /* flags */
    [all...]
syswrap-mips64-linux.c 482 UInt cloneflags; local
507 cloneflags = ARG1;
513 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
527 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
530 cloneflags, /* flags */
    [all...]
syswrap-s390x-linux.c 457 UInt cloneflags; local
492 cloneflags = ARG2;
500 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
515 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
520 cloneflags, /* flags */
    [all...]
syswrap-arm-linux.c 429 UInt cloneflags; local
464 cloneflags = ARG1;
472 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
487 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
492 cloneflags, /* flags */
    [all...]
syswrap-arm64-linux.c 527 UInt cloneflags; local
562 cloneflags = ARG1;
570 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
585 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
590 cloneflags, /* flags */
    [all...]
syswrap-mips32-linux.c 624 UInt cloneflags; local
657 cloneflags = ARG1;
664 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
681 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
684 cloneflags, /* flags */
    [all...]
syswrap-ppc32-linux.c 535 UInt cloneflags; local
562 cloneflags = ARG1;
570 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
585 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
590 cloneflags, /* flags */
    [all...]
syswrap-ppc64-linux.c 635 UInt cloneflags; local
662 cloneflags = ARG1;
670 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
685 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
690 cloneflags, /* flags */
    [all...]
syswrap-tilegx-linux.c 501 ULong cloneflags; local
526 cloneflags = ARG1;
534 switch (cloneflags & (VKI_CLONE_VM | VKI_CLONE_FS
549 cloneflags &= ~(VKI_CLONE_VFORK | VKI_CLONE_VM);
554 cloneflags, /* flags */
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
ShortcutService.java     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/os/
exec.a 124 type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
os.a 158 type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]
syscall.a 21 type @"".SysProcAttr struct { Chroot string; Credential *@"".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"".Signal; Cloneflags uintptr; UidMappings []@"".SysProcIDMap; GidMappings []@"".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/os/
exec.a 124 type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
os.a 158 type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]
syscall.a 21 type @"".SysProcAttr struct { Chroot string; Credential *@"".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"".Signal; Cloneflags uintptr; UidMappings []@"".SysProcIDMap; GidMappings []@"".SysProcIDMap; GidMappingsEnableSetgroups bool }
    [all...]

Completed in 1604 milliseconds