HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 1 - 25 of 4563) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/tsan/
deflake.bash 11 OUT=`$@ 2>&1`
13 echo "$OUT"
  /build/soong/scripts/
copygcclib.sh 17 OUT=$1
20 cp -f $LIBPATH $OUT
21 echo "$OUT: $LIBPATH" > ${OUT}.d
  /system/update_engine/
generate_pc_file.sh 21 OUT=$1
30 "${PC_IN}.pc.in" > "${OUT}/${PC_IN}.pc"
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-dst.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 DST OUT[1], IN[1], IN[0]
vert-lit.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 LIT OUT[1], IN[1]
vert-mov.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 MOV OUT[1], IN[1]
vert-srcmod-swz.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0].yxzw
9 MOV OUT[1], IN[1]
vert-xpd.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0], IN[0]
9 XPD OUT[1], IN[0], IN[1]
vert-srcmod-neg.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
8 MOV OUT[0].xy, -IN[0]
9 MOV OUT[0].zw, IN[0]
10 MOV OUT[1], IN[1]
vert-abs.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
12 ABS OUT[0], TEMP[0]
13 MOV OUT[1], IN[1]
  /device/linaro/bootloader/edk2/OvmfPkg/SmmAccess/
SmramInternal.h 43 @param[out] LockState Reflects the D_LCK bit on output; TRUE iff SMRAM is
45 @param[out] OpenState Reflects the inverse of the T_EN bit on output; TRUE
50 OUT BOOLEAN *LockState,
51 OUT BOOLEAN *OpenState
67 OUT BOOLEAN *LockState,
68 OUT BOOLEAN *OpenState
73 OUT BOOLEAN *LockState,
74 OUT BOOLEAN *OpenState
79 OUT BOOLEAN *LockState,
80 IN OUT BOOLEAN *OpenState
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiHobLib.h 95 OUT EFI_BOOT_MODE *BootMode
121 OUT UINT8 *SizeOfMemorySpace,
122 OUT UINT8 *SizeOfIoSpace
150 OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
151 OUT UINT64 *Length,
152 OUT VOID **EntryPoint,
153 OUT EFI_GUID **FileName
184 IN OUT VOID **HobStart,
185 OUT EFI_PHYSICAL_ADDRESS *BaseAddress,
186 OUT UINT64 *Length
    [all...]
  /external/ipsec-tools/src/racoon/contrib/
sp.pl 11 open(OUT, "|setkey -c");
14 print OUT "spdadd $src $dst any -P out ipsec esp/transport//require;\n";
15 print OUT "spdadd $dst $src any -P in ipsec esp/transport//require;\n";
18 print OUT "spddelete $src $dst any -P out;\n";
19 print OUT "spddelete $dst $src any -P in;\n";
21 close(OUT);
  /external/jemalloc/android/scripts/
conf_arm.sh 3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
conf_arm64.sh 3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
conf_mips.sh 3 if [[ "$OUT" == "" ]]; then
23 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
33 "-L${OUT}/obj/lib"
34 "-Wl,-rpath-link=${OUT}/obj/lib"
35 "${OUT}/obj/lib/crtbegin_dynamic.o"
conf_x86.sh 3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
conf_x86_64.sh 3 if [[ "$OUT" == "" ]]; then
24 cp ${OUT}/obj/lib/libm.so ${OUT}/obj/lib/libpthread.so
34 "-L${OUT}/obj/lib"
35 "-Wl,-rpath-link=${OUT}/obj/lib"
36 "${OUT}/obj/lib/crtbegin_dynamic.o"
  /external/toybox/tests/
chattr.test 18 OUT="cd .."
23 chattr -i testFile; rm -rf testFile; $OUT " "----i-------- testFile\n" "" ""
26 echo \"$_t\" > testFile && lsattr testFile; rm -rf testFile; $OUT" \
30 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
33 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
36 chattr -i testFile; rm -rf testFile; $OUT" "----i-------- testFile\n" "" ""
39 chattr -i testFile; rm -rf testFile; $OUT" "$_t\n----i-------- testFile\n" "" ""
42 chattr -a testFile; rm -rf testFile; $OUT" "-----a------- testFile\n" "" ""
47 $OUT" "-----a------- testFile\n$_t\n------------- testFile\n" "" ""
50 lsattr testFile && chattr -a testFile; rm -rf testFile; $OUT" \
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/PrePi/
LzmaDecompress.h 39 @param[out] OutputBufferSize A pointer to the size, in bytes, of an output buffer required
41 @param[out] ScratchBufferSize A pointer to the size, in bytes, required as scratch space
43 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
55 OUT UINT32 *OutputBufferSize,
56 OUT UINT32 *ScratchBufferSize,
57 OUT UINT16 *SectionAttribute
79 @param[out] OutputBuffer A pointer to a buffer that contains the result of a decode operation.
80 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
82 @param[out] AuthenticationStatus
97 OUT VOID **OutputBuffer,
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/PrePi/
LzmaDecompress.h 39 @param[out] OutputBufferSize A pointer to the size, in bytes, of an output buffer required
41 @param[out] ScratchBufferSize A pointer to the size, in bytes, required as scratch space
43 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
55 OUT UINT32 *OutputBufferSize,
56 OUT UINT32 *ScratchBufferSize,
57 OUT UINT16 *SectionAttribute
79 @param[out] OutputBuffer A pointer to a buffer that contains the result of a decode operation.
80 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
82 @param[out] AuthenticationStatus
97 OUT VOID **OutputBuffer,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
UpdateAcpiTable.h 14 IN OUT EFI_ACPI_DESCRIPTION_HEADER *TableHeader
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/
DefaultExceptionHandlerBase.c 30 OUT UINTN *ImageBase,
31 OUT UINTN *PeCoffSizeOfHeaders
  /external/e2fsprogs/tests/f_detect_junk/
script 17 OUT=$test_name.log
20 echo "*** e2fsck" > $OUT
21 $FSCK $FSCK_OPT $TMPFILE >> $OUT 2>&1
22 echo "*** debugfs" >> $OUT
23 test -x $DEBUGFS_EXE && $DEBUGFS_EXE -R 'quit' $TMPFILE >> $OUT 2>&1
24 echo "*** tune2fs" >> $OUT
25 $TUNE2FS -i 0 $TMPFILE >> $OUT 2>&1
26 echo "*** mke2fs" >> $OUT
27 $MKE2FS -n $TMPFILE >> $OUT 2>&1
29 sed -f $cmd_dir/filter.sed -e "s|$TMPFILE|test.img|g" < $OUT > $OUT.ne
    [all...]
  /external/e2fsprogs/tests/f_detect_xfs/
script 14 OUT=$test_name.log
17 echo "*** e2fsck" > $OUT
18 $FSCK $FSCK_OPT $TMPFILE >> $OUT 2>&1
19 echo "*** debugfs" >> $OUT
20 test -x $DEBUGFS_EXE && $DEBUGFS_EXE -R 'quit' $TMPFILE >> $OUT 2>&1
21 echo "*** tune2fs" >> $OUT
22 $TUNE2FS -i 0 $TMPFILE >> $OUT 2>&1
23 echo "*** mke2fs" >> $OUT
24 $MKE2FS -n $TMPFILE >> $OUT 2>&1
26 sed -f $cmd_dir/filter.sed -e "s|$TMPFILE|test.img|g" < $OUT > $OUT.ne
    [all...]

Completed in 320 milliseconds

1 2 3 4 5 6 7 8 91011>>