Home
last modified time | relevance | path

Searched +defs:write +defs:table (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/freetype/src/pshinter/
H A Dpshrec.c49 ps_hint_table_done( PS_Hint_Table table, in ps_hint_table_done()
60 ps_hint_table_ensure( PS_Hint_Table table, in ps_hint_table_ensure()
79 ps_hint_table_alloc( PS_Hint_Table table, in ps_hint_table_alloc()
191 ps_mask_table_done( PS_Mask_Table table, in ps_mask_table_done()
209 ps_mask_table_ensure( PS_Mask_Table table, in ps_mask_table_ensure()
230 ps_mask_table_alloc( PS_Mask_Table table, in ps_mask_table_alloc()
266 ps_mask_table_last( PS_Mask_Table table, in ps_mask_table_last()
293 ps_mask_table_set_bits( PS_Mask_Table table, in ps_mask_table_set_bits()
317 FT_Byte* write = mask->bytes; in ps_mask_table_set_bits() local
354 ps_mask_table_test_intersect( PS_Mask_Table table, in ps_mask_table_test_intersect()
[all …]
H A Dpshglob.c372 PSH_Blue_Table table = NULL; in psh_blues_scale_zones() local
553 PSH_Blue_Table table; in psh_blues_snap_stem() local
664 PSH_Width write = dim->stdw.widths; in psh_globals_new() local
684 PSH_Width write = dim->stdw.widths; in psh_globals_new() local
H A Dpshalgo.c62 psh_hint_table_done( PSH_Hint_Table table, in psh_hint_table_done()
79 psh_hint_table_deactivate( PSH_Hint_Table table ) in psh_hint_table_deactivate()
95 psh_hint_table_record( PSH_Hint_Table table, in psh_hint_table_record()
142 psh_hint_table_record_mask( PSH_Hint_Table table, in psh_hint_table_record_mask()
170 psh_hint_table_init( PSH_Hint_Table table, in psh_hint_table_init()
198 PSH_Hint write = table->hints; in psh_hint_table_init() local
243 psh_hint_table_activate_mask( PSH_Hint_Table table, in psh_hint_table_activate_mask()
397 ps_simple_scale( PSH_Hint_Table table, in ps_simple_scale()
846 psh_hint_table_align_hints( PSH_Hint_Table table, in psh_hint_table_align_hints()
1410 psh_hint_table_find_strong_points( PSH_Hint_Table table, in psh_hint_table_find_strong_points()
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/cffLib/
H A D__init__.py511 def add(self, table): argument
1327 def buildOperatorDict(table): argument
1334 def buildOpcodeDict(table): argument
1345 def buildOrder(table): argument
1352 def buildDefaults(table): argument
1360 def buildConverters(table): argument
1381 def write(self, parent, value): member in SimpleConverter
1396 def write(self, parent, value): member in ASCIIConverter
1411 def write(self, parent, value): member in Latin1Converter
1537 def write(self, parent, value): member in PrivateDictConverter
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotConverters.py220 def write(self, writer, font, tableDict, value, repeatIndex=None): member in BaseConverter
289 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Long
305 def write(self, writer, font, tableDict, value, repeatIndex=None): member in ULong
331 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Short
347 def write(self, writer, font, tableDict, value, repeatIndex=None): member in UShort
363 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Int8
379 def write(self, writer, font, tableDict, value, repeatIndex=None): member in UInt8
392 def write(self, writer, font, tableDict, value, repeatIndex=None): member in UInt24
421 def write(self, writer, font, tableDict, value, repeatIndex=None): member in Tag
440 def write(self, writer, font, tableDict, value, repeatIndex=None): member in GlyphID
[all …]
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DDescriptorSetVirtualization.cpp23 DescriptorWriteTable& table) { in initDescriptorWriteTable()
106 void doEmulatedDescriptorWrite(const VkWriteDescriptorSet* write, ReifiedDescriptorSet* toWrite) { in doEmulatedDescriptorWrite()
112 DescriptorWriteTable& table = toWrite->allWrites; in doEmulatedDescriptorWrite() local
238 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorImageInfoWriteFromTemplate() local
263 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorBufferInfoWriteFromTemplate() local
288 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorBufferViewWriteFromTemplate() local
313 DescriptorWriteTable& table = set->allWrites; in doEmulatedDescriptorInlineUniformBlockFromTemplate() local
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DClassTable.java50 public static void sort(ClassEntry[] table, Vector unsorted) in sort()
68 public static int search(ClassEntry[] table, int glyphID) in search()
109 public void write(OpenTypeTableWriter writer) in write() method in ClassTable.ClassRangeRecord
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/
HDorg.jacoco.report-0.8.8.202204050719.jar ... org/jacoco/report/internal/html/table/ org/jacoco/report/internal/xml ...
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/lzw/
Dwriter.go44 write func(*Writer, uint32) error member
61 table [tableSize]uint32 member
/aosp_15_r20/external/rust/android-crates-io/crates/crc32fast/src/
Dlib.rs56 mod table; module
182 fn write(&mut self, bytes: &[u8]) { in write() method
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/
H A DExceptionTable.java177 public void add(int index, ExceptionTable table, int offset) { in add()
259 void write(DataOutputStream out) throws IOException { in write() method in ExceptionTable
H A DCodeIterator.java182 public void write(byte[] code, int index) { in write() method in CodeIterator
732 ExceptionTable table = codeAttr.getExceptionTable(); in append() local
1325 abstract int write(int srcPos, byte[] code, int destPos, byte[] newcode) throws BadBytecode; in write() method in CodeIterator.Branch
1352 int write(int srcPos, byte[] code, int destPos, byte[] newcode) { in write() method in CodeIterator.LdcW
1395 int write(int src, byte[] code, int dest, byte[] newcode) { in write() method in CodeIterator.Branch16
1471 int write(int src, byte[] code, int dest, byte[] newcode) { in write() method in CodeIterator.Jump32
1520 int write(int src, byte[] code, int dest, byte[] newcode) throws BadBytecode { in write() method in CodeIterator.Switcher
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_batch.cpp43 const d3d12_sampler_desc_table_key* table = (d3d12_sampler_desc_table_key*)key; in d3d12_sampler_desc_table_key_hash() local
391 bool write) in d3d12_batch_reference_resource()
/aosp_15_r20/external/googleapis/google/spanner/executor/v1/
H A Dcloud_executor.proto109 WriteMutationsAction write = 25; field
141 string table = 1; field
334 string table = 1; field
390 repeated TableMetadata table = 2; field
1130 repeated TableMetadata table = 2; field
1349 string table = 1; field
1438 string table = 5; field
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/blob/
Dmod.rs229 let table = super::str_to_cstring(table)?; in blob_open() localVariable
348 fn write(&mut self, buf: &[u8]) -> io::Result<usize> { in write() method
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-migration-jvm/2.7.0-alpha12/androidx.room_room-migration/linux_glibc_common/local-combined/
Dandroidx.room_room-migration.jar ... .List buildCreateQueries () public static final synthetic void write$Self (androidx.room.migration.bundle ...
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-migration-jvm/2.7.0-alpha12/
HDroom-migration-jvm-2.7.0-alpha12.jar ... .List buildCreateQueries () public static final synthetic void write$Self (androidx.room.migration.bundle ...
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs1035 let table = in file_offset_read() localVariable
1213 let table = in deallocate_cluster() localVariable
1536 fn write(&mut self, buf: &[u8]) -> std::io::Result<usize> { in write() method
2061 pub write: bool, in replay_ext4() field
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs632 pub(crate) unsafe fn write(&self, val: T) { in write() method
787 table: RawTableInner, field
4364 table: RawTableInner, field
4550 pub table: &'a mut RawTable<T, A>, field
4590 let mut table = RawTable::new(); in rehash() localVariable
4619 let table = unsafe { in test_drop_uninitialized() localVariable
4636 let table = in test_drop_zero_items() localVariable
4747 let mut table = RawTable::new_in(MyAlloc { in test_catch_panic_clone_from() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs632 pub(crate) unsafe fn write(&self, val: T) { in write() method
787 table: RawTableInner, field
4364 table: RawTableInner, field
4550 pub table: &'a mut RawTable<T, A>, field
4590 let mut table = RawTable::new(); in rehash() localVariable
4619 let table = unsafe { in test_drop_uninitialized() localVariable
4636 let table = in test_drop_zero_items() localVariable
4747 let mut table = RawTable::new_in(MyAlloc { in test_catch_panic_clone_from() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs632 pub(crate) unsafe fn write(&self, val: T) { in write() method
787 table: RawTableInner, field
4364 table: RawTableInner, field
4550 pub table: &'a mut RawTable<T, A>, field
4590 let mut table = RawTable::new(); in rehash() localVariable
4619 let table = unsafe { in test_drop_uninitialized() localVariable
4636 let table = in test_drop_zero_items() localVariable
4747 let mut table = RawTable::new_in(MyAlloc { in test_catch_panic_clone_from() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs632 pub(crate) unsafe fn write(&self, val: T) { in write() method
787 table: RawTableInner, field
4364 table: RawTableInner, field
4550 pub table: &'a mut RawTable<T, A>, field
4590 let mut table = RawTable::new(); in rehash() localVariable
4619 let table = unsafe { in test_drop_uninitialized() localVariable
4636 let table = in test_drop_zero_items() localVariable
4747 let mut table = RawTable::new_in(MyAlloc { in test_catch_panic_clone_from() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/src/raw/
H A Dmod.rs632 pub(crate) unsafe fn write(&self, val: T) { in write() method
787 table: RawTableInner, field
4364 table: RawTableInner, field
4550 pub table: &'a mut RawTable<T, A>, field
4590 let mut table = RawTable::new(); in rehash() localVariable
4619 let table = unsafe { in test_drop_uninitialized() localVariable
4636 let table = in test_drop_zero_items() localVariable
4747 let mut table = RawTable::new_in(MyAlloc { in test_catch_panic_clone_from() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/src/raw/
Dmod.rs342 pub unsafe fn write(&self, val: T) { in write() method
362 table: RawTableInner<A>, field
2261 table: ManuallyDrop<RawTable<T, A>>, field
2339 table: &'a RawTableInner<A>, field
2438 let mut table = RawTable::new(); in rehash() localVariable
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/cross_domain/
H A Dmod.rs91 table: Map<u32, CrossDomainItem>, field
710 fn write(&self, cmd_write: &CrossDomainReadWrite, opaque_data: &[u8]) -> RutabagaResult<()> { in write() method

12345678910>>...37