HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 1 - 25 of 1059) 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/valgrind/tsan/
mk-self-contained-valgrind.sh 11 OUT="$3"
24 rm -f $OUT && touch $OUT && chmod +x $OUT || exit 1
27 cat << 'EOF' >> $OUT || exit 1
50 cat << 'EOF' >> $OUT || exit 1
60 echo "\$EXTRACT_DIR/bin/valgrind --tool=$TOOLFLAG \"\$@\"" >> $OUT || exit 1
62 cat << 'EOF' >> $OUT || exit 1
71 (cd $IN_DIR && tar zcvh --exclude=$EXCLUDE_FILES $IN_FILES) >> $OUT || exit 1
73 echo "File $OUT successfully created
    [all...]
mk-self-contained-tsan-pin.sh 14 OUT="$3"
18 rm -rf $OUT # remove the old one
19 touch $OUT # create the new one
20 chmod +x $OUT
23 cat << 'EOF' >> $OUT
52 cat << 'EOF' >> $OUT
69 tar zcvh -C $IN_DIR $TAR_EXCLUDE $IN_FILES -C $PIN_ROOT ./{extras,ia32,intel64,pin} >> $OUT
71 echo "File $OUT successfully created"
  /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...]
  /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...]
  /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);
  /gdk/samples/bitmap-plasma-llvm/jni/
Android.mk 11 LOCAL_C_INCLUDES := $(OUT)/../../../../frameworks/compile/libbcc/include
15 LOCAL_LDFLAGS := -L$(OUT)/system/lib
  /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"
94 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
95 fail_panic "Could not copy executable to: $OUT"
    [all...]
  /external/webp/src/dec/
dsp.c 145 static void TransformWHT(const int16_t* in, int16_t* out) {
164 out[ 0] = (a0 + a1) >> 3;
165 out[16] = (a3 + a2) >> 3;
166 out[32] = (a0 - a1) >> 3;
167 out[48] = (a3 - a2) >> 3;
168 out += 64;
172 void (*VP8TransformWHT)(const int16_t* in, int16_t* out) = TransformWHT;
177 #define OUT(x, y) dst[(x) + (y) * BPS]
302 OUT(0, 3) = AVG3(J, K, L);
303 OUT(0, 2) = OUT(1, 3) = AVG3(I, J, K)
    [all...]
  /external/webp/src/enc/
dsp.c 47 int16_t out[16]; local
50 VP8FTransform(ref + VP8Scan[j], pred + VP8Scan[j], out);
52 // Convert coefficients to bin (within out[]).
54 const int v = abs(out[k]) >> 2;
55 out[k] = (v > MAX_COEFF_THRESH) ? MAX_COEFF_THRESH : v;
60 histo[out[k]]++;
141 static void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) {
163 out[0 + i] = (a0 + a1 + 7) >> 4;
164 out[4 + i] = ((a2 * 2217 + a3 * 5352 + 12000) >> 16) + (a3 != 0);
165 out[8 + i] = (a0 - a1 + 7) >> 4
    [all...]
  /external/llvm/utils/
UpdateCMakeLists.pl 54 print OUT " ";
55 print OUT $file;
56 print OUT "\n";
65 open(OUT, ">", $cmakeListNew);
70 print OUT $_;
79 print OUT $_;
86 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...]

Completed in 1782 milliseconds

1 2 3 4 5 6 7 8 91011>>