Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 25 of 80) 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.rb129 def files_to_operate_on(module_name, pattern = nil) argument
194 def generate(module_name, pattern = nil) argument
236 def destroy(module_name, pattern = nil) argument
/third_party/gn/src/gn/
Dswift_values.h36 std::string& module_name() { return module_name_; } in module_name() function
37 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/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/jerryscript/tests/unit-ext/
Dtest-ext-module-empty.c30 jerry_value_t module_name; in main() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/
Dbuild.rs37 let module_name: String = path in main() localVariable
/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/ltp/testcases/kernel/device-drivers/uaccess/
Duaccess.c39 static const char module_name[] = DEV_NAME ".ko"; variable
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dgdb-server.h45 std::string module_name; member
/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/node/deps/v8/src/wasm/
Dmodule-instantiate.cc284 Handle<String> module_name; member
839 Handle<String> module_name, in LookupImport()
1059 Handle<String> module_name = in SanitizeImports() local
1100 Handle<String> module_name, Handle<String> import_name, in ProcessImportedFunction()
1269 Handle<String> module_name, in ProcessImportedTable()
1334 Handle<String> module_name, in ProcessImportedMemory()
1387 Handle<String> module_name, Handle<String> import_name, in ProcessImportedWasmGlobalObject()
1470 Handle<String> module_name, in ProcessImportedGlobal()
1645 Handle<String> module_name = sanitized_imports_[index].module_name; in ProcessImports() local
/third_party/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c38 static const char module_name[] = PCI_DEVICE_NAME ".ko"; variable
/third_party/openssl/test/testutil/
Dprovider.c18 OSSL_PROVIDER **provider, const char *module_name) in test_get_libctx()
56 const char *module_name; in test_arg_libctx() local
/third_party/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c38 static const char module_name[] = "ltp_acpi_cmds.ko"; variable
/third_party/skia/third_party/externals/freetype/src/base/
Dftinit.c118 char module_name[MAX_LENGTH + 1]; in FT_Set_Default_Properties() local
Dftpsprop.c118 const char* module_name = module->clazz->module_name; in ps_property_set() local
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
Dtbio.c63 static const char module_name[] = "ltp_tbio.ko"; variable
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.h45 char *module_name; member
/third_party/node/deps/v8/third_party/ittapi/include/
Djitprofiling.h377 char* module_name; /**<\brief Module name. Can be NULL. member
429 char* module_name; /**<\brief Module name. Can be NULL. member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmodapi.h239 const FT_String* module_name; member
/third_party/python/Lib/test/test_importlib/
Dtest_lazy.py40 module_name = 'lazy_loader_test' variable in TestingImporter
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c44 static const char module_name[] = "ltp_fw_load.ko"; variable

1234