Home
last modified time | relevance | path

Searched defs:table (Results 1126 - 1150 of 1211) sorted by relevance

1...<<414243444546474849

/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dtttypes.h940 FT_Byte* table; global() member
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duresbund.cpp1834 static Resource getTableItemByKeyPath(const ResourceData *pResData, Resource table, const char *key) { in getTableItemByKeyPath() argument
[all...]
/third_party/python/Objects/
H A Dbytesobject.c2051 bytes_translate_impl(PyBytesObject *self, PyObject *table, in bytes_translate_impl() argument
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp477 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC1Block() local
592 const deUint32 table[2] = { getBits(src, 37, 39), getBits(src, 34, 36) }; in decompressETC2Block() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_common.h254 const u16 *const table; member
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h223 static const LinearEnumMapNode<TextAlign, std::string> table[] = { in ToString() local
276 static const LinearEnumMapNode<TextOverflow, std::string> table[] = { in ToString() local
633 static const LinearEnumMapNode<VerticalAlign, std::string> table[] = { in ToString() local
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdbstore.cpp636 int32_t MediaLibraryRdbStore::BatchInsert(int64_t &outRowId, const std::string &table, in BatchInsert() argument
1883 static string UpdateCloudPathSql(const string &table, const string &column) in UpdateCloudPathSql() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp3.c1183 unpack_vlcs(Vp3DecodeContext *s, GetBitContext *gb, VLC *table, int coeff_index, int plane, int eob_run) unpack_vlcs() argument
[all...]
/third_party/backends/backend/
H A Davision.c6063 int table = 0; send_acceleration_table() local
[all...]
H A Dhp3900_types.c287 SANE_Byte *table[3]; member
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h2459 stbtt_uint8 *table = lookupTable + subtableOffset; in stbtt__GetGlyphGPOSInfoAdvance() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder-impl.h605 const byte* table; member
732 IndexImmediate<validate> table; member
[all...]
H A Dc-api.cc151 const i::wasm::WasmTable& table = module->tables[index]; in GetImportExportType() local
1966 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable
1985 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable
2002 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable
2022 i::Handle<i::WasmTableObject> table = impl(this)->v8_object(); global() variable
3116 wasm_table_type(const wasm_table_t* table) wasm_table_type() argument
3120 wasm_table_get(const wasm_table_t* table, wasm_table_size_t index) wasm_table_get() argument
3124 wasm_table_set(wasm_table_t* table, wasm_table_size_t index, wasm_ref_t* ref) wasm_table_set() argument
3129 wasm_table_size(const wasm_table_t* table) wasm_table_size() argument
3133 wasm_table_grow(wasm_table_t* table, wasm_table_size_t delta, wasm_ref_t* ref) wasm_table_grow() argument
3183 wasm_table_as_extern(wasm_table_t* table) wasm_table_as_extern() argument
3196 wasm_table_as_extern_const(const wasm_table_t* table) wasm_table_as_extern_const() argument
[all...]
/third_party/node/deps/ada/
H A Dada.h1741 const static uint64_t table[] = { variable
/third_party/icu/icu4c/source/tools/tzcode/
H A Dzic.c2885 byword(register const char *const word, register const struct lookup *const table) byword() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc3187 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3587 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc732 SourcePositionWrapper(Reducer* reducer, SourcePositionTable* table) in SourcePositionWrapper() argument
755 NodeOriginsWrapper(Reducer* reducer, NodeOriginTable* table) in NodeOriginsWrapper() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc4095 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2850 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2931 bool TryMatchArchShuffle(const uint8_t* shuffle, const ShuffleEntry* table, in TryMatchArchShuffle() argument
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1255 ExtractEphemeronHashTableReferences( HeapEntry* entry, EphemeronHashTable table) ExtractEphemeronHashTableReferences() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL4.cpp1577 ValidateGetnColorTable(const Context *context, angle::EntryPoint entryPoint, GLenum target, GLenum format, GLenum type, GLsizei bufSize, const void *table) ValidateGetnColorTable() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DNameTable.java[all...]

Completed in 98 milliseconds

1...<<414243444546474849