docstring_tokens
sequence | code_tokens
sequence |
---|---|
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"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",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"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",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"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",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"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",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"wrap",
"(",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"class",
",",
"stack",
"nmalloc",
"(",
"alignof",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"}",
"instance",
"allocated",
"on",
"the",
"specified",
"{",
"@",
"link",
"memory",
"stack",
"}",
"and",
"initializes",
"all",
"its",
"bits",
"to",
"zero"
] | [
"return",
"wrap",
"(",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"class",
",",
"stack",
"ncalloc",
"(",
"alignof",
",",
"1",
",",
"sizeof",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"buffer",
"}",
"instance",
"allocated",
"on",
"the",
"thread",
"-",
"local",
"{",
"@",
"link",
"memory",
"stack",
"}"
] | [
"return",
"malloc",
"stack",
"(",
"capacity",
",",
"stack",
"get",
"(",
")",
")",
";"
] |
[
"returns",
"a",
"new",
"{",
"@",
"link",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"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",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"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",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"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",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"stype",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"mem",
"get",
"address",
"(",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"pnext",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"long",
"(",
"null",
",",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"semaphore",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"return",
"unsafe",
"get",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"handletype",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"stype",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"mem",
"put",
"address",
"(",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"pnext",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"long",
"(",
"null",
",",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"semaphore",
",",
"value",
")",
";"
] |
[
"unsafe",
"version",
"of",
"{"
] | [
"unsafe",
"put",
"int",
"(",
"null",
",",
"struct",
"+",
"vk",
"semaphore",
"get",
"win",
"3",
"2",
"handle",
"info",
"k",
"h",
"r",
"handletype",
",",
"value",
")",
";"
] |
[
"starts",
"building",
"a",
"nameless",
"union",
"operator",
"to",
"view",
"at",
"least",
"two",
"datasets",
"as",
"one"
] | [
"return",
"of",
"(",
"arrays",
"as",
"list",
"(",
"data",
"sets",
")",
")",
";"
] |
[
"starts",
"building",
"a",
"nameless",
"union",
"operator",
"to",
"view",
"at",
"least",
"two",
"datasets",
"as",
"one"
] | [
"return",
"named",
"(",
"null",
")",
"of",
"(",
"data",
"sets",
")",
";"
] |
[
"starts",
"building",
"a",
"named",
"{",
"@",
"link",
"flat",
"map",
"}",
"operator"
] | [
"return",
"new",
"builder",
"<",
">",
"(",
"name",
")",
";"
] |
[
"specifies",
"the",
"two",
"data",
"sets",
"to",
"be",
"unioned"
] | [
"return",
"of",
"(",
"arrays",
"as",
"list",
"(",
"data",
"sets",
")",
")",
";"
] |
[
"specifies",
"the",
"two",
"data",
"sets",
"to",
"be",
"unioned"
] | [
"public",
"abstract",
"<",
"input",
"t",
">",
"output",
"builder",
"<",
"input",
"t",
">",
"of",
"(",
"list",
"<",
"dataset",
"<",
"input",
"t",
">",
">",
"data",
"sets",
")",
";"
] |
[
"factory",
"method",
"that",
"returns",
"an",
"instance",
"of",
"the",
"listener"
] | [
"if",
"(",
"listener",
"=",
"=",
"null",
")",
"{",
"listener",
"=",
"new",
"jmx",
"event",
"listener",
"(",
")",
";",
"}",
"return",
"listener",
";"
] |
[
"in",
"the",
"old",
"type",
"checker",
"a",
"type",
"variable",
"is",
"considered",
"unknown",
"so",
"other",
"types",
"can",
"be",
"used",
"as",
"type",
"variables",
"and",
"vice",
"versa",
"without",
"warning",
"nti",
"correctly",
"warns",
"however",
"we",
"don",
"t",
"want",
"to",
"block",
"disambiguation",
"in",
"these",
"cases",
"so",
"to",
"avoid",
"types",
"getting",
"invalidated",
"we",
"don",
"t",
"register",
"the",
"mismatch",
"otherwise",
"to",
"get",
"good",
"disambiguation",
"we",
"would",
"have",
"to",
"add",
"casts",
"all",
"over",
"the",
"code",
"base",
"todo",
"(",
"dimvar",
")",
":",
"this",
"can",
"be",
"made",
"safe",
"in",
"the",
"distant",
"future",
"where",
"we",
"have",
"bounded",
"generics",
"*",
"and",
"*",
"we",
"have",
"switched",
"all",
"the",
"unsafe",
"uses",
"of",
"type",
"variables",
"in",
"the",
"code",
"base",
"to",
"use",
"bounded",
"generics"
] | [
"return",
"!",
"found",
"is",
"type",
"variable",
"(",
")",
"&",
"&",
"!",
"required",
"is",
"type",
"variable",
"(",
")",
";"
] |
[
"frees",
"allocated",
"resources"
] | [
"m",
"provider",
"remove",
"listener",
"(",
"m",
"internal",
"debugger",
"listener",
")",
";"
] |
[
"when",
"a",
"new",
"debugger",
"is",
"added",
"we",
"have",
"to",
"add",
"another",
"entry",
"in",
"the",
"combobox",
"for",
"that",
"debugger"
] | [
"add",
"item",
"(",
"new",
"c",
"debugger",
"wrapper",
"(",
"debugger",
")",
")",
";"
] |
[
"when",
"a",
"debugger",
"is",
"removed",
"we",
"have",
"to",
"remove",
"the",
"corresponding",
"entry",
"from",
"the",
"combobox"
] | [
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"get",
"item",
"count",
"(",
")",
";",
"i",
"+",
"+",
")",
"{",
"if",
"(",
"get",
"item",
"at",
"(",
"i",
")",
"get",
"object",
"(",
")",
"=",
"=",
"debugger",
")",
"{",
"remove",
"item",
"at",
"(",
"i",
")",
";",
"return",
";",
"}",
"}"
] |
[
"todo",
":",
"rename",
"and",
"change",
"types",
"and",
"number",
"of",
"parameters"
] | [
"blank",
"fragment",
"fragment",
"=",
"new",
"blank",
"fragment",
"(",
")",
";",
"bundle",
"args",
"=",
"new",
"bundle",
"(",
")",
";",
"args",
"put",
"string",
"(",
"arg",
"param1",
",",
"param",
"1",
")",
";",
"args",
"put",
"string",
"(",
"arg",
"param2",
",",
"param",
"2",
")",
";",
"fragment",
"set",
"arguments",
"(",
"args",
")",
";",
"return",
"fragment",
";"
] |
[
"todo",
":",
"rename",
"method",
"update",
"argument",
"and",
"hook",
"method",
"into",
"ui",
"event"
] | [
"if",
"(",
"m",
"listener",
"!",
"=",
"null",
")",
"{",
"m",
"listener",
"on",
"fragment",
"interaction",
"(",
"uri",
")",
";",
"}"
] |
[
"data",
"sources"
] | [
"synchronized",
"(",
"data",
"sources",
")",
"{",
"for",
"(",
"data",
"source",
"descriptor",
"dsd",
":",
"data",
"sources",
")",
"{",
"if",
"(",
"dsd",
"get",
"id",
"(",
")",
"equals",
"(",
"id",
")",
")",
"{",
"return",
"dsd",
";",
"}",
"}",
"}",
"return",
"null",
";"
] |
[
"saved",
"filters"
] | [
"for",
"(",
"d",
"b",
"s",
"object",
"filter",
"filter",
":",
"saved",
"filters",
")",
"{",
"if",
"(",
"common",
"utils",
"equal",
"objects",
"(",
"filter",
"get",
"name",
"(",
")",
",",
"name",
")",
")",
"{",
"return",
"filter",
";",
"}",
"}",
"return",
"null",
";"
] |
[
"data",
"sources"
] | [
"final",
"data",
"source",
"descriptor",
"descriptor",
"=",
"(",
"data",
"source",
"descriptor",
")",
"data",
"source",
";",
"synchronized",
"(",
"data",
"sources",
")",
"{",
"this",
"data",
"sources",
"add",
"(",
"descriptor",
")",
";",
"}",
"if",
"(",
"!",
"data",
"source",
"is",
"temporary",
"(",
")",
")",
"{",
"this",
"save",
"data",
"sources",
"(",
")",
";",
"}",
"notify",
"data",
"source",
"listeners",
"(",
"new",
"d",
"b",
"p",
"event",
"(",
"d",
"b",
"p",
"event",
"action",
"object",
"add",
",",
"descriptor",
",",
"true",
")",
")",
";"
] |
[
"find",
"data",
"source",
"in",
"all",
"available",
"registries"
] | [
"project",
"registry",
"project",
"registry",
"=",
"d",
"beaver",
"core",
"get",
"instance",
"(",
")",
"get",
"project",
"registry",
"(",
")",
";",
"for",
"(",
"i",
"project",
"project",
":",
"d",
"beaver",
"core",
"get",
"instance",
"(",
")",
"get",
"live",
"projects",
"(",
")",
")",
"{",
"data",
"source",
"registry",
"data",
"source",
"registry",
"=",
"project",
"registry",
"get",
"data",
"source",
"registry",
"(",
"project",
")",
";",
"if",
"(",
"data",
"source",
"registry",
"!",
"=",
"null",
")",
"{",
"data",
"source",
"descriptor",
"data",
"source",
"container",
"=",
"data",
"source",
"registry",
"get",
"data",
"source",
"(",
"data",
"source",
"id",
")",
";",
"if",
"(",
"data",
"source",
"container",
"!",
"=",
"null",
")",
"{",
"return",
"data",
"source",
"container",
";",
"}",
"}",
"}",
"return",
"null",
";"
] |
[
"resets",
"the",
"state",
"to",
"the",
"initial",
"state",
"for",
"future",
"reuse"
] | [
"cd",
"=",
"init",
"cd",
";",
"serializer",
"=",
"init",
"serializer",
";",
"in",
"position",
"(",
"init",
"position",
")",
";",
"final",
"position",
"=",
"init",
"final",
"position",
";",
"offset",
"=",
"init",
"offset",
";"
] |
[
"when",
"we",
"advance",
"in",
"the",
"token",
"navigation",
"we",
"need",
"to",
"re",
"-",
"initialise",
"the",
"class",
"definition",
"with",
"the",
"coordinates",
"of",
"the",
"new",
"portable",
"object",
"in",
"the",
"context",
"of",
"which",
"we",
"will",
"be",
"navigating",
"further"
] | [
"cd",
"=",
"serializer",
"setup",
"position",
"and",
"definition",
"(",
"in",
",",
"factory",
"id",
",",
"class",
"id",
",",
"version",
")",
";",
"init",
"final",
"position",
"and",
"offset",
"(",
"in",
",",
"cd",
")",
";"
] |
[
"sets",
"up",
"the",
"stream",
"for",
"the",
"given",
"frame",
"which",
"contains",
"all",
"info",
"required",
"to",
"change",
"to",
"context",
"for",
"a",
"given",
"field"
] | [
"in",
"position",
"(",
"frame",
"stream",
"position",
")",
";",
"offset",
"=",
"frame",
"stream",
"offset",
";",
"cd",
"=",
"frame",
"cd",
";"
] |
[
"@",
"return"
] | [
"try",
"{",
"inet",
"address",
"addr",
"=",
"inet",
"address",
"get",
"local",
"host",
"(",
")",
";",
"string",
"hostname",
"=",
"addr",
"get",
"host",
"name",
"(",
")",
";",
"return",
"hostname",
";",
"}",
"catch",
"(",
"unknown",
"host",
"exception",
"e",
")",
"{",
"throw",
"new",
"exception",
"(",
"e",
")",
";",
"}"
] |
[
"@",
"return"
] | [
"try",
"{",
"inet",
"address",
"addr",
"=",
"inet",
"address",
"get",
"local",
"host",
"(",
")",
";",
"string",
"ip",
"=",
"addr",
"get",
"host",
"address",
"(",
")",
";",
"return",
"ip",
";",
"}",
"catch",
"(",
"unknown",
"host",
"exception",
"e",
")",
"{",
"throw",
"new",
"exception",
"(",
"e",
")",
";",
"}"
] |
[
"returns",
"the",
"role",
"these",
"privileges",
"apply",
"to"
] | [
"return",
"role",
";"
] |
[
"<",
"p",
">",
"a",
"structure",
"containing",
"details",
"about",
"the",
"new",
"role",
"<",
"/",
"p",
">"
] | [
"this",
"role",
"=",
"role",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"must",
"be",
"the",
"name",
"of",
"an",
"existing",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"you",
"can",
"t",
"delete",
"a",
"default",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"cannot",
"be",
"associated",
"with",
"any",
"db",
"clusters",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"this",
"d",
"b",
"cluster",
"parameter",
"group",
"name",
"=",
"d",
"b",
"cluster",
"parameter",
"group",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"must",
"be",
"the",
"name",
"of",
"an",
"existing",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"you",
"can",
"t",
"delete",
"a",
"default",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"cannot",
"be",
"associated",
"with",
"any",
"db",
"clusters",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"return",
"this",
"d",
"b",
"cluster",
"parameter",
"group",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"db",
"cluster",
"parameter",
"group",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"must",
"be",
"1",
"to",
"255",
"letters",
"or",
"numbers",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"first",
"character",
"must",
"be",
"a",
"letter",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"can",
"t",
"end",
"with",
"a",
"hyphen",
"or",
"contain",
"two",
"consecutive",
"hyphens",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">",
"<",
"note",
">",
"<",
"p",
">",
"this",
"value",
"is",
"stored",
"as",
"a",
"lowercase",
"string",
"<",
"/",
"p",
">",
"<",
"/",
"note",
">"
] | [
"set",
"d",
"b",
"cluster",
"parameter",
"group",
"name",
"(",
"d",
"b",
"cluster",
"parameter",
"group",
"name",
")",
";",
"return",
"this",
";"
] |
[
"create",
"a",
"{",
"@",
"code",
"logging",
"listener",
"}",
"which",
"delegates",
"to",
"a",
"{",
"@",
"link",
"java",
"util",
"logging",
"logger",
"}",
"using",
"a",
"log",
"level",
"of",
"{",
"@",
"link",
"level",
"#",
"fine",
"fine",
"}"
] | [
"return",
"for",
"java",
"util",
"logging",
"(",
"level",
"fine",
")",
";"
] |
[
"create",
"a",
"{",
"@",
"code",
"logging",
"listener",
"}",
"which",
"delegates",
"to",
"the",
"supplied",
"{",
"@",
"link",
"bi",
"consumer",
"}",
"for",
"consumption",
"of",
"logging",
"messages"
] | [
"return",
"new",
"logging",
"listener",
"(",
"logger",
")",
";"
] |
[
"adds",
"the",
"given",
"item",
"to",
"the",
"statistics"
] | [
"string",
"type",
"name",
"=",
"item",
"type",
"name",
"(",
")",
";",
"data",
"data",
"=",
"data",
"map",
"get",
"(",
"type",
"name",
")",
";",
"if",
"(",
"data",
"=",
"=",
"null",
")",
"{",
"data",
"map",
"put",
"(",
"type",
"name",
",",
"new",
"data",
"(",
"item",
",",
"type",
"name",
")",
")",
";",
"}",
"else",
"{",
"data",
"add",
"(",
"item",
")",
";",
"}"
] |
[
"adds",
"the",
"given",
"list",
"of",
"items",
"to",
"the",
"statistics"
] | [
"collection",
"<",
"?",
"extends",
"item",
">",
"items",
"=",
"list",
"items",
"(",
")",
";",
"for",
"(",
"item",
"item",
":",
"items",
")",
"{",
"add",
"(",
"item",
")",
";",
"}"
] |
[
"incorporates",
"a",
"new",
"item",
"this",
"assumes",
"the",
"type",
"name",
"matches"
] | [
"int",
"size",
"=",
"item",
"write",
"size",
"(",
")",
";",
"count",
"+",
"+",
";",
"total",
"size",
"+",
"=",
"size",
";",
"if",
"(",
"size",
">",
"largest",
"size",
")",
"{",
"largest",
"size",
"=",
"size",
";",
"}",
"if",
"(",
"size",
"<",
"smallest",
"size",
")",
"{",
"smallest",
"size",
"=",
"size",
";",
"}"
] |
[
"writes",
"this",
"instance",
"as",
"an",
"annotation"
] | [
"out",
"annotate",
"(",
"to",
"human",
"(",
")",
")",
";"
] |
[
"tests",
"if",
"output",
"of",
"{"
] | [
"long",
"first",
"=",
"id",
"utils",
"get",
"random",
"non",
"negative",
"long",
"(",
")",
";",
"long",
"second",
"=",
"id",
"utils",
"get",
"random",
"non",
"negative",
"long",
"(",
")",
";",
"assert",
"assert",
"true",
"(",
"first",
">",
"=",
"0",
")",
";",
"assert",
"assert",
"true",
"(",
"second",
">",
"=",
"0",
")",
";",
"assert",
"assert",
"true",
"(",
"first",
"!",
"=",
"second",
")",
";"
] |
[
"tests",
"if",
"output",
"of",
"{"
] | [
"long",
"container",
"id",
"=",
"1",
";",
"long",
"file",
"id",
"=",
"id",
"utils",
"create",
"file",
"id",
"(",
"container",
"id",
")",
";",
"assert",
"assert",
"not",
"equals",
"(",
"-",
"1",
",",
"file",
"id",
")",
";"
] |
[
"tests",
"if",
"output",
"of",
"{"
] | [
"string",
"first",
"=",
"id",
"utils",
"create",
"rpc",
"id",
"(",
")",
";",
"assert",
"assert",
"true",
"(",
"!",
"first",
"is",
"empty",
"(",
")",
")",
";",
"string",
"second",
"=",
"id",
"utils",
"create",
"rpc",
"id",
"(",
")",
";",
"assert",
"assert",
"true",
"(",
"!",
"second",
"is",
"empty",
"(",
")",
")",
";",
"assert",
"assert",
"not",
"equals",
"(",
"first",
",",
"second",
")",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"repository",
"in",
"which",
"to",
"put",
"the",
"image",
"<",
"/",
"p",
">"
] | [
"this",
"repository",
"name",
"=",
"repository",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"repository",
"in",
"which",
"to",
"put",
"the",
"image",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"repository",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"repository",
"that",
"contains",
"the",
"file",
"<",
"/",
"p",
">"
] | [
"set",
"repository",
"name",
"(",
"repository",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"fully",
"-",
"qualified",
"reference",
"used",
"to",
"identify",
"a",
"commit",
"that",
"contains",
"the",
"version",
"of",
"the",
"folder",
"s",
"content",
"to",
"return",
"a",
"fully",
"-",
"qualified",
"reference",
"can",
"be",
"a",
"commit",
"id",
"branch",
"name",
"tag",
"or",
"reference",
"such",
"as",
"head",
"if",
"no",
"specifier",
"is",
"provided",
"the",
"folder",
"content",
"will",
"be",
"returned",
"as",
"it",
"exists",
"in",
"the",
"head",
"commit",
"<",
"/",
"p",
">"
] | [
"this",
"commit",
"specifier",
"=",
"commit",
"specifier",
";"
] |
[
"<",
"p",
">",
"a",
"fully",
"-",
"qualified",
"reference",
"used",
"to",
"identify",
"a",
"commit",
"that",
"contains",
"the",
"version",
"of",
"the",
"folder",
"s",
"content",
"to",
"return",
"a",
"fully",
"-",
"qualified",
"reference",
"can",
"be",
"a",
"commit",
"id",
"branch",
"name",
"tag",
"or",
"reference",
"such",
"as",
"head",
"if",
"no",
"specifier",
"is",
"provided",
"the",
"folder",
"content",
"will",
"be",
"returned",
"as",
"it",
"exists",
"in",
"the",
"head",
"commit",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"commit",
"specifier",
";"
] |
[
"<",
"p",
">",
"the",
"fully",
"-",
"quaified",
"reference",
"that",
"identifies",
"the",
"commit",
"that",
"contains",
"the",
"file",
"for",
"example",
"you",
"could",
"specify",
"a",
"full",
"commit",
"id",
"a",
"tag",
"a",
"branch",
"name",
"or",
"a",
"reference",
"such",
"as",
"refs",
"/",
"heads",
"/",
"master",
"if",
"none",
"is",
"provided",
"then",
"the",
"head",
"commit",
"will",
"be",
"used",
"<",
"/",
"p",
">"
] | [
"set",
"commit",
"specifier",
"(",
"commit",
"specifier",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"fully",
"qualified",
"path",
"to",
"the",
"specified",
"file",
"this",
"returns",
"the",
"name",
"and",
"extension",
"of",
"the",
"file",
"<",
"/",
"p",
">"
] | [
"this",
"file",
"path",
"=",
"file",
"path",
";"
] |
[
"<",
"p",
">",
"the",
"fully",
"qualified",
"path",
"to",
"the",
"specified",
"file",
"this",
"returns",
"the",
"name",
"and",
"extension",
"of",
"the",
"file",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"file",
"path",
";"
] |
[
"<",
"p",
">",
"the",
"fully",
"-",
"qualified",
"path",
"to",
"the",
"file",
"including",
"the",
"full",
"name",
"and",
"extension",
"of",
"the",
"file",
"for",
"example",
"/",
"examples",
"/",
"file",
"md",
"is",
"the",
"fully",
"-",
"qualified",
"path",
"to",
"a",
"file",
"named",
"file",
"md",
"in",
"a",
"folder",
"named",
"examples",
"<",
"/",
"p",
">"
] | [
"set",
"file",
"path",
"(",
"file",
"path",
")",
";",
"return",
"this",
";"
] |
[
"gets",
"the",
"index",
"keys"
] | [
"return",
"keys",
";"
] |
[
"gets",
"the",
"index",
"options"
] | [
"return",
"options",
";"
] |
[
"returns",
"the",
"maximum",
"total",
"number",
"of",
"search",
"results"
] | [
"return",
"max",
"results",
"total",
";"
] |
[
"returns",
"the",
"maximum",
"number",
"of",
"search",
"results",
"per",
"query"
] | [
"return",
"max",
"results",
"perquery",
";"
] |
[
"returns",
"a",
"new",
"instance",
"of",
"<",
"code",
">",
"indri",
"k",
"m",
"<",
"/",
"code",
">",
"a",
"new",
"instance",
"is",
"created",
"for",
"each",
"query"
] | [
"if",
"(",
"indri",
"dirs",
"!",
"=",
"null",
")",
"return",
"new",
"indri",
"k",
"m",
"(",
"indri",
"dirs",
",",
"false",
")",
";",
"else",
"return",
"new",
"indri",
"k",
"m",
"(",
"indri",
"urls",
",",
"true",
")",
";"
] |
[
"open",
"dialog",
"if",
"closed",
"and",
"shows",
"branches"
] | [
"this",
"project",
"=",
"project",
";",
"get",
"branches",
"(",
")",
";"
] |
[
"get",
"the",
"list",
"of",
"branches"
] | [
"service",
"branch",
"list",
"(",
"project",
"get",
"location",
"(",
")",
",",
"branch",
"list",
"mode",
"from",
"(",
"view",
"get",
"filter",
"value",
"(",
")",
")",
")",
"then",
"(",
"branches",
"-",
">",
"{",
"if",
"(",
"branches",
"is",
"empty",
"(",
")",
")",
"{",
"dialog",
"factory",
"create",
"message",
"dialog",
"(",
"constant",
"branch",
"title",
"(",
")",
",",
"constant",
"init",
"commit",
"was",
"not",
"performed",
"(",
")",
",",
"null",
")",
"show",
"(",
")",
";",
"}",
"else",
"{",
"view",
"set",
"branches",
"(",
"branches",
")",
";",
"view",
"show",
"dialog",
"if",
"closed",
"(",
")",
";",
"}",
"}",
")",
"catch",
"error",
"(",
"error",
"-",
">",
"{",
"handle",
"error",
"(",
"error",
"get",
"cause",
"(",
")",
",",
"branch",
"list",
"command",
"name",
")",
";",
"}",
")",
";"
] |
[
"handler",
"some",
"action",
"whether",
"some",
"exception",
"happened"
] | [
"if",
"(",
"get",
"error",
"code",
"(",
"exception",
")",
"=",
"=",
"error",
"codes",
"unable",
"get",
"private",
"ssh",
"key",
")",
"{",
"dialog",
"factory",
"create",
"message",
"dialog",
"(",
"command",
"name",
",",
"constant",
"messages",
"unable",
"get",
"ssh",
"key",
"(",
")",
",",
"null",
")",
"show",
"(",
")",
";",
"return",
";",
"}",
"string",
"error",
"message",
"=",
"exception",
"get",
"message",
"(",
")",
";",
"if",
"(",
"error",
"message",
"=",
"=",
"null",
")",
"{",
"switch",
"(",
"command",
"name",
")",
"{",
"case",
"branch",
"create",
"command",
"name",
":",
"error",
"message",
"=",
"constant",
"branch",
"create",
"failed",
"(",
")",
";",
"break",
";",
"case",
"branch",
"delete",
"command",
"name",
":",
"error",
"message",
"=",
"constant",
"branch",
"delete",
"failed",
"(",
")",
";",
"break",
";",
"case",
"branch",
"list",
"command",
"name",
":",
"error",
"message",
"=",
"constant",
"branches",
"list",
"failed",
"(",
")",
";",
"break",
";",
"case",
"branch",
"rename",
"command",
"name",
":",
"error",
"message",
"=",
"constant",
"branch",
"rename",
"failed",
"(",
")",
";",
"break",
";",
"case",
"branch",
"checkout",
"command",
"name",
":",
"error",
"message",
"=",
"constant",
"branch",
"checkout",
"failed",
"(",
")",
";",
"break",
";",
"}",
"}",
"git",
"output",
"console",
"console",
"=",
"git",
"output",
"console",
"factory",
"create",
"(",
"command",
"name",
")",
";",
"print",
"git",
"message",
"(",
"error",
"message",
",",
"console",
")",
";",
"consoles",
"panel",
"presenter",
"add",
"command",
"output",
"(",
"console",
")",
";",
"notification",
"manager",
"notify",
"(",
"error",
"message",
",",
"fail",
",",
"float",
"mode",
")",
";"
] |
[
"creates",
"a",
"{",
"@",
"code",
"r",
"m",
"t",
"input",
"handler",
"}",
"instance",
"from",
"the",
"specified",
"function",
"pointer"
] | [
"r",
"m",
"t",
"input",
"handler",
"i",
"instance",
"=",
"callback",
"get",
"(",
"function",
"pointer",
")",
";",
"return",
"instance",
"instanceof",
"r",
"m",
"t",
"input",
"handler",
"?",
"(",
"r",
"m",
"t",
"input",
"handler",
")",
"instance",
":",
"new",
"container",
"(",
"function",
"pointer",
",",
"instance",
")",
";"
] |
[
"like",
"{"
] | [
"return",
"function",
"pointer",
"=",
"=",
"null",
"?",
"null",
":",
"create",
"(",
"function",
"pointer",
")",
";"
] |
[
"creates",
"a",
"{"
] | [
"return",
"instance",
"instanceof",
"r",
"m",
"t",
"input",
"handler",
"?",
"(",
"r",
"m",
"t",
"input",
"handler",
")",
"instance",
":",
"new",
"container",
"(",
"instance",
"address",
"(",
")",
",",
"instance",
")",
";"
] |
[
"<",
"p",
">",
"the",
"limit",
"that",
"you",
"want",
"to",
"get",
"valid",
"values",
"include",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"b",
">",
"max",
"rrsets",
"by",
"zone",
"<",
"/",
"b",
">",
":",
"the",
"maximum",
"number",
"of",
"records",
"that",
"you",
"can",
"create",
"in",
"the",
"specified",
"hosted",
"zone",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"b",
">",
"max",
"vpcs",
"associated",
"by",
"zone",
"<",
"/",
"b",
">",
":",
"the",
"maximum",
"number",
"of",
"amazon",
"v",
"p",
"cs",
"that",
"you",
"can",
"associate",
"with",
"the",
"specified",
"private",
"hosted",
"zone",
"<",
"/",
"p",
">",
"<",
"/",
"li",
">",
"<",
"/",
"ul",
">"
] | [
"this",
"type",
"=",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"to",
"be",
"assigned",
"to",
"the",
"new",
"dev",
"endpoint",
"<",
"/",
"p",
">"
] | [
"this",
"endpoint",
"name",
"=",
"endpoint",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"to",
"be",
"assigned",
"to",
"the",
"new",
"dev",
"endpoint",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"endpoint",
"name",
";"
] |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"endpoint",
"that",
"you",
"specified",
"when",
"you",
"created",
"the",
"endpoint",
"using",
"the",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"sagemaker",
"/",
"latest",
"/",
"dg",
"/",
"api",
"create",
"endpoint",
"html",
">",
"create",
"endpoint",
"<",
"/",
"a",
">",
"api",
"<",
"/",
"p",
">"
] | [
"set",
"endpoint",
"name",
"(",
"endpoint",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"includes",
"the",
"inference",
"provided",
"by",
"the",
"model",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"information",
"about",
"the",
"format",
"of",
"the",
"response",
"body",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"sagemaker",
"/",
"latest",
"/",
"dg",
"/",
"cdf",
"-",
"inference",
"html",
">",
"common",
"data",
"formats",
"—",
"inference",
"<",
"/",
"a",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"the",
"aws",
"sdk",
"for",
"java",
"performs",
"a",
"base",
"6",
"4",
"encoding",
"on",
"this",
"field",
"before",
"sending",
"this",
"request",
"to",
"the",
"aws",
"service",
"users",
"of",
"the",
"sdk",
"should",
"not",
"perform",
"base",
"6",
"4",
"encoding",
"on",
"this",
"field",
"<",
"/",
"p",
">",
"<",
"p",
">",
"warning",
":",
"byte",
"buffers",
"returned",
"by",
"the",
"sdk",
"are",
"mutable",
"changes",
"to",
"the",
"content",
"or",
"position",
"of",
"the",
"byte",
"buffer",
"will",
"be",
"seen",
"by",
"all",
"objects",
"that",
"have",
"a",
"reference",
"to",
"this",
"object",
"it",
"is",
"recommended",
"to",
"call",
"byte",
"buffer",
"duplicate",
"(",
")",
"or",
"byte",
"buffer",
"as",
"read",
"only",
"buffer",
"(",
")",
"before",
"using",
"or",
"reading",
"from",
"the",
"buffer",
"this",
"behavior",
"will",
"be",
"changed",
"in",
"a",
"future",
"major",
"version",
"of",
"the",
"sdk",
"<",
"/",
"p",
">"
] | [
"this",
"body",
"=",
"body",
";"
] |
[
"<",
"p",
">",
"includes",
"the",
"inference",
"provided",
"by",
"the",
"model",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"information",
"about",
"the",
"format",
"of",
"the",
"response",
"body",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"sagemaker",
"/",
"latest",
"/",
"dg",
"/",
"cdf",
"-",
"inference",
"html",
">",
"common",
"data",
"formats",
"—",
"inference",
"<",
"/",
"a",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"{",
"@",
"code",
"byte",
"buffer",
"}",
"s",
"are",
"stateful",
"calling",
"their",
"{",
"@",
"code",
"get",
"}",
"methods",
"changes",
"their",
"{",
"@",
"code",
"position",
"}",
"we",
"recommend",
"using",
"{",
"@",
"link",
"java",
"nio",
"byte",
"buffer",
"#",
"as",
"read",
"only",
"buffer",
"(",
")",
"}",
"to",
"create",
"a",
"read",
"-",
"only",
"view",
"of",
"the",
"buffer",
"with",
"an",
"independent",
"{",
"@",
"code",
"position",
"}",
"and",
"calling",
"{",
"@",
"code",
"get",
"}",
"methods",
"on",
"this",
"rather",
"than",
"directly",
"on",
"the",
"returned",
"{",
"@",
"code",
"byte",
"buffer",
"}",
"doing",
"so",
"will",
"ensure",
"that",
"anyone",
"else",
"using",
"the",
"{",
"@",
"code",
"byte",
"buffer",
"}",
"will",
"not",
"be",
"affected",
"by",
"changes",
"to",
"the",
"{",
"@",
"code",
"position",
"}",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"body",
";"
] |
[
"<",
"p",
">",
"provides",
"input",
"data",
"in",
"the",
"format",
"specified",
"in",
"the",
"<",
"code",
">",
"content",
"type",
"<",
"/",
"code",
">",
"request",
"header",
"amazon",
"sage",
"maker",
"passes",
"all",
"of",
"the",
"data",
"in",
"the",
"body",
"to",
"the",
"model",
"<",
"/",
"p",
">",
"<",
"p",
">",
"for",
"information",
"about",
"the",
"format",
"of",
"the",
"request",
"body",
"see",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"docs",
"aws",
"amazon",
"com",
"/",
"sagemaker",
"/",
"latest",
"/",
"dg",
"/",
"cdf",
"-",
"inference",
"html",
">",
"common",
"data",
"formats",
"—",
"inference",
"<",
"/",
"a",
">",
"<",
"/",
"p",
">",
"<",
"p",
">",
"the",
"aws",
"sdk",
"for",
"java",
"performs",
"a",
"base",
"6",
"4",
"encoding",
"on",
"this",
"field",
"before",
"sending",
"this",
"request",
"to",
"the",
"aws",
"service",
"users",
"of",
"the",
"sdk",
"should",
"not",
"perform",
"base",
"6",
"4",
"encoding",
"on",
"this",
"field",
"<",
"/",
"p",
">",
"<",
"p",
">",
"warning",
":",
"byte",
"buffers",
"returned",
"by",
"the",
"sdk",
"are",
"mutable",
"changes",
"to",
"the",
"content",
"or",
"position",
"of",
"the",
"byte",
"buffer",
"will",
"be",
"seen",
"by",
"all",
"objects",
"that",
"have",
"a",
"reference",
"to",
"this",
"object",
"it",
"is",
"recommended",
"to",
"call",
"byte",
"buffer",
"duplicate",
"(",
")",
"or",
"byte",
"buffer",
"as",
"read",
"only",
"buffer",
"(",
")",
"before",
"using",
"or",
"reading",
"from",
"the",
"buffer",
"this",
"behavior",
"will",
"be",
"changed",
"in",
"a",
"future",
"major",
"version",
"of",
"the",
"sdk",
"<",
"/",
"p",
">"
] | [
"set",
"body",
"(",
"body",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"content",
"-",
"type",
"for",
"the",
"model",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"content",
"type",
";"
] |
[
"<",
"p",
">",
"the",
"mime",
"type",
"of",
"the",
"input",
"data",
"in",
"the",
"request",
"body",
"<",
"/",
"p",
">"
] | [
"set",
"content",
"type",
"(",
"content",
"type",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"mime",
"type",
"used",
"to",
"specify",
"the",
"output",
"data",
"amazon",
"sage",
"maker",
"uses",
"the",
"mime",
"type",
"with",
"each",
"http",
"call",
"to",
"transfer",
"data",
"from",
"the",
"transform",
"job",
"<",
"/",
"p",
">"
] | [
"this",
"accept",
"=",
"accept",
";"
] |
[
"<",
"p",
">",
"the",
"mime",
"type",
"used",
"to",
"specify",
"the",
"output",
"data",
"amazon",
"sage",
"maker",
"uses",
"the",
"mime",
"type",
"with",
"each",
"http",
"call",
"to",
"transfer",
"data",
"from",
"the",
"transform",
"job",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"accept",
";"
] |
[
"<",
"p",
">",
"the",
"desired",
"mime",
"type",
"of",
"the",
"inference",
"in",
"the",
"response",
"<",
"/",
"p",
">"
] | [
"set",
"accept",
"(",
"accept",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
"/",
">"
] | [
"this",
"custom",
"attributes",
"=",
"custom",
"attributes",
";"
] |
[
"<",
"p",
"/",
">"
] | [
"return",
"this",
"custom",
"attributes",
";"
] |
[
"<",
"p",
"/",
">"
] | [
"set",
"custom",
"attributes",
"(",
"custom",
"attributes",
")",
";",
"return",
"this",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{",
"@",
"link",
"#",
"xxh32",
"32",
"}"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"(",
"long",
"input",
",",
"long",
"length",
",",
"int",
"seed",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"long",
"n",
"x",
"x",
"h",
"3",
"2",
"create",
"state",
"(",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"free",
"state",
"(",
"long",
"state",
"ptr",
")",
";"
] |
[
"-",
"-",
"-",
"[",
"xxh32",
"copy",
"state",
"]",
"-",
"-",
"-"
] | [
"public",
"static",
"native",
"void",
"n",
"x",
"x",
"h",
"3",
"2",
"copy",
"state",
"(",
"long",
"dst",
"state",
",",
"long",
"src",
"state",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"reset",
"(",
"long",
"state",
"ptr",
",",
"int",
"seed",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{",
"@",
"link",
"#",
"xxh32",
"update",
"32",
"update",
"}"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"update",
"(",
"long",
"state",
"ptr",
",",
"long",
"input",
",",
"long",
"length",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"digest",
"(",
"long",
"state",
"ptr",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"void",
"n",
"x",
"x",
"h",
"3",
"2",
"canonical",
"from",
"hash",
"(",
"long",
"dst",
",",
"int",
"hash",
")",
";"
] |
[
"unsafe",
"version",
"of",
":",
"{"
] | [
"public",
"static",
"native",
"int",
"n",
"x",
"x",
"h",
"3",
"2",
"hash",
"from",
"canonical",
"(",
"long",
"src",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.