docstring_tokens list | code_tokens list |
|---|---|
[
"returns",
"a",
"new",
"{"
] | [
"byte",
"buffer",
"container",
"=",
"buffer",
"utils",
"create",
"byte",
"buffer",
"(",
"sizeof",
")",
";",
"return",
"wrap",
"(",
"vk",
"shader",
"module",
"create",
"info",
"class",
",",
"mem",
"address",
"(",
"container",
")",
",",
"container",
")",
"... |
[
"returns",
"a",
"new",
"{"
] | [
"return",
"wrap",
"(",
"vk",
"shader",
"module",
"create",
"info",
"class",
",",
"address",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"address",
"=",
"=",
"null",
"?",
"null",
":",
"wrap",
"(",
"vk",
"shader",
"module",
"create",
"info",
"class",
",",
"address",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"alloc",
"mem",
"alloc",
"}",
"the",
"instance",
"must",
"be",
"explicitl... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"alloc",
"checked",
"(",
"check",
"malloc",
"(",
"capacity",
",",
"sizeof",
")",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"buffer",
"}",
"instance",
"allocated",
"with",
"{",
"@",
"link",
"memory",
"util",
"#",
"mem",
"calloc",
"mem",
"calloc",
"}",
"the",
"instance",
"must",
"be",
"explici... | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"nmem",
"calloc",
"checked",
"(",
"capacity",
",",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"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",
"vk",
"shader",
"module",
"create",
"info",
"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",
"vk",
"shader",
"module",
"create",
"info",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"vk",
"shader",
"module",
"create",
"info",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
"zero"
] | [
"return",
"wrap",
"(",
"vk",
"shader",
"module",
"create",
"info",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
... | [
"return",
"calloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"buffer",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"capacity",
"*",
"sizeof",
")",
",",
"capacity",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"shader",
"module",
"create",
"info",
"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",
"shader",
"module",
"create",
"info",
"stype",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"pnext",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"flags",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"codesize",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"byte",
"buffer",
"(",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"pcode",
")",
",",
"(",
"int",
")",
"ncode",
"size",
"(",
"struct",
")",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"stype",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"pnext",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"flags",
",",
"value",
")",
";"
] |
[
"sets",
"the",
"specified",
"value",
"to",
"the",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"codesize",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"pcode",
",",
"mem",
"address",
"(",
"value",
")",
")",
";",
"ncode",
"size",
"(",
"struct",
",",
"value",
"remaining",
"(",
")",
")",
";"
] |
[
"validates",
"pointer",
"members",
"that",
"should",
"not",
"be",
"{",
"@",
"code",
"null",
"}"
] | [
"check",
"(",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"shader",
"module",
"create",
"info",
"pcode",
")",
")",
";"
] |
[
"add",
"the",
"{",
"@",
"link",
"audit",
"override",
"}",
"annotations"
] | [
"final",
"audit",
"override",
"annotation",
"override",
"=",
"property",
"get",
"annotation",
"(",
"audit",
"override",
"class",
")",
";",
"if",
"(",
"annotation",
"override",
"!",
"=",
"null",
")",
"{",
"property",
"data",
"add",
"auditing",
"override",
"("... |
[
"{"
] | [
"super",
"init",
"new",
"page",
"(",
"page",
"addr",
",",
"page",
"id",
",",
"page",
"size",
")",
";",
"set",
"count",
"(",
"page",
"addr",
",",
"0",
")",
";",
"set",
"next",
"counters",
"page",
"id",
"(",
"page",
"addr",
",",
"0",
")",
";"
] |
[
"mutators"
] | [
"lock",
"write",
"lock",
"=",
"acquire",
"write",
"lock",
"(",
")",
";",
"try",
"{",
"+",
"+",
"counter",
"1",
";",
"}",
"finally",
"{",
"release",
"lock",
"(",
"write",
"lock",
")",
";",
"}"
] |
[
"<",
"p",
">",
"the",
"unique",
"identifier",
"of",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"this",
"query",
"execution",
"id",
"=",
"query",
"execution",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"unique",
"identifier",
"of",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"query",
"execution",
"id",
";"
] |
[
"<",
"p",
">",
"the",
"unique",
"identifier",
"for",
"each",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"set",
"query",
"execution",
"id",
"(",
"query",
"execution",
"id",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"query",
"to",
"filter",
"users",
"by",
"user",
"name",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"query",
";"
] |
[
"<",
"p",
">",
"the",
"sql",
"query",
"statements",
"which",
"the",
"query",
"execution",
"ran",
"<",
"/",
"p",
">"
] | [
"set",
"query",
"(",
"query",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"query",
"statement",
"that",
"was",
"run",
"<",
"code",
">",
"ddl",
"<",
"/",
"code",
">",
"indicates",
"ddl",
"query",
"statements",
"<",
"code",
">",
"dml",
"<",
"/",
"code",
">",
"indicates",
"dml",
"(",
"dat... | [
"this",
"statement",
"type",
"=",
"statement",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"query",
"statement",
"that",
"was",
"run",
"<",
"code",
">",
"ddl",
"<",
"/",
"code",
">",
"indicates",
"ddl",
"query",
"statements",
"<",
"code",
">",
"dml",
"<",
"/",
"code",
">",
"indicates",
"dml",
"(",
"dat... | [
"return",
"this",
"statement",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"query",
"statement",
"that",
"was",
"run",
"<",
"code",
">",
"ddl",
"<",
"/",
"code",
">",
"indicates",
"ddl",
"query",
"statements",
"<",
"code",
">",
"dml",
"<",
"/",
"code",
">",
"indicates",
"dml",
"(",
"dat... | [
"set",
"statement",
"type",
"(",
"statement",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"type",
"of",
"query",
"statement",
"that",
"was",
"run",
"<",
"code",
">",
"ddl",
"<",
"/",
"code",
">",
"indicates",
"ddl",
"query",
"statements",
"<",
"code",
">",
"dml",
"<",
"/",
"code",
">",
"indicates",
"dml",
"(",
"dat... | [
"this",
"statement",
"type",
"=",
"statement",
"type",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"specifies",
"information",
"about",
"where",
"and",
"how",
"to",
"save",
"the",
"results",
"of",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"this",
"result",
"configuration",
"=",
"result",
"configuration",
";"
] |
[
"<",
"p",
">",
"specifies",
"information",
"about",
"where",
"and",
"how",
"to",
"save",
"the",
"results",
"of",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"result",
"configuration",
";"
] |
[
"<",
"p",
">",
"the",
"location",
"in",
"amazon",
"s3",
"where",
"query",
"results",
"were",
"stored",
"and",
"the",
"encryption",
"option",
"if",
"any",
"used",
"for",
"query",
"results",
"<",
"/",
"p",
">"
] | [
"set",
"result",
"configuration",
"(",
"result",
"configuration",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"database",
"within",
"which",
"the",
"query",
"executes",
"<",
"/",
"p",
">"
] | [
"this",
"query",
"execution",
"context",
"=",
"query",
"execution",
"context",
";"
] |
[
"<",
"p",
">",
"the",
"database",
"within",
"which",
"the",
"query",
"executes",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"query",
"execution",
"context",
";"
] |
[
"<",
"p",
">",
"the",
"database",
"in",
"which",
"the",
"query",
"execution",
"occurred",
"<",
"/",
"p",
">"
] | [
"set",
"query",
"execution",
"context",
"(",
"query",
"execution",
"context",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"completion",
"date",
"current",
"state",
"submission",
"time",
"and",
"state",
"change",
"reason",
"(",
"if",
"applicable",
")",
"for",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"this",
"status",
"=",
"status",
";"
] |
[
"<",
"p",
">",
"the",
"completion",
"date",
"current",
"state",
"submission",
"time",
"and",
"state",
"change",
"reason",
"(",
"if",
"applicable",
")",
"for",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"status",
";"
] |
[
"<",
"p",
">",
"the",
"completion",
"date",
"current",
"state",
"submission",
"time",
"and",
"state",
"change",
"reason",
"(",
"if",
"applicable",
")",
"for",
"the",
"query",
"execution",
"<",
"/",
"p",
">"
] | [
"set",
"status",
"(",
"status",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"of",
"data",
"scanned",
"during",
"the",
"query",
"execution",
"and",
"the",
"amount",
"of",
"time",
"that",
"it",
"took",
"to",
"execute",
"and",
"the",
"type",
"of",
"statement",
"that",
"was",
"run",
"<",
"/",
"p",
... | [
"this",
"statistics",
"=",
"statistics",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"of",
"data",
"scanned",
"during",
"the",
"query",
"execution",
"and",
"the",
"amount",
"of",
"time",
"that",
"it",
"took",
"to",
"execute",
"and",
"the",
"type",
"of",
"statement",
"that",
"was",
"run",
"<",
"/",
"p",
... | [
"return",
"this",
"statistics",
";"
] |
[
"<",
"p",
">",
"the",
"amount",
"of",
"data",
"scanned",
"during",
"the",
"query",
"execution",
"and",
"the",
"amount",
"of",
"time",
"that",
"it",
"took",
"to",
"execute",
"and",
"the",
"type",
"of",
"statement",
"that",
"was",
"run",
"<",
"/",
"p",
... | [
"set",
"statistics",
"(",
"statistics",
")",
";",
"return",
"this",
";"
] |
[
"/",
"*"
] | [
"return",
"new",
"java",
"doc",
"context",
"(",
"this",
",",
"document",
",",
"offset",
",",
"length",
",",
"compilation",
"unit",
")",
";"
] |
[
"/",
"*"
] | [
"return",
"new",
"java",
"doc",
"context",
"(",
"this",
",",
"document",
",",
"completion",
"position",
",",
"compilation",
"unit",
")",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"the",
"certificate",
"was",
"created",
"<",
"/",
"p",
">"
] | [
"this",
"creation",
"date",
"=",
"creation",
"date",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"the",
"certificate",
"was",
"created",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"creation",
"date",
";"
] |
[
"<",
"p",
">",
"a",
"timestamp",
"for",
"when",
"this",
"option",
"was",
"created",
"<",
"/",
"p",
">"
] | [
"set",
"creation",
"date",
"(",
"creation",
"date",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"that",
"the",
"value",
"of",
"<",
"code",
">",
"status",
"<",
"/",
"code",
">",
"changed",
"to",
"the",
"current",
"value",
"in",
"unix",
"date",
"/",
"time",
"format",
"and",
"coordinated",
"universal",
... | [
"this",
"update",
"date",
"=",
"update",
"date",
";"
] |
[
"<",
"p",
">",
"the",
"date",
"and",
"time",
"that",
"the",
"value",
"of",
"<",
"code",
">",
"status",
"<",
"/",
"code",
">",
"changed",
"to",
"the",
"current",
"value",
"in",
"unix",
"date",
"/",
"time",
"format",
"and",
"coordinated",
"universal",
... | [
"return",
"this",
"update",
"date",
";"
] |
[
"<",
"p",
">",
"a",
"timestamp",
"for",
"when",
"this",
"option",
"was",
"last",
"updated",
"<",
"/",
"p",
">"
] | [
"set",
"update",
"date",
"(",
"update",
"date",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"integer",
"that",
"indicates",
"when",
"this",
"option",
"was",
"last",
"updated",
"<",
"/",
"p",
">"
] | [
"this",
"update",
"version",
"=",
"update",
"version",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"integer",
"that",
"indicates",
"when",
"this",
"option",
"was",
"last",
"updated",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"update",
"version",
";"
] |
[
"<",
"p",
">",
"a",
"unique",
"integer",
"that",
"indicates",
"when",
"this",
"option",
"was",
"last",
"updated",
"<",
"/",
"p",
">"
] | [
"set",
"update",
"version",
"(",
"update",
"version",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"state",
"of",
"processing",
"a",
"change",
"to",
"an",
"option",
"possible",
"values",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"requires",
"index",
"documents",
"<",
"/",
"code",
">",
":",... | [
"set",
"state",
"(",
"state",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"state",
"of",
"processing",
"a",
"change",
"to",
"an",
"option",
"possible",
"values",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"requires",
"index",
"documents",
"<",
"/",
"code",
">",
":",... | [
"with",
"state",
"(",
"state",
")",
";"
] |
[
"<",
"p",
">",
"the",
"state",
"of",
"processing",
"a",
"change",
"to",
"an",
"option",
"possible",
"values",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"code",
">",
"requires",
"index",
"documents",
"<",
"/",
"code",
">",
":",... | [
"this",
"state",
"=",
"state",
"to",
"string",
"(",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"indicates",
"that",
"the",
"option",
"will",
"be",
"deleted",
"once",
"processing",
"is",
"complete",
"<",
"/",
"p",
">"
] | [
"this",
"pending",
"deletion",
"=",
"pending",
"deletion",
";"
] |
[
"<",
"p",
">",
"indicates",
"that",
"the",
"option",
"will",
"be",
"deleted",
"once",
"processing",
"is",
"complete",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"pending",
"deletion",
";"
] |
[
"<",
"p",
">",
"indicates",
"that",
"the",
"option",
"will",
"be",
"deleted",
"once",
"processing",
"is",
"complete",
"<",
"/",
"p",
">"
] | [
"set",
"pending",
"deletion",
"(",
"pending",
"deletion",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"indicates",
"that",
"the",
"option",
"will",
"be",
"deleted",
"once",
"processing",
"is",
"complete",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"pending",
"deletion",
";"
] |
[
"to",
"specific",
"a",
"maximum",
"line",
"length",
"for",
"the",
"encoded",
"data",
"<",
"p",
"/",
">",
"by",
"default",
"76",
"is",
"used"
] | [
"this",
"line",
"length",
"=",
"line",
"length",
";"
] |
[
"gets",
"the",
"line",
"separator",
"if",
"{",
"@",
"code",
"null",
"}",
"then",
"the",
"default",
"format",
"value",
"is",
"used"
] | [
"return",
"line",
"separator",
";"
] |
[
"instead",
"of",
"emitting",
"+",
"and",
"/",
"we",
"emit",
"-",
"and",
"respectively",
"url",
"safe",
"is",
"only",
"applied",
"to",
"encode",
"operations",
"decoding",
"seamlessly",
"handles",
"both",
"modes",
"is",
"by",
"default",
"false"
] | [
"this",
"url",
"safe",
"=",
"url",
"safe",
";"
] |
[
"api"
] | [
"return",
"dao",
";"
] |
[
"this",
"method",
"can",
"be",
"called",
"to",
"indicate",
"that",
"the",
"timer",
"is",
"no",
"longer",
"managed",
"be",
"a",
"timer",
"heap",
"e",
"g",
"because",
"it",
"as",
"removed"
] | [
"set",
"internal",
"index",
"(",
"not",
"contained",
")",
";"
] |
[
"{"
] | [
"return",
"child",
"(",
"0",
")",
";"
] |
[
"{"
] | [
"if",
"(",
"child",
"=",
"=",
"null",
")",
"throw",
"new",
"null",
"pointer",
"exception",
"(",
")",
";",
"children",
"set",
"(",
"idx",
",",
"child",
")",
";"
] |
[
"{"
] | [
"return",
"get",
"s",
"q",
"l",
"(",
")",
";"
] |
[
"{"
] | [
"throw",
"new",
"illegal",
"state",
"exception",
"(",
")",
";"
] |
[
"{"
] | [
"return",
"this",
"=",
"=",
"o",
"|",
"|",
"(",
"!",
"(",
"o",
"=",
"=",
"null",
"|",
"|",
"get",
"class",
"(",
")",
"!",
"=",
"o",
"get",
"class",
"(",
")",
")",
"&",
"&",
"children",
"equals",
"(",
"(",
"(",
"grid",
"sql",
"element",
")",... |
[
"get",
"table",
"name"
] | [
"return",
"table",
"name",
";"
] |
[
"create",
"connection",
"factory",
"connection",
"factory"
] | [
"weixin",
"properties",
"weixin",
"config",
"=",
"security",
"properties",
"get",
"social",
"(",
")",
"get",
"weixin",
"(",
")",
";",
"return",
"new",
"weixin",
"connection",
"factory",
"(",
"weixin",
"config",
"get",
"provider",
"id",
"(",
")",
",",
"weix... |
[
"<",
"p",
">",
"a",
"list",
"of",
"policy",
"names",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"allows",
"(",
"per",
"its",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"wikipedia",
"org",
"/",
"wiki",
"/",
"regex",
">",
"regex",... | [
"if",
"(",
"policy",
"names",
"=",
"=",
"null",
")",
"{",
"policy",
"names",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
")",
";",
"}",
"return",
"policy",
"names",
";"
] |
[
"<",
"p",
">",
"a",
"list",
"of",
"policy",
"names",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"allows",
"(",
"per",
"its",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"wikipedia",
"org",
"/",
"wiki",
"/",
"regex",
">",
"regex",... | [
"if",
"(",
"policy",
"names",
"=",
"=",
"null",
")",
"{",
"this",
"policy",
"names",
"=",
"null",
";",
"return",
";",
"}",
"this",
"policy",
"names",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"pol... |
[
"<",
"p",
">",
"a",
"list",
"of",
"names",
"of",
"policies",
"that",
"apply",
"to",
"the",
"specified",
"identity",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
... | [
"if",
"(",
"this",
"policy",
"names",
"=",
"=",
"null",
")",
"{",
"set",
"policy",
"names",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"policy",
"names",
"length",
")",
")",
";",
"}",
"for",
"(",
... |
[
"<",
"p",
">",
"a",
"list",
"of",
"names",
"of",
"policies",
"that",
"apply",
"to",
"the",
"specified",
"identity",
"<",
"/",
"p",
">"
] | [
"set",
"policy",
"names",
"(",
"policy",
"names",
")",
";",
"return",
"this",
";"
] |
[
"creates",
"a",
"read",
"-",
"only",
"dbus",
"event",
"out",
"of",
"an",
"already",
"initialized",
"(",
"serialized",
")",
"buffer",
"except",
"with",
"the",
"specified",
"scn",
"the",
"event",
"s",
"header",
"crc",
"is",
"updated",
"appropriately"
] | [
"dbus",
"event",
"factory",
"event",
"factory",
";",
"if",
"(",
"version",
"=",
"=",
"dbus",
"event",
"factory",
"dbus",
"event",
"v1",
")",
"{",
"event",
"factory",
"=",
"new",
"dbus",
"event",
"v",
"1",
"factory",
"(",
")",
";",
"}",
"else",
"if",
... |
[
"returns",
"the",
"number",
"of",
"key",
"-",
"value",
"pairs",
"in",
"this",
"symbol",
"table"
] | [
"return",
"n",
";"
] |
[
"returns",
"true",
"if",
"this",
"symbol",
"table",
"is",
"empty"
] | [
"return",
"size",
"(",
")",
"=",
"=",
"0",
";"
] |
[
"hash",
"value",
"between",
"0",
"and",
"m",
"-",
"1"
] | [
"return",
"(",
"key",
"hash",
"code",
"(",
")",
"&",
"0x",
"7fffffff",
")",
"%",
"m",
";"
] |
[
"resizes",
"the",
"hash",
"table",
"to",
"the",
"given",
"capacity",
"by",
"re",
"-",
"hashing",
"all",
"of",
"the",
"keys"
] | [
"linear",
"probing",
"hash",
"s",
"t",
"<",
"key",
",",
"value",
">",
"temp",
"=",
"new",
"linear",
"probing",
"hash",
"s",
"t",
"<",
"key",
",",
"value",
">",
"(",
"capacity",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"m",
"... |
[
"returns",
"all",
"keys",
"in",
"this",
"symbol",
"table",
"as",
"an",
"{",
"@",
"code",
"iterable",
"}",
"to",
"iterate",
"over",
"all",
"of",
"the",
"keys",
"in",
"the",
"symbol",
"table",
"named",
"{",
"@",
"code",
"st",
"}",
"use",
"the",
"foreac... | [
"queue",
"<",
"key",
">",
"queue",
"=",
"new",
"queue",
"<",
"key",
">",
"(",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"m",
";",
"i",
"+",
"+",
")",
"if",
"(",
"keys",
"[",
"i",
"]",
"!",
"=",
"null",
")",
"queue",
"en... |
[
"writes",
"data",
"to",
"the",
"given",
"stream",
"of",
"the",
"given",
"size",
"flushing",
"every",
"x",
"bytes"
] | [
"int",
"buffer",
"size",
"=",
"(",
"int",
")",
"math",
"min",
"(",
"1000",
",",
"flush",
"interval",
")",
";",
"byte",
"[",
"]",
"buffer",
"=",
"new",
"byte",
"[",
"buffer",
"size",
"]",
";",
"arrays",
"fill",
"(",
"buffer",
",",
"(",
"byte",
")"... |
[
"writes",
"data",
"to",
"the",
"given",
"file",
"of",
"the",
"given",
"size",
"flushing",
"every",
"x",
"bytes",
"measure",
"performance",
"of",
"that",
"and",
"return",
"it"
] | [
"azure",
"file",
"system",
"instrumentation",
"instrumentation",
"=",
"fs",
"get",
"instrumentation",
"(",
")",
";",
"long",
"initial",
"requests",
"=",
"instrumentation",
"get",
"current",
"web",
"responses",
"(",
")",
";",
"date",
"start",
"=",
"new",
"date"... |
[
"runs",
"the",
"benchmark",
"over",
"a",
"small",
"10",
"kb",
"file",
"flushing",
"every",
"500",
"bytes"
] | [
"azure",
"blob",
"storage",
"test",
"account",
"test",
"account",
"=",
"azure",
"blob",
"storage",
"test",
"account",
"create",
"(",
")",
";",
"if",
"(",
"test",
"account",
"=",
"=",
"null",
")",
"{",
"return",
";",
"}",
"try",
"{",
"test",
"for",
"s... |
[
"runs",
"the",
"benchmark",
"for",
"the",
"given",
"file",
"size",
"and",
"flush",
"frequency",
"from",
"the",
"command",
"line"
] | [
"configuration",
"conf",
"=",
"new",
"configuration",
"(",
")",
";",
"long",
"size",
"=",
"10",
"*",
"1000",
"*",
"1000",
";",
"long",
"flush",
"interval",
"=",
"2000",
";",
"if",
"(",
"argv",
"length",
">",
"0",
")",
"{",
"size",
"=",
"long",
"par... |
[
"converts",
"a",
"dimension",
"map",
"into",
"a",
"filter",
"multi",
"map"
] | [
"multimap",
"<",
"string",
",",
"string",
">",
"filter",
"=",
"hash",
"multimap",
"create",
"(",
")",
";",
"for",
"(",
"map",
"entry",
"<",
"string",
",",
"string",
">",
"dimension",
":",
"dimension",
"map",
"entry",
"set",
"(",
")",
")",
"{",
"filte... |
[
"groups",
"a",
"set",
"of",
"anomalies",
"per",
"metric",
"dimension",
"(",
"s",
")"
] | [
"map",
"<",
"dimension",
"map",
",",
"list",
"<",
"merged",
"anomaly",
"result",
"d",
"t",
"o",
">",
">",
"anomalies",
"by",
"dimension",
"=",
"new",
"hash",
"map",
"<",
">",
"(",
")",
";",
"for",
"(",
"merged",
"anomaly",
"result",
"d",
"t",
"o",
... |
[
"prepare",
"input",
"data",
"for",
"the",
"legacy",
"merger",
"removes",
"generated",
"anomalies",
"that",
"are",
"already",
"fully",
"contained",
"in",
"existing",
"anomalies"
] | [
"list",
"<",
"merged",
"anomaly",
"result",
"d",
"t",
"o",
">",
"incoming",
"=",
"new",
"array",
"list",
"<",
">",
"(",
"generated",
")",
";",
"iterator",
"<",
"merged",
"anomaly",
"result",
"d",
"t",
"o",
">",
"it",
"inc",
"=",
"incoming",
"iterator... |
[
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"-",
"... | [
"buffer",
"blocker",
"=",
"new",
"cached",
"buffer",
"blocker",
"(",
"page",
"size",
")",
";"
] |
[
"a",
"convenience",
"method",
"for",
"creating",
"a",
"metrics",
"cache"
] | [
"return",
"cache",
"builder",
"new",
"builder",
"(",
")",
"maximum",
"size",
"(",
"cache",
"max",
"size",
")",
"expire",
"after",
"write",
"(",
"cache",
"ttl",
"seconds",
",",
"time",
"unit",
"seconds",
")",
"ticker",
"(",
"cache",
"ticker",
")",
"build"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.