/third_party/ltp/testscripts/ |
D | ltpdmmapper.sh | 67 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/ |
D | genericMethodOverspecialization.types | 2 var names = ["list", "table1", "table2", "table3", "summary"]; 4 >["list", "table1", "table2", "table3", "summary"] : string[] 6 >"table1" : "table1"
|
D | genericMethodOverspecialization.symbols | 2 var names = ["list", "table1", "table2", "table3", "summary"];
|
/third_party/flutter/skia/bench/ |
D | ImageFilterCollapse.cpp | 79 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/ |
D | ImageFilterCollapse.cpp | 79 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/ |
D | table-1_6.quickbook | 6 [table:table1 Table 1 [[Heading]][[cell]]] 67 [table:table1 Table 1
|
D | table-1_5.quickbook | 6 [table:table1 Table 1 65 [table:table1 Table 1
|
D | table-1_7.quickbook | 6 [table:table1 Table 1 [[Heading]][[cell]]] 67 [table:table1 Table 1
|
D | anchor-1_1.quickbook | 76 [[[#table1]Cell 1]]
|
D | anchor-1_6.quickbook | 78 [[[#table1]Cell 1]]
|
D | anchor-1_7.quickbook | 78 [[[#table1]Cell 1]]
|
/third_party/skia/gm/ |
D | tablecolorfilter.cpp | 112 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/ |
D | DataRefTest.cpp | 44 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/ |
D | table_border_test.dart | 112 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/ |
D | tablecolorfilter.cpp | 112 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/ |
D | dxv.c | 387 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()
|
D | huffyuvdec.c | 599 #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/ |
D | DataRefTest.cpp | 45 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/ |
D | sfwoff.c | 74 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/ |
D | sfwoff.c | 76 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local 79 FT_ULong offset1 = table1->Offset; in compare_offsets()
|
D | sfwoff2.c | 106 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local 109 FT_Tag tag1 = table1->Tag; in compare_tags()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff.c | 73 WOFF_Table table1 = *(WOFF_Table*)a; in compare_offsets() local 76 FT_ULong offset1 = table1->Offset; in compare_offsets()
|
D | sfwoff2.c | 108 WOFF2_Table table1 = *(WOFF2_Table*)a; in compare_tags() local 111 FT_ULong tag1 = table1->Tag; in compare_tags()
|
/third_party/flatbuffers/tests/ |
D | go_test.go | 1360 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/ |
D | Bidi.java | 2850 ImpTabPair(byte[][] table1, byte[][] table2, in ImpTabPair() argument 2852 imptab = new byte[][][] {table1, table2}; in ImpTabPair()
|