HomeSort by relevance Sort by last modified time
    Searched full:dstf (Results 1 - 15 of 15) sorted by null

  /prebuilts/devtools/
update_jars.sh 78 dstf="$JAR_TMP_DIR/$tmpf"
79 cp "$i" "$dstf"
86 local i tmpf dstf tmp_hash local_hash
89 dstf="$JAR_TMP_DIR/$tmpf"
90 tmp_hash=`get_hash $dstf`
94 $DRY cp "$dstf" "$i"
106 local i j tmpf dstf keep
109 dstf="$JAR_TMP_DIR/$tmpf"
110 if ! diff -q $dstf $i 1>/dev/null ; then
121 $DRY cp "$dstf" "$i
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 404 const CFGBlock *DstF;
412 const CFGBlock *dstT, const CFGBlock *dstF)
413 : NodeBuilder(SrcNode, DstSet, C), DstT(dstT), DstF(dstF),
414 InFeasibleTrue(!DstT), InFeasibleFalse(!DstF) {
422 const CFGBlock *dstT, const CFGBlock *dstF)
423 : NodeBuilder(SrcSet, DstSet, C), DstT(dstT), DstF(dstF),
424 InFeasibleTrue(!DstT), InFeasibleFalse(!DstF) {
432 return branch ? DstT : DstF;
    [all...]
SubEngine.h 73 const CFGBlock *DstF) = 0;
82 const CFGBlock *DstF) = 0;
ExprEngine.h 225 const CFGBlock *DstF);
234 const CFGBlock *DstF);
  /frameworks/rs/
rsScriptGroup.cpp 197 ScriptFieldID ** dstF, size_t dstFSize,
220 l->mDstField = dstF[ct];
354 RsScriptFieldID * dstF, size_t dstFSize,
362 (ScriptFieldID **) dstF, dstFSize,
rsScriptGroup.h 86 ScriptFieldID ** dstF, size_t dstFSize,
rs.spec 374 param RsScriptFieldID * dstF
  /frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java 432 int[] dstf = new int[mLines.size()]; local
442 dstf[ct] = cl.mToF.getID(mRS);
447 int id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types);
RenderScript.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java 457 int[] dstf = new int[mLines.size()]; local
467 dstf[ct] = cl.mToF.getID(mRS);
472 int id = mRS.nScriptGroupCreate(kernels, src, dstk, dstf, types);
RenderScript.java 553 native int rsnScriptGroupCreate(int con, int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types);
554 synchronized int nScriptGroupCreate(int[] kernels, int[] src, int[] dstk, int[] dstf, int[] types) {
556 return rsnScriptGroupCreate(mContext, kernels, src, dstk, dstf, types);
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 384 CvPoint2D32f* dstf; local
426 dstf = (CvPoint2D32f*)_dst->data.ptr;
478 dstf[i*dstep].x = (float)x;
479 dstf[i*dstep].y = (float)y;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
CoreEngine.cpp 640 ProgramPoint Loc = BlockEdge(C.Block, branch ? DstT:DstF,
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 346 milliseconds