/aosp_15_r20/external/flatbuffers/go/ |
H A D | table.go | 6 type Table struct { struct 7 Bytes []byte 8 Pos UOffsetT // Always < 1<<31. 14 func (t *Table) Offset(vtableOffset VOffsetT) VOffsetT { 23 func (t *Table) Indirect(off UOffsetT) UOffsetT { 28 func (t *Table) String(off UOffsetT) string { 34 func (t *Table) ByteVector(off UOffsetT) []byte { 43 func (t *Table) VectorLen(off UOffsetT) int { 51 func (t *Table) Vector(off UOffsetT) UOffsetT { 61 func (t *Table) Union(t2 *Table, off UOffsetT) { [all …]
|
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/ |
H A D | Table.cs | 26 public struct Table struct 28 public int bb_pos { get; private set; } 29 public ByteBuffer bb { get; private set; } 31 public ByteBuffer ByteBuffer { get { return bb; } } 34 public Table(int _i, ByteBuffer _bb) : this() in Table() method 42 public int __offset(int vtableOffset) in __offset() 48 public static int __offset(int vtableOffset, int offset, ByteBuffer bb) in __offset() 55 public int __indirect(int offset) in __indirect() 60 public static int __indirect(int offset, ByteBuffer bb) in __indirect() 66 public string __string(int offset) in __string() [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 453 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 502 TEST(Table, Empty) { in TEST() argument 508 TEST(Table, LookupEmpty) { in TEST() argument 514 TEST(Table, Insert1) { in TEST() argument 524 TEST(Table, Insert2) { in TEST() argument 540 TEST(Table, InsertCollision) { in TEST() argument 560 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 587 TEST(Table, InsertWithinCapacity) { in TEST() argument 618 TEST(Table, LazyEmplace) { in TEST() argument 636 TEST(Table, ContainsEmpty) { in TEST() argument [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 384 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 416 TEST(Table, Empty) { in TEST() argument 422 TEST(Table, LookupEmpty) { in TEST() argument 428 TEST(Table, Insert1) { in TEST() argument 438 TEST(Table, Insert2) { in TEST() argument 454 TEST(Table, InsertCollision) { in TEST() argument 474 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 501 TEST(Table, LazyEmplace) { in TEST() argument 519 TEST(Table, ContainsEmpty) { in TEST() argument 525 TEST(Table, Contains1) { in TEST() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 454 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 513 TEST(Table, Empty) { in TEST() argument 519 TEST(Table, LookupEmpty) { in TEST() argument 525 TEST(Table, Insert1) { in TEST() argument 535 TEST(Table, Insert2) { in TEST() argument 551 TEST(Table, InsertCollision) { in TEST() argument 571 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 598 TEST(Table, InsertWithinCapacity) { in TEST() argument 629 TEST(Table, LazyEmplace) { in TEST() argument 647 TEST(Table, ContainsEmpty) { in TEST() argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 454 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 513 TEST(Table, Empty) { in TEST() argument 519 TEST(Table, LookupEmpty) { in TEST() argument 525 TEST(Table, Insert1) { in TEST() argument 535 TEST(Table, Insert2) { in TEST() argument 551 TEST(Table, InsertCollision) { in TEST() argument 571 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 598 TEST(Table, InsertWithinCapacity) { in TEST() argument 629 TEST(Table, LazyEmplace) { in TEST() argument 647 TEST(Table, ContainsEmpty) { in TEST() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/gosym/ |
D | symtab.go | 171 type Table struct { struct 172 Syms []Sym // nil for Go 1.3 and later binaries 173 Funcs []Func 174 Files map[string]*Obj // for Go 1.2 and later all files map to one Obj 175 Objs []Obj // for Go 1.2 and later only one Obj in slice 177 go12line *LineTable // Go 1.2 line number table 537 func (t *Table) PCToFunc(pc uint64) *Func { 556 func (t *Table) PCToLine(pc uint64) (file string, line int, fn *Func) { 572 func (t *Table) LineToPC(file string, line int) (pc uint64, fn *Func, err error) { 602 func (t *Table) LookupSym(name string) *Sym { [all …]
|
/aosp_15_r20/external/perfetto/python/generators/trace_processor_table/ |
H A D | util.py | 98 def parse_type_with_cols(table: Table, cols: List[Column], 136 def parse_type(table: Table, col_type: CppColumnType) -> ParsedType: 141 def typed_column_type(table: Table, col: ParsedColumn) -> str: 150 def data_layer_type(table: Table, col: ParsedColumn) -> str: 163 def find_table_deps(table: Table) -> List[Table]: 183 def public_sql_name(table: Table) -> str: 190 def _create_implicit_columns_for_root(table: Table) -> List[ParsedColumn]: 214 def _topological_sort_table_and_deps(parsed: List[Table]) -> List[Table]: 226 def dfs(t: Table):
|
/aosp_15_r20/external/coreboot/Documentation/soc/amd/ |
H A D | psp_integration.md | 87 ### PSP Directory Table Header 107 ### PSP Directory Table Entries 138 ### PSP Directory Table Types 216 ### Firmware Version of Binaries 247 ### BIOS Directory Table Entry Types 261 ### BIOS Directory Table Header 282 ### BIOS Directory Table Entries 340 ### BIOS Directory Table Entry Types
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | table_test.cc | 27 TEST(Table, InstantiateEmpty) { Table<>(); } in TEST() argument 29 TEST(Table, NoOp) { in TEST() argument 39 TEST(Table, SetTheThings) { in TEST() argument 52 TEST(Table, GetDefault) { in TEST() argument 59 TEST(Table, GetDefaultIndexed) { in TEST() argument 66 TEST(Table, Copy) { in TEST() argument 84 TEST(Table, Move) { in TEST() argument 101 TEST(Table, SameTypes) { in TEST() argument 117 TEST(Table, ForEach) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | table.rs | 12 pub struct Table { struct 30 impl Table { implementation 62 impl Table { impl 260 impl Table { impl 435 impl std::fmt::Display for Table { implementation 449 impl<K: Into<Key>, V: Into<Value>> Extend<(K, V)> for Table { implementation 460 impl<K: Into<Key>, V: Into<Value>> FromIterator<(K, V)> for Table { implementation 471 impl IntoIterator for Table { implementation 480 impl<'s> IntoIterator for &'s Table { implementation 491 fn decorate_table(table: &mut Table) { in decorate_table() [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 751 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 844 TEST(Table, InsertCollision) { in TEST() argument 864 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 1003 TEST(Table, LazyEmplace) { in TEST() argument 1246 TEST(Table, Decompose) { in TEST() argument 1288 TEST(Table, RehashWithNoResize) { in TEST() argument 1354 TEST(Table, InsertOverloads) { in TEST() argument 1676 TEST(Table, DISABLED_EnsureNonQuadraticTopNXorSeedByProbeSeqLength) { in TEST() argument 1772 TEST(Table, DISABLED_EnsureNonQuadraticTopNLinearTransformByProbeSeqLength) { in TEST() argument 1787 TEST(Table, EraseCollision) { in TEST() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/ |
D | table.rs | 13 pub struct Table { struct 14 mask: usize, 15 indices: Vec<Option<Pos>>, 16 slots: VecDeque<Slot>, 17 inserted: usize, 19 size: usize, 20 max_size: usize, 74 impl Table { implementation 75 pub fn new(max_size: usize, capacity: usize) -> Table { in new() 625 impl Table { implementation
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 752 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 845 TEST(Table, InsertCollision) { in TEST() argument 865 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 1004 TEST(Table, LazyEmplace) { in TEST() argument 1247 TEST(Table, Decompose) { in TEST() argument 1289 TEST(Table, RehashWithNoResize) { in TEST() argument 1355 TEST(Table, InsertOverloads) { in TEST() argument 1677 TEST(Table, DISABLED_EnsureNonQuadraticTopNXorSeedByProbeSeqLength) { in TEST() argument 1773 TEST(Table, DISABLED_EnsureNonQuadraticTopNLinearTransformByProbeSeqLength) { in TEST() argument 1788 TEST(Table, EraseCollision) { in TEST() argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 732 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 824 TEST(Table, InsertCollision) { in TEST() argument 844 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 988 TEST(Table, LazyEmplace) { in TEST() argument 1231 TEST(Table, Decompose) { in TEST() argument 1273 TEST(Table, RehashWithNoResize) { in TEST() argument 1339 TEST(Table, InsertOverloads) { in TEST() argument 1661 TEST(Table, DISABLED_EnsureNonQuadraticTopNXorSeedByProbeSeqLength) { in TEST() argument 1757 TEST(Table, DISABLED_EnsureNonQuadraticTopNLinearTransformByProbeSeqLength) { in TEST() argument 1772 TEST(Table, EraseCollision) { in TEST() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/ |
D | table.go | 115 type Table struct { struct 116 Position 117 Header []*Text 118 Align []string // 'l', 'c', 'r' for left, center, right; 0 for unset 119 Rows [][]*Text 122 func (t *Table) PrintHTML(buf *bytes.Buffer) { 161 func (t *Table) printMarkdown(buf *bytes.Buffer, s mdState) {
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/ |
D | table.rs | 15 pub type Table = Map<String, Value>; typedef 17 impl Table { implementation 45 impl fmt::Display for Table { implementation 54 impl std::str::FromStr for Table { implementation 61 impl<'de> de::Deserializer<'de> for Table { implementation 111 impl<'de> de::IntoDeserializer<'de, crate::de::Error> for Table { implementation
|
D | value.rs | 39 Table(Table), enumerator 189 pub fn as_table(&self) -> Option<&Table> { in as_table() 197 pub fn as_table_mut(&mut self) -> Option<&mut Table> { in as_table_mut() 1075 fn serialize_bool(self, _value: bool) -> Result<Table, crate::ser::Error> { in serialize_bool() 1079 fn serialize_i8(self, _value: i8) -> Result<Table, crate::ser::Error> { in serialize_i8() 1083 fn serialize_i16(self, _value: i16) -> Result<Table, crate::ser::Error> { in serialize_i16() 1087 fn serialize_i32(self, _value: i32) -> Result<Table, crate::ser::Error> { in serialize_i32() 1091 fn serialize_i64(self, _value: i64) -> Result<Table, crate::ser::Error> { in serialize_i64() 1095 fn serialize_u8(self, _value: u8) -> Result<Table, crate::ser::Error> { in serialize_u8() 1099 fn serialize_u16(self, _value: u16) -> Result<Table, crate::ser::Error> { in serialize_u16() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc64/ |
D | crc64.go | 30 type Table [256]uint64 type 77 func makeSlicingBy8Table(t *Table) *[8]Table { 101 func New(tab *Table) hash.Hash64 { return &digest{0, tab} } 136 func update(crc uint64, tab *Table, p []byte) uint64 { 176 func Update(crc uint64, tab *Table, p []byte) uint64 { 194 func Checksum(data []byte, tab *Table) uint64 { return update(0, tab, data) } 197 func tableSum(t *Table) uint64 {
|
/aosp_15_r20/external/flatbuffers/rust/flatbuffers/src/ |
H A D | table.rs | 22 pub struct Table<'a> { struct 27 impl<'a> Table<'a> { argument 50 impl<'a> Follow<'a> for Table<'a> { implementation
|
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/ |
D | crc32.go | 44 type Table [256]uint32 type 148 func New(tab *Table) hash.Hash32 { 195 func update(crc uint32, tab *Table, p []byte, checkInitIEEE bool) uint32 { 210 func Update(crc uint32, tab *Table, p []byte) uint32 { 232 func Checksum(data []byte, tab *Table) uint32 { return Update(0, tab, data) } 242 func tableSum(t *Table) uint32 {
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue44330.dir/ |
D | a.go | 7 type Table struct { struct 8 ColumnSeparator bool 9 RowSeparator bool 12 ColumnResizer func()
|
/aosp_15_r20/external/rust/android-crates-io/crates/darling/examples/ |
D | shorthand_or_long_field.rs | 28 fn table(&self) -> Cow<'_, Table> { in table() argument 40 struct Table { struct 41 name: String, 42 value: Option<Path>,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp | 249 AccelTable<DWARF5AccelTableStaticData> &Table) { in emitDebugNames() 272 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNamespaces() 280 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNames() 288 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleObjc() 296 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes() 794 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables() local 800 if (const DWARFDebugMacro *Table = Context->getDebugMacro()) { in emitMacroTables() local
|
/aosp_15_r20/system/chre/apps/power_test/common/include/generated/ |
H A D | chre_power_test_generated.h | 377 typedef TimerMessage Table; typedef 446 typedef WifiScanMessage Table; typedef 520 typedef GnssLocationMessage Table; typedef 579 typedef CellQueryMessage Table; typedef 636 typedef AudioRequestMessage Table; typedef 700 typedef SensorRequestMessage Table; typedef 760 typedef BreakItMessage Table; typedef 804 typedef NanoappResponseMessage Table; typedef 853 typedef GnssMeasurementMessage Table; typedef 920 typedef WifiNanSubMessage Table; typedef [all …]
|