Home
last modified time | relevance | path

Searched defs:all_names (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tools/
Dmake_pack_header.py19 def MakeFileSegment(input, all_names): argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh246 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init() local
308 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name() local
/third_party/harfbuzz/src/
Dhb-ot-name-table.hh284 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init() local
344 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh288 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init() local
348 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name() local
/third_party/mindspore/tests/ut/cpp/dataset/
Dir_callback_test.cc98 std::vector<std::string> all_names(size_t len) { in all_names() function in mindspore::dataset::test::TestCallback
/third_party/boost/tools/build/src/build/
Dproject.py1023 def all_names(self): member in ProjectRules