HomeSort by relevance Sort by last modified time
    Searched defs:module_name (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/autotest/client/cros/cellular/wardmodem/state_machines/
__init__.py 8 module_name = file_name.rstrip('.py') variable
9 __all__.append(module_name)
  /external/linux-kselftest/android/
Android.prebuilt.mk 19 module_name := kselftest_$(subst /,_,$(module_prebuilt)) macro
23 LOCAL_MODULE := $(module_name)
32 module_name := macro
  /external/ltp/android/
Android.prebuilt.mk 16 module_name := ltp_$(subst /,_,$(module_prebuilt)) macro
20 LOCAL_MODULE := $(module_name)
29 module_name := macro
  /external/compiler-rt/lib/asan/
asan_interface_internal.h 52 const char *module_name; // Module name as a C string. This pointer is a member in struct:__asan_global
78 void __asan_before_dynamic_init(const char *module_name);
  /external/ltp/testcases/kernel/device-drivers/uaccess/
uaccess.c 39 static const char module_name[] = DEV_NAME ".ko"; variable
45 tst_module_unload(NULL, module_name);
106 tst_module_load(NULL, module_name, NULL);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.h 44 char *module_name; member in struct:gallivm_state
  /test/vts-testcase/security/poc/target/
Android.poc_test.mk 22 module_name := $(notdir $(module_testname)) macro
25 LOCAL_MODULE := $(module_name)
26 LOCAL_MODULE_STEM := $(module_name)
52 module_name := macro
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 79 const char *module_name = StripModuleName(module.full_name()); local
85 text.append("%zx %zx %zx %s\n", start, end, base, module_name);
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
block_dev.c 36 static const char module_name[] = "ltp_block_dev.ko"; variable
50 tst_module_unload(NULL, module_name);
84 tst_module_load(cleanup, module_name, NULL);
  /external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
tpci.c 38 static const char module_name[] = PCI_DEVICE_NAME ".ko"; variable
47 tst_module_unload(NULL, module_name);
80 tst_module_load(cleanup, module_name, NULL);
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 63 static const char module_name[] = "ltp_tbio.ko"; variable
76 tst_module_unload(NULL, module_name);
96 tst_module_load(cleanup, module_name, NULL);
  /external/elfutils/libdwfl/
offline.c 194 char *module_name = NULL; local
197 else if (unlikely (asprintf (&module_name, "%s:%s", name, h->ar_name) < 0))
203 name = module_name;
212 free (module_name);
227 free (module_name);
  /external/freetype/src/base/
ftinit.c 223 (*cur)->module_name, error ));
242 char module_name[MAX_LENGTH + 1]; local
265 module_name[i] = *p++;
267 module_name[i] = '\0';
300 module_name,
ftpsprop.c 119 const char* module_name = module->clazz->module_name; local
133 else if ( !ft_strcmp( module_name, "cff" ) &&
139 else if ( ( !ft_strcmp( module_name, "type1" ) ||
140 !ft_strcmp( module_name, "t1cid" ) ) &&
157 !ft_strcmp( module_name, "cff" ) )
161 ( !ft_strcmp( module_name, "type1" ) ||
162 !ft_strcmp( module_name, "t1cid" ) ) )
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi.c 37 static const char module_name[] = "ltp_acpi_cmds.ko"; variable
43 tst_module_unload(NULL, module_name);
155 tst_module_load(NULL, module_name, NULL);
  /external/python/cpython3/Lib/test/test_importlib/source/
test_source_encoding.py 35 module_name = '_temp' variable in class:EncodingTest
38 with util.create_modules(self.module_name) as mapping:
39 with open(mapping[self.module_name], 'wb') as file:
41 loader = self.machinery.SourceFileLoader(self.module_name,
42 mapping[self.module_name])
94 module = types.ModuleType(self.module_name)
95 module.__spec__ = importlib.util.spec_from_loader(self.module_name, loader)
110 return loader.load_module(self.module_name)
124 module_name = '_temp'
127 with util.create_modules(module_name) as mapping
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_lazy.py 40 module_name = 'lazy_loader_test' variable in class:TestingImporter
46 if name != self.module_name:
66 spec = util.spec_from_loader(TestingImporter.module_name,
70 module = types.ModuleType(TestingImporter.module_name)
82 with test_util.uncache(importer.module_name):
84 module = importlib.import_module(importer.module_name)
129 with test_util.uncache(TestingImporter.module_name):
130 fresh_module = types.ModuleType(TestingImporter.module_name)
131 sys.modules[TestingImporter.module_name] = fresh_module
137 with test_util.uncache(TestingImporter.module_name)
    [all...]
  /test/vts/drivers/hal/server/
BinderServer.cpp 72 const char* module_name = data.readCString(); local
74 target_version, string(module_name));
144 float target_version, const string& module_name) {
148 "", "", module_name.c_str());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_import.py 274 module_name = "unlikely_module_name" variable in class:PycRewritingTests
285 file_name = os.path.join(dir_name, module_name) + os.extsep + "py"
290 self.orig_module = sys.modules.pop(self.module_name, None)
299 sys.modules[self.module_name] = self.orig_module
301 unload(self.module_name)
308 __import__(self.module_name, ns, ns)
309 return sys.modules[self.module_name]
316 del sys.modules[self.module_name]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
profile.py 48 for module_name, module_value in functions[func_name].iteritems():
53 add_cycles_to_function.prev_module_name = module_name
55 return (func_name, module_name)
60 add_cycles_to_function.prev_module_name = module_name
62 return (func_name, module_name)
65 module_name = get_module_from_addr(modules, addr)
67 functions[func_name][module_name] = {}
68 functions[func_name][module_name]['start'] = 0
69 functions[func_name][module_name]['end'] = 0
70 functions[func_name][module_name]['cycles'] = cycle
173 module_name = line.split("\\"")[1].split("\/")[-1] variable
221 module_name = get_module_from_addr(modules, func_start) variable
    [all...]
  /external/freetype/include/freetype/
ftmodapi.h 52 /* Here is a list of possible values of the `module_name' field in */
202 /* module_name :: The name of the module. */
221 const FT_String* module_name; member in struct:FT_Module_Class_
271 /* module_name :: The module's name (as an ASCII string). */
282 const char* module_name );
322 * module_name ::
340 * If `module_name' isn't a valid module name, or `property_name'
371 const FT_String* module_name,
388 * module_name ::
405 * If `module_name' isn't a valid module name, or `property_name
    [all...]
  /external/libdrm/tests/modeprint/
modeprint.c 55 char *module_name; variable
346 module_name = argv[1];
420 fd = drmOpen(module_name, NULL);
  /external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c 44 static const char module_name[] = "ltp_fw_load.ko"; variable
125 tst_module_load(NULL, module_name, mod_params);
187 tst_module_unload(NULL, module_name);
  /external/tensorflow/tensorflow/compiler/xla/service/
computation_tracker.cc 209 string module_name = local
211 auto module = MakeUnique<HloModule>(module_name, entry_handle, config);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmodapi.h 52 /* Here is a list of possible values of the `module_name' field in */
198 /* module_name :: The name of the module. */
217 const FT_String* module_name; member in struct:FT_Module_Class_
267 /* module_name :: The module's name (as an ASCII string). */
278 const char* module_name );
318 * module_name ::
337 * If `module_name' isn't a valid module name, or `property_name'
368 const FT_String* module_name,
385 * module_name ::
403 * If `module_name' isn't a valid module name, or `property_name
    [all...]

Completed in 606 milliseconds

1 2 3 4