Home
last modified time | relevance | path

Searched defs:table_data (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/google-fruit/extras/benchmark/
H A Dformat_bench_results.py100 def compute_min_max(table_data, row_headers: List[str], column_headers: List[str]) -> Interval: argument
137 table_data, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtable.cc70 const OutputT* table_data = GetTensorData<OutputT>(table); in Table() local
/aosp_15_r20/external/pdfium/core/fpdfapi/font/
H A Dcfx_cttgsubtable.h64 absl::variant<absl::monostate, int16_t, DataVector<uint16_t>> table_data; member
H A Dcfx_cttgsubtable.cpp311 DataVector<uint16_t> table_data(GetUInt16(sp)); in ParseSingleSubst() local
/aosp_15_r20/external/harfbuzz_ng/src/wasm/graphite/
H A Dshape.cc24 static void free_table (const void *data, const void *table_data) in free_table()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/performance/
Dtable_helper.cpp208 std::vector<std::vector<std::string> > table_data; in add_cell() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dlib.rs291 pub fn table_data(&self, tag: Tag) -> Option<FontData<'a>> { in table_data() method
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dtic.h208 const HashValue *table_data; member
/aosp_15_r20/external/skia/src/ports/fontations/src/
H A Dffi.rs830 fn table_data(font_ref: &BridgeFontRef, tag: u32, offset: usize, data: &mut [u8]) -> usize { in table_data() function
831 let table_data = font_ref in table_data() localVariable
834 let table_data = table_data.as_ref(); in table_data() localVariable
1751 fn table_data(font_ref: &BridgeFontRef, tag: u32, offset: usize, data: &mut [u8]) -> usize; in table_data() function
/aosp_15_r20/external/pffft/
H A Dpf_mixer.cpp183 void shift_table_deinit(shift_table_data_t table_data) in shift_table_deinit()
190 …omplexf* input, complexf* output, int input_size, float rate, shift_table_data_t table_data, float… in shift_table_cc()
H A Dbench_mixers.c174 shift_table_data_t table_data = shift_table_init(table_size); in bench_shift_table_cc() local
/aosp_15_r20/external/freetype/src/gxvalid/
H A Dgxvcommn.h244 void* table_data; member
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/
H A Dmod.rs81 let table_data = cff2.offset_data().as_bytes(); in from_cff2() localVariable