docstring_tokens list | code_tokens list |
|---|---|
[
"this",
"method",
"allows",
"to",
"set",
"desired",
"number",
"of",
"sub",
"-",
"arrays",
"per",
"thread",
"for",
"performance",
"optimization",
"purposes",
"i",
"e",
"if",
"matrix",
"has",
"shape",
"of",
"64",
"x",
"128",
"and",
"threshold",
"is",
"set",
... | [
"native",
"ops",
"set",
"t",
"a",
"d",
"threshold",
"(",
"threshold",
")",
";"
] |
[
"is",
"the",
"installation",
"successful",
"?"
] | [
"return",
"installation",
"dir",
"!",
"=",
"null",
";"
] |
[
"displays",
"the",
"error",
"in",
"a",
"page"
] | [
"send",
"error",
"(",
"e",
"get",
"message",
"(",
")",
",",
"req",
",",
"rsp",
")",
";"
] |
[
"returns",
"the",
"original",
"element",
"list",
"unchanged"
] | [
"return",
"insertion",
"order",
";"
] |
[
"gets",
"server",
"address",
"to",
"which",
"client",
"should",
"connect"
] | [
"protected",
"abstract",
"string",
"server",
"address",
"(",
")",
";"
] |
[
"{"
] | [
"ignite",
"configuration",
"c",
"=",
"super",
"get",
"configuration",
"(",
"ignite",
"instance",
"name",
")",
";",
"c",
"set",
"local",
"host",
"(",
"host",
")",
";",
"assert",
"c",
"get",
"connector",
"configuration",
"(",
")",
"=",
"=",
"null",
";",
... |
[
"{"
] | [
"start",
"grids",
"multi",
"threaded",
"(",
"nodes",
"cnt",
")",
";"
] |
[
"{"
] | [
"client",
"=",
"grid",
"client",
"factory",
"start",
"(",
"client",
"configuration",
"(",
")",
")",
";"
] |
[
"{"
] | [
"grid",
"client",
"factory",
"stop",
"(",
"client",
"id",
"(",
")",
",",
"false",
")",
";",
"client",
"=",
"null",
";"
] |
[
"{"
] | [
"return",
"5",
"*",
"60",
"*",
"1000",
";"
] |
[
"creates",
"client",
"that",
"will",
"try",
"to",
"connect",
"to",
"only",
"first",
"node",
"in",
"grid"
] | [
"grid",
"client",
"configuration",
"cfg",
"=",
"new",
"grid",
"client",
"configuration",
"(",
")",
";",
"cfg",
"set",
"topology",
"refresh",
"frequency",
"(",
"topology",
"refresh",
"frequency",
"(",
")",
")",
";",
"cfg",
"set",
"max",
"connection",
"idle",
... |
[
"{"
] | [
"collection",
"<",
"compute",
"job",
"adapter",
">",
"jobs",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"grid",
"size",
")",
";",
"this",
"grid",
"size",
"=",
"grid",
"size",
";",
"final",
"string",
"loc",
"node",
"id",
"=",
"ignite",
"cluster",
"("... |
[
"{"
] | [
"int",
"sum",
"=",
"0",
";",
"string",
"loc",
"node",
"id",
"=",
"null",
";",
"for",
"(",
"compute",
"job",
"result",
"res",
":",
"results",
")",
"{",
"ignite",
"bi",
"tuple",
"<",
"string",
",",
"integer",
">",
"part",
"=",
"res",
"get",
"data",
... |
[
"returns",
"repository",
"snapshots",
"details"
] | [
"return",
"snapshots",
";"
] |
[
"returns",
"repository",
"releases",
"details"
] | [
"return",
"releases",
";"
] |
[
"get",
"the",
"fully",
"qualified",
"class",
"names",
"of",
"all",
"meta",
"-",
"annotation",
"types",
"<",
"em",
">",
"present",
"<",
"/",
"em",
">",
"on",
"the",
"annotation",
"(",
"of",
"the",
"specified",
"{"
] | [
"return",
"get",
"meta",
"annotation",
"types",
"(",
"element",
",",
"element",
"get",
"annotation",
"(",
"annotation",
"type",
")",
")",
";"
] |
[
"get",
"the",
"fully",
"qualified",
"class",
"names",
"of",
"all",
"meta",
"-",
"annotation",
"types",
"<",
"em",
">",
"present",
"<",
"/",
"em",
">",
"on",
"the",
"annotation",
"(",
"of",
"the",
"specified",
"{"
] | [
"return",
"get",
"meta",
"annotation",
"types",
"(",
"element",
",",
"annotation",
"utils",
"get",
"annotation",
"(",
"element",
",",
"annotation",
"name",
")",
")",
";"
] |
[
"determine",
"if",
"the",
"supplied",
"{"
] | [
"return",
"has",
"meta",
"annotation",
"types",
"(",
"element",
",",
"annotation",
"type",
",",
"null",
")",
";"
] |
[
"determine",
"if",
"the",
"supplied",
"{"
] | [
"return",
"has",
"meta",
"annotation",
"types",
"(",
"element",
",",
"null",
",",
"annotation",
"name",
")",
";"
] |
[
"determine",
"if",
"an",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"return",
"boolean",
"true",
"equals",
"(",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"null",
",",
"annotation",
"name",
",",
"always",
"true",
"annotation",
"processor",
")",
")",
";"
] |
[
"get",
"the",
"first",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"annotation",
"attributes",
"attributes",
"=",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"annotation",
"type",
",",
"null",
",",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
")",
")",
";",
"annotation",
"utils",
"post",
"proc... |
[
"get",
"the",
"first",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"return",
"get",
"merged",
"annotation",
"attributes",
"(",
"element",
",",
"annotation",
"name",
",",
"false",
",",
"false",
")",
";"
] |
[
"get",
"the",
"first",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"annotation",
"attributes",
"attributes",
"=",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"null",
",",
"annotation",
"name",
",",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"class",
"values",
"as",
"string",
",",
"nested",
"... |
[
"get",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"merged",
"annotation",
"attributes",
"processor",
"processor",
"=",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"false",
",",
"false",
",",
"true",
")",
";",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"annotation",
"type",
"... |
[
"get",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"merged",
"annotation",
"attributes",
"processor",
"processor",
"=",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"false",
",",
"false",
",",
"true",
")",
";",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"annotation",
"types",
... |
[
"get",
"all",
"<",
"em",
">",
"repeatable",
"annotations",
"<",
"/",
"em",
">",
"of",
"the",
"specified",
"{"
] | [
"return",
"get",
"merged",
"repeatable",
"annotations",
"(",
"element",
",",
"annotation",
"type",
",",
"null",
")",
";"
] |
[
"get",
"all",
"<",
"em",
">",
"repeatable",
"annotations",
"<",
"/",
"em",
">",
"of",
"the",
"specified",
"{"
] | [
"if",
"(",
"container",
"type",
"=",
"=",
"null",
")",
"{",
"container",
"type",
"=",
"resolve",
"container",
"type",
"(",
"annotation",
"type",
")",
";",
"}",
"else",
"{",
"validate",
"container",
"type",
"(",
"annotation",
"type",
",",
"container",
"ty... |
[
"get",
"the",
"annotation",
"attributes",
"of",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"return",
"get",
"all",
"annotation",
"attributes",
"(",
"element",
",",
"annotation",
"name",
",",
"false",
",",
"false",
")",
";"
] |
[
"get",
"the",
"annotation",
"attributes",
"of",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"final",
"multi",
"value",
"map",
"<",
"string",
",",
"object",
">",
"attributes",
"map",
"=",
"new",
"linked",
"multi",
"value",
"map",
"<",
">",
"(",
")",
";",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"null",
",",
"annotation",
"nam... |
[
"find",
"the",
"first",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"annotation",
"attributes",
"attributes",
"=",
"search",
"with",
"find",
"semantics",
"(",
"element",
",",
"annotation",
"type",
",",
"null",
",",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"class",
"values",
"as",
"string",
",",
"nested",
... |
[
"find",
"the",
"first",
"annotation",
"of",
"the",
"specified",
"{"
] | [
"annotation",
"attributes",
"attributes",
"=",
"search",
"with",
"find",
"semantics",
"(",
"element",
",",
"null",
",",
"annotation",
"name",
",",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"class",
"values",
"as",
"string",
",",
"nested",
... |
[
"find",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"merged",
"annotation",
"attributes",
"processor",
"processor",
"=",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"false",
",",
"false",
",",
"true",
")",
";",
"search",
"with",
"find",
"semantics",
"(",
"element",
",",
"annotation",
"type",
... |
[
"find",
"<",
"strong",
">",
"all",
"<",
"/",
"strong",
">",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"merged",
"annotation",
"attributes",
"processor",
"processor",
"=",
"new",
"merged",
"annotation",
"attributes",
"processor",
"(",
"false",
",",
"false",
",",
"true",
")",
";",
"search",
"with",
"find",
"semantics",
"(",
"element",
",",
"annotation",
"types",
... |
[
"find",
"all",
"<",
"em",
">",
"repeatable",
"annotations",
"<",
"/",
"em",
">",
"of",
"the",
"specified",
"{"
] | [
"return",
"find",
"merged",
"repeatable",
"annotations",
"(",
"element",
",",
"annotation",
"type",
",",
"null",
")",
";"
] |
[
"find",
"all",
"<",
"em",
">",
"repeatable",
"annotations",
"<",
"/",
"em",
">",
"of",
"the",
"specified",
"{"
] | [
"if",
"(",
"container",
"type",
"=",
"=",
"null",
")",
"{",
"container",
"type",
"=",
"resolve",
"container",
"type",
"(",
"annotation",
"type",
")",
";",
"}",
"else",
"{",
"validate",
"container",
"type",
"(",
"annotation",
"type",
",",
"container",
"ty... |
[
"search",
"for",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"return",
"search",
"with",
"get",
"semantics",
"(",
"element",
",",
"(",
"annotation",
"type",
"!",
"=",
"null",
"?",
"collections",
"singleton",
"(",
"annotation",
"type",
")",
":",
"collections",
"empty",
"set",
"(",
")",
")",
",",
"annotation",
"name",... |
[
"search",
"for",
"annotations",
"of",
"the",
"specified",
"{"
] | [
"return",
"search",
"with",
"find",
"semantics",
"(",
"element",
",",
"(",
"annotation",
"type",
"!",
"=",
"null",
"?",
"collections",
"singleton",
"(",
"annotation",
"type",
")",
":",
"collections",
"empty",
"set",
"(",
")",
")",
",",
"annotation",
"name"... |
[
"return",
"total",
"rows"
] | [
"return",
"num",
"rows",
"inserted",
";"
] |
[
"return",
"the",
"peak",
"memory",
"used",
"so",
"far",
"in",
"bytes"
] | [
"return",
"sorter",
"get",
"peak",
"memory",
"used",
"bytes",
"(",
")",
";"
] |
[
"frees",
"this",
"sorter",
"s",
"in",
"-",
"memory",
"data",
"structures",
"and",
"cleans",
"up",
"its",
"spill",
"files"
] | [
"sorter",
"cleanup",
"resources",
"(",
")",
";"
] |
[
"return",
"a",
"data",
"source",
"metadata",
"instance",
"with",
"a",
"min",
"size",
"of",
"0",
"and",
"max",
"size",
"of",
"2"
] | [
"protected",
"abstract",
"d",
"get",
"data",
"source",
"metadata",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"alias",
"for",
"an",
"organization",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"alias",
";"
] |
[
"tests",
"the",
"{"
] | [
"final",
"int",
"buffer",
"size",
"=",
"10",
";",
"byte",
"buffer",
"buf",
"=",
"byte",
"buffer",
"allocate",
"(",
"buffer",
"size",
")",
";",
"for",
"(",
"byte",
"i",
"=",
"0",
";",
"i",
"<",
"buffer",
"size",
";",
"i",
"+",
"+",
")",
"{",
"bu... |
[
"tests",
"the",
"{"
] | [
"final",
"int",
"buffer",
"size",
"=",
"10",
";",
"final",
"int",
"list",
"length",
"=",
"10",
";",
"array",
"list",
"<",
"byte",
"buffer",
">",
"buf",
"list",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"list",
"length",
")",
";",
"for",
"(",
"i... |
[
"tests",
"the",
"{"
] | [
"final",
"int",
"buffer",
"size",
"=",
"10",
";",
"byte",
"buffer",
"buf",
"direct",
"=",
"byte",
"buffer",
"allocate",
"direct",
"(",
"buffer",
"size",
")",
";",
"for",
"(",
"byte",
"i",
"=",
"0",
";",
"i",
"<",
"buffer",
"size",
";",
"i",
"+",
... |
[
"tests",
"the",
"{"
] | [
"final",
"int",
"buffer",
"size",
"=",
"10",
";",
"final",
"int",
"list",
"length",
"=",
"10",
";",
"array",
"list",
"<",
"byte",
"buffer",
">",
"buf",
"direct",
"list",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"list",
"length",
")",
";",
"for",... |
[
"tests",
"the",
"{"
] | [
"final",
"int",
"buffer",
"size",
"=",
"10",
";",
"byte",
"buffer",
"mock",
"r",
"p",
"cbuf",
"=",
"byte",
"buffer",
"allocate",
"(",
"buffer",
"size",
")",
";",
"for",
"(",
"byte",
"i",
"=",
"0",
";",
"i",
"<",
"buffer",
"size",
";",
"i",
"+",
... |
[
"tests",
"the",
"{"
] | [
"class",
"test",
"case",
"{",
"byte",
"m",
"expected",
";",
"int",
"m",
"input",
";",
"public",
"test",
"case",
"(",
"byte",
"expected",
",",
"int",
"input",
")",
"{",
"m",
"expected",
"=",
"expected",
";",
"m",
"input",
"=",
"input",
";",
"}",
"}"... |
[
"tests",
"the",
"{"
] | [
"class",
"test",
"case",
"{",
"byte",
"[",
"]",
"m",
"expected",
";",
"int",
"m",
"length",
";",
"int",
"m",
"start",
";",
"public",
"test",
"case",
"(",
"byte",
"[",
"]",
"expected",
",",
"int",
"length",
",",
"int",
"start",
")",
"{",
"m",
"exp... |
[
"tests",
"the",
"{"
] | [
"class",
"test",
"case",
"{",
"boolean",
"m",
"expected",
";",
"byte",
"[",
"]",
"m",
"array",
";",
"int",
"m",
"length",
";",
"int",
"m",
"start",
";",
"public",
"test",
"case",
"(",
"boolean",
"expected",
",",
"byte",
"[",
"]",
"array",
",",
"int... |
[
"tests",
"the",
"{"
] | [
"class",
"test",
"case",
"{",
"byte",
"buffer",
"m",
"expected",
";",
"int",
"m",
"length",
";",
"int",
"m",
"start",
";",
"public",
"test",
"case",
"(",
"byte",
"buffer",
"expected",
",",
"int",
"length",
",",
"int",
"start",
")",
"{",
"m",
"expecte... |
[
"tests",
"the",
"{"
] | [
"class",
"test",
"case",
"{",
"boolean",
"m",
"expected",
";",
"byte",
"buffer",
"m",
"buffer",
";",
"int",
"m",
"length",
";",
"int",
"m",
"start",
";",
"public",
"test",
"case",
"(",
"boolean",
"expected",
",",
"byte",
"buffer",
"buffer",
",",
"int",... |
[
"returns",
"{"
] | [
"return",
"this",
"=",
"=",
"o",
";"
] |
[
"adds",
"the",
"current",
"camel",
"context",
"name",
"and",
"endpoint",
"uri",
"to",
"the",
"job",
"s",
"job",
"data",
"map"
] | [
"update",
"job",
"data",
"map",
"(",
"camel",
"context",
",",
"job",
"detail",
",",
"endpoint",
"uri",
",",
"false",
")",
";"
] |
[
"get",
"the",
"height",
"and",
"width",
"from",
"the",
"configuration"
] | [
"return",
"get",
"height",
"and",
"width",
"(",
"(",
"(",
"org",
"deeplearning",
"4j",
"nn",
"conf",
"layers",
"convolution",
"layer",
")",
"conf",
"get",
"layer",
"(",
")",
")",
"get",
"kernel",
"size",
"(",
")",
")",
";"
] |
[
"returns",
"the",
"number",
"of",
"feature",
"maps",
"for",
"a",
"given",
"shape",
"(",
"must",
"be",
"at",
"least",
"3",
"dimensions"
] | [
"if",
"(",
"shape",
"length",
"<",
"4",
")",
"return",
"1",
";",
"return",
"shape",
"[",
"1",
"]",
";"
] |
[
"read",
"the",
"properties",
"from",
"the",
"journal",
"-",
"sql",
"and",
"extract",
"the",
"database",
"dialects"
] | [
"for",
"(",
"object",
"prop",
":",
"sql",
"key",
"set",
"(",
")",
")",
"{",
"int",
"dot",
"=",
"(",
"(",
"string",
")",
"prop",
")",
"index",
"of",
"(",
"'",
"'",
")",
";",
"if",
"(",
"dot",
">",
"0",
")",
"{",
"database",
"dialects",
"add",
... |
[
"convert",
"the",
"stored",
"date",
"-",
"string",
"from",
"database",
"back",
"to",
"date"
] | [
"if",
"(",
"date",
"=",
"=",
"null",
")",
"{",
"return",
"null",
";",
"}",
"try",
"{",
"return",
"new",
"simple",
"date",
"format",
"(",
"scheduler",
"date",
"format",
")",
"parse",
"(",
"date",
")",
";",
"}",
"catch",
"(",
"parse",
"exception",
"e... |
[
"set",
"the",
"node",
"name",
"for",
"persistence",
"if",
"the",
"state",
"is",
"in",
"timeout",
"or",
"retry",
"timeout",
"to",
"show",
"which",
"node",
"is",
"current",
"active",
"for",
"the",
"timer"
] | [
"if",
"(",
"timer",
"state",
"=",
"=",
"timer",
"state",
"in",
"timeout",
"|",
"|",
"timer",
"state",
"=",
"=",
"timer",
"state",
"retry",
"timeout",
")",
"{",
"statement",
"set",
"string",
"(",
"param",
"index",
",",
"node",
"name",
")",
";",
"}",
... |
[
"{"
] | [
"ignite",
"configuration",
"cfg",
"=",
"super",
"get",
"configuration",
"(",
"ignite",
"instance",
"name",
")",
";",
"test",
"tcp",
"discovery",
"spi",
"disco",
"spi",
"=",
"new",
"test",
"tcp",
"discovery",
"spi",
"(",
")",
";",
"disco",
"spi",
"set",
"... |
[
"{"
] | [
"stop",
"all",
"grids",
"(",
")",
";",
"super",
"after",
"test",
"(",
")",
";"
] |
[
"pick",
"a",
"random",
"value",
"for",
"the",
"unresolved",
"message",
"it",
"is",
"important",
"that",
"this",
"value",
"is",
"not",
"the",
"same",
"as",
"the",
"value",
"for",
"the",
"name",
"for",
"tests",
"like",
"the",
"{"
] | [
"return",
"random",
"boolean",
"(",
")",
"?",
"null",
":",
"random",
"alpha",
"of",
"length",
"(",
"6",
")",
";"
] |
[
"returns",
"time",
"in",
"milliseconds",
"as",
"does",
"system",
"current",
"time",
"millis",
"(",
")",
"but",
"uses",
"elapsed",
"time",
"from",
"an",
"arbitrary",
"epoch",
"more",
"like",
"system",
"nano",
"time",
"(",
")",
"the",
"difference",
"is",
"th... | [
"return",
"system",
"nano",
"time",
"(",
")",
"/",
"1000000",
";"
] |
[
"explicitly",
"returns",
"system",
"dependent",
"current",
"wall",
"time"
] | [
"return",
"system",
"current",
"time",
"millis",
"(",
")",
";"
] |
[
"this",
"is",
"to",
"convert",
"the",
"elapsed",
"time",
"to",
"a",
"date"
] | [
"long",
"wall",
"time",
"=",
"current",
"wall",
"time",
"(",
")",
"+",
"elapsed",
"time",
"-",
"current",
"elapsed",
"time",
"(",
")",
";",
"return",
"new",
"date",
"(",
"wall",
"time",
")",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"assigned",
"to",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"during",
"creation",
"this",
"value",
"should",
"be",
"identical",
"to",
"the",
"value",
"of",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/... | [
"this",
"evaluation",
"id",
"=",
"evaluation",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"assigned",
"to",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"during",
"creation",
"this",
"value",
"should",
"be",
"identical",
"to",
"the",
"value",
"of",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/... | [
"return",
"this",
"evaluation",
"id",
";"
] |
[
"<",
"p",
">",
"a",
"user",
"-",
"supplied",
"id",
"that",
"uniquely",
"identifies",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"evaluation",
"id",
"(",
"evaluation",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"new",
"user",
"-",
"supplied",
"name",
"or",
"description",
"of",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"that",
"will",
"replace",
"the",
"current",
"content",
"<",
"/",
"p",
">"
] | [
"this",
"evaluation",
"name",
"=",
"evaluation",
"name",
";"
] |
[
"<",
"p",
">",
"a",
"new",
"user",
"-",
"supplied",
"name",
"or",
"description",
"of",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"that",
"will",
"replace",
"the",
"current",
"content",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"evaluation",
"name",
";"
] |
[
"<",
"p",
">",
"a",
"user",
"-",
"supplied",
"name",
"or",
"description",
"of",
"the",
"<",
"code",
">",
"evaluation",
"<",
"/",
"code",
">",
"<",
"/",
"p",
">"
] | [
"set",
"evaluation",
"name",
"(",
"evaluation",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"<",
"code",
">",
"m",
"l",
"model",
"<",
"/",
"code",
">",
"to",
"evaluate",
"<",
"/",
"p",
">",
"<",
"p",
">",
"the",
"schema",
"used",
"in",
"creating",
"the",
"<",
"code",
">",
"m",
"l",
"model",
... | [
"set",
"m",
"l",
"model",
"id",
"(",
"m",
"l",
"model",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"data",
"source",
"<",
"/",
"code",
">",
"used",
"for",
"this",
"evaluation",
"<",
"/",
"p",
">"
] | [
"this",
"evaluation",
"data",
"source",
"id",
"=",
"evaluation",
"data",
"source",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"<",
"code",
">",
"data",
"source",
"<",
"/",
"code",
">",
"used",
"for",
"this",
"evaluation",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"evaluation",
"data",
"source",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"id",
"of",
"the",
"<",
"code",
">",
"data",
"source",
"<",
"/",
"code",
">",
"for",
"the",
"evaluation",
"the",
"schema",
"of",
"the",
"<",
"code",
">",
"data",
"source",
"<",
"/",
"code",
">",
"must",
"match",
"the",
"sche... | [
"set",
"evaluation",
"data",
"source",
"id",
"(",
"evaluation",
"data",
"source",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"charged",
"per",
"the",
"period",
"of",
"time",
"specified",
"by",
"the",
"recurring",
"charge",
"frequency",
"<",
"/",
"p",
">"
] | [
"this",
"recurring",
"charge",
"amount",
"=",
"recurring",
"charge",
"amount",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"charged",
"per",
"the",
"period",
"of",
"time",
"specified",
"by",
"the",
"recurring",
"charge",
"frequency",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"recurring",
"charge",
"amount",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"charged",
"per",
"the",
"period",
"of",
"time",
"specified",
"by",
"the",
"recurring",
"charge",
"frequency",
"<",
"/",
"p",
">"
] | [
"set",
"recurring",
"charge",
"amount",
"(",
"recurring",
"charge",
"amount",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"frequency",
"at",
"which",
"the",
"recurring",
"charge",
"amount",
"is",
"applied",
"<",
"/",
"p",
">"
] | [
"this",
"recurring",
"charge",
"frequency",
"=",
"recurring",
"charge",
"frequency",
";"
] |
[
"<",
"p",
">",
"the",
"frequency",
"at",
"which",
"the",
"recurring",
"charge",
"amount",
"is",
"applied",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"recurring",
"charge",
"frequency",
";"
] |
[
"<",
"p",
">",
"the",
"frequency",
"at",
"which",
"the",
"recurring",
"charge",
"amount",
"is",
"applied",
"<",
"/",
"p",
">"
] | [
"set",
"recurring",
"charge",
"frequency",
"(",
"recurring",
"charge",
"frequency",
")",
";",
"return",
"this",
";"
] |
[
"implementations",
"for",
"member",
"visitor"
] | [
"if",
"(",
"usage",
"marker",
"is",
"used",
"(",
"program",
"field",
")",
")",
"{",
"member",
"visitor",
"visit",
"program",
"field",
"(",
"program",
"class",
",",
"program",
"field",
")",
";",
"}"
] |
[
"gets",
"cache",
"atomicity",
"mode",
"<",
"p",
">",
"default",
"value",
"is",
"defined",
"by",
"{",
"@",
"link",
"#",
"dflt",
"cache",
"atomicity",
"mode",
"}"
] | [
"return",
"atomicity",
"mode",
";"
] |
[
"{"
] | [
"return",
"v2",
";"
] |
[
"{"
] | [
"u",
"write",
"string",
"(",
"out",
",",
"seq",
"name",
")",
";",
"out",
"write",
"long",
"(",
"seq",
"val",
")",
";",
"u",
"write",
"string",
"(",
"out",
",",
"cache",
"name",
")",
";",
"out",
"write",
"int",
"(",
"cache",
"id",
")",
";",
"u",... |
[
"{"
] | [
"seq",
"name",
"=",
"u",
"read",
"string",
"(",
"in",
")",
";",
"seq",
"val",
"=",
"in",
"read",
"long",
"(",
")",
";",
"cache",
"name",
"=",
"u",
"read",
"string",
"(",
"in",
")",
";",
"cache",
"id",
"=",
"in",
"read",
"int",
"(",
")",
";",
... |
[
"{"
] | [
"return",
"s",
"to",
"string",
"(",
"cache",
"info",
"class",
",",
"this",
")",
";"
] |
[
"processes",
"android",
"data",
"(",
"assets",
"resources",
"and",
"manifest",
")",
"for",
"android",
"local",
"test",
"targets"
] | [
"return",
"builder",
"for",
"non",
"incremental",
"top",
"level",
"target",
"(",
"data",
"context",
",",
"manifest",
",",
"manifest",
"values",
",",
"aapt",
"version",
")",
"set",
"use",
"compiled",
"resources",
"for",
"merge",
"(",
"aapt",
"version",
"=",
... |
[
"processes",
"android",
"data",
"(",
"assets",
"resources",
"and",
"manifest",
")",
"for",
"android",
"test",
"targets"
] | [
"android",
"resources",
"processor",
"builder",
"builder",
"=",
"builder",
"for",
"non",
"incremental",
"top",
"level",
"target",
"(",
"data",
"context",
",",
"manifest",
",",
"immutable",
"map",
"of",
"(",
")",
",",
"aapt",
"version",
")",
"set",
"merged",
... |
[
"gets",
"the",
"fully",
"processed",
"data",
"from",
"this",
"class"
] | [
"return",
"new",
"r",
"class",
"generator",
"action",
"builder",
"(",
")",
"target",
"aapt",
"version",
"(",
"aapt",
"version",
")",
"with",
"dependencies",
"(",
"resource",
"deps",
")",
"set",
"class",
"jar",
"out",
"(",
"data",
"context",
"create",
"outp... |
[
"finds",
"a",
"reverse",
"rotation",
"to",
"the",
"specified",
"one",
"any",
"side",
"transformed",
"by",
"the",
"rotation",
"passed",
"as",
"a",
"parameter",
"when",
"passed",
"to",
"the",
"returned",
"rotation",
"will",
"return",
"the",
"original",
"side"
] | [
"preconditions",
"check",
"not",
"null",
"(",
"rotation",
")",
";",
"return",
"reverse",
"rotations",
"map",
"get",
"(",
"rotation",
")",
";"
] |
[
"returns",
"all",
"possible",
"rotations",
"for",
"each",
"yaw",
"pitch",
"&",
"roll",
"combination",
"including",
"duplicates"
] | [
"return",
"all",
"rotations",
"value",
"collection",
"(",
")",
";"
] |
[
"returns",
"only",
"unique",
"rotations",
"in",
"respect",
"to",
"transformations",
"rather",
"than",
"in",
"respect",
"to",
"yaw",
"pitch",
"&",
"roll"
] | [
"return",
"normalized",
"rotations",
"value",
"collection",
"(",
")",
";"
] |
[
"adds",
"a",
"segment",
"for",
"periodic",
"lease",
"request",
"the",
"first",
"lease",
"request",
"is",
"sent",
"before",
"{"
] | [
"final",
"long",
"initial",
"delay",
"ms",
"=",
"initial",
"build",
"time",
"ms",
"*",
"9",
"/",
"10",
";",
"final",
"segment",
"completion",
"protocol",
"request",
"params",
"req",
"params",
"=",
"new",
"segment",
"completion",
"protocol",
"request",
"param... |
[
"returns",
"the",
"property",
"map",
"that",
"manages",
"the",
"set",
"of",
"properties",
"for",
"an",
"object"
] | [
"return",
"property",
"map",
"immutable",
"empty",
"map",
"(",
")",
";"
] |
[
"default",
"get",
"slot",
"implementation",
"this",
"gets",
"overridden",
"by",
"function",
"type",
"for",
"lazily",
"-",
"resolved",
"prototypes"
] | [
"return",
"get",
"property",
"map",
"(",
")",
"get",
"slot",
"(",
"name",
")",
";"
] |
[
"gets",
"the",
"declared",
"default",
"element",
"type"
] | [
"return",
"null",
";"
] |
[
"sets",
"the",
"doc",
"info",
"for",
"this",
"type",
"from",
"the",
"given",
"{"
] | [
"doc",
"info",
"=",
"info",
";"
] |
[
"detects",
"cycles",
"in",
"either",
"the",
"implicit",
"prototype",
"chain",
"or",
"the",
"implemented",
"/",
"extended",
"interfaces",
"<",
"p",
">"
] | [
"if",
"(",
"detect",
"implicit",
"prototype",
"cycle",
"(",
")",
"|",
"|",
"iterables",
"contains",
"(",
"this",
"get",
"ctor",
"implemented",
"interfaces",
"(",
")",
",",
"this",
")",
")",
"{",
"return",
"true",
";",
"}",
"function",
"type",
"fn",
"ty... |
[
"gets",
"the",
"reference",
"name",
"for",
"this",
"object",
"this",
"includes",
"named",
"types",
"like",
"constructors",
"prototypes",
"and",
"enums",
"it",
"notably",
"does",
"not",
"include",
"literal",
"types",
"like",
"strings",
"and",
"booleans",
"and",
... | [
"@",
"nullable",
"public",
"abstract",
"string",
"get",
"reference",
"name",
"(",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.