docstring_tokens
sequence | code_tokens
sequence |
---|---|
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"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",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"capacity",
"*",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"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",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"stype",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"pnext",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"long",
"(",
"null",
",",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"surface",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"stype",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"pnext",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"long",
"(",
"null",
",",
"struct",
"+",
"vk",
"physical",
"device",
"surface",
"info",
"2",
"k",
"h",
"r",
"surface",
",",
"value",
")",
";"
] |
[
"gets",
"item",
"view"
] | [
"return",
"get",
"cached",
"view",
"(",
"items",
")",
";"
] |
[
"gets",
"empty",
"item",
"view"
] | [
"return",
"get",
"cached",
"view",
"(",
"empty",
"items",
")",
";"
] |
[
"clears",
"all",
"views"
] | [
"if",
"(",
"items",
"!",
"=",
"null",
")",
"{",
"items",
"clear",
"(",
")",
";",
"}",
"if",
"(",
"empty",
"items",
"!",
"=",
"null",
")",
"{",
"empty",
"items",
"clear",
"(",
")",
";",
"}"
] |
[
"adds",
"view",
"to",
"specified",
"cache",
"creates",
"a",
"cache",
"list",
"if",
"it",
"is",
"null"
] | [
"if",
"(",
"cache",
"=",
"=",
"null",
")",
"{",
"cache",
"=",
"new",
"linked",
"list",
"<",
"view",
">",
"(",
")",
";",
"}",
"cache",
"add",
"(",
"view",
")",
";",
"return",
"cache",
";"
] |
[
"gets",
"view",
"from",
"specified",
"cache"
] | [
"if",
"(",
"cache",
"!",
"=",
"null",
"&",
"&",
"cache",
"size",
"(",
")",
">",
"0",
")",
"{",
"view",
"view",
"=",
"cache",
"get",
"(",
"0",
")",
";",
"cache",
"remove",
"(",
"0",
")",
";",
"return",
"view",
";",
"}",
"return",
"null",
";"
] |
[
"{",
"@",
"inherit",
"doc",
"}",
"set",
"span",
"count",
"for",
"grid"
] | [
"m",
"range",
"style",
"set",
"span",
"count",
"(",
"span",
"count",
")",
";"
] |
[
"{",
"@",
"inherit",
"doc",
"}"
] | [
"m",
"range",
"style",
"set",
"range",
"(",
"start",
",",
"end",
")",
";"
] |
[
"todo",
"find",
"style",
"itr"
] | [
"return",
"find",
"range",
"style",
"(",
"this",
",",
"position",
")",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"!",
"=",
"null",
"?",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"http",
"method",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"!",
"=",
"null",
"?",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"url",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"!",
"=",
"null",
"?",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"headers",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"!",
"=",
"null",
"?",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"url",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"!",
"=",
"null",
"?",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"body",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"!",
"=",
"null",
"?",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"headers",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"!",
"=",
"null",
"?",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"refresh",
"interval",
":",
"0",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"!",
"=",
"null",
"?",
"config",
"get",
"(",
"in",
"binding",
"key",
")",
"transformation",
":",
"null",
";"
] |
[
"{"
] | [
"http",
"binding",
"config",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"return",
"config",
"!",
"=",
"null",
"&",
"&",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"!",
"=",
"null",
"?",
"get",
"config",
"element",
"(",
"config",
",",
"command",
")",
"transformation",
":",
"null",
";"
] |
[
"{"
] | [
"list",
"<",
"string",
">",
"in",
"bindings",
"=",
"new",
"array",
"list",
"<",
"string",
">",
"(",
")",
";",
"for",
"(",
"string",
"item",
"name",
":",
"binding",
"configs",
"key",
"set",
"(",
")",
")",
"{",
"http",
"binding",
"config",
"http",
"config",
"=",
"(",
"http",
"binding",
"config",
")",
"binding",
"configs",
"get",
"(",
"item",
"name",
")",
";",
"if",
"(",
"http",
"config",
"contains",
"key",
"(",
"in",
"binding",
"key",
")",
")",
"{",
"in",
"bindings",
"add",
"(",
"item",
"name",
")",
";",
"}",
"}",
"return",
"in",
"bindings",
";"
] |
[
"the",
"connection",
"will",
"be",
"made",
"through",
"the",
"specified",
"proxy",
"<",
"p",
">",
"this",
"{",
"@",
"code",
"proxy",
"}",
"will",
"be",
"used",
"when",
"invoke",
"{",
"@",
"link",
"url",
"#",
"open",
"connection",
"(",
"proxy",
")",
"}"
] | [
"this",
"proxy",
"=",
"proxy",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"read",
"timeout",
"to",
"a",
"specified",
"timeout",
"in",
"milliseconds",
"a",
"non",
"-",
"zero",
"value",
"specifies",
"the",
"timeout",
"when",
"reading",
"from",
"input",
"stream",
"when",
"a",
"connection",
"is",
"established",
"to",
"a",
"resource",
"<",
"p",
">",
"if",
"the",
"timeout",
"expires",
"before",
"there",
"is",
"data",
"available",
"for",
"read",
"a",
"java",
"net",
"socket",
"timeout",
"exception",
"is",
"raised",
"a",
"timeout",
"of",
"zero",
"is",
"interpreted",
"as",
"an",
"infinite",
"timeout",
"<",
"p",
">",
"this",
"{",
"@",
"code",
"read",
"timeout",
"}",
"will",
"be",
"applied",
"through",
"{",
"@",
"link",
"u",
"r",
"l",
"connection",
"#",
"set",
"read",
"timeout",
"(",
"int",
")",
"}"
] | [
"this",
"read",
"timeout",
"=",
"read",
"timeout",
";",
"return",
"this",
";"
] |
[
"sets",
"a",
"specified",
"timeout",
"value",
"in",
"milliseconds",
"to",
"be",
"used",
"when",
"opening",
"a",
"communications",
"link",
"to",
"the",
"resource",
"referenced",
"by",
"this",
"u",
"r",
"l",
"connection",
"if",
"the",
"timeout",
"expires",
"before",
"the",
"connection",
"can",
"be",
"established",
"a",
"java",
"net",
"socket",
"timeout",
"exception",
"is",
"raised",
"a",
"timeout",
"of",
"zero",
"is",
"interpreted",
"as",
"an",
"infinite",
"timeout",
"<",
"p",
">",
"this",
"{",
"@",
"code",
"connection",
"timeout",
"}",
"will",
"be",
"applied",
"through",
"{",
"@",
"link",
"u",
"r",
"l",
"connection",
"#",
"set",
"connect",
"timeout",
"(",
"int",
")",
"}"
] | [
"this",
"connect",
"timeout",
"=",
"connect",
"timeout",
";",
"return",
"this",
";"
] |
[
"{"
] | [
"ctx",
"=",
"(",
"(",
"ignite",
"kernal",
")",
"ignition",
"start",
"(",
"get",
"configuration",
"(",
"platform",
"java",
"object",
"factory",
"proxy",
"self",
"test",
"class",
"get",
"name",
"(",
")",
")",
")",
")",
"context",
"(",
")",
";"
] |
[
"{"
] | [
"ctx",
"=",
"null",
";",
"ignition",
"stop",
"all",
"(",
"true",
")",
";"
] |
[
"test",
"object",
"creation",
"without",
"properties"
] | [
"platform",
"java",
"object",
"factory",
"proxy",
"proxy",
"=",
"proxy",
"for",
"custom",
"(",
"no",
"dflt",
"ctor",
"factory",
"cls",
"name",
",",
"collections",
"<",
"string",
",",
"object",
">",
"empty",
"map",
"(",
")",
")",
";",
"object",
"val",
"=",
"proxy",
"factory",
"(",
"ctx",
")",
"create",
"(",
")",
";",
"assert",
"equals",
"(",
"val",
",",
"new",
"test",
"java",
"object",
"(",
")",
")",
";"
] |
[
"test",
"object",
"creation",
"with",
"null",
"class",
"name"
] | [
"grid",
"test",
"utils",
"assert",
"throws",
"(",
"null",
",",
"new",
"callable",
"<",
"object",
">",
"(",
")",
"{",
"@",
"override",
"public",
"object",
"call",
"(",
")",
"throws",
"exception",
"{",
"return",
"proxy",
"for",
"custom",
"(",
"null",
",",
"null",
")",
"factory",
"(",
"ctx",
")",
"create",
"(",
")",
";",
"}",
"}",
",",
"ignite",
"exception",
"class",
",",
"null",
")",
";",
"grid",
"test",
"utils",
"assert",
"throws",
"(",
"null",
",",
"new",
"callable",
"<",
"object",
">",
"(",
")",
"{",
"@",
"override",
"public",
"object",
"call",
"(",
")",
"throws",
"exception",
"{",
"return",
"proxy",
"for",
"custom",
"(",
"null",
",",
"new",
"hash",
"map",
"<",
"string",
",",
"object",
">",
"(",
")",
")",
"factory",
"(",
"ctx",
")",
"create",
"(",
")",
";",
"}",
"}",
",",
"ignite",
"exception",
"class",
",",
"null",
")",
";"
] |
[
"create",
"proxy",
"for",
"user",
"-",
"defined",
"factory"
] | [
"return",
"new",
"platform",
"java",
"object",
"factory",
"proxy",
"(",
"platform",
"java",
"object",
"factory",
"proxy",
"typ",
"user",
",",
"cls",
"name",
",",
"null",
",",
"props",
")",
";"
] |
[
"<",
"p",
">",
"if",
"a",
"<",
"code",
">",
"next",
"token",
"<",
"/",
"code",
">",
"was",
"returned",
"by",
"a",
"previous",
"call",
"there",
"are",
"more",
"results",
"available",
"to",
"retrieve",
"the",
"next",
"page",
"of",
"results",
"make",
"the",
"call",
"again",
"using",
"the",
"returned",
"token",
"in",
"<",
"code",
">",
"next",
"token",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"filter",
"to",
"limit",
"the",
"maximum",
"number",
"of",
"results",
"to",
"list",
"per",
"page",
"<",
"/",
"p",
">"
] | [
"set",
"max",
"results",
"(",
"max",
"results",
")",
";",
"return",
"this",
";"
] |
[
"verify",
"token",
"string"
] | [
"return",
"secret",
"manager",
"verify",
"delegation",
"token",
"(",
"token",
"str",
"form",
")",
";"
] |
[
"add",
"a",
"given",
"service",
"to",
"delegation",
"token",
"string"
] | [
"token",
"<",
"delegation",
"token",
"identifier",
">",
"delegation",
"token",
"=",
"create",
"token",
"(",
"token",
"str",
",",
"token",
"service",
")",
";",
"return",
"delegation",
"token",
"encode",
"to",
"url",
"string",
"(",
")",
";"
] |
[
"create",
"a",
"new",
"token",
"using",
"the",
"given",
"string",
"and",
"service"
] | [
"token",
"<",
"delegation",
"token",
"identifier",
">",
"delegation",
"token",
"=",
"new",
"token",
"<",
">",
"(",
")",
";",
"delegation",
"token",
"decode",
"from",
"url",
"string",
"(",
"token",
"str",
")",
";",
"delegation",
"token",
"set",
"service",
"(",
"new",
"text",
"(",
"token",
"service",
")",
")",
";",
"return",
"delegation",
"token",
";"
] |
[
"validate",
"the",
"supplied",
"{"
] | [
"/",
"*",
"no",
"-",
"op",
"*",
"/"
] |
[
"customize",
"the",
"internal",
"bean",
"factory",
"of",
"the",
"{"
] | [] |
[
"load",
"bean",
"definitions",
"into",
"the",
"supplied",
"{"
] | [
"protected",
"abstract",
"void",
"load",
"bean",
"definitions",
"(",
"generic",
"web",
"application",
"context",
"context",
",",
"web",
"merged",
"context",
"configuration",
"web",
"merged",
"config",
")",
";"
] |
[
"customize",
"the",
"{"
] | [
"super",
"customize",
"context",
"(",
"context",
",",
"web",
"merged",
"config",
")",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"account",
"id",
"<",
"/",
"code",
">",
"that",
"is",
"associated",
"with",
"the",
"budget",
"whose",
"notification",
"you",
"want",
"to",
"delete",
"<",
"/",
"p",
">"
] | [
"set",
"account",
"id",
"(",
"account",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"budget",
"whose",
"notification",
"you",
"want",
"to",
"delete",
"<",
"/",
"p",
">"
] | [
"set",
"budget",
"name",
"(",
"budget",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"notification",
"that",
"you",
"want",
"to",
"delete",
"<",
"/",
"p",
">"
] | [
"set",
"notification",
"(",
"notification",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"identifier",
"generated",
"for",
"the",
"job",
"to",
"get",
"the",
"status",
"of",
"a",
"job",
"use",
"this",
"identifier",
"with",
"the",
"operation",
"<",
"/",
"p",
">"
] | [
"set",
"job",
"id",
"(",
"job",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"status",
"of",
"the",
"job",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"submitted",
"-",
"the",
"job",
"has",
"been",
"received",
"and",
"is",
"queued",
"for",
"processing",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"in",
"progress",
"-",
"amazon",
"comprehend",
"is",
"processing",
"the",
"job",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"completed",
"-",
"the",
"job",
"was",
"successfully",
"completed",
"and",
"the",
"output",
"is",
"available",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"failed",
"-",
"the",
"job",
"did",
"not",
"complete",
"to",
"get",
"details",
"use",
"the",
"operation",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"set",
"job",
"status",
"(",
"job",
"status",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"status",
"of",
"the",
"job",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"submitted",
"-",
"the",
"job",
"has",
"been",
"received",
"and",
"is",
"queued",
"for",
"processing",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"in",
"progress",
"-",
"amazon",
"comprehend",
"is",
"processing",
"the",
"job",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"completed",
"-",
"the",
"job",
"was",
"successfully",
"completed",
"and",
"the",
"output",
"is",
"available",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"failed",
"-",
"the",
"job",
"did",
"not",
"complete",
"to",
"get",
"details",
"use",
"the",
"operation",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"this",
"job",
"status",
"=",
"job",
"status",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"memory",
"hole"
] | [
"final",
"long",
"size",
"=",
"test",
"util",
"next",
"long",
"(",
"random",
"(",
")",
",",
"2",
"*",
"(",
"long",
")",
"integer",
"max",
"value",
",",
"3",
"*",
"(",
"long",
")",
"integer",
"max",
"value",
")",
";",
"final",
"int",
"page",
"size",
"=",
"1",
"<",
"<",
"(",
"test",
"util",
"next",
"int",
"(",
"random",
"(",
")",
",",
"16",
",",
"30",
")",
")",
";",
"final",
"paged",
"growable",
"writer",
"writer",
"=",
"new",
"paged",
"growable",
"writer",
"(",
"size",
",",
"page",
"size",
",",
"1",
",",
"random",
"(",
")",
"next",
"float",
"(",
")",
")",
";",
"final",
"long",
"index",
"=",
"test",
"util",
"next",
"long",
"(",
"random",
"(",
")",
",",
"(",
"long",
")",
"integer",
"max",
"value",
",",
"size",
"-",
"1",
")",
";",
"writer",
"set",
"(",
"index",
",",
"2",
")",
";",
"assert",
"equals",
"(",
"2",
",",
"writer",
"get",
"(",
"index",
")",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"1000000",
";",
"+",
"+",
"i",
")",
"{",
"final",
"long",
"idx",
"=",
"test",
"util",
"next",
"long",
"(",
"random",
"(",
")",
",",
"0",
",",
"size",
")",
";",
"if",
"(",
"idx",
"=",
"=",
"index",
")",
"{",
"assert",
"equals",
"(",
"2",
",",
"writer",
"get",
"(",
"idx",
")",
")",
";",
"}",
"else",
"{",
"assert",
"equals",
"(",
"0",
",",
"writer",
"get",
"(",
"idx",
")",
")",
";",
"}",
"}"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"nmem",
"alloc",
"checked",
"(",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"nmem",
"calloc",
"checked",
"(",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"byte",
"buffer",
"container",
"=",
"buffer",
"utils",
"create",
"byte",
"buffer",
"(",
"sizeof",
")",
";",
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"mem",
"address",
"(",
"container",
")",
",",
"container",
")",
";"
] |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"address",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"address",
"=",
"=",
"null",
"?",
"null",
":",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"address",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"hidden",
"area",
"mesh",
"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",
"hidden",
"area",
"mesh",
"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",
"hidden",
"area",
"mesh",
"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",
"hidden",
"area",
"mesh",
"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",
"hidden",
"area",
"mesh",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"hidden",
"area",
"mesh",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
"zero"
] | [
"return",
"wrap",
"(",
"hidden",
"area",
"mesh",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"hidden",
"area",
"mesh",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"hidden",
"area",
"mesh",
"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",
"hidden",
"area",
"mesh",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"capacity",
"*",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"hidden",
"area",
"mesh",
"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",
"hmd",
"vector",
"2",
"create",
"safe",
"(",
"mem",
"get",
"address",
"(",
"struct",
"+",
"hidden",
"area",
"mesh",
"pvertexdata",
")",
",",
"nun",
"triangle",
"count",
"(",
"struct",
")",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"int",
"(",
"null",
",",
"struct",
"+",
"hidden",
"area",
"mesh",
"untrianglecount",
")",
";"
] |
[
"this",
"makes",
"a",
"copy",
"of"
] | [
"internal",
"notify",
"registrant",
"(",
"ar",
"result",
",",
"ar",
"exception",
")",
";"
] |
[
"/",
"*",
"package"
] | [
"handler",
"h",
"=",
"get",
"handler",
"(",
")",
";",
"if",
"(",
"h",
"=",
"=",
"null",
")",
"{",
"clear",
"(",
")",
";",
"}",
"else",
"{",
"message",
"msg",
"=",
"message",
"obtain",
"(",
")",
";",
"msg",
"what",
"=",
"what",
";",
"msg",
"obj",
"=",
"new",
"async",
"result",
"(",
"user",
"obj",
",",
"result",
",",
"exception",
")",
";",
"h",
"send",
"message",
"(",
"msg",
")",
";",
"}"
] |
[
"note",
":",
"may",
"return",
"null",
"if",
"weak",
"reference",
"has",
"been",
"collected"
] | [
"handler",
"h",
"=",
"get",
"handler",
"(",
")",
";",
"if",
"(",
"h",
"=",
"=",
"null",
")",
"{",
"clear",
"(",
")",
";",
"return",
"null",
";",
"}",
"else",
"{",
"message",
"msg",
"=",
"h",
"obtain",
"message",
"(",
")",
";",
"msg",
"what",
"=",
"what",
";",
"msg",
"obj",
"=",
"user",
"obj",
";",
"return",
"msg",
";",
"}"
] |
[
"starts",
"a",
"new",
"pattern",
"sequence",
"the",
"provided",
"name",
"is",
"the",
"one",
"of",
"the",
"initial",
"pattern",
"of",
"the",
"new",
"sequence",
"furthermore",
"the",
"base",
"type",
"of",
"the",
"event",
"sequence",
"is",
"set"
] | [
"return",
"new",
"pattern",
"<",
">",
"(",
"name",
",",
"null",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
"no",
"skip",
"(",
")",
")",
";"
] |
[
"starts",
"a",
"new",
"pattern",
"sequence",
"the",
"provided",
"name",
"is",
"the",
"one",
"of",
"the",
"initial",
"pattern",
"of",
"the",
"new",
"sequence",
"furthermore",
"the",
"base",
"type",
"of",
"the",
"event",
"sequence",
"is",
"set"
] | [
"return",
"new",
"pattern",
"<",
"x",
",",
"x",
">",
"(",
"name",
",",
"null",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"defines",
"the",
"maximum",
"time",
"interval",
"in",
"which",
"a",
"matching",
"pattern",
"has",
"to",
"be",
"completed",
"in",
"order",
"to",
"be",
"considered",
"valid",
"this",
"interval",
"corresponds",
"to",
"the",
"maximum",
"time",
"gap",
"between",
"first",
"and",
"the",
"last",
"event"
] | [
"if",
"(",
"window",
"time",
"!",
"=",
"null",
")",
"{",
"this",
"window",
"time",
"=",
"window",
"time",
";",
"}",
"return",
"this",
";"
] |
[
"appends",
"a",
"new",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"the",
"whole",
"pattern",
"sequence",
"matches",
"only",
"if",
"an",
"event",
"which",
"matches",
"this",
"pattern",
"directly",
"follows",
"the",
"preceding",
"matching",
"event",
"thus",
"there",
"cannot",
"be",
"any",
"events",
"in",
"between",
"two",
"matching",
"events"
] | [
"return",
"new",
"pattern",
"<",
">",
"(",
"name",
",",
"this",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"appends",
"a",
"new",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"non",
"-",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"a",
"matching",
"event",
"of",
"this",
"pattern",
"and",
"the",
"preceding",
"matching",
"event",
"might",
"be",
"interleaved",
"with",
"other",
"events",
"which",
"are",
"ignored"
] | [
"return",
"new",
"pattern",
"<",
">",
"(",
"name",
",",
"this",
",",
"consuming",
"strategy",
"skip",
"till",
"next",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"appends",
"a",
"new",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"non",
"-",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"a",
"matching",
"event",
"of",
"this",
"pattern",
"and",
"the",
"preceding",
"matching",
"event",
"might",
"be",
"interleaved",
"with",
"other",
"events",
"which",
"are",
"ignored"
] | [
"return",
"new",
"pattern",
"<",
">",
"(",
"name",
",",
"this",
",",
"consuming",
"strategy",
"skip",
"till",
"any",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"specifies",
"that",
"this",
"pattern",
"is",
"optional",
"for",
"a",
"final",
"match",
"of",
"the",
"pattern",
"sequence",
"to",
"happen"
] | [
"check",
"if",
"previous",
"pattern",
"greedy",
"(",
")",
";",
"quantifier",
"optional",
"(",
")",
";",
"return",
"this",
";"
] |
[
"specifies",
"that",
"this",
"pattern",
"can",
"occur",
"{",
"@",
"code",
"one",
"or",
"more",
"}",
"times",
"this",
"means",
"at",
"least",
"one",
"and",
"at",
"most",
"infinite",
"number",
"of",
"events",
"can",
"be",
"matched",
"to",
"this",
"pattern"
] | [
"check",
"if",
"no",
"not",
"pattern",
"(",
")",
";",
"check",
"if",
"quantifier",
"applied",
"(",
")",
";",
"this",
"quantifier",
"=",
"quantifier",
"looping",
"(",
"quantifier",
"get",
"consuming",
"strategy",
"(",
")",
")",
";",
"this",
"times",
"=",
"times",
"of",
"(",
"1",
")",
";",
"return",
"this",
";"
] |
[
"specifies",
"that",
"this",
"pattern",
"is",
"greedy",
"this",
"means",
"as",
"many",
"events",
"as",
"possible",
"will",
"be",
"matched",
"to",
"this",
"pattern"
] | [
"check",
"if",
"no",
"not",
"pattern",
"(",
")",
";",
"check",
"if",
"no",
"group",
"pattern",
"(",
")",
";",
"this",
"quantifier",
"greedy",
"(",
")",
";",
"return",
"this",
";"
] |
[
"specifies",
"that",
"the",
"pattern",
"can",
"occur",
"between",
"from",
"and",
"to",
"times"
] | [
"check",
"if",
"no",
"not",
"pattern",
"(",
")",
";",
"check",
"if",
"quantifier",
"applied",
"(",
")",
";",
"this",
"quantifier",
"=",
"quantifier",
"times",
"(",
"quantifier",
"get",
"consuming",
"strategy",
"(",
")",
")",
";",
"if",
"(",
"from",
"=",
"=",
"0",
")",
"{",
"this",
"quantifier",
"optional",
"(",
")",
";",
"from",
"=",
"1",
";",
"}",
"this",
"times",
"=",
"times",
"of",
"(",
"from",
",",
"to",
")",
";",
"return",
"this",
";"
] |
[
"specifies",
"that",
"this",
"pattern",
"can",
"occur",
"the",
"specified",
"times",
"at",
"least",
"this",
"means",
"at",
"least",
"the",
"specified",
"times",
"and",
"at",
"most",
"infinite",
"number",
"of",
"events",
"can",
"be",
"matched",
"to",
"this",
"pattern"
] | [
"check",
"if",
"no",
"not",
"pattern",
"(",
")",
";",
"check",
"if",
"quantifier",
"applied",
"(",
")",
";",
"this",
"quantifier",
"=",
"quantifier",
"looping",
"(",
"quantifier",
"get",
"consuming",
"strategy",
"(",
")",
")",
";",
"this",
"times",
"=",
"times",
"of",
"(",
"times",
")",
";",
"return",
"this",
";"
] |
[
"applicable",
"only",
"to",
"{",
"@",
"link",
"quantifier",
"#",
"looping",
"(",
"consuming",
"strategy",
")",
"}",
"and",
"{",
"@",
"link",
"quantifier",
"#",
"times",
"(",
"consuming",
"strategy",
")",
"}",
"patterns",
"this",
"option",
"allows",
"more",
"flexibility",
"to",
"the",
"matching",
"events"
] | [
"quantifier",
"combinations",
"(",
")",
";",
"return",
"this",
";"
] |
[
"works",
"in",
"conjunction",
"with",
"{",
"@",
"link",
"pattern",
"#",
"one",
"or",
"more",
"(",
")",
"}",
"or",
"{",
"@",
"link",
"pattern",
"#",
"times",
"(",
"int",
")",
"}",
"specifies",
"that",
"any",
"not",
"matching",
"element",
"breaks",
"the",
"loop"
] | [
"quantifier",
"consecutive",
"(",
")",
";",
"return",
"this",
";"
] |
[
"starts",
"a",
"new",
"pattern",
"sequence",
"the",
"provided",
"pattern",
"is",
"the",
"initial",
"pattern",
"of",
"the",
"new",
"sequence"
] | [
"return",
"new",
"group",
"pattern",
"<",
">",
"(",
"null",
",",
"group",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"starts",
"a",
"new",
"pattern",
"sequence",
"the",
"provided",
"pattern",
"is",
"the",
"initial",
"pattern",
"of",
"the",
"new",
"sequence"
] | [
"return",
"new",
"group",
"pattern",
"<",
">",
"(",
"null",
",",
"group",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
"no",
"skip",
"(",
")",
")",
";"
] |
[
"appends",
"a",
"new",
"group",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"non",
"-",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"a",
"matching",
"event",
"of",
"this",
"pattern",
"and",
"the",
"preceding",
"matching",
"event",
"might",
"be",
"interleaved",
"with",
"other",
"events",
"which",
"are",
"ignored"
] | [
"return",
"new",
"group",
"pattern",
"<",
">",
"(",
"this",
",",
"group",
",",
"consuming",
"strategy",
"skip",
"till",
"next",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"appends",
"a",
"new",
"group",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"non",
"-",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"a",
"matching",
"event",
"of",
"this",
"pattern",
"and",
"the",
"preceding",
"matching",
"event",
"might",
"be",
"interleaved",
"with",
"other",
"events",
"which",
"are",
"ignored"
] | [
"return",
"new",
"group",
"pattern",
"<",
">",
"(",
"this",
",",
"group",
",",
"consuming",
"strategy",
"skip",
"till",
"any",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"appends",
"a",
"new",
"group",
"pattern",
"to",
"the",
"existing",
"one",
"the",
"new",
"pattern",
"enforces",
"strict",
"temporal",
"contiguity",
"this",
"means",
"that",
"the",
"whole",
"pattern",
"sequence",
"matches",
"only",
"if",
"an",
"event",
"which",
"matches",
"this",
"pattern",
"directly",
"follows",
"the",
"preceding",
"matching",
"event",
"thus",
"there",
"cannot",
"be",
"any",
"events",
"in",
"between",
"two",
"matching",
"events"
] | [
"return",
"new",
"group",
"pattern",
"<",
">",
"(",
"this",
",",
"group",
",",
"consuming",
"strategy",
"strict",
",",
"after",
"match",
"skip",
"strategy",
")",
";"
] |
[
"the",
"time",
"in",
"milliseconds",
"since",
"the",
"epoch",
"when",
"the",
"role",
"was",
"disassociated",
"from",
"the",
"group"
] | [
"set",
"disassociated",
"at",
"(",
"disassociated",
"at",
")",
";",
"return",
"this",
";"
] |
[
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/",
"/"
] | [
"text",
"write",
"string",
"(",
"out",
",",
"file",
"to",
"string",
"(",
")",
")",
";",
"out",
"write",
"long",
"(",
"start",
")",
";",
"out",
"write",
"long",
"(",
"length",
")",
";"
] |
[
"init",
"the",
"default"
] | [
"if",
"(",
"default",
"loader",
"=",
"=",
"null",
")",
"{",
"synchronized",
"(",
"agent",
"class",
"loader",
"class",
")",
"{",
"if",
"(",
"default",
"loader",
"=",
"=",
"null",
")",
"{",
"default",
"loader",
"=",
"new",
"agent",
"class",
"loader",
"(",
"plugin",
"bootstrap",
"class",
"get",
"class",
"loader",
"(",
")",
")",
";",
"}",
"}",
"}",
"return",
"get",
"default",
"(",
")",
";"
] |
[
"accepts",
"the",
"left",
"node",
"to",
"this",
"operator"
] | [
"this",
"left",
"=",
"left",
";"
] |
[
"returns",
"configured",
"targets",
"to",
"build"
] | [
"return",
"targets",
"to",
"build",
";"
] |
[
"returns",
"aspects",
"of",
"configured",
"targets",
"to",
"build"
] | [
"return",
"aspects",
";"
] |
[
"returns",
"the",
"configured",
"targets",
"to",
"run",
"as",
"tests",
"or",
"{"
] | [
"return",
"targets",
"to",
"test",
";"
] |
[
"returns",
"the",
"configured",
"targets",
"that",
"should",
"not",
"be",
"executed",
"because",
"they",
"re",
"not",
"platform",
"-",
"compatible",
"with",
"the",
"current",
"build"
] | [
"return",
"targets",
"to",
"skip",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.