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

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-lg2.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
15 ADD OUT[0], TEMP[0], IMM[1]
16 MOV OUT[1], IN[1]
vert-rcp.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
15 SUB OUT[0], TEMP[0], IMM[1]
16 MOV OUT[1], IN[1]
vert-rsq.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
15 SUB OUT[0], TEMP[0], IMM[1]
16 MOV OUT[1], IN[1]
  /external/toybox/tests/
chgrp.test 27 OUT="&& cd .. && echo \$(ls -lR testdir | awk '{print \$4}')"
29 # The groups returned by $OUT are, in order:
35 testing "dir" "$IN chgrp root dir $OUT" \
37 testing "file" "$IN chgrp root dir/file $OUT" \
39 testing "dir and file" "$IN chgrp root dir dir/file $OUT" \
43 testing "symlink->file" "$IN chgrp root dir2/file $OUT" \
45 testing "symlink->dir" "$IN chgrp root dir2/dir $OUT" \
47 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
51 testing "-h symlink->file" "$IN chgrp -h root dir2/file $OUT" \
53 testing "-h symlink->dir" "$IN chgrp -h root dir2/dir $OUT" \
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Response.java 22 public interface Response<IN, OUT> {
30 void onResult(IN request, OUT... result);
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
LzmaDecompress.h 34 OUT UINT32 *DestinationSize,
35 OUT UINT32 *ScratchSize
65 IN OUT VOID *Destination,
66 IN OUT VOID *Scratch
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Ebc/
PerformancePrimitives.c 27 OUT UINT64 *TimerValue
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
GetImage.h 30 OUT VOID **Buffer,
31 OUT UINTN *Size
65 OUT VOID **Buffer,
66 OUT UINTN *Size,
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiDecompressLib.h 67 OUT UINT32 *DestinationSize,
68 OUT UINT32 *ScratchSize
104 IN OUT VOID *Destination,
105 IN OUT VOID *Scratch OPTIONAL
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
SmmCpuPlatformHookLib.h 83 OUT BOOLEAN *IsBsp
104 OUT SMM_PAGE_SIZE_TYPE *PageSize,
105 OUT UINTN *NumOfPages,
106 OUT UINTN *PageAttribute
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
SmmCpuPlatformHookLibNull.c 78 OUT BOOLEAN *IsBsp
102 IN OUT SMM_PAGE_SIZE_TYPE *PageSize,
103 IN OUT UINTN *NumOfPages,
104 IN OUT UINTN *PageAttribute
  /external/libbrillo/
platform2_preinstall.sh 9 OUT=$1
27 echo "GROUP ( AS_NEEDED ( ${sublibs[@]} ) )" > "${OUT}"/lib/libbrillo-${v}.so
29 deps=$(<"${OUT}"/gen/libbrillo-${v}-deps.txt)
30 pc="${OUT}"/lib/libbrillo-${v}.pc
37 deps_test=$(<"${OUT}"/gen/libbrillo-test-${v}-deps.txt)
42 "libbrillo-test.pc.in" > "${OUT}/lib/libbrillo-test-${v}.pc"
45 deps_glib=$(<"${OUT}"/gen/libbrillo-glib-${v}-deps.txt)
46 pc_glib="${OUT}"/lib/libbrillo-glib-${v}.pc
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-abs.sh 4 DCL OUT[0], COLOR
11 ABS OUT[0], TEMP[0]
frag-ex2.sh 4 DCL OUT[0], COLOR
9 MUL OUT[0], TEMP[0], IN[0]
frag-frc.sh 4 DCL OUT[0], COLOR
11 FRC OUT[0], TEMP[0]
frag-mad.sh 4 DCL OUT[0], COLOR
9 MAD OUT[0], IN[0], IMM[0], IMM[1]
frag-srcmod-abs.sh 4 DCL OUT[0], COLOR
11 MOV OUT[0], |TEMP[0]|
frag-srcmod-neg.sh 4 DCL OUT[0], COLOR
9 MOV OUT[0], -TEMP[0]
  /external/mesa3d/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 4 DCL OUT[0], COLOR
10 CMP OUT[0], IMM[2], IMM[0], IMM[1]
  /external/strace/tests/
btrfs-v.test 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
execve-v.test 11 # Filter out execve() call made by strace.
12 grep -F test.execve < "$LOG" > "$OUT"
13 match_diff "$OUT" "$EXP"
execve.test 11 # Filter out execve() call made by strace.
12 grep -F test.execve < "$LOG" > "$OUT"
13 match_diff "$OUT" "$EXP"
fadvise64.test 10 grep -v "^$NAME([0123]," < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
getuid.test 10 uniq < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"
ioctl-v.sh 10 grep -v '^ioctl([012],' < "$LOG" > "$OUT"
11 match_diff "$OUT" "$EXP"

Completed in 341 milliseconds

1 2 3 45 6 7 8 91011>>