Home
last modified time | relevance | path

Searched defs:fileName (Results 301 - 325 of 1085) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/icu/icu4c/source/samples/layout/
H A Dgnomeglue.cpp55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gnomeFontMapOpen() argument
H A Dgdiglue.cpp59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gdiFontMapOpen() argument
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlopen_test.cpp366 const char* fileName = "dlopen_common"; in HWTEST_F() local
393 const char* fileName = "dlopen_common"; in HWTEST_F() local
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java79 private void loadPhonePrefixMapFromFile(String fileName) { in loadPhonePrefixMapFromFile() argument
/third_party/libphonenumber/migrator/migrator-servlet/src/main/java/com/google/phonenumbers/
H A DServletMain.java200 handleFileMigration(HttpServletRequest req, HttpServletResponse resp, ImmutableList<String> numbersList, String countryCode, String customRecipe, String fileName) handleFileMigration() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp64 const std::string fileName = cases[i].testName + ".amber"; in createUniformTexelBufferTests() local
125 const std::string fileName = cases[i] + ".amber"; in createUniformTexelBufferTests() local
161 const std::string fileName = c.testName + ".amber"; in createUniformTexelBufferTests() local
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dgdiglue.cpp59 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gdiFontMapOpen() argument
H A Dgnomeglue.cpp55 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status) in fm_gnomeFontMapOpen() argument
/third_party/skia/third_party/externals/icu/source/tools/gencfu/
H A Dgencfu.cpp304 static const char *readFile(const char *fileName, int32_t *len) { in readFile() argument
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dflagparser.cpp25 parseFlagsFile(const char *fileName, char **flagBuffer, int32_t flagBufferSize, const char ** flagNames, int32_t numOfFlags, UErrorCode *status) { in parseFlagsFile() argument
/third_party/skia/third_party/externals/angle2/util/
H A Dpng_utils.cpp42 bool SavePNGRGB(const char *fileName, in SavePNGRGB() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFunctionalTests.cpp164 std::string fileName = std::string("shaders/") + getName() + ".test"; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureTexelBufferTests.cpp64 const std::string fileName = cases[i].testName + ".amber"; in createUniformTexelBufferTests() local
124 const std::string fileName = cases[i] + ".amber"; in createUniformTexelBufferTests() local
160 const std::string fileName = c.testName + ".amber"; in createUniformTexelBufferTests() local
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksProtocol.hpp75 string fileName; member
/third_party/vk-gl-cts/framework/delibs/deimage/
H A DdeTarga.c30 deImage* deImage_loadTarga (const char* fileName) in deImage_loadTarga() argument
119 deBool deImage_saveTarga (const deImage* image, const char* fileName) in deImage_saveTarga() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.h57 static inline bool IsMatch(const JSTaggedValue &fileName, const JSTaggedValue &other) in IsMatch() argument
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_manager_helper.cpp106 CString fileName = ModulePathHelper::Utf8ConvertToString((binding->GetAbcFileName())); in GetResolvedRecordIndexBindingModule() local
135 CString fileName = module->GetEcmaModuleFilenameString(); in GetResolvedRecordBindingModule() local
163 CString fileName = ModulePathHelper::Utf8ConvertToString(binding->GetAbcFileName()); in GetLazyModuleValueFromIndexBinding() local
191 CString fileName = module->GetEcmaModuleFilenameString(); in GetLazyModuleValueFromRecordBinding() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_file.cpp51 Expected<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &fileName, uint32_t gcType, in Open() argument
H A Daot_manager.cpp23 Expected<bool, std::string> AotManager::AddFile(const std::string &fileName, RuntimeInterface *runtime, uint32_t gcType, in AddFile() argument
61 const AotPandaFile *AotManager::FindPandaFile(const std::string &fileName) in FindPandaFile() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Ddisassembly.cpp69 auto fileName = g_options.GetCompilerDisasmDumpFileName(); in Init() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dunit_test.cpp86 std::unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *fileName) in ParseToFile() argument
99 bool AsmTest::Parse(const char *source, const char *fileName) in Parse() argument
/arkcompiler/runtime_core/static_core/dprof/libstorage/dprof/
H A Dstorage.cpp132 std::string fileName = MakeAppPath(appData.GetName(), appData.GetHash(), appData.GetPid()); in SaveAppData() local
/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.cpp190 bool OpenPandafileFromMemoryExt(void *addr, const uint64_t *size, [[maybe_unused]] const std::string &fileName, in OpenPandafileFromMemoryExt() argument
210 bool OpenPandafileFromFdExt([[maybe_unused]] int fd, [[maybe_unused]] uint64_t offset, const std::string &fileName, in OpenPandafileFromFdExt() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager.cpp107 std::string fileName = GetFileName(passName, ".ir"); in DumpGraph() local
/arkcompiler/runtime_core/static_core/panda/
H A Dpanda.cpp45 const panda_file::File *GetPandaFile(const ClassLinker &classLinker, std::string_view fileName) in GetPandaFile() argument
143 static int ExecutePandaFile(Runtime &runtime, const std::string &fileName, const std::string &entry, in ExecutePandaFile() argument

Completed in 12 milliseconds

1...<<11121314151617181920>>...44