Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/cJSON/tests/unity/auto/
Dgenerate_module.rb125 def files_to_operate_on(module_name, pattern = nil) argument
189 def generate(module_name, pattern = nil) argument
229 def destroy(module_name, pattern = nil) argument
/third_party/unity/auto/
Dgenerate_module.rb128 def files_to_operate_on(module_name, pattern = nil) argument
191 def generate(module_name, pattern = nil) argument
232 def destroy(module_name, pattern = nil) argument
/third_party/gn/src/gn/
Dswift_values.h35 std::string& module_name() { return module_name_; } in module_name() function
36 const std::string module_name() const { return module_name_; } in module_name() function
/third_party/python/Lib/test/test_importlib/source/
Dtest_source_encoding.py35 module_name = '_temp' variable in EncodingTest
149 def load(self, loader, module_name): argument
163 def load(self, loader, module_name): argument
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dmodule.h63 #define JERRYX_NATIVE_MODULE(module_name, on_resolve_cb) \ argument
66 #define JERRYX_NATIVE_MODULE_IMPLEM(module_name, on_resolve_cb) \ argument
/third_party/jerryscript/jerry-ext/module/
Dmodule.c39 const jerry_value_t module_name) /**< the module name */ in jerryx_module_create_error()
118jerry_value_t module_name, /**< JerryScript string value holding the module name */ in jerryx_module_check_cache()
155 jerry_value_t module_name, /**< key at which to cache the module */ in jerryx_module_add_to_cache()
/third_party/boost/tools/build/src/
Dbuild_system.py166 def initialize_config_module(module_name, location=None): argument
176 def load_config(module_name, filename, paths, must_find=False): argument
/third_party/mindspore/mindspore/ccsrc/frontend/operator/
Dops_extends.cc24 ValuePtr GetPythonOps(const std::string &op_name, const std::string &module_name, bool use_signatur… in GetPythonOps()
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-module-empty.c30 jerry_value_t module_name; in main() local
/third_party/boost/libs/log/src/windows/
Devent_log_registry.hpp332 string_type module_name; in verify_event_log_registry() local
340 string_type module_name; in verify_event_log_registry() local
410 string_type const& module_name = params.event_message_file.get(); in init_event_log_registry() local
428 string_type const& module_name = params.category_message_file.get(); in init_event_log_registry() local
/third_party/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc98 std::string module_name = ModuleName(filename); in ModuleAlias() local
119 bool ContainsPythonKeyword(const std::string& module_name) { in ContainsPythonKeyword()
338 std::string module_name = ModuleName(file->name()); in Generate() local
399 std::string module_name = ModuleName(filename); in PrintImports() local
430 std::string module_name = ModuleName(file_->public_dependency(i)->name()); in PrintImports() local
695 std::string module_name = ModuleName(file_->name()); in PrintDescriptorKeyAndModuleName() local
891 std::string module_name = ModuleName(file_->name()); in PrintMessage() local
1456 std::string module_name = ModuleName(file->public_dependency(i)->name()); in CopyPublicDependenciesAliases() local
/third_party/pulseaudio/src/pulsecore/
Dmodinfo.c41 pa_modinfo *pa_modinfo_get_by_handle(lt_dlhandle dl, const char *module_name) { in pa_modinfo_get_by_handle()
/third_party/boost/libs/python/src/object/
Dpickle_support.cpp26 str module_name(getattr(instance_class, "__module__", object(""))); in instance_reduce() local
/third_party/quickjs/examples/
Dfib.c64 JSModuleDef *JS_INIT_MODULE(JSContext *ctx, const char *module_name) in JS_INIT_MODULE()
/third_party/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c39 static const char module_name[] = DEV_NAME ".ko"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/
Dzip_operation.cc71 std::string module_name = "mindspore.ops.composite.multitype_ops.getitem_impl"; in GenerateFuncGraph() local
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c36 static const char module_name[] = "ltp_block_dev.ko"; variable
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c38 static const char module_name[] = PCI_DEVICE_NAME ".ko"; variable
/third_party/glib/gmodule/
Dgmodule-dl.c163 const gchar *module_name) in _g_module_build_path()
Dgmodule-ar.c165 const gchar *module_name) in _g_module_build_path()
/third_party/quickjs/
Dbjson.c80 JSModuleDef *JS_INIT_MODULE(JSContext *ctx, const char *module_name) in JS_INIT_MODULE()
/third_party/quickjs/tests/
Dbjson.c88 JSModuleDef *JS_INIT_MODULE(JSContext *ctx, const char *module_name) in JS_INIT_MODULE()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h45 char *module_name; member
/third_party/freetype/src/base/
Dftinit.c118 char module_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftinit.c118 char module_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local

1234