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

1 2 3 4 5 6 7 8 91011>>

  /external/dropbear/libtomcrypt/
fixupind.pl 2 open(OUT,">crypt.ind.tmp");
4 print OUT "$a\n\\addcontentsline{toc}{chapter}{Index}\n";
6 print OUT $_;
8 close OUT;
  /external/dropbear/libtommath/
gen.pl 8 open( OUT, ">mpi.c" ) or die "Couldn't open mpi.c for writing: $!";
11 print OUT "/* Start: $filename */\n";
12 print OUT while <SRC>;
13 print OUT "\n/* End: $filename */\n\n";
16 print OUT "\n/* EOF */\n";
17 close OUT or die "Error closing mpi.c after writing: $!"
dep.pl 26 open(OUT, ">tmp");
31 print OUT $line;
33 print OUT "#include <tommath.h>\n#ifdef $define\n$line";
38 print OUT $_;
42 print OUT "#endif\n";
45 close OUT;
93 open(OUT,">callgraph.txt");
98 print OUT "\n\n";
100 close(OUT);
111 elsif ($indent >= 1) { print OUT "| " x ($indent - 1) . "+--->";
    [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/webkit/Source/WebCore/css/
make-css-file-arrays.pl 29 my $out = $ARGV[0];
33 open OUT, ">", $out or die;
36 print OUT "namespace WebCore {\n";
58 # Write out a C array of the characters.
61 print OUT "extern const char ${name}UserAgentStyleSheet[${length}] = {\n";
64 print OUT " ";
67 print OUT ", " unless $j == 0;
68 print OUT ord substr $text, $i, 1;
72 print OUT "," unless $i == $length
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
cfg.h 58 *! OUT parameters in accessor function param. lists at end.
105 OUT DWORD * pdwAutoStart);
124 extern DSP_STATUS CFG_GetCDVersion(OUT DWORD * pdwVersion);
145 OUT DWORD * pdwValue);
166 OUT struct CFG_DSPRES * pDSPResTable);
191 OUT PSTR pstrExecFile);
213 OUT struct CFG_HOSTRES * pHostResTable);
230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType);
246 extern VOID CFG_GetPerfValue(OUT bool * pfEnablePerf);
269 OUT PSTR pWMDFileName)
    [all...]
DSPStream.h 83 UINT uSize, OUT BYTE ** apBuffer,
137 OUT struct DSP_STREAMINFO * pStreamInfo,
151 * DSP_ETIMEOUT: Time out occurred.
214 OUT DSP_HSTREAM * phStream);
256 OUT BYTE ** pBufPtr,
257 OUT ULONG * pDataSize,
258 OUT ULONG * pBufSize,
259 OUT DWORD * pdwArg);
293 * DSP_ERANGE: nStreams is out of range
302 UINT nStreams, OUT UINT * pMask
    [all...]
uuidutil.h 57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
76 OUT struct DSP_UUID * pUuid);
DSPManager.h 101 * DSP_EINVALIDARG: Parameter uNode is out of range
113 OUT struct DSP_NDBPROPS * pNDBProps,
115 OUT UINT * puNumNodes);
130 * DSP_EINVALIDARG: Parameter uProcessor is out of range
139 OUT struct DSP_PROCESSORINFO *
142 OUT UINT * puNumProcs);
155 * DSP_ETIMEOUT : Wait timed out. *puIndex is undetermined.
160 OUT UINT * puIndex,
dbdcd.h 123 OUT struct DCD_MANAGER* * phDcdMgr);
163 OUT struct DSP_UUID * pUuid);
205 OUT struct DSP_UUID * pDepLibUuids,
206 OUT bool * pPersistentDepLibs,
234 OUT USHORT * pNumLibs,
235 OUT USHORT * pNumPersLibs,
264 IN OUT PSTR pstrLibName,
265 IN OUT DWORD * pdwSize,
267 OUT bool * fPhaseSplit);
299 OUT struct DCD_GENERICOBJ *pObjDef)
    [all...]
DSPProcessor.h 89 OUT DSP_HPROCESSOR * phProcessor);
134 OUT UINT * puNumNodes,
135 OUT UINT * puAllocated);
208 OUT struct DSP_RESOURCEINFO *
231 OUT struct DSP_PROCESSORSTATE * pProcStatus,
cmm.h 104 OUT PVOID * ppBufVA);
126 extern DSP_STATUS CMM_Create(OUT struct CMM_OBJECT** phCmmMgr,
203 OUT struct CMM_OBJECT** phCmmMgr);
222 OUT struct CMM_INFO * pCmmInfo);
358 extern DSP_STATUS CMM_XlatorCreate(OUT struct CMM_XLATOROBJECT** phXlator,
422 IN OUT BYTE ** pAddr,
csl.h 85 extern ULONG CSL_AnsiToWchar(OUT WCHAR * pwszDest,
119 OUT PSTR pstrDest, IN ULONG ulBytes);
160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum);
200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc,
313 OUT CHAR ** ppstrCur);
333 extern ULONG CSL_WcharToAnsi(OUT PSTR pstrDest,
  /external/bzip2/
xmlproc.sh 43 OUT=output
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
77 egrep 'error' $OUT
78 rm $OUT
90 pdfxmltex $fofile >$OUT </dev/null
91 pdfxmltex $fofile >$OUT </dev/null
92 pdfxmltex $fofile >$OUT </dev/null
93 cleanup $OUT $xmlfmtfile *.aux *.fo *.log *.out
99 pdfxmltex $fofile >$OUT </dev/nul
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
95 OUT uint8_t** ppName,
96 OUT uint32_t* pNameLength,
97 OUT uint8_t** ppValue,
98 OUT uint32_t* pValueLength);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 85 UINT uSize, OUT BYTE ** apBuffer,
139 OUT struct DSP_STREAMINFO * pStreamInfo,
153 * DSP_ETIMEOUT: Time out occurred.
216 OUT DSP_HSTREAM * phStream);
258 OUT BYTE ** pBufPtr,
259 OUT ULONG * pDataSize,
260 OUT ULONG * pBufSize,
261 OUT DWORD * pdwArg);
295 * DSP_ERANGE: nStreams is out of range
304 UINT nStreams, OUT UINT * pMask
    [all...]
DSPManager.h 101 * DSP_EINVALIDARG: Parameter uNode is out of range
113 OUT struct DSP_NDBPROPS * pNDBProps,
115 OUT UINT * puNumNodes);
130 * DSP_EINVALIDARG: Parameter uProcessor is out of range
139 OUT struct DSP_PROCESSORINFO *
142 OUT UINT * puNumProcs);
155 * DSP_ETIMEOUT : Wait timed out. *puIndex is undetermined.
160 OUT UINT * puIndex,
dbdcd.h 123 OUT struct DCD_MANAGER* * phDcdMgr);
163 OUT struct DSP_UUID * pUuid);
205 OUT struct DSP_UUID * pDepLibUuids,
206 OUT bool * pPersistentDepLibs,
234 OUT USHORT * pNumLibs,
235 OUT USHORT * pNumPersLibs,
264 IN OUT PSTR pstrLibName,
265 IN OUT DWORD * pdwSize,
267 OUT bool * fPhaseSplit);
299 OUT struct DCD_GENERICOBJ *pObjDef)
    [all...]
DSPProcessor.h 89 OUT DSP_HPROCESSOR * phProcessor);
134 OUT UINT * puNumNodes,
135 OUT UINT * puAllocated);
208 OUT struct DSP_RESOURCEINFO *
231 OUT struct DSP_PROCESSORSTATE * pProcStatus,
  /external/e2fsprogs/tests/defaults/
e_script 14 if [ "$OUT"x = x ]; then
15 OUT=$test_name.log
32 | $TEST_PROG -f - 2>&1 | tr -d \\015 > $OUT
34 cmp -s $EXPECT $OUT
44 diff $DIFF_OPTS $EXPECT $OUT > $test_name.failed
47 unset EXPECT OUT class instance
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
FixMIDLHeaders.pl 26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
54 open(OUT, ">", $fileName);
72 print OUT $line;
75 close(OUT);
  /ndk/build/tools/
build-host-make.sh 34 OUT=
36 register_option "--out=<file>" do_out "Specify output executable path" "$OUT"
37 do_out () { CUSTOM_OUT=true; OUT=$1; }
49 OUT=$NDK_DIR/$SUBDIR
50 log "Auto-config: --out=$OUT"
100 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
101 fail_panic "Could not copy executable to: $OUT"
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 54 print OUT " ";
55 print OUT $file;
56 print OUT "\n";
65 open(OUT, ">", $cmakeListNew);
70 print OUT $_;
78 print OUT $_;
85 close(OUT);
  /external/webkit/Tools/BuildSlaveSupport/
build-launcher-app 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
96 print OUT $data;
97 close(OUT);
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
100 print OUT "$revision\n";
101 close(OUT);
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
104 print OUT "$branch\n";
105 close(OUT);
    [all...]
  /external/openssh/
fixprogs 4 # score out the losers
29 $outfilename=$infilename.".out";
30 if (!open(OUT, ">$outfilename")) {
35 select(OUT); $|=1; select(STDOUT);
39 print OUT;
69 print OUT "\"$cmd\" $path $est\n";

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>