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

1 2 34 5 6 7 8 91011>>

  /external/syslinux/memdisk/
postprocess.pl 16 # We write memdisk16.bin out to the final memdisk kernel, pad it to an
22 ($out,$file16,$file32) = @ARGV;
24 open(OUT, "> $out\0") or die "$0: Cannot create file: $out\n";
25 eval { binmode OUT; };
37 print OUT $f16;
41 print OUT "\0" x ($xsize-$size);
44 seek(OUT, 0x1f1, SEEK_SET); # setup_sects
46 print OUT pack("C", $sectors-1)
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
RealTimeClockLib.h 38 OUT EFI_TIME *Time,
39 OUT EFI_TIME_CAPABILITIES *Capabilities
49 @retval EFI_INVALID_PARAMETER A time field is out of range.
75 OUT BOOLEAN *Enabled,
76 OUT BOOLEAN *Pending,
77 OUT EFI_TIME *Time
89 @retval EFI_INVALID_PARAMETER A time field is out of range.
98 OUT EFI_TIME *Time
  /external/e2fsprogs/tests/f_uninit_cat/
script 12 OUT=$test_name.log
15 $FSCK $FSCK_OPT -N test_filesys $TMPFILE 2>&1 | sed -f $cmd_dir/filter.sed > $OUT
16 echo "Exit status is $?" >> $OUT
18 echo "debugfs cat uninit file" >> $OUT
21 $DEBUGFS_EXE -w -f $TMPFILE.cmd $TMPFILE >> $OUT.new 2>&1
22 echo >> $OUT.new
23 sed -f $cmd_dir/filter.sed < $OUT.new >> $OUT
24 rm -rf $OUT.new $TMPFILE $TMPFILE.cmd
26 # Figure out what happene
    [all...]
  /external/strace/tests/
uname.test 11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
17 match_diff "$OUT" "$EXP"
  /external/strace/tests-m32/
uname.test 11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
17 match_diff "$OUT" "$EXP"
  /external/strace/tests-mx32/
uname.test 11 uniq < "$LOG" > "$OUT"
15 uniq < "$LOG" >> "$OUT"
17 match_diff "$OUT" "$EXP"
  /external/toybox/tests/
ls.test 18 OUT="cd .. "
20 testing "no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
21 testing "with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
22 testing "with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
23 testing "with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.txt\nfile2.txt\n" "" ""
24 testing "with -a" "$IN && ls -a; $OUT" \
26 testing "with -A" "$IN && ls -A; $OUT" \
28 testing "with -d" "$IN && ls -d; $OUT" ".\n" "" ""
29 testing "with wild char and -d *" "$IN && ls -d *; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
30 testing "with -k" "$IN && ls -k; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" "
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellParametersProtocol.h 34 @param[in, out] NewShellParameters on a successful return, a pointer to pointer
36 @param[in, out] RootShellInstance on a successful return, pointer to boolean.
48 IN OUT EFI_SHELL_PARAMETERS_PROTOCOL **NewShellParameters,
49 IN OUT BOOLEAN *RootShellInstance
67 IN OUT EFI_SHELL_PARAMETERS_PROTOCOL *NewShellParameters
75 @param[in, out] ShellParameters pointer to parameter structure to modify
78 @param[out] OldArgv pointer to old list of parameters
79 @param[out] OldArgc pointer to old number of items in Argv list
87 IN OUT EFI_SHELL_PARAMETERS_PROTOCOL *ShellParameters,
90 OUT CHAR16 ***OldArgv,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
ExtractGuidedSectionLib.h 47 @param[out] OutputBufferSize A pointer to the size, in bytes, of an output buffer required
49 @param[out] ScratchBufferSize A pointer to the size, in bytes, required as scratch space
51 @param[out] SectionAttribute A pointer to the attributes of the GUIDed section. See the Attributes
63 OUT UINT32 *OutputBufferSize,
64 OUT UINT32 *ScratchBufferSize,
65 OUT UINT16 *SectionAttribute
87 @param[out] OutputBuffer A pointer to a buffer that contains the result of a decode operation.
88 @param[out] ScratchBuffer A caller allocated buffer that may be required by this function
90 @param[out] AuthenticationStatus
105 OUT VOID **OutputBuffer,
    [all...]
PeCoffExtraActionLib.h 34 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
50 IN OUT PE_COFF_LOADER_IMAGE_CONTEXT *ImageContext
SerialPortLib.h 83 OUT UINT8 *Buffer,
133 OUT UINT32 *Control
137 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
147 @param Timeout The requested time out for a single character in microseconds.
150 out value.
172 IN OUT UINT64 *BaudRate,
173 IN OUT UINT32 *ReceiveFifoDepth,
174 IN OUT UINT32 *Timeout,
175 IN OUT EFI_PARITY_TYPE *Parity,
176 IN OUT UINT8 *DataBits,
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
ElfLoader.h 41 @param[out] EntryPoint Will be filled with the ELF entry point address.
43 @param[out] ImageSize Will be filled with the ELF size in memory. This will
60 OUT VOID **EntryPoint,
61 OUT LIST_ENTRY *LoadList
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Keyboard.c 35 OUT UINT16 *DescriptorCount,
36 OUT FRAMEWORK_EFI_KEY_DESCRIPTOR *Descriptor
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Language.h 35 IN OUT CHAR8 **LangCode,
36 OUT CHAR8 *Lang
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
Language.h 35 IN OUT CHAR8 **LangCode,
36 OUT CHAR8 *Lang
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
ImageDecoderLib.h 25 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **GopBlt,
26 OUT UINTN *GopBltSize,
27 OUT UINTN *PixelWidth,
28 OUT UINTN *PixelHeight
55 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL **GopBlt,
56 OUT UINTN *GopBltSize,
57 OUT UINTN *PixelWidth,
58 OUT UINTN *PixelHeight
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
BaseSerialPortLibNull.c 86 OUT UINT8 *Buffer,
145 OUT UINT32 *Control
152 Sets the baud rate, receive FIFO depth, transmit/receice time out, parity,
162 @param Timeout The requested time out for a single character in microseconds.
165 out value.
187 IN OUT UINT64 *BaudRate,
188 IN OUT UINT32 *ReceiveFifoDepth,
189 IN OUT UINT32 *Timeout,
190 IN OUT EFI_PARITY_TYPE *Parity,
191 IN OUT UINT8 *DataBits,
    [all...]
  /external/libunwind/android/
conf_arm.sh 3 if [[ "$OUT" == "" ]]; then
23 "-isystem ${OUT}/obj/include"
44 "-L${OUT}/obj/lib"
45 "-Wl,-rpath-link=${OUT}/obj/lib"
conf_mips.sh 3 if [[ "$OUT" == "" ]]; then
23 "-isystem ${OUT}/obj/include"
42 "-L${OUT}/obj/lib"
43 "-Wl,-rpath-link=${OUT}/obj/lib"
conf_x86.sh 3 if [[ "$OUT" == "" ]]; then
23 "-isystem ${OUT}/obj/include"
47 "-L${OUT}/obj/lib"
48 "-Wl,-rpath-link=${OUT}/obj/lib"
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-cb-1d.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
11 MOV OUT[0], IN[0]
14 MUL OUT[1], TEMP[0], TEMP[1]
vert-dp3.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
13 MUL OUT[0], IN[0], TEMP[0]
14 MOV OUT[1], IN[1]
vert-dp4.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
13 MUL OUT[0], IN[0], TEMP[0]
14 MOV OUT[1], IN[1]
vert-ex2.sh 5 DCL OUT[0], POSITION
6 DCL OUT[1], COLOR
15 MOV OUT[0], IN[0]
16 MUL OUT[1], TEMP[0], TEMP[1]
vert-imul_hi.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
9 MOV OUT[0], IN[0]
12 I2F OUT[1], TEMP[0]

Completed in 1566 milliseconds

1 2 34 5 6 7 8 91011>>