/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...] |
/hardware/ti/omap3/dspbridge/inc/ |
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,
|
sync.h | 172 * DSP_EMEMORY: Out of memory. 176 extern DSP_STATUS SYNC_InitializeCS(OUT struct SYNC_CSOBJECT* * phCSObj); 186 * DSP_EMEMORY: Out of memory. 190 extern DSP_STATUS SYNC_InitializeDPCCS(OUT struct SYNC_CSOBJECT** phCSObj); 237 extern DSP_STATUS SYNC_OpenEvent(OUT struct SYNC_OBJECT* * phEvent, 295 * dwTimeOut: The time-out interval, in milliseconds. 300 * If SYNC_INFINITE, the function's time-out interval 322 * dwTimeOut: The time-out interval, in milliseconds. 327 * If SYNC_INFINITE, the function's time-out interval 341 OUT UINT * puIndex) [all...] |
DSPNode.h | 85 * DSP_ERANGE: The iPriority field specified in pAttrIn is out 94 OUT DSP_HNODE * phNode); 119 OUT BYTE ** pBuffer); 131 * DSP_ERANGE: iPriority is out of range. 293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize); 316 extern DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG * pMessage, 352 * DSP_ETIMEOUT: Time out occured. 442 * DSP_ERANGE: The iPriority field specified in pAttrIn is out 448 OUT struct DSP_NDBPROPS * pNodeProps);
|
nldrdefs.h | 152 OUT struct NLDR_NODEOBJECT* * phNldrNode, 153 OUT bool * pfPhaseSplit); 176 typedef DSP_STATUS(*NLDR_CREATEFXN) (OUT struct NLDR_OBJECT* * phNldr,
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
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 | 86 extern ULONG CSL_AnsiToWchar(OUT WCHAR * pwszDest, 120 OUT PSTR pstrDest, IN ULONG ulBytes); 161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc, 314 OUT CHAR ** ppstrCur); 334 extern ULONG CSL_WcharToAnsi(OUT PSTR pstrDest,
|
sync.h | 172 * DSP_EMEMORY: Out of memory. 176 extern DSP_STATUS SYNC_InitializeCS(OUT struct SYNC_CSOBJECT* * phCSObj); 186 * DSP_EMEMORY: Out of memory. 190 extern DSP_STATUS SYNC_InitializeDPCCS(OUT struct SYNC_CSOBJECT** phCSObj); 237 extern DSP_STATUS SYNC_OpenEvent(OUT struct SYNC_OBJECT* * phEvent, 295 * dwTimeOut: The time-out interval, in milliseconds. 300 * If SYNC_INFINITE, the function's time-out interval 322 * dwTimeOut: The time-out interval, in milliseconds. 327 * If SYNC_INFINITE, the function's time-out interval 341 OUT UINT * puIndex) [all...] |
DSPNode.h | 85 * DSP_ERANGE: The iPriority field specified in pAttrIn is out 94 OUT DSP_HNODE * phNode); 119 OUT BYTE ** pBuffer); 131 * DSP_ERANGE: iPriority is out of range. 293 OUT struct DSP_NODEATTR * pAttr, UINT uAttrSize); 316 extern DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG * pMessage, 352 * DSP_ETIMEOUT: Time out occured. 442 * DSP_ERANGE: The iPriority field specified in pAttrIn is out 448 OUT struct DSP_NDBPROPS * pNodeProps);
|
nldrdefs.h | 152 OUT struct NLDR_NODEOBJECT* * phNldrNode, 153 OUT bool * pfPhaseSplit); 176 typedef DSP_STATUS(*NLDR_CREATEFXN) (OUT struct NLDR_OBJECT* * phNldr,
|
/external/openssl/apps/ |
CA.pl | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 95 open OUT, ">${CATOP}/index.txt"; 96 close OUT; 97 open OUT, ">${CATOP}/crlnumber"; 98 print OUT "01\n"; 99 close OUT; 115 "${CATOP}/private/$CAKEY -out ${CATOP}/$CAREQ"); 117 "-out ${CATOP}/$CACERT $CADAYS -batch " . [all...] |
CA.pl.in | 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS"); 76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS"); 81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS"); 95 open OUT, ">${CATOP}/index.txt"; 96 close OUT; 97 open OUT, ">${CATOP}/crlnumber"; 98 print OUT "01\n"; 99 close OUT; 115 "${CATOP}/private/$CAKEY -out ${CATOP}/$CAREQ"); 117 "-out ${CATOP}/$CACERT $CADAYS -batch " . [all...] |
/external/webkit/Tools/Scripts/ |
sort-Xcode-project-file | 26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 90 my ($OUT, $tempFileName) = tempfile( 99 close($OUT); 107 print $OUT $line; 117 print $OUT sort sortFilesByFileName @files; 118 print $OUT $endMarker; 120 print $OUT $line; 132 print $OUT @children; 134 print $OUT sort sortChildrenByFileName @children; 136 print $OUT $endMarker [all...] |
check-Xcode-source-file-types | 23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 100 my ($OUT, $tempFileName); 102 ($OUT, $tempFileName) = tempfile( 111 close($OUT); 118 print $OUT $line if $shouldFixIssues; 124 print $OUT $line if $shouldFixIssues; 145 print $OUT $line if $shouldFixIssues; 149 print $OUT <IN> if $shouldFixIssues; 154 close($OUT);
|
/development/build/tools/ |
mk_sdk_repo_xml.sh | 39 OUT="$1" 40 [[ -z "$OUT" ]] && error "Missing output.xml name." 59 cat > "$OUT" <<EOFH 129 local OUT="$1" 141 [[ "$LAST_NODE" ]] && echo " </sdk:$LAST_NODE>" >> "$OUT" 143 [[ "$NODE" ]] && echo " <sdk:$NODE>" >> "$OUT" 145 echo " <sdk:$KEY>$VALUE</sdk:$KEY>" >> "$OUT" 149 if [[ "$LAST_NODE" ]]; then echo " </sdk:$LAST_NODE>" >> "$OUT"; fi 237 echo " <sdk:${ELEMENT}>" >> "$OUT" 238 output_attributes "$OUT" $MA [all...] |
/external/quake/tools/ |
packagesharedlib | 5 pushd $OUT/system/app 7 mv $OUT/system/lib/libquake.so lib/armeabi 10 SIGNAPK_JAR=$TOP/out/host/darwin-x86/framework/signapk.jar
|
/external/dropbear/libtommath/ |
booker.pl | 21 open(OUT,">tommath.tex") or die "Can't open destination file"; 78 print OUT "\\vspace{+3mm}\\begin{small}\n\\hspace{-5.1mm}{\\bf File}: $tmp\n\\vspace{-3mm}\n\\begin{alltt}\n"; 104 printf OUT ("%03d ", $line); 106 print OUT chr(vec($_, $x, 8)); 108 print OUT "\n "; 112 print OUT "\n"; 116 print OUT "\\end{alltt}\n\\end{small}\n"; 180 print OUT $_; 248 print OUT $_; 254 print OUT "\\begin{center}\n\\begin{figure}[here]\n\\includegraphics{pics/$m[1]$graph}\n" [all...] |
/development/tools/findunused/ |
findunusedtranslations | 97 open(OUT, ">$match"); 98 print OUT $text; 99 close(OUT);
|
/external/clang/tools/scan-build/ |
scan-build | 525 open(OUT, ">", $FName) or DieDiag("Cannot create file '$FName'\n"); 527 # Print out the header. 529 print OUT <<ENDTEXT; 596 print OUT "<tr><th>Version:</th><td>${BuildName} (${BuildDate})</td></tr>\n" 599 print OUT <<ENDTEXT; 604 # Print out the summary table. 616 print OUT "<h2>Bug Summary</h2>"; 619 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n" 623 print OUT <<ENDTEXT; 644 print OUT "<tr><th>$category</th><th colspan=2></th></tr>\n" [all...] |
/external/hyphenation/ |
substrings.pl | 16 open OUT, ">$ARGV[1]"; 20 if (defined $encoding) { print OUT "$encoding\n"; } 21 if (defined $lhmin) { print OUT "LEFTHYPHENMIN $lhmin\n"; } 22 if (defined $rhmin) { print OUT "RIGHTHYPHENMIN $rhmin\n"; } 101 print OUT $newpattab{$pat}."/".$newrepltab{$pat}.",".($newreplbeg{$pat}+1).",".$newrepllen{$pat}."\n"; 103 print OUT $newpattab{$pat}."\n";
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
real.h | 331 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 332 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \ 333 real_to_target (OUT, &(IN), \ 336 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \ 337 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0)) 339 /* IN is a REAL_VALUE_TYPE. OUT is a long. */ 340 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \ 341 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0))) 351 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 352 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \ [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
real.h | 331 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 332 #define REAL_VALUE_TO_TARGET_LONG_DOUBLE(IN, OUT) \ 333 real_to_target (OUT, &(IN), \ 336 #define REAL_VALUE_TO_TARGET_DOUBLE(IN, OUT) \ 337 real_to_target (OUT, &(IN), mode_for_size (64, MODE_FLOAT, 0)) 339 /* IN is a REAL_VALUE_TYPE. OUT is a long. */ 340 #define REAL_VALUE_TO_TARGET_SINGLE(IN, OUT) \ 341 ((OUT) = real_to_target (NULL, &(IN), mode_for_size (32, MODE_FLOAT, 0))) 351 /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ 352 #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \ [all...] |