docstring_tokens
list
code_tokens
list
[ "setup", "the", "support", "for", "building", "proto", "library", "you", "additionally", "need", "to", "setup", "support", "for", "each", "of", "the", "languages", "used", "in", "the", "specific", "test" ]
[ "create", "net", "proto", "2", "(", "config", ")", ";", "create", "javascript", "closure", "proto", "2", "(", "config", ")", ";" ]
[ "returns", "the", "name", "of", "the", "protocol", "such", "as", "{" ]
[ "return", "protocol", "name", ";" ]
[ "returns", "{" ]
[ "return", "keep", "alive", "default", ";" ]
[ "this", "method", "should", "be", "called", "in", "the", "prepare", "-", "methods", "of", "menus", "it", "changes", "the", "visibility", "of", "the", "menu", "items", "depending", "on", "a", "feed", "item", "s", "attributes" ]
[ "if", "(", "selected", "item", "=", "=", "null", ")", "{", "return", "false", ";", "}", "boolean", "has", "media", "=", "selected", "item", "get", "media", "(", ")", "!", "=", "null", ";", "boolean", "is", "playing", "=", "has", "media", "&", "&", ...
[ "the", "same", "method", "as", "on", "prepare", "menu", "(", "menu", "interface", "feed", "item", "boolean", "queue", "access", ")", "but", "lets", "the", "caller", "also", "specify", "a", "list", "of", "menu", "items", "that", "should", "not", "be", "sh...
[ "boolean", "rc", "=", "on", "prepare", "menu", "(", "mi", ",", "selected", "item", ",", "show", "extended", "menu", ",", "queue", "access", ")", ";", "if", "(", "rc", "&", "&", "exclude", "ids", "!", "=", "null", ")", "{", "for", "(", "int", "id"...
[ "when", "there", "s", "a", "skip", "we", "need", "to", "adapt", "the", "reference", "number" ]
[ "int", "corrected", "ref", "=", "0", ";", "int", "i", "=", "0", ";", "for", "(", "int", "token", "position", ":", "token", "positions", ")", "{", "if", "(", "i", "+", "+", ">", "=", "ref", "number", ")", "{", "break", ";", "}", "corrected", "re...
[ "<", "p", ">", "the", "thing", "groups", "<", "/", "p", ">" ]
[ "return", "thing", "groups", ";" ]
[ "<", "p", ">", "the", "thing", "groups", "<", "/", "p", ">" ]
[ "if", "(", "thing", "groups", "=", "=", "null", ")", "{", "this", "thing", "groups", "=", "null", ";", "return", ";", "}", "this", "thing", "groups", "=", "new", "java", "util", "array", "list", "<", "group", "name", "and", "arn", ">", "(", "thing"...
[ "<", "p", ">", "the", "thing", "groups", "<", "/", "p", ">", "<", "p", ">", "<", "b", ">", "note", ":", "<", "/", "b", ">", "this", "method", "appends", "the", "values", "to", "the", "existing", "list", "(", "if", "any", ")", "use", "{", "@",...
[ "if", "(", "this", "thing", "groups", "=", "=", "null", ")", "{", "set", "thing", "groups", "(", "new", "java", "util", "array", "list", "<", "group", "name", "and", "arn", ">", "(", "thing", "groups", "length", ")", ")", ";", "}", "for", "(", "g...
[ "<", "p", ">", "the", "thing", "groups", "<", "/", "p", ">" ]
[ "set", "thing", "groups", "(", "thing", "groups", ")", ";", "return", "this", ";" ]
[ "<", "p", ">", "the", "token", "used", "to", "get", "the", "next", "set", "of", "results", "or", "<", "b", ">", "null", "<", "/", "b", ">", "if", "there", "are", "no", "additional", "results", "<", "/", "p", ">" ]
[ "set", "next", "token", "(", "next", "token", ")", ";", "return", "this", ";" ]
[ "return", "true", "if", "authorization", "is", "supported", "and", "enabled" ]
[ "return", "connection", "get", "admin", "(", ")", "get", "security", "capabilities", "(", ")", "contains", "(", "security", "capability", "authorization", ")", ";" ]
[ "return", "true", "if", "cell", "authorization", "is", "supported", "and", "enabled" ]
[ "return", "connection", "get", "admin", "(", ")", "get", "security", "capabilities", "(", ")", "contains", "(", "security", "capability", "cell", "authorization", ")", ";" ]
[ "grants", "permission", "on", "the", "specified", "table", "for", "the", "specified", "user", "if", "permissions", "for", "a", "specified", "user", "exists", "later", "granted", "permissions", "will", "override", "previous", "granted", "permissions" ]
[ "grant", "(", "connection", ",", "table", "name", ",", "user", "name", ",", "family", ",", "qual", ",", "true", ",", "actions", ")", ";" ]
[ "grants", "permission", "on", "the", "specified", "namespace", "for", "the", "specified", "user", "if", "permissions", "on", "the", "specified", "namespace", "exists", "later", "granted", "permissions", "will", "override", "previous", "granted", "permissions" ]
[ "grant", "(", "connection", ",", "namespace", ",", "user", "name", ",", "true", ",", "actions", ")", ";" ]
[ "grant", "global", "permissions", "for", "the", "specified", "user", "if", "permissions", "for", "the", "specified", "user", "exists", "later", "granted", "permissions", "will", "override", "previous", "granted", "permissions" ]
[ "grant", "(", "connection", ",", "user", "name", ",", "true", ",", "actions", ")", ";" ]
[ "list", "all", "the", "user", "permissions", "matching", "the", "given", "pattern", "if", "pattern", "is", "null", "the", "behavior", "is", "dependent", "on", "whether", "user", "has", "global", "admin", "privileges", "or", "not", "if", "yes", "the", "global...
[ "return", "get", "user", "permissions", "(", "connection", ",", "table", "regex", ",", "h", "constants", "empty", "string", ")", ";" ]
[ "list", "all", "the", "user", "permissions", "matching", "the", "given", "table", "pattern", "and", "column", "family" ]
[ "return", "get", "user", "permissions", "(", "connection", ",", "table", "regex", ",", "column", "family", ",", "null", ",", "h", "constants", "empty", "string", ")", ";" ]
[ "list", "all", "the", "user", "permissions", "matching", "the", "given", "table", "pattern", "column", "family", "and", "user", "name" ]
[ "return", "get", "user", "permissions", "(", "connection", ",", "table", "regex", ",", "column", "family", ",", "null", ",", "user", "name", ")", ";" ]
[ "list", "all", "the", "user", "permissions", "matching", "the", "given", "table", "pattern", "column", "family", "and", "column", "qualifier" ]
[ "return", "get", "user", "permissions", "(", "connection", ",", "table", "regex", ",", "column", "family", ",", "column", "qualifier", ",", "h", "constants", "empty", "string", ")", ";" ]
[ "validates", "whether", "specified", "user", "has", "permission", "to", "perform", "actions", "on", "the", "mentioned", "table", "column", "family", "or", "column", "qualifier" ]
[ "return", "has", "permission", "(", "connection", ",", "table", "name", ",", "bytes", "to", "bytes", "(", "column", "family", ")", ",", "bytes", "to", "bytes", "(", "column", "qualifier", ")", ",", "user", "name", ",", "actions", ")", ";" ]
[ "see", "min", "should", "match", "sum", "scorer", "for", "an", "explanation" ]
[ "final", "priority", "queue", "<", "bulk", "scorer", ">", "pq", "=", "new", "priority", "queue", "<", "bulk", "scorer", ">", "(", "scorers", "size", "(", ")", "-", "min", "should", "match", "+", "1", ")", "{", "@", "override", "protected", "boolean", ...
[ "returns", "the", "endpoint", "for", "the", "given", "service", "if", "the", "region", "is", "not", "present", "under", "service", "configuration", ";", "but", "matches", "the", "region", "regex", "then", "this", "system", "tries", "to", "guess", "the", "end...
[ "return", "get", "endpoint", "string", "(", "service", "name", ",", "get", "endpoint", "(", "service", "name", ")", ")", ";" ]
[ "returns", "the", "endpoint", "configuration", "for", "a", "given", "service" ]
[ "endpoint", "cached", "endpoint", "=", "endpoint", "cache", "get", "(", "service", "name", ")", ";", "if", "(", "cached", "endpoint", "=", "=", "null", ")", "{", "cached", "endpoint", "=", "compute", "endpoint", "(", "service", "name", ")", ";", "if", ...
[ "returns", "true", "if", "the", "service", "is", "explicitly", "enabled", "for", "a", "region", "or", "a", "service", "is", "partition", "wide", "enabled", "returns", "false", "otherwise", "<", "p", "/", ">", "for", "new", "regions", "that", "match", "the"...
[ "return", "is", "service", "supported", "in", "region", "(", "service", "name", ")", "|", "|", "is", "service", "partition", "wide", "(", "service", "name", ")", ";" ]
[ "this", "method", "returns", "true", "only", "if", "the", "metadata", "for", "the", "service", "contains", "the", "given", "region", "in", "the", "list", "of", "supported", "regions" ]
[ "return", "partition", "get", "services", "(", ")", "get", "(", "service", "name", ")", "!", "=", "null", "&", "&", "partition", "get", "services", "(", ")", "get", "(", "service", "name", ")", "get", "endpoints", "(", ")", "contains", "key", "(", "r...
[ "returns", "true", "if", "the", "service", "is", "explicitly", "enabled", "for", "https", "in", "this", "region", "or", "a", "service", "is", "partition", "wide", "enabled", "returns", "false", "otherwise", "<", "p", "/", ">", "for", "new", "regions", "tha...
[ "if", "(", "!", "is", "service", "supported", "(", "service", "name", ")", ")", "return", "false", ";", "return", "get", "endpoint", "(", "service", "name", ")", "has", "https", "support", "(", ")", ";" ]
[ "returns", "true", "if", "the", "service", "is", "explicitly", "enabled", "for", "http", "in", "this", "region", "or", "a", "service", "is", "partition", "wide", "enabled", "returns", "false", "otherwise", "<", "p", "/", ">", "for", "new", "regions", "that...
[ "if", "(", "!", "is", "service", "supported", "(", "service", "name", ")", ")", "return", "false", ";", "return", "get", "endpoint", "(", "service", "name", ")", "has", "http", "support", "(", ")", ";" ]
[ "3", "listener", "is", "triggered", "(", "forward", "link", ")" ]
[ "final", "long", "[", "]", "n", "calls", "=", "{", "0", "}", ";", "final", "realm", "realm", "=", "realm", "get", "instance", "(", "looper", "thread", "get", "configuration", "(", ")", ")", ";", "test", "helper", "populate", "linked", "data", "set", ...
[ "utility", "methods", "to", "acquire", "and", "release", "read", "lock", "and", "write", "lock" ]
[ "this", "dir", "lock", "read", "lock", "(", ")", "lock", "(", ")", ";" ]
[ "enable", "quota", "verification" ]
[ "skip", "quota", "check", "=", "false", ";" ]
[ "disable", "quota", "verification" ]
[ "skip", "quota", "check", "=", "true", ";" ]
[ "this", "is", "a", "wrapper", "for", "resolve", "path", "(", ")", "if", "the", "path", "passed", "is", "prefixed", "with", "/", "reserved", "/", "raw", "then", "it", "checks", "to", "ensure", "that", "the", "caller", "has", "super", "user", "privileges" ...
[ "if", "(", "is", "reserved", "raw", "name", "(", "path", ")", "&", "&", "is", "permission", "enabled", ")", "{", "pc", "check", "superuser", "privilege", "(", ")", ";", "}", "return", "resolve", "path", "(", "path", ",", "path", "components", ",", "t...
[ "check", "whether", "the", "path", "specifies", "a", "directory" ]
[ "src", "=", "normalize", "path", "(", "src", ")", ";", "read", "lock", "(", ")", ";", "try", "{", "i", "node", "node", "=", "get", "i", "node", "(", "src", ",", "false", ")", ";", "return", "node", "!", "=", "null", "&", "&", "node", "is", "d...
[ "update", "the", "quota", "usage", "after", "deletion", "the", "quota", "update", "is", "only", "necessary", "when", "image", "/", "edits", "have", "been", "loaded", "and", "the", "file", "/", "dir", "to", "be", "deleted", "is", "not", "contained", "in", ...
[ "if", "(", "get", "f", "s", "namesystem", "(", ")", "is", "image", "loaded", "(", ")", "&", "&", "!", "inode", "is", "in", "latest", "snapshot", "(", "iip", "get", "latest", "snapshot", "id", "(", ")", ")", ")", "{", "quota", "counts", "counts", ...
[ "update", "usage", "count", "without", "replication", "factor", "change" ]
[ "final", "i", "node", "file", "file", "i", "node", "=", "iip", "get", "last", "i", "node", "(", ")", "as", "file", "(", ")", ";", "enum", "counters", "<", "storage", "type", ">", "type", "space", "deltas", "=", "get", "storage", "type", "deltas", "...
[ "update", "usage", "count", "with", "replication", "factor", "change", "due", "to", "set", "replication" ]
[ "final", "i", "node", "file", "file", "i", "node", "=", "iip", "get", "last", "i", "node", "(", ")", "as", "file", "(", ")", ";", "enum", "counters", "<", "storage", "type", ">", "type", "space", "deltas", "=", "get", "storage", "type", "deltas", "...
[ "return", "the", "name", "of", "the", "path", "represented", "by", "inodes", "at", "[", "0", "pos", "]" ]
[ "string", "builder", "full", "path", "name", "=", "new", "string", "builder", "(", ")", ";", "if", "(", "inodes", "[", "0", "]", "is", "root", "(", ")", ")", "{", "if", "(", "pos", "=", "=", "0", ")", "return", "path", "separator", ";", "}", "e...
[ "add", "the", "given", "child", "to", "the", "namespace" ]
[ "cache", "name", "(", "child", ")", ";", "write", "lock", "(", ")", ";", "try", "{", "return", "add", "last", "i", "node", "(", "existing", ",", "child", ",", "true", ")", ";", "}", "finally", "{", "write", "unlock", "(", ")", ";", "}" ]
[ "remove", "the", "last", "inode", "in", "the", "path", "from", "the", "namespace", "note", ":", "the", "caller", "needs", "to", "update", "the", "ancestors", "quota", "count" ]
[ "final", "int", "latest", "snapshot", "=", "iip", "get", "latest", "snapshot", "id", "(", ")", ";", "final", "i", "node", "last", "=", "iip", "get", "last", "i", "node", "(", ")", ";", "final", "i", "node", "directory", "parent", "=", "iip", "get", ...
[ "this", "method", "is", "always", "called", "with", "write", "lock", "of", "f", "s", "directory", "held" ]
[ "if", "(", "inodes", "!", "=", "null", ")", "{", "for", "(", "i", "node", "inode", ":", "inodes", ")", "{", "if", "(", "inode", "!", "=", "null", "&", "&", "inode", "instanceof", "i", "node", "with", "additional", "fields", ")", "{", "inode", "ma...
[ "get", "the", "inode", "from", "inode", "map", "based", "on", "its", "inode", "id" ]
[ "read", "lock", "(", ")", ";", "try", "{", "return", "inode", "map", "get", "(", "id", ")", ";", "}", "finally", "{", "read", "unlock", "(", ")", ";", "}" ]
[ "reset", "the", "entire", "namespace", "tree" ]
[ "write", "lock", "(", ")", ";", "try", "{", "root", "dir", "=", "create", "root", "(", "get", "f", "s", "namesystem", "(", ")", ")", ";", "inode", "map", "clear", "(", ")", ";", "add", "to", "inode", "map", "(", "root", "dir", ")", ";", "name",...
[ "given", "an", "i", "node", "get", "all", "the", "path", "complents", "leading", "to", "it", "from", "the", "root", "if", "an", "inode", "corresponding", "to", "c", "is", "given", "in", "/", "a", "/", "b", "/", "c", "the", "returned", "patch", "compo...
[ "list", "<", "byte", "[", "]", ">", "components", "=", "new", "array", "list", "<", "byte", "[", "]", ">", "(", ")", ";", "components", "add", "(", "0", ",", "inode", "get", "local", "name", "bytes", "(", ")", ")", ";", "while", "(", "inode", "...
[ "check", "if", "a", "given", "inode", "name", "is", "reserved" ]
[ "return", "check", "reserved", "file", "names", "&", "&", "arrays", "equals", "(", "inode", "get", "local", "name", "bytes", "(", ")", ",", "dot", "reserved", ")", ";" ]
[ "check", "if", "a", "given", "path", "is", "reserved" ]
[ "return", "src", "starts", "with", "(", "dot", "reserved", "path", "prefix", "+", "path", "separator", ")", ";" ]
[ "get", "{" ]
[ "return", "get", "i", "nodes", "in", "path", "4", "write", "(", "src", ",", "true", ")", ";" ]
[ "get", "{" ]
[ "return", "get", "i", "nodes", "in", "path", "4", "write", "(", "src", ",", "true", ")", "get", "last", "i", "node", "(", ")", ";" ]
[ "get", "{" ]
[ "return", "get", "i", "node", "(", "src", ",", "true", ")", ";" ]
[ "check", "whether", "current", "user", "have", "permissions", "to", "access", "the", "path", "for", "more", "details", "of", "the", "parameters", "see", "{" ]
[ "check", "permission", "(", "pc", ",", "iip", ",", "do", "check", "owner", ",", "ancestor", "access", ",", "parent", "access", ",", "access", ",", "sub", "access", ",", "false", ")", ";" ]
[ "check", "whether", "current", "user", "have", "permissions", "to", "access", "the", "path", "for", "more", "details", "of", "the", "parameters", "see", "{" ]
[ "if", "(", "!", "pc", "is", "super", "user", "(", ")", ")", "{", "read", "lock", "(", ")", ";", "try", "{", "pc", "check", "permission", "(", "iip", ",", "do", "check", "owner", ",", "ancestor", "access", ",", "parent", "access", ",", "access", "...
[ "allocate", "a", "new", "inode", "id" ]
[ "return", "inode", "id", "next", "value", "(", ")", ";" ]
[ "set", "the", "last", "allocated", "inode", "id", "when", "fsimage", "or", "editlog", "is", "loaded" ]
[ "try", "{", "inode", "id", "skip", "to", "(", "new", "value", ")", ";", "}", "catch", "(", "illegal", "state", "exception", "ise", ")", "{", "throw", "new", "i", "o", "exception", "(", "ise", ")", ";", "}" ]
[ "should", "only", "be", "used", "for", "tests", "to", "reset", "to", "any", "value" ]
[ "inode", "id", "set", "current", "value", "(", "new", "value", ")", ";" ]
[ "construct", "a", "synchronous", "implementation", "of", "amazon", "e", "k", "s", "using", "the", "current", "builder", "configuration" ]
[ "return", "new", "amazon", "e", "k", "s", "client", "(", "params", ")", ";" ]
[ "order", "the", "tests", "in", "<", "code", ">", "target", "<", "/", "code", ">" ]
[ "if", "(", "target", "instanceof", "orderable", ")", "{", "orderable", "orderable", "=", "(", "orderable", ")", "target", ";", "orderable", "order", "(", "this", ")", ";", "}" ]
[ "should", "be", "used", "to", "switch", "to", "another", "player", "activity", "if", "the", "mime", "type", "is", "not", "the", "correct", "one", "for", "the", "current", "activity" ]
[ "protected", "abstract", "void", "on", "reload", "notification", "(", "int", "notification", "code", ")", ";" ]
[ "should", "be", "used", "to", "inform", "the", "user", "that", "the", "playback", "service", "is", "currently", "buffering" ]
[ "protected", "abstract", "void", "on", "buffer", "start", "(", ")", ";" ]
[ "should", "be", "used", "to", "hide", "the", "view", "that", "was", "showing", "the", "buffering", "-", "message" ]
[ "protected", "abstract", "void", "on", "buffer", "end", "(", ")", ";" ]
[ "called", "by", "handle", "status", "(", ")", "when", "the", "playback", "service", "is", "waiting", "for", "a", "video", "surface" ]
[ "protected", "abstract", "void", "on", "awaiting", "video", "surface", "(", ")", ";" ]
[ "insert", "a", "whole", "batch", "of", "entries" ]
[ "list", "<", "w", "a", "l", "entry", ">", "entries", "=", "new", "array", "list", "<", ">", "(", "batch", "size", ")", ";", "list", "<", "cell", ">", "cells", "=", "new", "array", "list", "<", ">", "(", ")", ";", "for", "(", "int", "i", "=", ...
[ "insert", "a", "mix", "of", "puts", "and", "deletes" ]
[ "list", "<", "w", "a", "l", "entry", ">", "entries", "=", "new", "array", "list", "<", ">", "(", "batch", "size", "/", "2", ")", ";", "list", "<", "cell", ">", "cells", "=", "new", "array", "list", "<", ">", "(", ")", ";", "for", "(", "int", ...
[ "insert", "to", "2", "different", "tables" ]
[ "list", "<", "w", "a", "l", "entry", ">", "entries", "=", "new", "array", "list", "<", ">", "(", "batch", "size", "/", "2", ")", ";", "list", "<", "cell", ">", "cells", "=", "new", "array", "list", "<", ">", "(", ")", ";", "for", "(", "int", ...
[ "insert", "then", "do", "different", "types", "of", "deletes" ]
[ "list", "<", "w", "a", "l", "entry", ">", "entries", "=", "new", "array", "list", "<", ">", "(", "3", ")", ";", "list", "<", "cell", ">", "cells", "=", "new", "array", "list", "<", ">", "(", ")", ";", "for", "(", "int", "i", "=", "0", ";", ...
[ "puts", "are", "buffered", "but", "this", "tests", "when", "a", "delete", "(", "not", "-", "buffered", ")", "is", "applied", "before", "the", "actual", "put", "that", "creates", "it" ]
[ "list", "<", "w", "a", "l", "entry", ">", "entries", "=", "new", "array", "list", "<", ">", "(", "5", ")", ";", "list", "<", "cell", ">", "cells", "=", "new", "array", "list", "<", ">", "(", ")", ";", "for", "(", "int", "i", "=", "0", ";", ...
[ "call", "back", "when", "start", "loading" ]
[]
[ "call", "back", "when", "start", "loading" ]
[]
[ "call", "back", "when", "loading" ]
[]
[ "call", "back", "when", "bitmap", "has", "loaded" ]
[ "public", "abstract", "void", "on", "load", "completed", "(", "t", "container", ",", "string", "uri", ",", "bitmap", "bitmap", ",", "bitmap", "display", "config", "config", ",", "bitmap", "load", "from", "from", ")", ";" ]
[ "call", "back", "when", "bitmap", "failed", "to", "load" ]
[ "public", "abstract", "void", "on", "load", "failed", "(", "t", "container", ",", "string", "uri", ",", "drawable", "drawable", ")", ";" ]
[ "sets", "the", "size", "of", "the", "image", "and", "texture", "to", "width", "x", "height", "and", "the", "parameters", "of", "the", "texture", "to", "params", "if", "the", "texture", "is", "already", "initialized", "it", "first", "destroys", "the", "curr...
[ "set", "parameters", "(", "params", ")", ";", "set", "size", "(", "width", ",", "height", ")", ";", "allocate", "(", ")", ";" ]
[ "initializes", "the", "texture", "using", "gl", "parameters" ]
[ "this", "width", "=", "width", ";", "this", "height", "=", "height", ";", "this", "gl", "name", "=", "gl", "name", ";", "this", "gl", "target", "=", "gl", "target", ";", "this", "gl", "format", "=", "gl", "format", ";", "this", "gl", "width", "=", ...
[ "returns", "true", "if", "the", "texture", "has", "been", "initialized" ]
[ "return", "0", "<", "gl", "name", ";" ]
[ "set", "methods" ]
[ "copy", "texture", "(", "tex", ",", "0", ",", "0", ",", "tex", "width", ",", "tex", "height", ",", "true", ")", ";" ]
[ "native", "set", "methods" ]
[ "set", "native", "(", "pixels", ",", "0", ",", "0", ",", "width", ",", "height", ")", ";" ]
[ "destination", ")" ]
[ "copy", "texture", "(", "tex", ",", "0", ",", "0", ",", "tex", "width", ",", "tex", "height", ",", "false", ")", ";" ]
[ "returns", "true", "or", "false", "whether", "or", "not", "the", "texture", "is", "using", "mipmaps" ]
[ "return", "using", "mipmaps", ";" ]
[ "returns", "true", "or", "false", "whether", "or", "not", "the", "texture", "is", "using", "repeat", "wrap", "mode", "along", "either", "u", "or", "v", "directions" ]
[ "return", "using", "repeat", ";" ]
[ "returns", "the", "maximum", "possible", "value", "for", "the", "texture", "coordinate", "u", "(", "horizontal", ")" ]
[ "return", "max", "texcoord", "u", ";" ]
[ "returns", "the", "maximum", "possible", "value", "for", "the", "texture", "coordinate", "v", "(", "vertical", ")" ]
[ "return", "max", "texcoord", "v", ";" ]
[ "returns", "true", "if", "the", "texture", "is", "inverted", "along", "the", "horizontal", "direction" ]
[ "return", "inverted", "x", ";" ]
[ "sets", "the", "texture", "as", "inverted", "or", "not", "along", "the", "horizontal", "direction" ]
[ "inverted", "x", "=", "v", ";" ]
[ "returns", "true", "if", "the", "texture", "is", "inverted", "along", "the", "vertical", "direction" ]
[ "return", "inverted", "y", ";" ]
[ "sets", "the", "texture", "as", "inverted", "or", "not", "along", "the", "vertical", "direction" ]
[ "inverted", "y", "=", "v", ";" ]
[ "buffer", "sink", "interface" ]
[ "buffer", "source", "=", "source", ";", "get", "source", "methods", "(", ")", ";" ]
[ "flips", "int", "array", "along", "the", "x", "axis" ]
[ "int", "index", "=", "0", ";", "int", "xindex", "=", "mult", "*", "(", "width", "-", "1", ")", ";", "for", "(", "int", "x", "=", "0", ";", "x", "<", "width", "/", "2", ";", "x", "+", "+", ")", "{", "for", "(", "int", "y", "=", "0", ";",...
[ "flips", "int", "array", "along", "the", "y", "axis" ]
[ "int", "index", "=", "0", ";", "int", "yindex", "=", "mult", "*", "(", "height", "-", "1", ")", "*", "width", ";", "for", "(", "int", "y", "=", "0", ";", "y", "<", "height", "/", "2", ";", "y", "+", "+", ")", "{", "for", "(", "int", "x", ...
[ "marks", "the", "texture", "object", "for", "deletion" ]
[ "if", "(", "glres", "!", "=", "null", ")", "{", "glres", "dispose", "(", ")", ";", "glres", "=", "null", ";", "gl", "name", "=", "0", ";", "}" ]
[ "used", "many", "times", "yet", "or", "if", "the", "jvm", "is", "running", "low", "in", "free", "memory" ]
[ "double", "free", "m", "b", "=", "runtime", "get", "runtime", "(", ")", "free", "memory", "(", ")", "/", "1e6", ";", "if", "(", "pix", "buf", "update", "count", "<", "max", "updates", "|", "|", "free", "m", "b", "<", "min", "memory", ")", "{", ...
[ "used", "many", "times", "yet", "or", "if", "the", "jvm", "is", "running", "low", "in", "free", "memory" ]
[ "double", "free", "m", "b", "=", "runtime", "get", "runtime", "(", ")", "free", "memory", "(", ")", "/", "1e6", ";", "if", "(", "rgba", "pix", "update", "count", "<", "max", "updates", "|", "|", "free", "m", "b", "<", "min", "memory", ")", "{", ...
[ "parameter", "handling" ]
[ "parameters", "res", "=", "new", "parameters", "(", ")", ";", "if", "(", "gl", "target", "=", "=", "pgl", "texture", "2d", ")", "{", "res", "target", "=", "tex2d", ";", "}", "if", "(", "gl", "format", "=", "=", "pgl", "rgb", ")", "{", "res", "f...
[ "get", "the", "root", "node", "of", "the", "dom", "being", "created", "this", "is", "either", "a", "document", "or", "a", "document", "fragment" ]
[ "return", "(", "null", "!", "=", "m", "doc", "frag", ")", "?", "(", "node", ")", "m", "doc", "frag", ":", "(", "node", ")", "m", "doc", ";" ]
[ "get", "the", "node", "currently", "being", "processed" ]
[ "return", "m", "current", "node", ";" ]
[ "return", "null", "since", "there", "is", "no", "writer", "for", "this", "class" ]
[ "return", "null", ";" ]
[ "for", "testing", "purposes", "only" ]
[ "return", "this", "store", ";" ]
[ "<", "p", ">", "a", "complex", "type", "that", "contains", "information", "about", "the", "specified", "change", "batch", "<", "/", "p", ">" ]
[ "set", "change", "info", "(", "change", "info", ")", ";", "return", "this", ";" ]
[ "sets", "the", "specified", "value", "to", "the", "{" ]
[ "nid", "(", "address", "(", ")", ",", "value", ")", ";", "return", "this", ";" ]
[ "initializes", "this", "struct", "with", "the", "specified", "values" ]
[ "id", "(", "id", ")", ";", "w", "(", "w", ")", ";", "h", "(", "h", ")", ";", "x", "(", "x", ")", ";", "y", "(", "y", ")", ";", "was", "packed", "(", "was", "packed", ")", ";", "return", "this", ";" ]
[ "copies", "the", "specified", "struct", "data", "to", "this", "struct" ]
[ "mem", "copy", "(", "src", "address", "(", ")", ",", "address", "(", ")", ",", "sizeof", ")", ";", "return", "this", ";" ]
[ "returns", "a", "new", "{" ]
[ "return", "wrap", "(", "s", "t", "b", "r", "p", "rect", "class", ",", "nmem", "alloc", "checked", "(", "sizeof", ")", ")", ";" ]