docstring_tokens
sequence
code_tokens
sequence
[ "returns", "the", "path", "fragment", "that", "is", "either", "absolute", "or", "relative", "to", "the", "execution", "root", "that", "can", "be", "used", "to", "execute", "the", "given", "tool" ]
[ "return", "toolchain", "info", "get", "tool", "path", "fragment", "(", "tool", ")", ";" ]
[ "todo", "(", "bazel", "-", "team", ")", ":", "the", "javadoc", "should", "clarify", "how", "this", "is", "used", "in", "blaze" ]
[ "return", "toolchain", "info", "get", "abi", "(", ")", ";" ]
[ "todo", "(", "bazel", "-", "team", ")", ":", "the", "javadoc", "should", "clarify", "how", "this", "is", "used", "in", "blaze" ]
[ "return", "toolchain", "info", "get", "abi", "glibc", "version", "(", ")", ";" ]
[ "returns", "a", "label", "that", "references", "the", "library", "files", "needed", "to", "statically", "link", "the", "c", "+", "+", "runtime", "(", "i", "e", "libgcc", "a", "libgcc", "eh", "a", "libstdc", "+", "+", "a", ")", "for", "the", "target", "architecture" ]
[ "return", "toolchain", "info", "get", "static", "runtime", "libs", "label", "(", ")", ";" ]
[ "returns", "a", "label", "that", "references", "the", "library", "files", "needed", "to", "dynamically", "link", "the", "c", "+", "+", "runtime", "(", "i", "e", "libgcc", "s", "so", "libstdc", "+", "+", "so", ")", "for", "the", "target", "architecture" ]
[ "return", "toolchain", "info", "get", "dynamic", "runtime", "libs", "label", "(", ")", ";" ]
[ "returns", "the", "compiler", "version", "string", "(", "e", "g", "gcc", "-", "4", "1", "1", ")" ]
[ "return", "toolchain", "info", "=", "=", "null", "?", "null", ":", "toolchain", "info", "get", "compiler", "(", ")", ";" ]
[ "returns", "the", "libc", "version", "string", "(", "e", "g", "glibc", "-", "2", "2", "2", ")" ]
[ "return", "toolchain", "info", "=", "=", "null", "?", "null", ":", "toolchain", "info", "get", "target", "libc", "(", ")", ";" ]
[ "returns", "the", "target", "architecture", "using", "blaze", "-", "specific", "constants", "(", "e", "g", "piii", ")" ]
[ "return", "toolchain", "info", "=", "=", "null", "?", "null", ":", "toolchain", "info", "get", "target", "cpu", "(", ")", ";" ]
[ "returns", "a", "map", "of", "additional", "make", "variables", "for", "use", "by", "{", "@", "link", "build", "configuration", "}", "these", "are", "to", "used", "to", "allow", "some", "build", "rules", "to", "avoid", "the", "limits", "on", "stack", "frame", "sizes", "and", "variable", "-", "length", "arrays" ]
[ "return", "toolchain", "info", "get", "additional", "make", "variables", "(", ")", ";" ]
[ "returns", "the", "c", "+", "+", "fdo", "optimization", "support", "provider" ]
[ "return", "fdo", "provider", ";" ]
[ "returns", "whether", "the", "toolchain", "supports", "fission", "c", "+", "+", "builds", "i", "e", "builds", "where", "compilation", "partitions", "object", "code", "and", "debug", "symbols", "into", "separate", "output", "files" ]
[ "return", "toolchain", "info", "supports", "fission", "(", ")", ";" ]
[ "unused", "for", "compatibility", "with", "things", "internal", "to", "google" ]
[ "return", "toolchain", "info", "get", "target", "o", "s", "(", ")", ";" ]
[ "returns", "test", "-", "only", "link", "options", "such", "that", "certain", "test", "-", "specific", "features", "can", "be", "configured", "separately", "(", "e", "g", "lazy", "binding", ")" ]
[ "return", "toolchain", "info", "get", "test", "only", "link", "options", "(", ")", ";" ]
[ "returns", "the", "system", "name", "which", "is", "required", "by", "the", "toolchain", "to", "run" ]
[ "return", "toolchain", "info", "get", "host", "system", "name", "(", ")", ";" ]
[ "returns", "the", "list", "of", "options", "to", "be", "used", "with", "objcopy", "when", "converting", "binary", "files", "to", "object", "files", "or", "{" ]
[ "return", "toolchain", "info", "get", "obj", "copy", "options", "for", "embedding", "(", ")", ";" ]
[ "returns", "the", "list", "of", "options", "to", "be", "used", "with", "ld", "when", "converting", "binary", "files", "to", "object", "files", "or", "{" ]
[ "return", "toolchain", "info", "get", "ld", "options", "for", "embedding", "(", ")", ";" ]
[ "returns", "link", "options", "for", "the", "specified", "flag", "list", "combined", "with", "universal", "options", "for", "all", "shared", "libraries", "(", "regardless", "of", "link", "staticness", ")" ]
[ "return", "toolchain", "info", "get", "shared", "library", "link", "options", "(", "flags", ")", ";" ]
[ "returns", "compiler", "flags", "arising", "from", "the", "{" ]
[ "return", "toolchain", "info", "get", "compiler", "flags", "(", ")", ";" ]
[ "returns", "additional", "compiler", "flags", "for", "c", "+", "+", "arising", "from", "the", "{" ]
[ "return", "toolchain", "info", "get", "cxx", "flags", "(", ")", ";" ]
[ "returns", "compiler", "flags", "arising", "from", "the", "{" ]
[ "return", "toolchain", "info", "get", "c", "flags", "by", "compilation", "mode", "(", ")", ";" ]
[ "returns", "compiler", "flags", "arising", "from", "the", "{" ]
[ "return", "toolchain", "info", "get", "cxx", "flags", "by", "compilation", "mode", "(", ")", ";" ]
[ "returns", "linker", "flags", "for", "fully", "statically", "linked", "outputs" ]
[ "return", "configure", "all", "legacy", "link", "options", "(", "compilation", "mode", ",", "linking", "mode", "legacy", "fully", "static", ")", ";" ]
[ "returns", "linker", "flags", "for", "mostly", "static", "linked", "outputs" ]
[ "return", "configure", "all", "legacy", "link", "options", "(", "compilation", "mode", ",", "linking", "mode", "static", ")", ";" ]
[ "returns", "linker", "flags", "for", "mostly", "static", "shared", "linked", "outputs" ]
[ "return", "configure", "all", "legacy", "link", "options", "(", "compilation", "mode", ",", "linking", "mode", "legacy", "mostly", "static", "libraries", ")", ";" ]
[ "returns", "linker", "flags", "for", "artifacts", "that", "are", "not", "fully", "or", "mostly", "statically", "linked" ]
[ "return", "configure", "all", "legacy", "link", "options", "(", "compilation", "mode", ",", "linking", "mode", "dynamic", ")", ";" ]
[ "return", "all", "flags", "coming", "from", "naked", "{" ]
[ "return", "toolchain", "info", "get", "legacy", "link", "options", "(", ")", ";" ]
[ "return", "all", "possible", "{" ]
[ "return", "toolchain", "info", "configure", "all", "legacy", "link", "options", "(", "compilation", "mode", ",", "linking", "mode", ")", ";" ]
[ "returns", "the", "gnu", "system", "name" ]
[ "return", "toolchain", "info", "=", "=", "null", "?", "null", ":", "toolchain", "info", "get", "target", "gnu", "system", "name", "(", ")", ";" ]
[ "returns", "the", "architecture", "component", "of", "the", "gnu", "system", "name" ]
[ "return", "toolchain", "info", "get", "gnu", "system", "arch", "(", ")", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "cpp", "configuration", "check", "for", "legacy", "compilation", "api", "availability", "(", ")", ";", "return", "get", "legacy", "compile", "options", "with", "copts", "(", ")", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "cpp", "configuration", "check", "for", "legacy", "compilation", "api", "availability", "(", ")", ";", "return", "cpp", "configuration", "get", "c", "options", "(", ")", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "cpp", "configuration", "check", "for", "legacy", "compilation", "api", "availability", "(", ")", ";", "return", "immutable", "list", "<", "string", ">", "builder", "(", ")", "add", "all", "(", "get", "legacy", "cxx", "options", "(", ")", ")", "add", "all", "(", "cpp", "configuration", "get", "cxxopts", "(", ")", ")", "build", "(", ")", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "cpp", "configuration", "check", "for", "legacy", "linking", "api", "availability", "(", ")", ";", "return", "cpp", "helper", "get", "dynamic", "link", "options", "(", "cpp", "configuration", ",", "this", ",", "shared", "lib", ")", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "path", "fragment", "ld", "executable", "=", "get", "tool", "path", "fragment", "(", "cpp", "configuration", "tool", "ld", ")", ";", "return", "ld", "executable", "!", "=", "null", "?", "ld", "executable", "get", "path", "string", "(", ")", ":", "\"", "\"", ";" ]
[ "warning", ":", "this", "method", "is", "only", "added", "to", "allow", "incremental", "migration", "of", "existing", "users", "please", "do", "not", "use", "in", "new", "code", "will", "be", "removed", "soon", "as", "part", "of", "the", "new", "skylark", "api", "to", "the", "c", "+", "+", "toolchain" ]
[ "path", "fragment", "obj", "copy", "executable", "=", "get", "tool", "path", "fragment", "(", "tool", "objcopy", ")", ";", "return", "obj", "copy", "executable", "!", "=", "null", "?", "obj", "copy", "executable", "get", "path", "string", "(", ")", ":", "\"", "\"", ";" ]
[ "returns", "true", "if", "the", "specified", "key", "-", "column", "pair", "exists", "in", "the", "store" ]
[ "return", "get", "(", "store", ",", "key", ",", "column", ",", "txh", ")", "!", "=", "null", ";" ]
[ "<", "p", ">", "the", "resource", "id", "<", "/", "p", ">" ]
[ "this", "resource", "id", "=", "resource", "id", ";" ]
[ "<", "p", ">", "the", "resource", "id", "<", "/", "p", ">" ]
[ "return", "this", "resource", "id", ";" ]
[ "<", "p", ">", "the", "cluster", "identifier", "(", "id", ")", "for", "the", "cluster", "whose", "tags", "you", "are", "removing", "to", "find", "the", "cluster", "id", "use", "<", "a", ">", "describe", "clusters", "<", "/", "a", ">", "<", "/", "p", ">" ]
[ "set", "resource", "id", "(", "resource", "id", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "a", "list", "of", "the", "keys", "of", "the", "tags", "that", "you", "want", "to", "remove", "<", "/", "p", ">" ]
[ "return", "tag", "key", "list", ";" ]
[ "<", "p", ">", "a", "list", "of", "the", "keys", "of", "the", "tags", "that", "you", "want", "to", "remove", "<", "/", "p", ">" ]
[ "if", "(", "tag", "key", "list", "=", "=", "null", ")", "{", "this", "tag", "key", "list", "=", "null", ";", "return", ";", "}", "this", "tag", "key", "list", "=", "new", "java", "util", "array", "list", "<", "string", ">", "(", "tag", "key", "list", ")", ";" ]
[ "<", "p", ">", "a", "list", "of", "one", "or", "more", "tag", "keys", "for", "the", "tags", "that", "you", "are", "removing", "specify", "only", "the", "tag", "keys", "not", "the", "tag", "values", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "tag", "key", "list", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "tag", "key", "list", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "tag", "key", "list", "=", "=", "null", ")", "{", "set", "tag", "key", "list", "(", "new", "java", "util", "array", "list", "<", "string", ">", "(", "tag", "key", "list", "length", ")", ")", ";", "}", "for", "(", "string", "ele", ":", "tag", "key", "list", ")", "{", "this", "tag", "key", "list", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "a", "list", "of", "one", "or", "more", "tag", "keys", "for", "the", "tags", "that", "you", "are", "removing", "specify", "only", "the", "tag", "keys", "not", "the", "tag", "values", "<", "/", "p", ">" ]
[ "set", "tag", "key", "list", "(", "tag", "key", "list", ")", ";", "return", "this", ";" ]
[ "gets", "a", "boolean", "value", "indicating", "if", "the", "given", "value", "is", "in", "one", "of", "the", "ranges", "in", "the", "given", "collection" ]
[ "key", "k", "cq", "=", "new", "key", "(", "text", ")", ";", "return", "ranges", "stream", "(", ")", "any", "match", "(", "r", "-", ">", "!", "r", "before", "start", "key", "(", "k", "cq", ")", "&", "&", "!", "r", "after", "end", "key", "(", "k", "cq", ")", ")", ";" ]
[ "set", "the", "<", "code", ">", "class", "loader", "<", "/", "code", ">", "which", "will", "be", "used", "to", "load", "referenced", "classes", "this", "is", "useful", "if", "you", "are", "verifying", "multiple", "interdependent", "classes" ]
[ "this", "loader", "=", "loader", ";" ]
[ "java", "9", "runtime", "supports", "the", "java", "platform", "module", "system" ]
[ "return", "true", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", "&", "&", "stmt", "char", "at", "(", "offset", ")", "=", "=", "'", "@", "'", "&", "&", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "b", "'", ":", "case", "'", "b", "'", ":", "return", "show", "2", "b", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "c", "'", ":", "case", "'", "c", "'", ":", "return", "show", "2", "c", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "d", "'", ":", "case", "'", "d", "'", ":", "return", "show", "2", "d", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "h", "'", ":", "case", "'", "h", "'", ":", "return", "show", "2", "h", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "p", "'", ":", "case", "'", "p", "'", ":", "return", "show", "2", "p", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "r", "'", ":", "case", "'", "r", "'", ":", "return", "show", "2", "r", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "s", "'", ":", "case", "'", "s", "'", ":", "return", "show", "2", "s", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "t", "'", ":", "case", "'", "t", "'", ":", "return", "show", "2", "t", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "v", "'", ":", "case", "'", "v", "'", ":", "return", "show", "2", "v", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "w", "'", ":", "case", "'", "w", "'", ":", "return", "show", "2", "w", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "o", "'", ":", "case", "'", "o", "'", ":", "return", "show", "2", "co", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "a", "'", ":", "case", "'", "a", "'", ":", "return", "show", "2", "c", "a", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "e", "'", ":", "case", "'", "e", "'", ":", "return", "show", "2", "he", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "l", "'", ":", "case", "'", "l", "'", ":", "return", "show", "2", "hel", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "a", "'", ":", "case", "'", "a", "'", ":", "return", "manager", "parse", "heartbeat", "show", "2", "hea", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "a", "'", ":", "case", "'", "a", "'", ":", "return", "show", "2", "pa", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "r", "'", ":", "case", "'", "r", "'", ":", "return", "show", "2", "pr", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "e", "'", ":", "case", "'", "e", "'", ":", "return", "show", "2", "se", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "q", "'", ":", "case", "'", "q", "'", ":", "return", "show", "2", "sq", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "l", "'", ":", "case", "'", "l", "'", ":", "return", "show", "2", "sl", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "y", "'", ":", "case", "'", "y", "'", ":", "return", "show", "2", "sy", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "h", "'", ":", "case", "'", "h", "'", ":", "return", "show", "2", "th", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "i", "'", ":", "case", "'", "i", "'", ":", "return", "show", "2", "ti", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "m", "'", ":", "case", "'", "m", "'", ":", "return", "show", "2", "com", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "n", "'", ":", "case", "'", "n", "'", ":", "return", "show", "2", "con", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "l", "'", ":", "case", "'", "l", "'", ":", "return", "show", "2", "sql", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "'", ":", "return", "show", "2", "sql", "dot", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "'", ":", "return", "show", "2", "sql", "blank", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "sql", ";", "}", "}", "else", "{", "return", "sql", ";", "}" ]
[ "show" ]
[ "if", "(", "stmt", "length", "(", ")", ">", "+", "+", "offset", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "d", "'", ":", "case", "'", "d", "'", ":", "return", "show", "2", "sql", "d", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "e", "'", ":", "case", "'", "e", "'", ":", "return", "show", "2", "sql", "e", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "s", "'", ":", "case", "'", "s", "'", ":", "char", "c", "1", "=", "stmt", "char", "at", "(", "+", "+", "offset", ")", ";", "switch", "(", "c", "1", ")", "{", "case", "'", "l", "'", ":", "case", "'", "l", "'", ":", "return", "show", "2", "sql", "s", "l", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "u", "'", ":", "case", "'", "u", "'", ":", "return", "show", "2", "sql", "s", "u", "check", "(", "stmt", ",", "offset", ")", ";", "}", "case", "'", "h", "'", ":", "case", "'", "h", "'", ":", "return", "show", "2", "sql", "h", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "l", "'", ":", "case", "'", "l", "'", ":", "return", "show", "2", "sql", "l", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "c", "'", ":", "case", "'", "c", "'", ":", "return", "show", "2", "sql", "c", "check", "(", "stmt", ",", "offset", ")", ";", "case", "'", "r", "'", ":", "case", "'", "r", "'", ":", "return", "show", "2", "sql", "r", "check", "(", "stmt", ",", "offset", ")", ";", "default", ":", "return", "other", ";", "}", "}", "return", "other", ";" ]
[ "show" ]
[ "for", "(", "+", "+", "offset", ";", "stmt", "length", "(", ")", ">", "offset", ";", ")", "{", "switch", "(", "stmt", "char", "at", "(", "offset", ")", ")", "{", "case", "'", "'", ":", "return", "sql", ";", "case", "'", "w", "'", ":", "case", "'", "w", "'", ":", "if", "(", "is", "where", "(", "stmt", ",", "offset", ")", ")", "{", "return", "sql", ";", "}", "else", "{", "return", "other", ";", "}", "default", ":", "return", "(", "offset", "<", "<", "8", ")", "|", "sql", ";", "}", "}", "return", "other", ";" ]
[ "returns", "true", "if", "the", "given", "inode", "s", "content", "is", "synced", "with", "the", "ufs", "status", "this", "is", "a", "single", "inode", "check", "so", "for", "directory", "inodes", "this", "does", "not", "consider", "the", "children", "inodes" ]
[ "boolean", "is", "synced", "unpersisted", "=", "!", "inode", "is", "persisted", "(", ")", "&", "&", "!", "ufs", "fingerprint", "is", "valid", "(", ")", ";", "boolean", "is", "synced", "persisted", ";", "is", "synced", "persisted", "=", "inode", "is", "persisted", "(", ")", "&", "&", "inode", "fingerprint", "match", "content", "(", "ufs", "fingerprint", ")", "&", "&", "inode", "fingerprint", "is", "valid", "(", ")", ";", "return", "is", "synced", "persisted", "|", "|", "is", "synced", "unpersisted", ";" ]
[ "returns", "true", "if", "the", "given", "inode", "s", "metadata", "matches", "the", "ufs", "fingerprint" ]
[ "return", "inode", "fingerprint", "is", "valid", "(", ")", "&", "&", "inode", "fingerprint", "match", "metadata", "(", "ufs", "fingerprint", ")", ";" ]
[ "get", "the", "hikari", "c", "p", "hikari", "data", "source", "created", "during", "initialization" ]
[ "return", "datasource", ";" ]
[ "refuse", "incoming", "streams" ]
[ "stream", "close", "(", "error", "code", "refused", "stream", ")", ";" ]
[ "when", "settings", "are", "received", "adjust", "the", "allocation", "limit" ]
[ "synchronized", "(", "connection", "pool", ")", "{", "allocation", "limit", "=", "connection", "max", "concurrent", "streams", "(", ")", ";", "}" ]
[ "returns", "true", "if", "this", "is", "an", "http", "/", "2", "connection", "such", "connections", "can", "be", "used", "in", "multiple", "http", "requests", "simultaneously" ]
[ "return", "http", "2", "connection", "!", "=", "null", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "nmem", "calloc", "checked", "(", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "byte", "buffer", "container", "=", "buffer", "utils", "create", "byte", "buffer", "(", "sizeof", ")", ";", "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "mem", "address", "(", "container", ")", ",", "container", ")", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "address", ")", ";" ]
[ "like", "{" ]
[ "return", "address", "=", "=", "null", "?", "null", ":", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "address", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "s", "t", "b", "t", "t", "vertex", "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", "s", "t", "b", "t", "t", "vertex", "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", "s", "t", "b", "t", "t", "vertex", "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", "s", "t", "b", "t", "t", "vertex", "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", "s", "t", "b", "t", "t", "vertex", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "s", "t", "b", "t", "t", "vertex", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}", "and", "initializes", "all", "its", "bits", "to", "zero" ]
[ "return", "wrap", "(", "s", "t", "b", "t", "t", "vertex", "class", ",", "stack", "ncalloc", "(", "alignof", ",", "1", ",", "sizeof", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "s", "t", "b", "t", "t", "vertex", "buffer", "}", "instance", "allocated", "on", "the", "thread", "-", "local", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "malloc", "stack", "(", "capacity", ",", "stack", "get", "(", ")", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "s", "t", "b", "t", "t", "vertex", "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", "s", "t", "b", "t", "t", "vertex", "buffer", "}", "instance", "allocated", "on", "the", "specified", "{", "@", "link", "memory", "stack", "}" ]
[ "return", "wrap", "(", "buffer", "class", ",", "stack", "nmalloc", "(", "alignof", ",", "capacity", "*", "sizeof", ")", ",", "capacity", ")", ";" ]
[ "returns", "a", "new", "{", "@", "link", "s", "t", "b", "t", "t", "vertex", "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", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "x", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "y", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "cx", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "cy", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "cx1", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "short", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "cy1", ")", ";" ]
[ "unsafe", "version", "of", "{" ]
[ "return", "unsafe", "get", "byte", "(", "null", ",", "struct", "+", "s", "t", "b", "t", "t", "vertex", "type", ")", ";" ]
[ "<", "p", ">", "the", "members", "associated", "to", "the", "group", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@", "link", "#", "set", "members", "(", "java", "util", "collection", ")", "}", "or", "{", "@", "link", "#", "with", "members", "(", "java", "util", "collection", ")", "}", "if", "you", "want", "to", "override", "the", "existing", "values", "<", "/", "p", ">" ]
[ "if", "(", "this", "members", "=", "=", "null", ")", "{", "set", "members", "(", "new", "java", "util", "array", "list", "<", "member", ">", "(", "members", "length", ")", ")", ";", "}", "for", "(", "member", "ele", ":", "members", ")", "{", "this", "members", "add", "(", "ele", ")", ";", "}", "return", "this", ";" ]
[ "<", "p", ">", "the", "members", "associated", "to", "the", "group", "<", "/", "p", ">" ]
[ "set", "members", "(", "members", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "to", "use", "to", "retrieve", "the", "next", "page", "of", "results", "the", "first", "call", "does", "not", "contain", "any", "tokens", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" ]
[ "protected", "abstract", "string", "get", "elasticsearch", "version", "(", ")", ";" ]
[ "commit", "a", "logical", "value", "for", "the", "given", "{", "@", "code", "bundle", "}" ]
[ "update", "t", "current", ";", "do", "{", "current", "=", "finished", "committed", "get", "(", ")", ";", "}", "while", "(", "!", "finished", "committed", "compare", "and", "set", "(", "current", ",", "aggregation", "combine", "(", "as", "list", "(", "current", ",", "final", "cumulative", ")", ")", ")", ")", ";" ]
[ "extract", "the", "value", "from", "all", "successfully", "committed", "bundles" ]
[ "return", "aggregation", "extract", "(", "finished", "committed", "get", "(", ")", ")", ";" ]
[ "and", "the", "generated", "constructor", "is", "usable", "and", "consistent" ]
[ "@", "override", "public", "abstract", "metric", "name", "get", "name", "(", ")", ";" ]
[ "apply", "metric", "updates", "that", "represent", "physical", "counter", "deltas", "to", "the", "current", "metric", "values" ]
[ "for", "(", "metric", "update", "<", "long", ">", "counter", ":", "updates", "counter", "updates", "(", ")", ")", "{", "counters", "get", "(", "counter", "get", "key", "(", ")", ")", "update", "physical", "(", "bundle", ",", "counter", "get", "update", "(", ")", ")", ";", "}", "for", "(", "metric", "update", "<", "distribution", "data", ">", "distribution", ":", "updates", "distribution", "updates", "(", ")", ")", "{", "distributions", "get", "(", "distribution", "get", "key", "(", ")", ")", "update", "physical", "(", "bundle", ",", "distribution", "get", "update", "(", ")", ")", ";", "}", "for", "(", "metric", "update", "<", "gauge", "data", ">", "gauge", ":", "updates", "gauge", "updates", "(", ")", ")", "{", "gauges", "get", "(", "gauge", "get", "key", "(", ")", ")", "update", "physical", "(", "bundle", ",", "gauge", "get", "update", "(", ")", ")", ";", "}" ]
[ "apply", "metric", "updates", "that", "represent", "new", "logical", "values", "from", "a", "bundle", "being", "committed" ]
[ "for", "(", "metric", "update", "<", "long", ">", "counter", ":", "updates", "counter", "updates", "(", ")", ")", "{", "counters", "get", "(", "counter", "get", "key", "(", ")", ")", "commit", "logical", "(", "bundle", ",", "counter", "get", "update", "(", ")", ")", ";", "}", "for", "(", "metric", "update", "<", "distribution", "data", ">", "distribution", ":", "updates", "distribution", "updates", "(", ")", ")", "{", "distributions", "get", "(", "distribution", "get", "key", "(", ")", ")", "commit", "logical", "(", "bundle", ",", "distribution", "get", "update", "(", ")", ")", ";", "}", "for", "(", "metric", "update", "<", "gauge", "data", ">", "gauge", ":", "updates", "gauge", "updates", "(", ")", ")", "{", "gauges", "get", "(", "gauge", "get", "key", "(", ")", ")", "commit", "logical", "(", "bundle", ",", "gauge", "get", "update", "(", ")", ")", ";", "}" ]
[ "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-" ]
[ "return", "participant", ";" ]
[ "sets", "video", "uri", "using", "specific", "headers" ]
[ "m", "uri", "=", "uri", ";", "m", "headers", "=", "headers", ";", "m", "seek", "when", "prepared", "=", "0", ";", "open", "video", "(", ")", ";", "request", "layout", "(", ")", ";", "invalidate", "(", ")", ";" ]