docstring_tokens list | code_tokens list |
|---|---|
[
"add",
"the",
"path",
"to",
"the",
"url",
"such",
"as",
":",
"<",
"pre",
">",
"string",
"url",
"=",
"http",
":",
"/",
"/",
"www",
"nohttp",
"net",
"/",
"xx",
";",
"string",
"request",
"req",
"=",
"new",
"string",
"request",
"(",
"url",
")",
";",
... | [
"return",
"path",
"(",
"string",
"value",
"of",
"(",
"value",
")",
")",
";"
] |
[
"add",
"the",
"path",
"to",
"the",
"url",
"such",
"as",
":",
"<",
"pre",
">",
"string",
"url",
"=",
"http",
":",
"/",
"/",
"www",
"nohttp",
"net",
"/",
"xx",
";",
"string",
"request",
"req",
"=",
"new",
"string",
"request",
"(",
"url",
")",
";",
... | [
"return",
"path",
"(",
"double",
"to",
"string",
"(",
"value",
")",
")",
";"
] |
[
"add",
"the",
"path",
"to",
"the",
"url",
"such",
"as",
":",
"<",
"pre",
">",
"string",
"url",
"=",
"http",
":",
"/",
"/",
"www",
"nohttp",
"net",
"/",
"xx",
";",
"string",
"request",
"req",
"=",
"new",
"string",
"request",
"(",
"url",
")",
";",
... | [
"return",
"path",
"(",
"float",
"to",
"string",
"(",
"value",
")",
")",
";"
] |
[
"set",
"the",
"connection",
"timeout",
"time"
] | [
"m",
"connect",
"timeout",
"=",
"connect",
"timeout",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"read",
"timeout",
"time"
] | [
"m",
"read",
"timeout",
"=",
"read",
"timeout",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"{",
"@",
"link",
"s",
"s",
"l",
"socket",
"factory",
"}",
"for",
"this",
"handle"
] | [
"m",
"s",
"s",
"l",
"socket",
"factory",
"=",
"socket",
"factory",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"{",
"@",
"link",
"hostname",
"verifier",
"}"
] | [
"m",
"hostname",
"verifier",
"=",
"hostname",
"verifier",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"proxy",
"server",
"such",
"as",
":",
"<",
"pre",
">",
"proxy",
"proxy",
"=",
"new",
"proxy",
"(",
"proxy",
"type",
"http",
"new",
"inet",
"socket",
"address",
"(",
"64",
"233",
"162",
"83",
"80",
")",
")",
";",
"<",
"/",
"pre",
">"
] | [
"this",
"m",
"proxy",
"=",
"proxy",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"get",
"proxy",
"server"
] | [
"return",
"m",
"proxy",
";"
] |
[
"set",
"redirect",
"interface"
] | [
"m",
"redirect",
"handler",
"=",
"redirect",
"handler",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"get",
"the",
"redirect",
"handler"
] | [
"return",
"m",
"redirect",
"handler",
";"
] |
[
"set",
"the",
"handle",
"fails",
"retry",
"count",
"the",
"default",
"value",
"is",
"0",
"that",
"is",
"to",
"say",
"after",
"the",
"failure",
"will",
"not",
"go",
"to",
"this",
"to",
"initiate",
"the",
"handle",
"again"
] | [
"this",
"m",
"retry",
"count",
"=",
"count",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"a",
"new",
"key",
"-",
"value",
"header"
] | [
"m",
"headers",
"add",
"(",
"key",
",",
"value",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"if",
"there",
"is",
"a",
"key",
"to",
"delete",
"and",
"then",
"add",
"a",
"new",
"key",
"-",
"value",
"header"
] | [
"m",
"headers",
"set",
"(",
"key",
",",
"value",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"remove",
"the",
"key",
"from",
"the",
"information"
] | [
"m",
"headers",
"remove",
"(",
"key",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"remove",
"all",
"header"
] | [
"m",
"headers",
"clear",
"(",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"does",
"it",
"contain",
"a",
"handle",
"header",
"?"
] | [
"return",
"m",
"headers",
"contains",
"key",
"(",
"key",
")",
";"
] |
[
"get",
"all",
"heads"
] | [
"return",
"m",
"headers",
";"
] |
[
"set",
"the",
"accept",
"for",
"head"
] | [
"m",
"headers",
"set",
"(",
"headers",
"head",
"key",
"accept",
",",
"accept",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"accept",
"language",
"for",
"head"
] | [
"m",
"headers",
"set",
"(",
"headers",
"head",
"key",
"accept",
"language",
",",
"accept",
"language",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"the",
"length",
"of",
"the",
"handle",
"body"
] | [
"counter",
"output",
"stream",
"output",
"stream",
"=",
"new",
"counter",
"output",
"stream",
"(",
")",
";",
"try",
"{",
"on",
"write",
"request",
"body",
"(",
"output",
"stream",
")",
";",
"}",
"catch",
"(",
"i",
"o",
"exception",
"e",
")",
"{",
"lo... |
[
"set",
"the",
"content",
"type",
"for",
"head"
] | [
"m",
"headers",
"set",
"(",
"headers",
"head",
"key",
"content",
"type",
",",
"content",
"type",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"ua",
"for",
"client"
] | [
"m",
"headers",
"set",
"(",
"headers",
"head",
"key",
"user",
"agent",
",",
"user",
"agent",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"params",
"encoding"
] | [
"this",
"m",
"param",
"encoding",
"=",
"encoding",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"is",
"it",
"a",
"form",
"?",
"<",
"pre",
">",
"the",
"handle",
"method",
"must",
"be",
"one",
"of",
"the",
"following",
":",
"{",
"@",
"code",
"post",
"/",
"put",
"/",
"patch",
"/",
"delete",
"}",
"but",
"the",
"android",
"system",
"under",
"api",... | [
"return",
"is",
"multipart",
"form",
"enable",
"|",
"|",
"has",
"binary",
"(",
")",
";"
] |
[
"has",
"binary"
] | [
"set",
"<",
"string",
">",
"keys",
"=",
"m",
"params",
"key",
"set",
"(",
")",
";",
"for",
"(",
"string",
"key",
":",
"keys",
")",
"{",
"list",
"<",
"object",
">",
"values",
"=",
"m",
"params",
"get",
"values",
"(",
"key",
")",
";",
"for",
"(",... |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"integer",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"long",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"boolean",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"string",
"value",
"of",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"double",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"float",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"add",
"(",
"key",
",",
"integer",
"to",
"string",
"(",
"value",
")",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"{"
] | [
"if",
"(",
"!",
"text",
"utils",
"is",
"empty",
"(",
"key",
")",
")",
"m",
"params",
"add",
"(",
"key",
",",
"text",
"utils",
"is",
"empty",
"(",
"value",
")",
"?",
"\"",
"\"",
":",
"value",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"{"
] | [
"if",
"(",
"!",
"text",
"utils",
"is",
"empty",
"(",
"key",
")",
")",
"m",
"params",
"set",
"(",
"key",
",",
"text",
"utils",
"is",
"empty",
"(",
"value",
")",
"?",
"\"",
"\"",
":",
"value",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"add",
"all",
"params"
] | [
"for",
"(",
"map",
"entry",
"<",
"string",
",",
"object",
">",
"entry",
":",
"params",
"entry",
"set",
"(",
")",
")",
"{",
"string",
"key",
"=",
"entry",
"get",
"key",
"(",
")",
";",
"object",
"value",
"=",
"entry",
"get",
"value",
"(",
")",
";",... |
[
"set",
"all",
"params"
] | [
"for",
"(",
"map",
"entry",
"<",
"string",
",",
"object",
">",
"entry",
":",
"params",
"entry",
"set",
"(",
")",
")",
"{",
"string",
"key",
"=",
"entry",
"get",
"key",
"(",
")",
";",
"object",
"value",
"=",
"entry",
"get",
"value",
"(",
")",
";",... |
[
"remove",
"a",
"handle",
"param",
"by",
"key"
] | [
"m",
"params",
"remove",
"(",
"key",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"remove",
"all",
"handle",
"param"
] | [
"m",
"params",
"clear",
"(",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"get",
"the",
"parameters",
"of",
"key",
"-",
"value",
"pairs"
] | [
"return",
"m",
"params",
";"
] |
[
"is",
"there",
"a",
"custom",
"handle",
"inclusions"
] | [
"return",
"m",
"request",
"body",
"!",
"=",
"null",
";"
] |
[
"set",
"the",
"handle",
"json",
"body"
] | [
"set",
"define",
"request",
"body",
"(",
"json",
"body",
",",
"headers",
"head",
"value",
"content",
"type",
"json",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"handle",
"json",
"body"
] | [
"set",
"define",
"request",
"body",
"(",
"json",
"body",
"to",
"string",
"(",
")",
",",
"headers",
"head",
"value",
"content",
"type",
"json",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"the",
"handle",
"xml",
"body"
] | [
"set",
"define",
"request",
"body",
"(",
"xml",
"body",
",",
"headers",
"head",
"value",
"content",
"type",
"xml",
")",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"to",
"get",
"list",
"custom",
"inclusions"
] | [
"return",
"m",
"request",
"body",
";"
] |
[
"send",
"handle",
"body",
"data"
] | [
"if",
"(",
"has",
"define",
"request",
"body",
"(",
")",
")",
"{",
"write",
"request",
"body",
"(",
"writer",
")",
";",
"}",
"else",
"if",
"(",
"is",
"multipart",
"form",
"enable",
"(",
")",
")",
"{",
"write",
"form",
"stream",
"data",
"(",
"writer... |
[
"send",
"handle",
"request",
"body"
] | [
"if",
"(",
"m",
"request",
"body",
"!",
"=",
"null",
")",
"{",
"if",
"(",
"writer",
"instanceof",
"counter",
"output",
"stream",
")",
"{",
"(",
"(",
"counter",
"output",
"stream",
")",
"writer",
")",
"write",
"length",
"(",
"m",
"request",
"body",
"a... |
[
"set",
"tag",
"of",
"task",
"at",
"the",
"end",
"of",
"the",
"task",
"is",
"returned",
"to",
"you"
] | [
"this",
"m",
"tag",
"=",
"tag",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"should",
"to",
"return",
"the",
"tag",
"of",
"the",
"object"
] | [
"return",
"this",
"m",
"tag",
";"
] |
[
"set",
"the",
"priority",
"of",
"the",
"handle",
"object",
"the",
"default",
"priority",
"is",
"{",
"@",
"link",
"priority",
"#",
"default",
"}"
] | [
"this",
"m",
"priority",
"=",
"priority",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"set",
"cancel",
"sign"
] | [
"this",
"m",
"cancel",
"sign",
"=",
"sign",
";",
"return",
"(",
"t",
")",
"this",
";"
] |
[
"cancel",
"operation",
"by",
"contrast",
"the",
"sign"
] | [
"if",
"(",
"m",
"cancel",
"sign",
"=",
"=",
"sign",
"|",
"|",
"(",
"m",
"cancel",
"sign",
"!",
"=",
"null",
"&",
"&",
"m",
"cancel",
"sign",
"equals",
"(",
"sign",
")",
")",
")",
"{",
"cancel",
"(",
")",
";",
"}"
] |
[
"given",
"a",
"count",
"of",
"black",
"/",
"white",
"/",
"black",
"/",
"white",
"/",
"black",
"pixels",
"just",
"seen",
"and",
"an",
"end",
"position",
"figures",
"the",
"location",
"of",
"the",
"center",
"of",
"this",
"run"
] | [
"return",
"(",
"end",
"-",
"state",
"count",
"[",
"4",
"]",
"-",
"state",
"count",
"[",
"3",
"]",
")",
"-",
"state",
"count",
"[",
"2",
"]",
"/",
"2",
"0f",
";"
] |
[
"<",
"p",
">",
"the",
"current",
"setting",
"for",
"the",
"specified",
"limit",
"for",
"example",
"if",
"you",
"specified",
"<",
"code",
">",
"max",
"health",
"checks",
"by",
"owner",
"<",
"/",
"code",
">",
"for",
"the",
"value",
"of",
"<",
"code",
"... | [
"this",
"limit",
"=",
"limit",
";"
] |
[
"<",
"p",
">",
"the",
"current",
"setting",
"for",
"the",
"specified",
"limit",
"for",
"example",
"if",
"you",
"specified",
"<",
"code",
">",
"max",
"health",
"checks",
"by",
"owner",
"<",
"/",
"code",
">",
"for",
"the",
"value",
"of",
"<",
"code",
"... | [
"return",
"this",
"limit",
";"
] |
[
"<",
"p",
">",
"the",
"current",
"setting",
"for",
"the",
"specified",
"limit",
"for",
"example",
"if",
"you",
"specified",
"<",
"code",
">",
"max",
"health",
"checks",
"by",
"owner",
"<",
"/",
"code",
">",
"for",
"the",
"value",
"of",
"<",
"code",
"... | [
"set",
"limit",
"(",
"limit",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"if",
"the",
"<",
"code",
">",
"comparison",
"operator",
"<",
"/",
"code",
">",
"calls",
"for",
"a",
"numeric",
"value",
"use",
"this",
"to",
"specify",
"that",
"numeric",
"value",
"to",
"be",
"compared",
"with",
"the",
"<",
"code",
">... | [
"return",
"this",
"count",
";"
] |
[
"<",
"p",
">",
"the",
"current",
"number",
"of",
"entities",
"that",
"you",
"have",
"created",
"of",
"the",
"specified",
"type",
"for",
"example",
"if",
"you",
"specified",
"<",
"code",
">",
"max",
"health",
"checks",
"by",
"owner",
"<",
"/",
"code",
"... | [
"set",
"count",
"(",
"count",
")",
";",
"return",
"this",
";"
] |
[
"specifies",
"the",
"location",
"to",
"the",
"solver",
"file"
] | [
"this",
"config",
"file",
"=",
"config",
"file",
";"
] |
[
"take",
"the",
"incoming",
"string",
"of",
"hex",
"encoded",
"data",
"and",
"convert",
"to",
"the",
"raw",
"byte",
"values",
"<",
"p",
">",
"the",
"characters",
"in",
"the",
"incoming",
"string",
"are",
"processed",
"in",
"pairs",
"with",
"two",
"chars",
... | [
"return",
"convert",
"from",
"hex",
"(",
"to",
"convert",
"to",
"char",
"array",
"(",
")",
")",
";"
] |
[
"conversion",
"from",
"string",
"to",
"byte",
"[",
"]"
] | [
"return",
"string",
"get",
"bytes",
"(",
"utf",
"8",
")",
";"
] |
[
"conversion",
"from",
"byte",
"[",
"]",
"to",
"string"
] | [
"return",
"new",
"string",
"(",
"bytes",
",",
"utf",
"8",
")",
";"
] |
[
"sets",
"the",
"name",
"of",
"the",
"entry"
] | [
"if",
"(",
"name",
"=",
"=",
"null",
")",
"{",
"throw",
"new",
"null",
"pointer",
"exception",
"(",
")",
";",
"}",
"this",
"name",
"=",
"name",
";"
] |
[
"returns",
"the",
"size",
"of",
"the",
"compressed",
"entry",
"data",
"or",
"-",
"1",
"if",
"not",
"known",
"in",
"the",
"case",
"of",
"a",
"stored",
"entry",
"the",
"compressed",
"size",
"will",
"be",
"the",
"same",
"as",
"the",
"uncompressed",
"size",
... | [
"return",
"csize",
";"
] |
[
"sets",
"the",
"compression",
"method",
"for",
"the",
"entry"
] | [
"if",
"(",
"method",
"=",
"=",
"null",
")",
"{",
"throw",
"new",
"null",
"pointer",
"exception",
"(",
")",
";",
"}",
"if",
"(",
"this",
"method",
"!",
"=",
"null",
")",
"{",
"feature",
"set",
"remove",
"(",
"this",
"method",
"get",
"feature",
"(",
... |
[
"returns",
"the",
"compression",
"method",
"of",
"the",
"entry"
] | [
"return",
"method",
";"
] |
[
"returns",
"the",
"made",
"by",
"version",
"of",
"the",
"entry",
"accounting",
"for",
"assigned",
"version",
"and",
"feature",
"set"
] | [
"return",
"(",
"short",
")",
"math",
"max",
"(",
"version",
",",
"feature",
"get",
"min",
"required",
"version",
"(",
"feature",
"set",
")",
")",
";"
] |
[
"sets",
"the",
"version",
"needed",
"to",
"extract",
"the",
"entry"
] | [
"this",
"version",
"needed",
"=",
"version",
"needed",
";"
] |
[
"returns",
"the",
"version",
"needed",
"to",
"extract",
"the",
"entry",
"accounting",
"for",
"assigned",
"version",
"and",
"feature",
"set"
] | [
"return",
"(",
"short",
")",
"math",
"max",
"(",
"version",
"needed",
",",
"feature",
"get",
"min",
"required",
"version",
"(",
"feature",
"set",
")",
")",
";"
] |
[
"sets",
"the",
"general",
"purpose",
"bit",
"flags",
"for",
"the",
"entry"
] | [
"this",
"flags",
"=",
"flags",
";"
] |
[
"sets",
"or",
"clears",
"the",
"specified",
"bit",
"of",
"the",
"general",
"purpose",
"bit",
"flags"
] | [
"short",
"mask",
"=",
"0x",
"0",
"0",
"0",
"0",
";",
"mask",
"|",
"=",
"1",
"<",
"<",
"flag",
"get",
"bit",
"(",
")",
";",
"if",
"(",
"set",
")",
"{",
"flags",
"|",
"=",
"mask",
";",
"}",
"else",
"{",
"flags",
"&",
"=",
"~",
"mask",
";",
... |
[
"sets",
"the",
"internal",
"file",
"attributes",
"of",
"the",
"entry"
] | [
"this",
"internal",
"attributes",
"=",
"internal",
"attributes",
";"
] |
[
"returns",
"the",
"internal",
"file",
"attributes",
"of",
"the",
"entry"
] | [
"return",
"internal",
"attributes",
";"
] |
[
"sets",
"the",
"external",
"file",
"attributes",
"of",
"the",
"entry"
] | [
"this",
"external",
"attributes",
"=",
"external",
"attributes",
";"
] |
[
"returns",
"the",
"external",
"file",
"attributes",
"of",
"the",
"entry"
] | [
"return",
"external",
"attributes",
";"
] |
[
"returns",
"the",
"file",
"offset",
"of",
"the",
"local",
"header",
"of",
"the",
"entry"
] | [
"return",
"local",
"header",
"offset",
";"
] |
[
"returns",
"the",
"extra",
"field",
"data",
"for",
"the",
"entry"
] | [
"return",
"extra",
";"
] |
[
"sets",
"the",
"optional",
"comment",
"string",
"for",
"the",
"entry"
] | [
"this",
"comment",
"=",
"comment",
";"
] |
[
"returns",
"the",
"feature",
"set",
"that",
"this",
"entry",
"uses"
] | [
"return",
"feature",
"set",
";"
] |
[
"{"
] | [
"b",
"plus",
"i",
"o",
"<",
"?",
">",
"io",
"=",
"page",
"i",
"o",
"get",
"b",
"plus",
"i",
"o",
"(",
"page",
"addr",
")",
";",
"io",
"set",
"remove",
"id",
"(",
"page",
"addr",
",",
"rmv",
"id",
")",
";"
] |
[
"{"
] | [
"return",
"record",
"type",
"btree",
"fix",
"remove",
"id",
";"
] |
[
"rigourous",
"test",
":",
"-",
")"
] | [
"assert",
"true",
"(",
"true",
")",
";"
] |
[
"get",
"the",
"major",
"version"
] | [
"return",
"major",
";"
] |
[
"get",
"the",
"minor",
"version"
] | [
"return",
"minor",
";"
] |
[
"/"
] | [
"float",
"[",
"]",
"[",
"]",
"texture",
"=",
"new",
"float",
"[",
"height",
"]",
"[",
"width",
"]",
";",
"for",
"(",
"int",
"y",
"=",
"0",
";",
"y",
"<",
"height",
";",
"y",
"+",
"+",
")",
"{",
"for",
"(",
"int",
"x",
"=",
"0",
";",
"x",
... |
[
"<",
"p",
">",
"the",
"name",
"of",
"the",
"user",
"whose",
"mfa",
"device",
"you",
"want",
"to",
"deactivate",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"allows",
"(",
"per",
"its",
"<",
"a",
"href",
"=",
"http",
":",
"/",
"/",
"... | [
"set",
"user",
"name",
"(",
"user",
"name",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"serial",
"number",
"that",
"uniquely",
"identifies",
"the",
"mfa",
"device",
"for",
"virtual",
"mfa",
"devices",
"the",
"serial",
"number",
"is",
"the",
"device",
"arn",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"serial",
"number",
";"
] |
[
"<",
"p",
">",
"the",
"serial",
"number",
"that",
"uniquely",
"identifies",
"the",
"mfa",
"device",
"for",
"virtual",
"mfa",
"devices",
"the",
"serial",
"number",
"is",
"the",
"device",
"arn",
"<",
"/",
"p",
">",
"<",
"p",
">",
"this",
"parameter",
"al... | [
"set",
"serial",
"number",
"(",
"serial",
"number",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"scheduled",
"actions",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"scheduled",
"update",
"group",
"actions",
"=",
"=",
"null",
")",
"{",
"scheduled",
"update",
"group",
"actions",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"scheduled",
"update",
"group",
"action",
">",
"(",
")"... |
[
"<",
"p",
">",
"the",
"scheduled",
"actions",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"scheduled",
"update",
"group",
"actions",
"=",
"=",
"null",
")",
"{",
"this",
"scheduled",
"update",
"group",
"actions",
"=",
"null",
";",
"return",
";",
"}",
"this",
"scheduled",
"update",
"group",
"actions",
"=",
"new",
"com",
"amazonaws",
... |
[
"<",
"p",
">",
"the",
"scheduled",
"actions",
"<",
"/",
"p",
">",
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing",
"list",
"(",
"if",
"any",
")",
"use",
"{",
... | [
"if",
"(",
"this",
"scheduled",
"update",
"group",
"actions",
"=",
"=",
"null",
")",
"{",
"set",
"scheduled",
"update",
"group",
"actions",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"scheduled",
"update",
"group",
"action",
... |
[
"<",
"p",
">",
"the",
"scheduled",
"actions",
"<",
"/",
"p",
">"
] | [
"set",
"scheduled",
"update",
"group",
"actions",
"(",
"scheduled",
"update",
"group",
"actions",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"token",
"required",
"to",
"get",
"the",
"next",
"set",
"of",
"results",
"this",
"value",
"is",
"<",
"code",
">",
"null",
"<",
"/",
"code",
">",
"if",
"there",
"are",
"no",
"more",
"results",
"to",
"return",
"<",
"/",
"p",
"... | [
"set",
"next",
"token",
"(",
"next",
"token",
")",
";",
"return",
"this",
";"
] |
[
"computes",
"the",
"next",
"window",
"by",
"scanning",
"the",
"events",
"in",
"the",
"window",
"and",
"finds",
"the",
"next",
"aligned",
"window",
"between",
"the",
"start",
"ts",
"and",
"end",
"ts",
"return",
"the",
"end",
"ts",
"of",
"the",
"next",
"al... | [
"long",
"next",
"ts",
"=",
"window",
"manager",
"get",
"earliest",
"event",
"ts",
"(",
"start",
"ts",
",",
"end",
"ts",
")",
";",
"if",
"(",
"next",
"ts",
"=",
"=",
"long",
"max",
"value",
"|",
"|",
"(",
"next",
"ts",
"%",
"sliding",
"interval",
... |
[
"convenience",
"method",
"for",
"creating",
"a",
"list",
"of",
"file",
"descriptors"
] | [
"file",
"descriptor",
"[",
"]",
"list",
"=",
"new",
"file",
"descriptor",
"[",
"fds",
"length",
"]",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"fds",
"length",
";",
"i",
"+",
"+",
")",
"{",
"file",
"descriptor",
"descriptor",
"=",
"ne... |
[
"returns",
"whether",
"this",
"{",
"@",
"link",
"native",
"handle",
"}",
"object",
"contains",
"a",
"single",
"file",
"descriptor",
"and",
"nothing",
"else"
] | [
"return",
"m",
"fds",
"length",
"=",
"=",
"1",
"&",
"&",
"m",
"ints",
"length",
"=",
"=",
"0",
";"
] |
[
"closes",
"the",
"file",
"descriptors",
"if",
"they",
"are",
"owned",
"by",
"this",
"object"
] | [
"if",
"(",
"!",
"m",
"own",
")",
"{",
"return",
";",
"}",
"try",
"{",
"for",
"(",
"file",
"descriptor",
"fd",
":",
"m",
"fds",
")",
"{",
"os",
"close",
"(",
"fd",
")",
";",
"}",
"}",
"catch",
"(",
"errno",
"exception",
"e",
")",
"{",
"e",
"... |
[
"convenience",
"method",
"for",
"fetching",
"this",
"object",
"s",
"file",
"descriptors",
"from",
"jni",
"@",
"return",
"a",
"mutable",
"copy",
"of",
"the",
"underlying",
"file",
"descriptors",
"(",
"as",
"an",
"int",
"[",
"]",
")"
] | [
"int",
"num",
"fds",
"=",
"m",
"fds",
"length",
";",
"int",
"[",
"]",
"fds",
"=",
"new",
"int",
"[",
"num",
"fds",
"]",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"num",
"fds",
";",
"i",
"+",
"+",
")",
"{",
"fds",
"[",
"i",
"... |
[
"fetch",
"file",
"descriptors"
] | [
"return",
"m",
"fds",
";"
] |
[
"fetch",
"opaque",
"ints",
"note",
":",
"this",
"object",
"retains",
"ownership",
"of",
"the",
"data"
] | [
"return",
"m",
"ints",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.