HomeSort by relevance Sort by last modified time
    Searched defs:b_type (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon68337
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon68460
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BNNMTest.java 134 Type b_type = builder.setX(k).setY(n).create(); local
138 B = Allocation.createTyped(mRS, b_type);
452 Type b_type = builder.setX(k).setY(n).create(); local
456 B = Allocation.createTyped(mRS, b_type);
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BNNMTest.java 224 Type b_type = builder.setX(k).setY(n).create(); local
228 matB = Allocation.createTyped(mRS, b_type);
294 Type b_type = builder.setX(k).setY(n).create(); local
298 matB = Allocation.createTyped(mRS, b_type);
343 Type b_type = builder.setX(k).setY(n).create(); local
347 matB = Allocation.createTyped(mRS, b_type);
SGEMMTest.java 147 Type b_type = builder.setX(n).setY(k).create(); local
151 matB = Allocation.createTyped(mRS, b_type);
202 Type b_type = builder.setX(n).setY(k).create(); local
206 matB = Allocation.createTyped(mRS, b_type);
250 Type b_type = builder.setX(n).setY(k).create(); local
254 matB = Allocation.createTyped(mRS, b_type);

Completed in 71 milliseconds