Home
last modified time | relevance | path

Searched refs:table1 (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testscripts/
Dltpdmmapper.sh67 echo "0 10240 linear " $part1 "0" > ltp-dev-mapper-table1
74 dmsetup create dm-test-1 ltp-dev-mapper-table1
127 dmsetup create dm-test-1 ltp-dev-mapper-table1
146 echo "0 102400 linear " $part1 "0" > ltp-dev-mapper-table1
153 dmsetup reload dm-test-1-new ltp-dev-mapper-table1
/third_party/typescript/tests/baselines/reference/
DgenericMethodOverspecialization.types2 var names = ["list", "table1", "table2", "table3", "summary"];
4 >["list", "table1", "table2", "table3", "summary"] : string[]
6 >"table1" : "table1"
DgenericMethodOverspecialization.symbols2 var names = ["list", "table1", "table2", "table3", "summary"];
/third_party/flutter/skia/bench/
DImageFilterCollapse.cpp79 table1[i] = (n << 5) | (n << 2) | (n >> 1); in onDelayedSetup()
88 SkTableColorFilter::Make(table1), in onDelayedSetup()
97 uint8_t table1[256], table2[256], table3[256]; member in TableCollapseBench
/third_party/skia/bench/
DImageFilterCollapse.cpp79 table1[i] = (n << 5) | (n << 2) | (n >> 1); in onDelayedSetup()
88 SkTableColorFilter::Make(table1), in onDelayedSetup()
97 uint8_t table1[256], table2[256], table3[256]; member in TableCollapseBench
/third_party/boost/tools/quickbook/test/
Dtable-1_6.quickbook6 [table:table1 Table 1 [[Heading]][[cell]]]
67 [table:table1 Table 1
Dtable-1_5.quickbook6 [table:table1 Table 1
65 [table:table1 Table 1
Dtable-1_7.quickbook6 [table:table1 Table 1 [[Heading]][[cell]]]
67 [table:table1 Table 1
Danchor-1_1.quickbook76 [[[#table1]Cell 1]]
Danchor-1_6.quickbook78 [[[#table1]Cell 1]]
Danchor-1_7.quickbook78 [[[#table1]Cell 1]]
/third_party/skia/gm/
Dtablecolorfilter.cpp112 uint8_t table1[256]; make_table1(table1); in make_cf3() local
114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
/third_party/skia/tests/
DDataRefTest.cpp44 sk_sp<SkDataTable> table1(SkDataTable::MakeCopyArrays(nullptr, nullptr, 0)); in test_emptytable() local
49 test_datatable_is_empty(reporter, table1.get()); in test_emptytable()
53 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable()
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dtable_border_test.dart112 final TableBorder table1 = TableBorder.all(width: 1.0);
113 expect(TableBorder.lerp(table2, null, 0.5), table1);
114 expect(TableBorder.lerp(null, table2, 0.5), table1);
/third_party/flutter/skia/gm/
Dtablecolorfilter.cpp112 uint8_t table1[256]; make_table1(table1); in make_cf3() local
114 return SkTableColorFilter::MakeARGB(nullptr, table0, table1, table2); in make_cf3()
/third_party/ffmpeg/libavcodec/
Ddxv.c387 static int fill_optable(unsigned *table0, OpcodeTable *table1, int nb_elements) in fill_optable() argument
406 for (table1[x].val1 = k; k < 256 && j > table2[k]; k++); in fill_optable()
415 val0 = table1[i].val1; in fill_optable()
421 table1[i].val2 = 10 - x; in fill_optable()
422 table1[i].next = (val1 << table1[i].val2) - 1024; in fill_optable()
798 uint8_t *dst, *table0[256] = { 0 }, *table1[256] = { 0 }; in dxv_decompress_yo() local
818 table1[0x9E3779B1 * (AV_RL32(dst + 2) & 0xFFFFFF) >> 24] = dst + 2; in dxv_decompress_yo()
823 &dst, &state, table0, table1, 0); in dxv_decompress_yo()
Dhuffyuvdec.c599 #define GET_VLC_DUAL(dst0, dst1, name, gb, dtable, table1, table2, \ argument
607 VLC_INTERN(dst0, table1, gb, name, bits, max_depth); \
/third_party/flutter/skia/tests/
DDataRefTest.cpp45 sk_sp<SkDataTable> table1(SkDataTable::MakeCopyArrays(nullptr, nullptr, 0)); in test_emptytable() local
50 test_datatable_is_empty(reporter, table1.get()); in test_emptytable()
54 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff.c74 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local
77 FT_ULong offset1 = table1->Offset; in compare_offsets()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfwoff.c76 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local
79 FT_ULong offset1 = table1->Offset; in compare_offsets()
Dsfwoff2.c106 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local
109 FT_Tag tag1 = table1->Tag; in compare_tags()
/third_party/freetype/src/sfnt/
Dsfwoff.c73 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local
76 FT_ULong offset1 = table1->Offset; in compare_offsets()
Dsfwoff2.c108 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local
111 FT_ULong tag1 = table1->Tag; in compare_tags()
/third_party/flatbuffers/tests/
Dgo_test.go1360 table1 := &flatbuffers.Table{Bytes: b.Bytes, Pos: flatbuffers.UOffsetT(len(b.Bytes)) - obj1}
1388 testTable(table1, 0, 44, 55, 66)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DBidi.java2850 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument
2852 imptab = new byte[][][] {table1, table2}; in ImpTabPair()

12