/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 96 std::vector<RuntimeLibcallSignature> Table; member 99 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) { in RuntimeLibcallSignatureTable() 101 Table[RTLIB::SHL_I16] = i16_func_i16_i16; in RuntimeLibcallSignatureTable() 102 Table[RTLIB::SHL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable() 103 Table[RTLIB::SHL_I64] = i64_func_i64_i64; in RuntimeLibcallSignatureTable() 104 Table[RTLIB::SHL_I128] = i64_i64_func_i64_i64_i32; in RuntimeLibcallSignatureTable() 105 Table[RTLIB::SRL_I16] = i16_func_i16_i16; in RuntimeLibcallSignatureTable() 106 Table[RTLIB::SRL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable() 107 Table[RTLIB::SRL_I64] = i64_func_i64_i64; in RuntimeLibcallSignatureTable() 108 Table[RTLIB::SRL_I128] = i64_i64_func_i64_i64_i32; in RuntimeLibcallSignatureTable() [all …]
|
/third_party/python/Lib/msilib/ |
D | schema.py | 1 from . import Table 3 _Validation = Table('_Validation') 15 ActionText = Table('ActionText') 20 AdminExecuteSequence = Table('AdminExecuteSequence') 25 Condition = Table('Condition') 30 AdminUISequence = Table('AdminUISequence') 35 AdvtExecuteSequence = Table('AdvtExecuteSequence') 40 AdvtUISequence = Table('AdvtUISequence') 45 AppId = Table('AppId') 54 AppSearch = Table('AppSearch') [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 439 struct row *Table = NULL; in parse_measure() local 519 Table = calloc(N, sizeof(struct row)); in parse_measure() 521 if (Table == NULL) { in parse_measure() 533 Table[N].X = (long)cur->nsem; in parse_measure() 534 Table[N].LnX = log((double)cur->nsem); in parse_measure() 537 Table[N]._x = Table[N].X - Xavg; in parse_measure() 538 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure() 539 Table[N].Y_o = cur->_data_open; in parse_measure() 540 Table[N]._y_o = Table[N].Y_o - Yavg_o; in parse_measure() 541 Table[N].LnY_o = log((double)cur->_data_open); in parse_measure() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 430 struct row *Table = NULL; in parse_measure() local 510 Table = calloc(N, sizeof(struct row)); in parse_measure() 512 if (Table == NULL) { in parse_measure() 525 Table[N].X = (long)cur->nsem; in parse_measure() 526 Table[N].LnX = log((double)cur->nsem); in parse_measure() 529 Table[N]._x = Table[N].X - Xavg; in parse_measure() 530 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure() 531 Table[N].Y_o = cur->_data_open; in parse_measure() 532 Table[N]._y_o = Table[N].Y_o - Yavg_o; in parse_measure() 533 Table[N].LnY_o = log((double)cur->_data_open); in parse_measure() [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 46 Table::~Table() {} in ~Table() 48 int64_t Table::CalculatedChecksum() { in CalculatedChecksum() 52 void Table::SetFont(Font* font) { in SetFont() 56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table 64 Table::Builder::~Builder() { in ~Builder() 68 void Table::Builder::NotifyPostTableBuild(FontDataTable* table) { in NotifyPostTableBuild() 70 Table* derived_table = down_cast<Table*>(table); in NotifyPostTableBuild() 77 Table::Builder* Table::Builder::GetBuilder(Header* header, in GetBuilder() 80 Table::Builder* builder_raw = NULL; in GetBuilder() 85 builder_raw = static_cast<Table::Builder*>( in GetBuilder() [all …]
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
D | constructor.any.js | 7 assert_function_name(WebAssembly.Table, "Table", "WebAssembly.Table"); 11 assert_function_length(WebAssembly.Table, 1, "WebAssembly.Table"); 15 assert_throws_js(TypeError, () => new WebAssembly.Table()); 20 assert_throws_js(TypeError, () => WebAssembly.Table(argument)); 24 assert_throws_js(TypeError, () => new WebAssembly.Table({})); 42 () => new WebAssembly.Table(invalidArgument), 48 …assert_throws_js(TypeError, () => new WebAssembly.Table({ "element": "anyfunc", "initial": undefin… 52 assert_throws_js(TypeError, () => new WebAssembly.Table({ "element": undefined, "initial": 0 })); 66 …assert_throws_js(TypeError, () => new WebAssembly.Table({ "element": "anyfunc", "initial": value }… 70 …assert_throws_js(TypeError, () => new WebAssembly.Table({ "element": "anyfunc", "initial": 0, "max… [all …]
|
D | get-set.any.js | 26 const table = new WebAssembly.Table(argument); 39 WebAssembly.Table, 40 WebAssembly.Table.prototype, 48 const fn = WebAssembly.Table.prototype.get; 57 const table = new WebAssembly.Table(argument); 70 WebAssembly.Table, 71 WebAssembly.Table.prototype, 79 const fn = WebAssembly.Table.prototype.set; 88 const table = new WebAssembly.Table(argument); 105 const table = new WebAssembly.Table(argument); [all …]
|
D | grow.any.js | 11 const table = new WebAssembly.Table(argument); 24 WebAssembly.Table, 25 WebAssembly.Table.prototype, 33 const fn = WebAssembly.Table.prototype.grow; 42 const table = new WebAssembly.Table(argument); 52 const table = new WebAssembly.Table(argument); 62 const table = new WebAssembly.Table(argument); 84 const table = new WebAssembly.Table(argument); 91 const table = new WebAssembly.Table(argument); 107 const table = new WebAssembly.Table(argument); [all …]
|
D | length.any.js | 12 WebAssembly.Table, 13 WebAssembly.Table.prototype, 16 const desc = Object.getOwnPropertyDescriptor(WebAssembly.Table.prototype, "length"); 31 const table = new WebAssembly.Table(argument); 34 const desc = Object.getOwnPropertyDescriptor(WebAssembly.Table.prototype, "length"); 45 const table = new WebAssembly.Table(argument); 53 const table = new WebAssembly.Table(argument);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | serialization_test.h | 24 bool VerifyHHEA(Table* original, Table* target); 25 bool VerifyGLYF(Table* original, Table* target); 26 bool VerifyHMTX(Table* original, Table* target); 27 bool VerifyLOCA(Table* original, Table* target); 28 bool VerifyMAXP(Table* original, Table* target); 29 bool VerifyNAME(Table* original, Table* target); 30 bool VerifyOS_2(Table* original, Table* target);
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | s-c1.c | 430 struct row *Table = NULL; in parse_measure() local 493 Table = calloc(N, sizeof(struct row)); in parse_measure() 495 if (Table == NULL) { in parse_measure() 507 Table[N].X = (long)cur->nprocess; in parse_measure() 508 Table[N].LnX = log((double)cur->nprocess); in parse_measure() 511 Table[N]._x = Table[N].X - Xavg; in parse_measure() 512 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure() 513 Table[N].Y = cur->_data; in parse_measure() 514 Table[N]._y = Table[N].Y - Yavg; in parse_measure() 515 Table[N].LnY = log((double)cur->_data); in parse_measure() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | s-c1.c | 478 struct row *Table = NULL; in parse_measure() local 543 Table = calloc(N, sizeof(struct row)); in parse_measure() 544 if (Table == NULL) { in parse_measure() 555 Table[N].X = (long)cur->nthreads; in parse_measure() 556 Table[N].LnX = log((double)cur->nthreads); in parse_measure() 559 Table[N]._x[i] = Table[N].X - Xavg[i]; in parse_measure() 560 Table[N]._lnx[i] = Table[N].LnX - LnXavg[i]; in parse_measure() 561 Table[N].Y[i] = cur->_data[i]; in parse_measure() 562 Table[N]._y[i] = Table[N].Y[i] - Yavg[i]; in parse_measure() 563 Table[N].LnY[i] = log((double)cur->_data[i]); in parse_measure() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | localTypeParameterInferencePriority.types | 12 class Table<S extends Schema> { 13 >Table : Table<S> 28 class ColumnSelectViewImp<S extends Schema> extends Table<S> { } 30 >Table : Table<S> 33 const ColumnSelectView1: new <S extends Schema>() => Table<UnrollOnHover<S>> = ColumnSelectViewImp; 34 >ColumnSelectView1 : new <S extends Schema>() => Table<UnrollOnHover<S>> 37 const ColumnSelectView2: new <S extends Schema>() => Table<UnrollOnHover<S>> = Table; 38 >ColumnSelectView2 : new <S extends Schema>() => Table<UnrollOnHover<S>> 39 >Table : typeof Table
|
D | localTypeParameterInferencePriority.symbols | 20 class Table<S extends Schema> { 21 >Table : Symbol(Table, Decl(localTypeParameterInferencePriority.ts, 5, 45)) 26 >__schema : Symbol(Table.__schema, Decl(localTypeParameterInferencePriority.ts, 6, 32)) 31 >getRows : Symbol(Table.getRows, Decl(localTypeParameterInferencePriority.ts, 7, 17)) 44 class ColumnSelectViewImp<S extends Schema> extends Table<S> { } 48 >Table : Symbol(Table, Decl(localTypeParameterInferencePriority.ts, 5, 45)) 52 const ColumnSelectView1: new <S extends Schema>() => Table<UnrollOnHover<S>> = ColumnSelectViewImp; 56 >Table : Symbol(Table, Decl(localTypeParameterInferencePriority.ts, 5, 45)) 61 const ColumnSelectView2: new <S extends Schema>() => Table<UnrollOnHover<S>> = Table; 65 >Table : Symbol(Table, Decl(localTypeParameterInferencePriority.ts, 5, 45)) [all …]
|
D | typeVariableConstraintedToAliasNotAssignableToUnion.types | 9 export type Table = TableClass; 10 >Table : TableClass<any> 34 function fn<T extends Table>(o: T) { 35 >fn : <T extends Table>(o: T) => void 84 declare const o: Table; 85 >o : Table 88 >aBoolean = o : Table 90 >o : Table 93 >aStringOrNumber = o : Table 95 >o : Table [all …]
|
D | localTypeParameterInferencePriority.js | 8 class Table<S extends Schema> { class 17 class ColumnSelectViewImp<S extends Schema> extends Table<S> { } 20 const ColumnSelectView1: new <S extends Schema>() => Table<UnrollOnHover<S>> = ColumnSelectViewImp; 21 const ColumnSelectView2: new <S extends Schema>() => Table<UnrollOnHover<S>> = Table; 41 var Table = /** @class */ (function () { 42 function Table() { class in Table 45 Table.prototype.getRows = function () { 48 return Table; 56 }(Table)); 58 var ColumnSelectView2 = Table;
|
D | keyofInferenceLowerPriorityThanReturn.types | 17 declare class Table<Req, Def> { 18 >Table : Table<Req, Def> 20 protected dummy: [Table<Req, Def>, Req, Def]; 21 >dummy : [Table<Req, Def>, Req, Def] 45 const bookTable: Table<BookReq, BookDef> = null as any 46 >bookTable : Table<BookReq, BookDef> 68 function insertOnConflictDoNothing<Req extends object, Def extends object>(_table: Table<Req, Def>,… 69 >insertOnConflictDoNothing : <Req extends object, Def extends object>(_table: Table<Req, Def>, _con… 70 >_table : Table<Req, Def> 83 >insertOnConflictDoNothing : <Req extends object, Def extends object>(_table: Table<Req, Def>, _con… [all …]
|
D | instanceofTypeAliasToGenericClass.symbols | 11 export type Table = TableClass; 12 >Table : Symbol(Table, Decl(instanceofTypeAliasToGenericClass.ts, 2, 1)) 15 function fn<T extends Table>(o: T) { 18 >Table : Symbol(Table, Decl(instanceofTypeAliasToGenericClass.ts, 2, 1)) 39 declare const o: Table; 41 >Table : Symbol(Table, Decl(instanceofTypeAliasToGenericClass.ts, 2, 1))
|
D | instanceofTypeAliasToGenericClass.types | 9 export type Table = TableClass; 10 >Table : TableClass<any> 12 function fn<T extends Table>(o: T) { 13 >fn : <T extends Table>(o: T) => boolean 32 declare const o: Table; 33 >o : Table 37 >o : Table
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Font.java | 27 import com.google.typography.font.sfntly.table.Table; 327 private Map<Integer, ? extends Table> tables; // these get set in the builder 387 public Iterator<? extends Table> iterator() { in iterator() 409 public <T extends Table> T getTable(int tag) { in getTable() 418 public Map<Integer, ? extends Table> tableMap() { in tableMap() 441 Iterator<? extends Table> iter = this.iterator(); in toString() 483 Table table = this.tables.get(tag); in buildTableHeadersForSerialization() 533 Table table = this.getTable(record.tag()); in serializeTables() 602 private Map<Integer, Table.Builder<? extends Table>> tableBuilders; 617 this.tableBuilders = new HashMap<Integer, Table.Builder<? extends Table>>(); in Builder() [all …]
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 702 struct row *Table = NULL; in parse_measure() local 760 Table = calloc(N, sizeof(struct row)); in parse_measure() 761 if (Table == NULL) { in parse_measure() 772 Table[N].X = (long)cur->nthreads; in parse_measure() 773 Table[N]._x = Table[N].X - Xavg; in parse_measure() 774 Table[N].LnX = log((double)cur->nthreads); in parse_measure() 775 Table[N]._lnx = Table[N].LnX - LnXavg; in parse_measure() 777 Table[N].Y[i] = cur->_data[i]; in parse_measure() 778 Table[N]._y[i] = Table[N].Y[i] - Yavg[i]; in parse_measure() 779 Table[N].LnY[i] = log((double)cur->_data[i]); in parse_measure() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_allocator_test.cc | 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; typedef 185 Table t1 = Table(0, a1); 227 Table u(t1); in TEST_F() 235 Table u(t1); in TEST_F() 244 Table u(t1, a1); in TEST_F() 252 Table u(t1, a1); in TEST_F() 260 Table u(t1, a2); in TEST_F() 270 Table u(t1, a2); in TEST_F() 280 Table u(std::move(t1)); in TEST_F() 288 Table u(std::move(t1)); in TEST_F() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSystemRegister.inc | 168 auto Table = makeArrayRef(Index); 169 auto Idx = std::lower_bound(Table.begin(), Table.end(), Key, 177 if (Idx == Table.end() || 228 auto Table = makeArrayRef(Index); 229 auto Idx = std::lower_bound(Table.begin(), Table.end(), Key, 238 if (Idx == Table.end() || 342 auto Table = makeArrayRef(Index); 343 auto Idx = std::lower_bound(Table.begin(), Table.end(), Key, 351 if (Idx == Table.end() || 406 auto Table = makeArrayRef(Index); [all …]
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_rgb_422.txt | 105 Two entries are added to Table 3.5 (DrawPixels and ReadPixels type 115 One entry is added to Table 3.6 (DrawPixels and ReadPixels formats): 123 Two entries are added to Table 3.8 (Packed pixel formats): 132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats): 150 One entry is added to Table 3.12 (Packed pixel field assignments): 195 Changes to OpenGL 2.0's Table 3.5 above are made to OpenGL ES 2.0's Table 197 corresponding GL data types.) Changes to OpenGL 2.0's Table 3.6 above are 198 made to OpenGL ES 2.0's Table 3.3 (TexImage2D and ReadPixels formats). 199 Changes to OpenGL 2.0's Table 3.8 above are made to OpenGL ES 2.0's Table 200 3.5 (Packed pixel formats). Changes to OpenGL 2.0's Table 3.10 above are [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/ |
D | APPLE_rgb_422.txt | 105 Two entries are added to Table 3.5 (DrawPixels and ReadPixels type 115 One entry is added to Table 3.6 (DrawPixels and ReadPixels formats): 123 Two entries are added to Table 3.8 (Packed pixel formats): 132 Two entries are added to Table 3.10 (UNSIGNED SHORT formats): 150 One entry is added to Table 3.12 (Packed pixel field assignments): 195 Changes to OpenGL 2.0's Table 3.5 above are made to OpenGL ES 2.0's Table 197 corresponding GL data types.) Changes to OpenGL 2.0's Table 3.6 above are 198 made to OpenGL ES 2.0's Table 3.3 (TexImage2D and ReadPixels formats). 199 Changes to OpenGL 2.0's Table 3.8 above are made to OpenGL ES 2.0's Table 200 3.5 (Packed pixel formats). Changes to OpenGL 2.0's Table 3.10 above are [all …]
|