Searched refs:namespace (Results 1 – 6 of 6) sorted by relevance
9 def loadConfig(namespace): argument21 and os.path.normpath(namespace["__file__"]) != os.path.normpath(config_file) ):35 latex_documents = namespace['latex_documents']44 namespace['latex_documents'] = new_latex_docs49 config = namespace.copy()53 namespace.update(config)55 config = namespace.copy()57 namespace.update(config)
52 namespace = None variable61 global namespace63 namespace = match.group(1)158 global namespace192 if namespace:193 fullname = namespace + "." + fullname200 global namespace213 if namespace:214 fullname = namespace + "." + fullname
19 is comprised of some number of namespaces, where each namespace is comprised20 of some number of logical blocks. A namespace is a quantity of non-volatile21 memory that is formatted into logical blocks. An NVMe namespace is equivalent22 to a SCSI LUN. Each namespace is operated as an independent "device".27 driver (driver name "nvme") and an NVMe namespace block driver (driver name30 it is able to scan all available namespaces attached to it. Scanning namespace32 namespace block driver.
280 char *namespace; in acpi_create_dbg2() local321 namespace = (char *)current; in acpi_create_dbg2()324 strncpy(namespace, path, path_len); in acpi_create_dbg2()
20 the Android namespace which refers to a location in a dedicated raw
1052 to avoid polluting the USB namespace.
Completed in 9 milliseconds