| /external/flatbuffers/src/ |
| idl_parser.cpp | 594 return Error("nested vector types not supported (wrap in table first)."); 633 return Error("field name can not be the same as table/struct name"); 778 "native_custom_alloc can only be used with a table or struct " 871 ECHECK(SkipAnyJsonValue()); // The table. [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreISelLowering.cpp | 351 SDValue Table = Op.getOperand(1); 354 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); [all...] |
| /external/mesa3d/docs/specs/ |
| MESA_texture_array.spec | 459 comparison function as shown in table 3.27." 534 is defined in table X. 552 Table X: Texture types accessed for each of the <texTarget>, and 713 (add to table 6.15, p. 276) [all...] |
| /external/skia/tools/bookmaker/ |
| bmhParser.cpp | 65 , { "Legend", MarkType::kLegend, R_Y, E_N, M(Table) } 83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) } 90 , { "Table", MarkType::kTable, R_Y, E_N, M(Method) | M_CSST | M_E } [all...] |
| /external/skqp/tools/bookmaker/ |
| bmhParser.cpp | 65 , { "Legend", MarkType::kLegend, R_Y, E_N, M(Table) } 83 , { "", MarkType::kRow, R_Y, E_N, M(Table) | M(List) } 90 , { "Table", MarkType::kTable, R_Y, E_N, M(Method) | M_CSST | M_E } [all...] |
| /external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
| XCoreISelLowering.cpp | 334 SDValue Table = Op.getOperand(1); 337 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
| XCoreISelLowering.cpp | 347 SDValue Table = Op.getOperand(1); 350 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| HexagonISelLowering.cpp | 46 cl::desc("Control jump table emission on Hexagon target")); [all...] |
| /external/pdfium/third_party/lcms/src/ |
| cmsgamma.c | 226 cmsSignalError(ContextID, cmsERROR_RANGE, "Couldn't create tone curve with zero segments and no table"); 249 // This 16-bit table contains a limited precision representation of the whole curve and is kept for 279 // Type 0 is a special marker for table-based curves 571 // If fn type is 0, perform an interpolation on the table 588 // Setup the table (TODO: clean that) 589 g ->SegInterp[i]-> Table = g ->Segments[i].SampledPoints; 603 // Access to estimated low-res table 632 // Create a segmented gamma, fill the table 652 // Once we have the floating point version, we can approximate a 16 bit table of 4096 entries 653 // for performance reasons. This table would normally not be used except on 8/16 bits transforms [all...] |
| /external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
| bigquery_v2_messages.py | 246 datasetId: Dataset ID of the destination table. 247 projectId: Project ID of the destination table. 250 tableId: Table ID of the destination table. 263 datasetId: Dataset ID of the table to read 267 projectId: Project ID of the table to read 269 tableId: Table ID of the table to read 284 datasetId: Dataset ID of the table to delete 285 projectId: Project ID of the table to delet 323 table = _messages.MessageField('Table', 3) variable in class:BigqueryTablesInsertRequest 355 table = _messages.MessageField('Table', 3) variable in class:BigqueryTablesPatchRequest 371 table = _messages.MessageField('Table', 3) variable in class:BigqueryTablesUpdateRequest [all...] |
| /external/sfntly/cpp/src/sfntly/table/core/ |
| cmap_table.cc | 21 #include "sfntly/table/core/cmap_table.h" 32 #include "sfntly/table/core/name_table.h" 155 CMapTable::CMapIterator::CMapIterator(CMapTable* table, 157 : table_index_(0), filter_(filter), table_(table) { 452 FontDataTablePtr table = new CMapFormat0(data, cmap_id()); local 453 return table.Detach(); 587 FontDataTablePtr table = new CMapFormat2(data, cmap_id()); local 588 return table.Detach(); 1035 FontDataTablePtr table = new CMapFormat4(data, cmap_id()); local 1189 FontDataTablePtr table = new CMapTable(header(), data); local [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| X86ISelLowering.h | 686 SDValue getPICJumpTableRelocBase(SDValue Table, [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
| build.py | [all...] |
| /external/sqlite/dist/orig/ |
| sqlite3.c | 17022 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /external/sqlite/dist/ |
| sqlite3.c | 17022 char *table; \/* The table or view to which the trigger applies *\/ member in struct:Trigger [all...] |
| /external/bcc/src/lua/bpf/ |
| bpf.lua | 47 -- Symbolic table of constant expressions over numbers 69 -- Deep copy a table 73 if type(v) == 'table' then 83 return type(x) == 'table' and (x.__dissector or x.__map or x.__base) 190 if V[var].const and type(const) == 'table' then 215 if type(src.const) == 'table' and src.const.__base then 219 elseif type(src.const) == 'table' and src.const.__dissector then 249 assert(type(vinfo.const) == 'table' and vinfo.const.__dissector, 'cannot dereference a non-pointer variable') 306 elseif type(V[a].const) == 'table' and V[a].const.__base > 0 then 594 table.insert(args, V[i].const [all...] |
| /external/clang/lib/Serialization/ |
| ASTReader.cpp | [all...] |
| /external/golang-protobuf/proto/test_proto/ |
| test.pb.go | 77 // Table types 95 11: "TABLE", 111 "TABLE": 11, 393 Table *string `protobuf:"bytes,2,opt,name=Table" json:"Table,omitempty"` 536 if m != nil && m.Table != nil { 537 return *m.Table [all...] |
| /external/llvm/lib/IR/ |
| Verifier.cpp | [all...] |
| /external/llvm/lib/Target/Mips/ |
| MipsISelLowering.cpp | [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| Verifier.cpp | [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLowering.h | 663 MemI < MVT::LAST_VALUETYPE && "Table isn't big enough!"); 688 "Table isn't big enough!"); 712 "Table isn't big enough!"); 730 "Table isn't big enough!"); 749 "Table isn't big enough!"); [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
| ResourceFileWriter.cpp | 129 // When outputting a string table, the behavior is equivalent to appending 480 for (auto &String : Res->Table) { [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
| WorkspaceDatabase.py | [all...] |