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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
armv8.4a-trace-error.s 7 tsb label
8 tsb foo label
9 tsb #0 label
10 tsb 0 label
13 //CHECK-ERROR: tsb
16 //CHECK-ERROR: tsb foo
19 //CHECK-ERROR: tsb #0
22 //CHECK-ERROR: tsb 0
armv8.4a-trace.s 16 tsb csync label
26 //CHECK: tsb csync // encoding: [0x5f,0x22,0x03,0xd5]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
armv8.4a-trace-error.s 4 tsb label
5 tsb 0 label
6 tsb #0 label
7 tsb foo label
10 //CHECK-ERROR: tsb
13 //CHECK-ERROR: tsb 0
16 //CHECK-ERROR: tsb #0
19 //CHECK-ERROR: tsb foo
armv8.4a-trace.s 5 tsb csync label
7 //CHECK-A32: tsb csync @ encoding: [0x12,0xf0,0x20,0xe3]
8 //CHECK-T32: tsb csync @ encoding: [0xaf,0xf3,0x12,0x80]
11 //CHECK-NO-V84: tsb csync
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
TestBase.java 55 mBuilders.forEach(tsb -> Arrays.stream(tsb.getIntents())
59 mBuilders.forEach(tsb -> {
65 tsb.startActivities();
73 mBuilders.forEach(tsb -> {
82 tsb.getIntents()));
111 TaskStackBuilder tsb = mBuilders.get(mBuilders.size() - 1); local
112 Intent lastIntent = tsb.editIntentAt(tsb.getIntentCount() - 1);
  /external/harfbuzz_ng/src/
hb-ot-font.cc 163 hb_position_t tsb = vmtx.get_side_bearing (glyph); local
164 *y = font->em_scale_y (extents.y_bearing + tsb);
  /external/freetype/src/truetype/
ttdriver.c 246 FT_Short tsb; local
250 /* since we don't need `tsb', we use zero for `yMax' parameter */
251 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
  /external/libaom/libaom/av1/encoder/
bitstream.c 3139 int tsb; local
    [all...]

Completed in 1584 milliseconds