Home
last modified time | relevance | path

Searched refs:Table (Results 1 - 25 of 269) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp96 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[RTLI in RuntimeLibcallSignatureTable()
522 auto &Table = RuntimeLibcallSignatures->Table; getLibcallSignature() local
[all...]
/third_party/python/Lib/msilib/
H A Dschema.py1 from . import Table namespace
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
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('AppI
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
H A Dtable.cc44 * Table class
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
62 * Table::Builder class
64 Table::Builder::~Builder() { in ~Builder()
68 void Table
[all...]
H A Dtable.h35 class Table : public FontDataTable { class
37 // Note: original version is Builder<T extends Table>
67 virtual ~Table();
92 Table(Header* header, ReadableFontData* data);
100 class GenericTable : public Table, public RefCounted<GenericTable> {
102 GenericTable(Header* header, ReadableFontData* data) : Table(header, data) {} in GenericTable()
106 typedef Ptr<Table> TablePtr;
108 typedef Ptr<Table::Builder> TableBuilderPtr;
H A Dsubtable_container_table.h24 class SubTableContainerTable : public Table {
26 class Builder : public Table::Builder {
29 : Table::Builder(header, data) { in Builder()
33 : Table::Builder(header, data) { in Builder()
40 : Table(header, data) { in SubTableContainerTable()
H A Dtable_based_table_builder.cc50 : Table::Builder(header, data) { in TableBasedTableBuilder()
55 : Table::Builder(header, data) { in TableBasedTableBuilder()
59 : Table::Builder(header) { in TableBasedTableBuilder()
62 Table* TableBasedTableBuilder::GetTable() { in GetTable()
66 table_.Attach(down_cast<Table*>(SubBuildTable(data))); in GetTable()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c430 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[ in parse_measure()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c439 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[ in parse_measure()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dserialization_test.h24 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* targe
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c430 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[ in parse_measure()
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c478 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[ in parse_measure()
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DFont.java27 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()
535 throw new IOException("Table out of sync with font header."); in serializeTables()
602 private Map<Integer, Table
[all...]
/third_party/typescript/tests/baselines/reference/
H A DlocalTypeParameterInferencePriority.js8 class Table<S extends Schema> {
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() {
45 Table.prototype.getRows = function () {
48 return Table;
56 }(Table));
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c702 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[ in parse_measure()
[all...]
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/
H A Dgrow.any.js11 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(argumen
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set_allocator_test.cc177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>;
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 in TEST_F()
[all...]
H A Draw_hash_set_test.cc437 TEST(Table, EmptyFunctorOptimization) { in TEST()
486 TEST(Table, Empty) { in TEST()
492 TEST(Table, LookupEmpty) { in TEST()
498 TEST(Table, Insert1) { in TEST()
508 TEST(Table, Insert2) { in TEST()
524 TEST(Table, InsertCollision) { in TEST()
544 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST()
571 TEST(Table, InsertWithinCapacity) { in TEST()
602 TEST(Table, LazyEmplace) { in TEST()
620 TEST(Table, ContainsEmpt
1856 struct Table : raw_hash_set<ValuePolicy<Value>, H, std::equal_to<Value>, TEST() struct
[all...]
/third_party/lzma/Java/SevenZip/
H A DCRC.java7 static public int[] Table = new int[256]; field in CRC
19 Table[i] = r;
33 _value = Table[(_value ^ data[offset + i]) & 0xFF] ^ (_value >>> 8); in Update()
40 _value = Table[(_value ^ data[i]) & 0xFF] ^ (_value >>> 8); in Update()
45 _value = Table[(_value ^ b) & 0xFF] ^ (_value >>> 8); in UpdateByte()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp155 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in Base64() local
162 Res += Table[(x >> 18) & 63]; in Base64()
163 Res += Table[(x >> 12) & 63]; in Base64()
164 Res += Table[(x >> 6) & 63]; in Base64()
165 Res += Table[x & 63]; in Base64()
169 Res += Table[(x >> 18) & 63]; in Base64()
170 Res += Table[(x >> 12) & 63]; in Base64()
174 Res += Table[(x >> 18) & 63]; in Base64()
175 Res += Table[(x >> 12) & 63]; in Base64()
176 Res += Table[( in Base64()
[all...]
/third_party/lzma/CS/7zip/Common/
H A DCRC.cs7 public static readonly uint[] Table; field in SevenZip.CRC
11 Table = new uint[256]; in CRC()
21 Table[i] = r; in CRC()
31 _value = Table[(((byte)(_value)) ^ b)] ^ (_value >> 8); in UpdateByte()
37 _value = Table[(((byte)(_value)) ^ data[offset + i])] ^ (_value >> 8); in Update()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp28 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local
34 return makeArrayRef(Table); in get_amd_kernel_code_t_FldNames()
38 static StringRef const Table[] = { in get_amd_kernel_code_t_FldAltNames() local
44 return makeArrayRef(Table); in get_amd_kernel_code_t_FldAltNames()
90 static const PrintFx Table[] = { in getPrinterTable() local
95 return makeArrayRef(Table); in getPrinterTable()
160 static const ParseFx Table[] = { in getParserTable() local
165 return makeArrayRef(Table); in getParserTable()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dfont.cc68 Table* Font::GetTable(int32_t tag) { in GetTable()
153 throw IOException("Table out of sync with font header."); in SerializeTables()
285 Table::Builder* Font::Builder::GetTableBuilder(int32_t tag) { in GetTableBuilder()
291 Table::Builder* Font::Builder::NewTableBuilder(int32_t tag) { in NewTableBuilder()
294 builder.Attach(Table::Builder::GetBuilder(header, NULL)); in NewTableBuilder()
299 Table::Builder* Font::Builder::NewTableBuilder(int32_t tag, in NewTableBuilder()
309 builder.Attach(Table::Builder::GetBuilder(header, data)); in NewTableBuilder()
362 Table::Builder* Font::Builder::GetTableBuilder(Header* header, in GetTableBuilder()
364 return Table::Builder::GetBuilder(header, data); in GetTableBuilder()
379 table.Attach(down_cast<Table*>(builde in BuildTablesFromBuilders()
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__addrinfo_localhost.c153 if (table->Table[i].InterfaceLuid.Info.IfType != in ares__system_loopback_addrs()
158 if (table->Table[i].Address.si_family == AF_INET) { in ares__system_loopback_addrs()
160 ares_append_ai_node(table->Table[i].Address.si_family, port, 0, in ares__system_loopback_addrs()
161 &table->Table[i].Address.Ipv4.sin_addr, nodes); in ares__system_loopback_addrs()
162 } else if (table->Table[i].Address.si_family == AF_INET6) { in ares__system_loopback_addrs()
164 ares_append_ai_node(table->Table[i].Address.si_family, port, 0, in ares__system_loopback_addrs()
165 &table->Table[i].Address.Ipv6.sin6_addr, nodes); in ares__system_loopback_addrs()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
H A DLoadingTests.java20 import com.google.typography.font.sfntly.table.Table;
54 Map<Integer, ? extends Table> streamTableMap = streamFont.tableMap(); in testLoadingComparison()
55 for (Map.Entry<Integer, ? extends Table> entry : streamTableMap.entrySet()) { in testLoadingComparison()
57 Table streamTable = entry.getValue(); in testLoadingComparison()
58 Table byteTable = byteFont.getTable(tag); in testLoadingComparison()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIATable.cpp15 DIATable::DIATable(CComPtr<IDiaTable> DiaTable) : Table(DiaTable) {} in DIATable()
19 return (S_OK == Table->get_Count(&Count)) ? Count : 0; in getItemCount()
23 return invokeBstrMethod(*Table, &IDiaTable::get_name); in getName()
28 if (S_OK != Table->get_name(&Name16)) in getTableType()

Completed in 22 milliseconds

1234567891011