docstring_tokens list | code_tokens list |
|---|---|
[
"returns",
"an",
"intent",
"to",
"start",
"the",
"setup",
"activity",
"for",
"this",
"tv",
"input"
] | [
"if",
"(",
"!",
"text",
"utils",
"is",
"empty",
"(",
"m",
"setup",
"activity",
")",
")",
"{",
"intent",
"intent",
"=",
"new",
"intent",
"(",
"intent",
"action",
"main",
")",
";",
"intent",
"set",
"class",
"name",
"(",
"m",
"service",
"service",
"info... |
[
"returns",
"an",
"intent",
"to",
"start",
"the",
"settings",
"activity",
"for",
"this",
"tv",
"input"
] | [
"return",
"null",
";"
] |
[
"returns",
"the",
"number",
"of",
"tuners",
"this",
"tv",
"input",
"has"
] | [
"return",
"m",
"tuner",
"count",
";"
] |
[
"returns",
"{"
] | [
"return",
"m",
"can",
"record",
";"
] |
[
"the",
"extras",
"associated",
"with",
"this",
"{",
"@",
"code",
"phone",
"account",
"}",
"<",
"p",
">",
"a",
"{",
"@",
"link",
"connection",
"service",
"}",
"may",
"provide",
"implementation",
"specific",
"information",
"about",
"the",
"{",
"@",
"link",
... | [
"return",
"m",
"extras",
";"
] |
[
"returns",
"the",
"hdmi",
"device",
"information",
"of",
"this",
"tv",
"input"
] | [
"if",
"(",
"m",
"type",
"=",
"=",
"type",
"hdmi",
")",
"{",
"return",
"m",
"hdmi",
"device",
"info",
";",
"}",
"return",
"null",
";"
] |
[
"returns",
"{",
"@",
"code",
"true",
"}",
"if",
"this",
"tv",
"input",
"is",
"pass",
"-",
"though",
"which",
"does",
"not",
"have",
"any",
"real",
"channels",
"in",
"tv",
"provider",
"{",
"@",
"code",
"false",
"}",
"otherwise"
] | [
"return",
"m",
"type",
"!",
"=",
"type",
"tuner",
";"
] |
[
"returns",
"{"
] | [
"return",
"m",
"is",
"hardware",
"input",
";"
] |
[
"returns",
"{"
] | [
"return",
"m",
"is",
"connected",
"to",
"hdmi",
"switch",
";"
] |
[
"checks",
"if",
"this",
"tv",
"input",
"is",
"marked",
"hidden",
"by",
"the",
"user",
"in",
"the",
"settings"
] | [
"return",
"tv",
"input",
"settings",
"is",
"hidden",
"(",
"context",
",",
"m",
"id",
",",
"user",
"handle",
"my",
"user",
"id",
"(",
")",
")",
";"
] |
[
"loads",
"the",
"user",
"-",
"displayed",
"label",
"for",
"this",
"tv",
"input"
] | [
"if",
"(",
"m",
"label",
"res",
"id",
"!",
"=",
"0",
")",
"{",
"return",
"context",
"get",
"package",
"manager",
"(",
")",
"get",
"text",
"(",
"m",
"service",
"service",
"info",
"package",
"name",
",",
"m",
"label",
"res",
"id",
",",
"null",
")",
... |
[
"loads",
"the",
"custom",
"label",
"set",
"by",
"user",
"in",
"settings"
] | [
"return",
"tv",
"input",
"settings",
"get",
"custom",
"label",
"(",
"context",
",",
"m",
"id",
",",
"user",
"handle",
"my",
"user",
"id",
"(",
")",
")",
";"
] |
[
"used",
"to",
"package",
"this",
"object",
"into",
"a",
"{",
"@",
"link",
"parcel",
"}"
] | [
"m",
"service",
"write",
"to",
"parcel",
"(",
"dest",
",",
"flags",
")",
";",
"dest",
"write",
"string",
"(",
"m",
"id",
")",
";",
"dest",
"write",
"int",
"(",
"m",
"type",
")",
";",
"dest",
"write",
"byte",
"(",
"m",
"is",
"hardware",
"input",
"... |
[
"sets",
"the",
"icon"
] | [
"this",
"m",
"icon",
"=",
"icon",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"parent",
"id"
] | [
"this",
"m",
"parent",
"id",
"=",
"parent",
"id",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"tuner",
"count",
"valid",
"only",
"for",
"{",
"@",
"link",
"#",
"type",
"tuner",
"}"
] | [
"this",
"m",
"tuner",
"count",
"=",
"tuner",
"count",
";",
"return",
"this",
";"
] |
[
"sets",
"whether",
"this",
"tv",
"input",
"can",
"record",
"tv",
"programs",
"or",
"not"
] | [
"this",
"m",
"can",
"record",
"=",
"can",
"record",
";",
"return",
"this",
";"
] |
[
"sets",
"the",
"extras",
"bundle",
"for",
"the",
"resulting",
"{"
] | [
"this",
"m",
"extras",
"=",
"extras",
";",
"return",
"this",
";"
] |
[
"creates",
"a",
"{",
"@",
"link",
"tv",
"input",
"info",
"}",
"instance",
"with",
"the",
"specified",
"fields",
"most",
"of",
"the",
"information",
"is",
"obtained",
"by",
"parsing",
"the",
"android",
"manifest",
"and",
"{",
"@",
"link",
"tv",
"input",
"... | [
"component",
"name",
"component",
"name",
"=",
"new",
"component",
"name",
"(",
"m",
"resolve",
"info",
"service",
"info",
"package",
"name",
",",
"m",
"resolve",
"info",
"service",
"info",
"name",
")",
";",
"string",
"id",
";",
"int",
"type",
";",
"bool... |
[
"returns",
"a",
"set",
"of",
"tv",
"input",
"i",
"ds",
"which",
"are",
"marked",
"as",
"hidden",
"by",
"user",
"in",
"the",
"settings"
] | [
"string",
"hidden",
"ids",
"string",
"=",
"settings",
"secure",
"get",
"string",
"for",
"user",
"(",
"context",
"get",
"content",
"resolver",
"(",
")",
",",
"settings",
"secure",
"tv",
"input",
"hidden",
"inputs",
",",
"user",
"id",
")",
";",
"set",
"<",... |
[
"returns",
"a",
"map",
"of",
"tv",
"input",
"id",
"/",
"custom",
"label",
"pairs",
"set",
"by",
"the",
"user",
"in",
"the",
"settings"
] | [
"string",
"labels",
"string",
"=",
"settings",
"secure",
"get",
"string",
"for",
"user",
"(",
"context",
"get",
"content",
"resolver",
"(",
")",
",",
"settings",
"secure",
"tv",
"input",
"custom",
"labels",
",",
"user",
"id",
")",
";",
"map",
"<",
"strin... |
[
"waits",
"until",
"the",
"main",
"handler",
"for",
"wm",
"has",
"processed",
"all",
"messages"
] | [
"m",
"wm",
"rule",
"wait",
"until",
"window",
"manager",
"handlers",
"idle",
"(",
")",
";"
] |
[
"creates",
"a",
"{"
] | [
"synchronized",
"(",
"s",
"wm",
"m",
"window",
"map",
")",
"{",
"return",
"create",
"stack",
"controller",
"on",
"display",
"(",
"dc",
")",
"m",
"container",
";",
"}"
] |
[
"creates",
"a",
"{"
] | [
"return",
"window",
"test",
"utils",
"create",
"task",
"in",
"stack",
"(",
"s",
"wm",
",",
"stack",
",",
"user",
"id",
")",
";"
] |
[
"creates",
"a",
"{"
] | [
"final",
"int",
"display",
"id",
"=",
"s",
"next",
"display",
"id",
"+",
"+",
";",
"final",
"display",
"display",
"=",
"new",
"display",
"(",
"display",
"manager",
"global",
"get",
"instance",
"(",
")",
",",
"display",
"id",
",",
"m",
"display",
"info"... |
[
"creates",
"a",
"{"
] | [
"synchronized",
"(",
"s",
"wm",
"m",
"window",
"map",
")",
"{",
"return",
"new",
"window",
"test",
"utils",
"test",
"window",
"state",
"(",
"s",
"wm",
",",
"m",
"mock",
"session",
",",
"m",
"i",
"window",
",",
"attrs",
",",
"token",
")",
";",
"}"
] |
[
"returns",
"the",
"edge",
"that",
"views",
"appear",
"and",
"disappear",
"from"
] | [
"return",
"m",
"slide",
"edge",
";"
] |
[
"adds",
"elements",
"to",
"the",
"tool",
"bar",
"the",
"method",
"is",
"called",
"while",
"initializing",
"the",
"scan",
"panel",
"at",
"the",
"points",
"specified",
"by",
"the",
"{",
"@",
"link",
"location",
"}",
"enumeration",
"should",
"be",
"overridden",... | [
"return",
"grid",
"x",
";"
] |
[
"scans",
"a",
"node",
"(",
"url",
")",
"equivalent",
"to",
"calling",
"{",
"@",
"link",
"#",
"scan",
"node",
"(",
"site",
"node",
"boolean",
"user",
")",
"}",
"with",
"a",
"null",
"user"
] | [
"this",
"scan",
"node",
"(",
"node",
",",
"inc",
"port",
",",
"null",
")",
";"
] |
[
"does",
"nothing",
"override",
"to",
"handle",
"context",
"specific",
"objects"
] | [] |
[
"gets",
"the",
"current",
"site",
"selected",
"on",
"this",
"panel"
] | [
"return",
"this",
"current",
"site",
";"
] |
[
"set",
"the",
"agent",
"id",
"of",
"the",
"{"
] | [
"this",
"agent",
"id",
"=",
"agent",
"id",
";"
] |
[
"<",
"p",
">",
"return",
"the",
"string",
"representation",
"of",
"the",
"key",
"the",
"format",
"will",
"be",
":",
"&",
"lt",
";",
"group",
"&",
"gt",
";",
"&",
"lt",
";",
"name",
"&",
"gt",
";",
"<",
"/",
"p",
">"
] | [
"return",
"get",
"group",
"(",
")",
"+",
"'",
"'",
"+",
"get",
"name",
"(",
")",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"-",
"assigned",
"name",
"of",
"the",
"db",
"instance",
"that",
"contains",
"the",
"log",
"files",
"you",
"want",
"to",
"list",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
"<",
"/",
"p",
">",
"<",
"ul"... | [
"this",
"d",
"b",
"instance",
"identifier",
"=",
"d",
"b",
"instance",
"identifier",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"-",
"assigned",
"name",
"of",
"the",
"db",
"instance",
"that",
"contains",
"the",
"log",
"files",
"you",
"want",
"to",
"list",
"<",
"/",
"p",
">",
"<",
"p",
">",
"constraints",
":",
"<",
"/",
"p",
">",
"<",
"ul"... | [
"return",
"this",
"d",
"b",
"instance",
"identifier",
";"
] |
[
"<",
"p",
">",
"the",
"customer",
"identifier",
"or",
"the",
"arn",
"of",
"your",
"db",
"instance",
"<",
"/",
"p",
">"
] | [
"set",
"d",
"b",
"instance",
"identifier",
"(",
"d",
"b",
"instance",
"identifier",
")",
";",
"return",
"this",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"name",
"i",
"d",
"property"
] | [
"return",
"name",
"i",
"d",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"name",
"i",
"d",
"property"
] | [
"this",
"name",
"i",
"d",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"encrypted",
"i",
"d",
"property"
] | [
"return",
"encrypted",
"i",
"d",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"encrypted",
"i",
"d",
"property"
] | [
"this",
"encrypted",
"i",
"d",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"new",
"i",
"d",
"property"
] | [
"return",
"new",
"i",
"d",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"new",
"i",
"d",
"property"
] | [
"this",
"new",
"i",
"d",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"new",
"encrypted",
"i",
"d",
"property"
] | [
"return",
"new",
"encrypted",
"i",
"d",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"new",
"encrypted",
"i",
"d",
"property"
] | [
"this",
"new",
"encrypted",
"i",
"d",
"=",
"value",
";"
] |
[
"gets",
"the",
"value",
"of",
"the",
"terminate",
"property"
] | [
"return",
"terminate",
";"
] |
[
"sets",
"the",
"value",
"of",
"the",
"terminate",
"property"
] | [
"this",
"terminate",
"=",
"value",
";"
] |
[
"returns",
"the",
"java",
"builder",
"command",
"line",
"up",
"to",
"the",
"main",
"class",
"or",
"deploy",
"jar"
] | [
"list",
"<",
"string",
">",
"args",
"=",
"action",
"get",
"command",
"lines",
"(",
")",
"all",
"arguments",
"(",
")",
";",
"return",
"args",
"sub",
"list",
"(",
"0",
",",
"main",
"class",
"index",
"(",
"args",
")",
")",
";"
] |
[
"returns",
"the",
"java",
"builder",
"options"
] | [
"list",
"<",
"string",
">",
"args",
"=",
"action",
"get",
"command",
"lines",
"(",
")",
"all",
"arguments",
"(",
")",
";",
"return",
"args",
"sub",
"list",
"(",
"main",
"class",
"index",
"(",
"args",
")",
"+",
"1",
",",
"args",
"size",
"(",
")",
... |
[
"reference",
"to",
"the",
"routes",
"in",
"the",
"xml",
"dsl"
] | [
"this",
"ref",
"=",
"ref",
";"
] |
[
"<",
"p",
">",
"an",
"object",
"containing",
"information",
"about",
"your",
"load",
"balancer",
"<",
"/",
"p",
">"
] | [
"this",
"load",
"balancer",
"=",
"load",
"balancer",
";"
] |
[
"builds",
"a",
"bit",
"set",
"of",
"block",
"indices",
"from",
"a",
"basic",
"block",
"list",
"and",
"a",
"list",
"of",
"labels",
"taken",
"from",
"rop",
"form"
] | [
"bit",
"set",
"result",
"=",
"new",
"bit",
"set",
"(",
"blocks",
"size",
"(",
")",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
",",
"sz",
"=",
"label",
"list",
"size",
"(",
")",
";",
"i",
"<",
"sz",
";",
"i",
"+",
"+",
")",
"{",
"result",
... |
[
"builds",
"an",
"int",
"list",
"of",
"block",
"indices",
"from",
"a",
"basic",
"block",
"list",
"and",
"a",
"list",
"of",
"labels",
"taken",
"from",
"rop",
"form"
] | [
"int",
"list",
"result",
"=",
"new",
"int",
"list",
"(",
"label",
"list",
"size",
"(",
")",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
",",
"sz",
"=",
"label",
"list",
"size",
"(",
")",
";",
"i",
"<",
"sz",
";",
"i",
"+",
"+",
")",
"{",
... |
[
"gets",
"a",
"new",
"{",
"@",
"code",
"goto",
"}",
"insn"
] | [
"return",
"new",
"normal",
"ssa",
"insn",
"(",
"new",
"plain",
"insn",
"(",
"rops",
"goto",
",",
"source",
"position",
"no",
"info",
",",
"null",
",",
"register",
"spec",
"list",
"empty",
")",
",",
"block",
")",
";"
] |
[
"makes",
"a",
"new",
"basic",
"block",
"for",
"this",
"method",
"which",
"is",
"empty",
"besides",
"a",
"single",
"{",
"@",
"code",
"goto",
"}",
"successors",
"and",
"predecessors",
"are",
"not",
"yet",
"set"
] | [
"int",
"new",
"index",
"=",
"blocks",
"size",
"(",
")",
";",
"ssa",
"basic",
"block",
"new",
"block",
"=",
"new",
"ssa",
"basic",
"block",
"(",
"new",
"index",
",",
"max",
"label",
"+",
"+",
",",
"this",
")",
";",
"new",
"block",
"get",
"insns",
... |
[
"borrows",
"a",
"register",
"to",
"use",
"as",
"a",
"temp",
"used",
"in",
"the",
"phi",
"removal",
"process",
"call",
"return",
"spare",
"registers",
"(",
")",
"when",
"done"
] | [
"int",
"result",
"=",
"spare",
"register",
"base",
"+",
"borrowed",
"spare",
"registers",
";",
"borrowed",
"spare",
"registers",
"+",
"=",
"category",
";",
"register",
"count",
"=",
"math",
"max",
"(",
"register",
"count",
",",
"result",
"+",
"category",
"... |
[
"returns",
"all",
"borrowed",
"registers"
] | [
"borrowed",
"spare",
"registers",
"=",
"0",
";"
] |
[
"computes",
"reachability",
"for",
"all",
"blocks",
"in",
"the",
"method",
"first",
"clears",
"old",
"values",
"from",
"all",
"blocks",
"then",
"starts",
"with",
"the",
"entry",
"block",
"and",
"walks",
"down",
"the",
"control",
"flow",
"graph",
"marking",
"... | [
"for",
"(",
"ssa",
"basic",
"block",
"block",
":",
"blocks",
")",
"{",
"block",
"set",
"reachable",
"(",
"0",
")",
";",
"}",
"array",
"list",
"<",
"ssa",
"basic",
"block",
">",
"block",
"list",
"=",
"new",
"array",
"list",
"<",
"ssa",
"basic",
"blo... |
[
"remaps",
"unversioned",
"registers"
] | [
"for",
"(",
"ssa",
"basic",
"block",
"block",
":",
"get",
"blocks",
"(",
")",
")",
"{",
"for",
"(",
"ssa",
"insn",
"insn",
":",
"block",
"get",
"insns",
"(",
")",
")",
"{",
"insn",
"map",
"registers",
"(",
"mapper",
")",
";",
"}",
"}",
"register"... |
[
"/",
"*",
"package"
] | [
"if",
"(",
"use",
"list",
"=",
"=",
"null",
")",
"return",
";",
"if",
"(",
"old",
"source",
"!",
"=",
"null",
")",
"{",
"int",
"reg",
"=",
"old",
"source",
"get",
"reg",
"(",
")",
";",
"use",
"list",
"[",
"reg",
"]",
"remove",
"(",
"insn",
")... |
[
"/",
"*",
"package"
] | [
"if",
"(",
"use",
"list",
"=",
"=",
"null",
")",
"return",
";",
"if",
"(",
"old",
"sources",
"!",
"=",
"null",
")",
"{",
"remove",
"from",
"use",
"list",
"(",
"insn",
",",
"old",
"sources",
")",
";",
"}",
"register",
"spec",
"list",
"sources",
"=... |
[
"/",
"*",
"package"
] | [
"on",
"sources",
"changed",
"(",
"insn",
",",
"null",
")",
";",
"update",
"one",
"definition",
"(",
"insn",
",",
"null",
")",
";"
] |
[
"/",
"*",
"package"
] | [
"if",
"(",
"use",
"list",
"!",
"=",
"null",
")",
"{",
"remove",
"from",
"use",
"list",
"(",
"insn",
",",
"insn",
"get",
"sources",
"(",
")",
")",
";",
"}",
"register",
"spec",
"result",
"reg",
"=",
"insn",
"get",
"result",
"(",
")",
";",
"if",
... |
[
"returns",
"the",
"list",
"of",
"all",
"source",
"uses",
"(",
"not",
"results",
")",
"for",
"a",
"register"
] | [
"if",
"(",
"unmodifiable",
"use",
"list",
"=",
"=",
"null",
")",
"{",
"build",
"use",
"list",
"(",
")",
";",
"}",
"return",
"unmodifiable",
"use",
"list",
"[",
"reg",
"]",
";"
] |
[
"returns",
"a",
"modifiable",
"copy",
"of",
"the",
"register",
"use",
"list"
] | [
"if",
"(",
"use",
"list",
"=",
"=",
"null",
")",
"{",
"build",
"use",
"list",
"(",
")",
";",
"}",
"array",
"list",
"<",
"ssa",
"insn",
">",
"[",
"]",
"use",
"list",
"copy",
"=",
"(",
"array",
"list",
"<",
"ssa",
"insn",
">",
"[",
"]",
")",
... |
[
"/",
"*",
"package"
] | [
"register",
"count",
"=",
"new",
"reg",
"count",
";",
"spare",
"register",
"base",
"=",
"register",
"count",
";",
"on",
"insns",
"changed",
"(",
")",
";"
] |
[
"makes",
"a",
"new",
"ssa",
"register",
"for",
"use",
"after",
"renaming",
"has",
"completed"
] | [
"int",
"reg",
"=",
"register",
"count",
"+",
"+",
";",
"spare",
"register",
"base",
"=",
"register",
"count",
";",
"on",
"insns",
"changed",
"(",
")",
";",
"return",
"reg",
";"
] |
[
"visits",
"all",
"insns",
"in",
"this",
"method"
] | [
"for",
"(",
"ssa",
"basic",
"block",
"block",
":",
"blocks",
")",
"{",
"block",
"for",
"each",
"insn",
"(",
"visitor",
")",
";",
"}"
] |
[
"visits",
"each",
"phi",
"insn",
"in",
"this",
"method",
"@",
"param",
"v",
"{",
"@",
"code",
"non",
"-",
"null",
";",
"}",
"callback"
] | [
"for",
"(",
"ssa",
"basic",
"block",
"block",
":",
"blocks",
")",
"{",
"block",
"for",
"each",
"phi",
"insn",
"(",
"v",
")",
";",
"}"
] |
[
"sets",
"back",
"-",
"convert",
"mode",
"set",
"during",
"back",
"-",
"conversion",
"when",
"registers",
"are",
"about",
"to",
"be",
"mapped",
"into",
"a",
"non",
"-",
"ssa",
"namespace",
"when",
"true",
"use",
"and",
"def",
"lists",
"are",
"unavailable"
] | [
"back",
"mode",
"=",
"true",
";",
"use",
"list",
"=",
"null",
";",
"definition",
"list",
"=",
"null",
";"
] |
[
"append",
"specified",
"length",
"of",
"bytes",
"to",
"a",
"given",
"file"
] | [
"byte",
"[",
"]",
"to",
"append",
"=",
"new",
"byte",
"[",
"length",
"]",
";",
"random",
"random",
"=",
"new",
"random",
"(",
")",
";",
"random",
"next",
"bytes",
"(",
"to",
"append",
")",
";",
"f",
"s",
"data",
"output",
"stream",
"out",
"=",
"c... |
[
"<",
"p",
">",
"file",
"share",
"default",
"values",
"optional",
"<",
"/",
"p",
">"
] | [
"this",
"n",
"f",
"s",
"file",
"share",
"defaults",
"=",
"n",
"f",
"s",
"file",
"share",
"defaults",
";"
] |
[
"<",
"p",
">",
"file",
"share",
"default",
"values",
"optional",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"n",
"f",
"s",
"file",
"share",
"defaults",
";"
] |
[
"<",
"p",
">",
"true",
"to",
"use",
"amazon",
"s3",
"server",
"-",
"side",
"encryption",
"with",
"your",
"own",
"aws",
"kms",
"key",
"or",
"false",
"to",
"use",
"a",
"key",
"managed",
"by",
"amazon",
"s3",
"optional",
"<",
"/",
"p",
">"
] | [
"this",
"k",
"m",
"s",
"encrypted",
"=",
"k",
"m",
"s",
"encrypted",
";"
] |
[
"<",
"p",
">",
"true",
"to",
"use",
"amazon",
"s3",
"server",
"-",
"side",
"encryption",
"with",
"your",
"own",
"aws",
"kms",
"key",
"or",
"false",
"to",
"use",
"a",
"key",
"managed",
"by",
"amazon",
"s3",
"optional",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"k",
"m",
"s",
"encrypted",
";"
] |
[
"<",
"p",
">",
"true",
"to",
"use",
"amazon",
"s3",
"server",
"side",
"encryption",
"with",
"your",
"own",
"aws",
"kms",
"key",
"or",
"false",
"to",
"use",
"a",
"key",
"managed",
"by",
"amazon",
"s3",
"optional",
"<",
"/",
"p",
">"
] | [
"set",
"k",
"m",
"s",
"encrypted",
"(",
"k",
"m",
"s",
"encrypted",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"true",
"to",
"use",
"amazon",
"s3",
"server",
"-",
"side",
"encryption",
"with",
"your",
"own",
"aws",
"kms",
"key",
"or",
"false",
"to",
"use",
"a",
"key",
"managed",
"by",
"amazon",
"s3",
"optional",
"<",
"/",
"p",
">"
] | [
"return",
"this",
"k",
"m",
"s",
"encrypted",
";"
] |
[
"<",
"p",
">",
"the",
"default",
"storage",
"class",
"for",
"objects",
"put",
"into",
"an",
"amazon",
"s3",
"bucket",
"by",
"the",
"file",
"gateway",
"possible",
"values",
"are",
"<",
"code",
">",
"s3",
"standard",
"<",
"/",
"code",
">",
"<",
"code",
... | [
"this",
"default",
"storage",
"class",
"=",
"default",
"storage",
"class",
";"
] |
[
"<",
"p",
">",
"the",
"default",
"storage",
"class",
"for",
"objects",
"put",
"into",
"an",
"amazon",
"s3",
"bucket",
"by",
"the",
"file",
"gateway",
"possible",
"values",
"are",
"<",
"code",
">",
"s3",
"standard",
"<",
"/",
"code",
">",
"<",
"code",
... | [
"return",
"this",
"default",
"storage",
"class",
";"
] |
[
"<",
"p",
">",
"the",
"default",
"storage",
"class",
"for",
"objects",
"put",
"into",
"an",
"amazon",
"s3",
"bucket",
"by",
"the",
"file",
"gateway",
"possible",
"values",
"are",
"<",
"code",
">",
"s3",
"standard",
"<",
"/",
"code",
">",
"<",
"code",
... | [
"set",
"default",
"storage",
"class",
"(",
"default",
"storage",
"class",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"the",
"list",
"of",
"clients",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"client",
"list",
"=",
"=",
"null",
")",
"{",
"client",
"list",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
")",
";",
"}",
"return",
"client",
"list",
";"
] |
[
"<",
"p",
">",
"the",
"list",
"of",
"clients",
"<",
"/",
"p",
">"
] | [
"if",
"(",
"client",
"list",
"=",
"=",
"null",
")",
"{",
"this",
"client",
"list",
"=",
"null",
";",
"return",
";",
"}",
"this",
"client",
"list",
"=",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"client... |
[
"<",
"p",
">",
"<",
"b",
">",
"note",
":",
"<",
"/",
"b",
">",
"this",
"method",
"appends",
"the",
"values",
"to",
"the",
"existing",
"list",
"(",
"if",
"any",
")",
"use",
"{",
"@",
"link",
"#",
"set",
"client",
"list",
"(",
"java",
"util",
"co... | [
"if",
"(",
"this",
"client",
"list",
"=",
"=",
"null",
")",
"{",
"set",
"client",
"list",
"(",
"new",
"com",
"amazonaws",
"internal",
"sdk",
"internal",
"list",
"<",
"string",
">",
"(",
"client",
"list",
"length",
")",
")",
";",
"}",
"for",
"(",
"s... |
[
"<",
"p",
">",
"maps",
"a",
"user",
"to",
"anonymous",
"user",
"valid",
"options",
"are",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"code",
">",
"root",
"squash",
"<",
"/",
"code",
">",
"... | [
"this",
"squash",
"=",
"squash",
";"
] |
[
"<",
"p",
">",
"maps",
"a",
"user",
"to",
"anonymous",
"user",
"valid",
"options",
"are",
"the",
"following",
":",
"<",
"/",
"p",
">",
"<",
"ul",
">",
"<",
"li",
">",
"<",
"p",
">",
"<",
"code",
">",
"root",
"squash",
"<",
"/",
"code",
">",
"... | [
"return",
"this",
"squash",
";"
] |
[
"<",
"p",
">",
"if",
"this",
"value",
"is",
"<",
"code",
">",
"true",
"<",
"/",
"code",
">",
"the",
"container",
"has",
"read",
"-",
"only",
"access",
"to",
"the",
"volume",
"if",
"this",
"value",
"is",
"<",
"code",
">",
"false",
"<",
"/",
"code"... | [
"return",
"this",
"read",
"only",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"sets",
"the",
"write",
"status",
"of",
"a",
"file",
"share",
"this",
"value",
"is",
"true",
"if",
"the",
"write",
"status",
"is",
"read",
"-",
"only",
"and",
"otherwise",
"false",
"<",
"/",
"p",
">"
] | [
"set",
"read",
"only",
"(",
"read",
"only",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"if",
"this",
"value",
"is",
"<",
"code",
">",
"true",
"<",
"/",
"code",
">",
"the",
"container",
"has",
"read",
"-",
"only",
"access",
"to",
"the",
"volume",
"if",
"this",
"value",
"is",
"<",
"code",
">",
"false",
"<",
"/",
"code"... | [
"return",
"this",
"read",
"only",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"enables",
"guessing",
"of",
"the",
"mime",
"type",
"for",
"uploaded",
"objects",
"based",
"on",
"file",
"extensions",
"set",
"this",
"value",
"to",
"true",
"to",
"enable",
"mime",
"type",
"guessing",
"and",
"otherwise"... | [
"this",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
"=",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"enables",
"guessing",
"of",
"the",
"mime",
"type",
"for",
"uploaded",
"objects",
"based",
"on",
"file",
"extensions",
"set",
"this",
"value",
"to",
"true",
"to",
"enable",
"mime",
"type",
"guessing",
"and",
"otherwise"... | [
"return",
"this",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"enables",
"guessing",
"of",
"the",
"mime",
"type",
"for",
"uploaded",
"objects",
"based",
"on",
"file",
"extensions",
"set",
"this",
"value",
"to",
"true",
"to",
"enable",
"mime",
"type",
"guessing",
"and",
"otherwise"... | [
"set",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
"(",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"enables",
"guessing",
"of",
"the",
"mime",
"type",
"for",
"uploaded",
"objects",
"based",
"on",
"file",
"extensions",
"set",
"this",
"value",
"to",
"true",
"to",
"enable",
"mime",
"type",
"guessing",
"and",
"otherwise"... | [
"return",
"this",
"guess",
"m",
"i",
"m",
"e",
"type",
"enabled",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"sets",
"the",
"access",
"control",
"list",
"permission",
"for",
"objects",
"in",
"the",
"amazon",
"s3",
"bucket",
"that",
"a",
"file",
"gateway",
"puts",
"objects",
"into",
"the",
"default",
"value",
"is",
"<",
"code... | [
"this",
"requester",
"pays",
"=",
"requester",
"pays",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"sets",
"the",
"access",
"control",
"list",
"permission",
"for",
"objects",
"in",
"the",
"amazon",
"s3",
"bucket",
"that",
"a",
"file",
"gateway",
"puts",
"objects",
"into",
"the",
"default",
"value",
"is",
"<",
"code... | [
"return",
"this",
"requester",
"pays",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"sets",
"the",
"access",
"control",
"list",
"permission",
"for",
"objects",
"in",
"the",
"amazon",
"s3",
"bucket",
"that",
"a",
"file",
"gateway",
"puts",
"objects",
"into",
"the",
"default",
"value",
"is",
"<",
"code... | [
"set",
"requester",
"pays",
"(",
"requester",
"pays",
")",
";",
"return",
"this",
";"
] |
[
"<",
"p",
">",
"a",
"value",
"that",
"sets",
"the",
"access",
"control",
"list",
"permission",
"for",
"objects",
"in",
"the",
"amazon",
"s3",
"bucket",
"that",
"a",
"file",
"gateway",
"puts",
"objects",
"into",
"the",
"default",
"value",
"is",
"<",
"code... | [
"return",
"this",
"requester",
"pays",
";"
] |
[
"get",
"the",
"output",
"schema",
"for",
"this",
"transformation",
"given",
"an",
"input",
"schema"
] | [
"schema",
"builder",
"new",
"schema",
"=",
"new",
"schema",
"builder",
"(",
")",
";",
"for",
"(",
"int",
"i",
"=",
"0",
";",
"i",
"<",
"input",
"schema",
"num",
"columns",
"(",
")",
";",
"i",
"+",
"+",
")",
"{",
"if",
"(",
"input",
"schema",
"g... |
[
"transform",
"an",
"object",
"in",
"to",
"another",
"object"
] | [
"return",
"double",
"parse",
"double",
"(",
"input",
"to",
"string",
"(",
")",
")",
";"
] |
[
"transform",
"a",
"sequence"
] | [
"list",
"<",
"?",
">",
"list",
"=",
"(",
"list",
"<",
"?",
">",
")",
"sequence",
";",
"list",
"<",
"object",
">",
"ret",
"=",
"new",
"array",
"list",
"<",
">",
"(",
")",
";",
"for",
"(",
"object",
"o",
":",
"list",
")",
"ret",
"add",
"(",
"... |
[
"the",
"output",
"column",
"name",
"after",
"the",
"operation",
"has",
"been",
"applied"
] | [
"return",
"get",
"input",
"schema",
"(",
")",
"get",
"column",
"names",
"(",
")",
"get",
"(",
"0",
")",
";"
] |
[
"returns",
"column",
"names",
"this",
"op",
"is",
"meant",
"to",
"run",
"on"
] | [
"return",
"input",
"schema",
"get",
"column",
"names",
"(",
")",
"to",
"array",
"(",
"new",
"string",
"[",
"input",
"schema",
"num",
"columns",
"(",
")",
"]",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.