HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 126 - 150 of 3031) sorted by null

1 2 3 4 56 7 8 91011>>

  /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);
  /external/dropbear/libtommath/
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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
vert-arr.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
vert-flr.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
vert-arr.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
vert-flr.sh 4 DCL OUT[0], POSITION
5 DCL OUT[1], COLOR
18 MOV OUT[0], IN[0]
21 MOV OUT[1], IMM[ADDR[0].x + 3]
  /hardware/ti/omap3/dspbridge/inc/
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,
  /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/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-face.sh 5 DCL OUT[0], COLOR
12 MOV OUT[0], TEMP[0]
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-face.sh 5 DCL OUT[0], COLOR
12 MOV OUT[0], TEMP[0]
  /frameworks/base/core/java/android/transition/
AutoTransition.java 31 * first fades out disappearing targets, then moves and resizes existing
37 addTransition(new Fade(Fade.OUT)).
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_win32-inl.h 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64 OUT PVOID *backtrace,
65 OUT PULONG backtrace_hash);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_win32-inl.h 27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
64 OUT PVOID *backtrace,
65 OUT PULONG backtrace_hash);
  /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"
101 run mkdir -p $(dirname "$OUT") && cp $(get_host_exec_name make) $OUT
102 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);

Completed in 744 milliseconds

1 2 3 4 56 7 8 91011>>