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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon4331
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon4638
  /external/python/cpython2/Include/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon32579
  /external/python/cpython3/Include/
frameobject.h 12 int b_type; /* what kind of block this is */ member in struct:__anon33141
  /prebuilts/gdb/darwin-x86/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon66470
  /prebuilts/gdb/linux-x86/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon66592
  /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:__anon985
  /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:__anon1108
  /cts/tests/tests/rsblas/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);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl14.c 74 short b_type; /* SKIP means suppress fcntl call */ member in struct:__anon28538
805 if ((thiscase->b_type) != SKIP) {
806 flock.l_type = thiscase->b_type;
  /frameworks/rs/tests/java_api/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);
GoogLeNet.java 179 Type b_type = builder.setX(n).setY(k).create(); local
183 b_type = builder.setX(k).setY(n).create();
187 Allocation B = 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 2582 milliseconds