HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 176 - 200 of 4144) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/strace/tests-mx32/
ioctl.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_dm-v.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_dm.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_loop-nv.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_nsfs.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl_sock_gifconf.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
lseek.test 10 grep -v '^lseek([0-9]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
net-y-unix.test 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
37 # Filter out close() calls made by ld.so and libc.
38 sed -n '/socket/,$p' < "$LOG" > "$OUT"
39 match_diff "$OUT" "$EXP"
prctl-arg2-intptr.test 11 < "$LOG" > "$OUT"
12 match_diff "$OUT" "$EXP"
prctl-dumpable.test 9 grep -v '^prctl(PR_[GS]ET_[^D][^U]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-name.test 9 grep -v '^prctl(PR_GET_[^N][^A]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-no-args.test 11 grep -v '^prctl(PR_[GS]ET_[^KST][^EI][^CEM]' < "$LOG" > "$OUT"
12 match_diff "$OUT" "$EXP"
prctl-pdeathsig.test 10 grep -v '^prctl(PR_[GS]ET_[^P][^D]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
prctl-seccomp-filter-v.test 10 grep -v '^prctl(PR_GET_' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
prctl-seccomp-strict.test 17 grep -v '^prctl(PR_GET_' < "$LOG" > "$OUT"
18 match_diff "$OUT" "$EXP"
prctl-securebits.test 9 grep -v '^prctl(PR_[GS]ET_[^S][^E][^C][^U]' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-tid_address.test 9 LC_ALL=C grep -Ev '^prctl\(PR_[GS]ET_([^T]|.[^I]|..[^D])' < "$LOG" > "$OUT"
10 match_diff "$OUT" "$EXP"
prctl-tsc.test 10 grep -v '^prctl(PR_[GS]ET_[^T][^S]' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
umovestr2.test 10 sed 1d < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
ArmDisassemblerLib.h 38 IN OUT UINT32 *ItBlock,
39 OUT CHAR8 *Buf,
40 OUT UINTN Size
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/GuidedSectionExtraction/
GuidedSectionExtraction.h 33 OUT VOID **OutputBuffer,
34 OUT UINTN *OutputSize,
35 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.h 31 OUT UINT32 *DstSize,
32 OUT UINT32 *ScratchSize
61 IN OUT VOID *Destination,
63 IN OUT VOID *Scratch,
95 OUT UINT32 *DstSize,
96 OUT UINT32 *ScratchSize
125 IN OUT VOID *Destination,
127 IN OUT VOID *Scratch,
159 OUT UINT32 *DstSize,
160 OUT UINT32 *ScratchSize
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
GuidedSectionExtraction.h 85 OUT VOID **OutputBuffer,
86 OUT UINTN *OutputSize,
87 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GuidedSectionExtraction.h 123 OUT VOID **OutputBuffer,
124 OUT UINTN *OutputSize,
125 OUT UINT32 *AuthenticationStatus
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
PlatformSecLib.h 39 IN OUT EFI_SEC_PEI_HAND_OFF *SecCoreData
43 This interface conveys state information out of the Security (SEC) phase into PEI.
57 IN OUT UINT64 *StructureSize,
58 OUT EFI_SEC_PLATFORM_INFORMATION_RECORD *PlatformInformationRecord

Completed in 372 milliseconds

1 2 3 4 5 6 78 91011>>