HomeSort by relevance Sort by last modified time
    Searched refs:aID (Results 1 - 8 of 8) sorted by null

  /frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicBLAS.java 333 long aID = A.getID(mRS);
337 aID = getDummyAlloc(A);
341 mRS.nScriptIntrinsicBLAS_Single(getID(mRS), RsBlas_sgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0, 0, mUseIncSupp);
365 long aID = A.getID(mRS);
369 aID = getDummyAlloc(A);
373 mRS.nScriptIntrinsicBLAS_Double(getID(mRS), RsBlas_dgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha, aID, xID, beta, yID, incX, incY, 0, 0, mUseIncSupp);
397 long aID = A.getID(mRS);
401 aID = getDummyAlloc(A);
405 mRS.nScriptIntrinsicBLAS_Complex(getID(mRS), RsBlas_cgemv, TransA, 0, 0, 0, 0, M, N, 0, alpha.x, alpha.y, aID, xID, beta.x, beta.y, yID, incX, incY, 0, 0, mUseIncSupp);
429 long aID = A.getID(mRS)
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/skia/src/ports/
SkOSFile_win.cpp 62 SkFILEID aID, bID;
63 return sk_ino(a, &aID) && sk_ino(b, &bID)
64 && aID.fLsbSize == bID.fLsbSize
65 && aID.fMsbSize == bID.fMsbSize
66 && aID.fVolume == bID.fVolume;
SkOSFile_posix.cpp 66 SkFILEID aID, bID;
67 return sk_ino(a, &aID) && sk_ino(b, &bID)
68 && aID.ino == bID.ino
69 && aID.dev == bID.dev;
  /external/skqp/src/ports/
SkOSFile_win.cpp 61 SkFILEID aID, bID;
62 return sk_ino(a, &aID) && sk_ino(b, &bID)
63 && aID.fLsbSize == bID.fLsbSize
64 && aID.fMsbSize == bID.fMsbSize
65 && aID.fVolume == bID.fVolume;
SkOSFile_posix.cpp 66 SkFILEID aID, bID;
67 return sk_ino(a, &aID) && sk_ino(b, &bID)
68 && aID.ino == bID.ino
69 && aID.dev == bID.dev;
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 286 milliseconds