docstring_tokens
list
code_tokens
list
[ "{" ]
[ "return", "s", "to", "string", "(", "schema", "operation", "status", "message", "class", ",", "this", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "orientation", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "paper", "size", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "paper", "length", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "paper", "width", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "scale", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "copies", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "default", "source", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "print", "quality", "(", "address", "(", ")", ")", ";" ]
[ "returns", "a", "{" ]
[ "return", "ndm", "position", "(", "address", "(", ")", ")", ";" ]
[ "passes", "the", "{" ]
[ "consumer", "accept", "(", "dm", "position", "(", ")", ")", ";", "return", "this", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "color", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "duplex", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "y", "resolution", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "t", "t", "option", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "ndm", "collate", "(", "address", "(", ")", ")", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "devmode", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "devmode", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "devmode", "class", ",", "mem", "address", "(", "container", ")", ",", "container", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "devmode", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "devmode", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "alloc", "mem", "alloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "alloc", "checked", "(", "check", "malloc", "(", "capacity", ",", "sizeof", ")", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "memory", "util", "#", "mem", "calloc", "mem", "calloc", "}", "the", "instance", "must", "be", "explicitly", "freed" ]
[ "return", "wrap", "(", "buffer", "class", ",", "nmem", "calloc", "checked", "(", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "with", "{", "@", "link", "buffer", "utils", "}" ]
[ "byte", "buffer", "container", "=", "create", "(", "capacity", ",", "sizeof", ")", ";", "return", "wrap", "(", "buffer", "class", ",", "mem", "address", "(", "container", ")", ",", "capacity", ",", "container", ")", ";" ]
[ "create", "a", "{", "@", "link", "devmode", "buffer", "}", "instance", "at", "the", "specified", "memory" ]
[ "return", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "buffer", "class", ",", "address", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "malloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "calloc", "stack", "(", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "devmode", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "devmode", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "calloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "devmode", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "capacity", ",", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "mem", "byte", "buffer", "(", "struct", "+", "devmode", "dmdevicename", ",", "32", "*", "2", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "mem", "u", "t", "f", "1", "6", "(", "struct", "+", "devmode", "dmdevicename", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmspecversion", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmdriverversion", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmsize", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmdriverextra", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmfields", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmorientation", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmpapersize", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmpaperlength", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmpaperwidth", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmscale", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmcopies", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmdefaultsource", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmprintquality", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "pointl", "create", "(", "struct", "+", "devmode", "dmposition", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmdisplayorientation", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmdisplayfixedoutput", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmcolor", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmduplex", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmyresolution", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmttoption", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmcollate", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "mem", "byte", "buffer", "(", "struct", "+", "devmode", "dmformname", ",", "32", "*", "2", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "mem", "u", "t", "f", "1", "6", "(", "struct", "+", "devmode", "dmformname", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "devmode", "dmlogpixels", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmbitsperpel", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmpelswidth", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmpelsheight", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmdisplayflags", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmnup", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmdisplayfrequency", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmicmmethod", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmicmintent", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmmediatype", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmdithertype", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmreserved1", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmreserved2", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmpanningwidth", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "int", "(", "null", ",", "struct", "+", "devmode", "dmpanningheight", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "short", "(", "null", ",", "struct", "+", "devmode", "dmspecversion", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "short", "(", "null", ",", "struct", "+", "devmode", "dmsize", ",", "value", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "unsafe", "put", "short", "(", "null", ",", "struct", "+", "devmode", "dmdriverextra", ",", "value", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "orientation", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "paper", "size", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "paper", "length", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "paper", "width", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "scale", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "copies", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "default", "source", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "print", "quality", "(", "address", "(", ")", ")", ";" ]
[ "returns", "a", "{" ]
[ "return", "devmode", "ndm", "position", "(", "address", "(", ")", ")", ";" ]
[ "passes", "the", "{" ]
[ "consumer", "accept", "(", "dm", "position", "(", ")", ")", ";", "return", "this", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "color", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "duplex", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "y", "resolution", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "t", "t", "option", "(", "address", "(", ")", ")", ";" ]
[ "returns", "the", "value", "of", "the", "{" ]
[ "return", "devmode", "ndm", "collate", "(", "address", "(", ")", ")", ";" ]
[ "creates", "a", "{", "@", "code", "codec", "registry", "}", "from", "the", "provided", "list", "of", "{", "@", "code", "codec", "}", "instances" ]
[ "return", "from", "codecs", "(", "as", "list", "(", "codecs", ")", ")", ";" ]
[ "creates", "a", "{", "@", "code", "codec", "registry", "}", "from", "the", "provided", "list", "of", "{", "@", "code", "codec", "}", "instances" ]
[ "return", "from", "providers", "(", "new", "map", "of", "codecs", "provider", "(", "codecs", ")", ")", ";" ]
[ "creates", "a", "{", "@", "code", "codec", "registry", "}", "from", "the", "provided", "list", "of", "{", "@", "code", "codec", "provider", "}", "instances" ]
[ "return", "from", "providers", "(", "as", "list", "(", "providers", ")", ")", ";" ]
[ "creates", "a", "{", "@", "code", "codec", "registry", "}", "from", "the", "provided", "list", "of", "{", "@", "code", "codec", "provider", "}", "instances" ]
[ "return", "new", "providers", "codec", "registry", "(", "providers", ")", ";" ]
[ "a", "{", "@", "code", "codec", "registry", "}", "that", "combines", "the", "given", "{", "@", "code", "codec", "registry", "}", "instances", "into", "a", "single", "registry" ]
[ "return", "from", "registries", "(", "as", "list", "(", "registries", ")", ")", ";" ]
[ "a", "{", "@", "code", "codec", "registry", "}", "that", "combines", "the", "given", "{", "@", "code", "codec", "registry", "}", "instances", "into", "a", "single", "registry" ]
[ "list", "<", "codec", "provider", ">", "providers", "=", "new", "array", "list", "<", "codec", "provider", ">", "(", ")", ";", "for", "(", "codec", "registry", "registry", ":", "registries", ")", "{", "providers", "add", "(", "provider", "from", "registr...
[ "gets", "whether", "to", "propagate", "the", "incoming", "body", "if", "the", "return", "type", "of", "the", "underlying", "ignite", "operation", "is", "void" ]
[ "return", "propagate", "incoming", "body", "if", "no", "return", "value", ";" ]