docstring_tokens list | code_tokens list |
|---|---|
[
"notifies",
"this",
"connection",
"which",
"is",
"in",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"which",
"is",
"in",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"which",
"is",
"in",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"of",
"a",
"request",
"to",
"silence",
"the",
"ringer",
"<",
"p",
">",
"the",
"ringer",
"may",
"be",
"silenced",
"by",
"any",
"of",
"the",
"following",
"methods",
":",
"<",
"ul",
">",
"<",
"li",
">",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"whether",
"the",
"user",
"wishes",
"to",
"proceed",
"with",
"the",
"post",
"-",
"dial",
"dtmf",
"codes"
] | [] |
[
"notifies",
"this",
"connection",
"of",
"a",
"request",
"to",
"pull",
"an",
"external",
"call",
"to",
"the",
"local",
"device",
"<",
"p",
">",
"the",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"of",
"a",
"{",
"@",
"link",
"call",
"}",
"event",
"initiated",
"from",
"an",
"{",
"@",
"link",
"in",
"call",
"service",
"}",
"<",
"p",
">",
"the",
"{",
"@",
"link",
"in",
"call",
"service",
"}",
"issues",
"a",
"ca... | [] |
[
"notifies",
"this",
"{"
] | [] |
[
"notifies",
"this",
"{",
"@",
"link",
"conference",
"}",
"of",
"a",
"change",
"to",
"the",
"extras",
"made",
"outside",
"the",
"{",
"@",
"link",
"connection",
"service",
"}",
"<",
"p",
">",
"these",
"extras",
"changes",
"can",
"originate",
"from",
"telec... | [] |
[
"notifies",
"this",
"{",
"@",
"link",
"connection",
"}",
"that",
"its",
"{",
"@",
"link",
"connection",
"service",
"}",
"is",
"responsible",
"for",
"displaying",
"its",
"incoming",
"call",
"user",
"interface",
"for",
"the",
"{",
"@",
"link",
"connection",
... | [] |
[
"notifies",
"this",
"{"
] | [] |
[
"notifies",
"this",
"{"
] | [] |
[
"notifies",
"this",
"connection",
"of",
"a",
"response",
"to",
"a",
"previous",
"remotely",
"-",
"initiated",
"rtt",
"upgrade",
"request",
"sent",
"via",
"{"
] | [] |
[
"return",
"a",
"{",
"@",
"code",
"connection",
"}",
"which",
"represents",
"a",
"failed",
"connection",
"attempt",
"the",
"returned",
"{",
"@",
"code",
"connection",
"}",
"will",
"have",
"a",
"{",
"@",
"link",
"android",
"telecom",
"disconnect",
"cause",
"... | [
"return",
"new",
"failure",
"signaling",
"connection",
"(",
"disconnect",
"cause",
")",
";"
] |
[
"override",
"to",
"throw",
"an",
"{",
"@",
"link",
"unsupported",
"operation",
"exception",
"}",
"if",
"this",
"{",
"@",
"code",
"connection",
"}",
"is",
"not",
"intended",
"to",
"be",
"mutated",
"e",
"g",
"if",
"it",
"is",
"a",
"marker",
"for",
"failu... | [] |
[
"return",
"a",
"{",
"@",
"code",
"connection",
"}",
"which",
"represents",
"a",
"canceled",
"connection",
"attempt",
"the",
"returned",
"{",
"@",
"code",
"connection",
"}",
"will",
"have",
"state",
"{",
"@",
"link",
"#",
"state",
"disconnected",
"}",
"and"... | [
"return",
"new",
"failure",
"signaling",
"connection",
"(",
"new",
"disconnect",
"cause",
"(",
"disconnect",
"cause",
"canceled",
")",
")",
";"
] |
[
"handles",
"a",
"change",
"to",
"extras",
"received",
"from",
"telecom"
] | [
"bundle",
"b",
"=",
"null",
";",
"synchronized",
"(",
"m",
"extras",
"lock",
")",
"{",
"m",
"extras",
"=",
"extras",
";",
"if",
"(",
"m",
"extras",
"!",
"=",
"null",
")",
"{",
"b",
"=",
"new",
"bundle",
"(",
"m",
"extras",
")",
";",
"}",
"}",
... |
[
"notifies",
"listeners",
"that",
"the",
"merge",
"request",
"failed"
] | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"conference",
"merge",
"failed",
"(",
"this",
")",
";",
"}"
] |
[
"notifies",
"listeners",
"of",
"a",
"change",
"to",
"conference",
"participant",
"(",
"s",
")"
] | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"conference",
"participants",
"changed",
"(",
"this",
",",
"conference",
"participants",
")",
";",
"}"
] |
[
"notifies",
"listeners",
"that",
"a",
"conference",
"call",
"has",
"been",
"started"
] | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"conference",
"started",
"(",
")",
";",
"}"
] |
[
"notifies",
"listeners",
"when",
"a",
"change",
"has",
"occurred",
"to",
"the",
"connection",
"which",
"impacts",
"its",
"ability",
"to",
"be",
"a",
"part",
"of",
"a",
"conference",
"call"
] | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"conference",
"supported",
"changed",
"(",
"this",
",",
"is",
"conference",
"supported",
")",
";",
"}"
] |
[
"notifies",
"listeners",
"when",
"phone",
"account",
"is",
"changed",
"for",
"example",
"when",
"the",
"phone",
"account",
"is",
"changed",
"due",
"to",
"an",
"emergency",
"call",
"being",
"redialed"
] | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"phone",
"account",
"changed",
"(",
"this",
",",
"p",
"handle",
")",
";",
"}"
] |
[
"sets",
"the",
"{",
"@",
"link",
"phone",
"account",
"handle",
"}",
"associated",
"with",
"this",
"connection"
] | [
"if",
"(",
"m",
"phone",
"account",
"handle",
"!",
"=",
"phone",
"account",
"handle",
")",
"{",
"m",
"phone",
"account",
"handle",
"=",
"phone",
"account",
"handle",
";",
"notify",
"phone",
"account",
"changed",
"(",
"phone",
"account",
"handle",
")",
";... |
[
"sends",
"an",
"event",
"associated",
"with",
"this",
"{",
"@",
"code",
"connection",
"}",
"with",
"associated",
"event",
"extras",
"to",
"the",
"{",
"@",
"link",
"in",
"call",
"service",
"}",
"<",
"p",
">",
"connection",
"events",
"are",
"used",
"to",
... | [
"for",
"(",
"listener",
"l",
":",
"m",
"listeners",
")",
"{",
"l",
"on",
"connection",
"event",
"(",
"this",
",",
"event",
",",
"extras",
")",
";",
"}"
] |
[
"<",
"editor",
"-",
"fold",
"defaultstate",
"=",
"collapsed",
"desc",
"=",
"generated",
"code",
">",
"/",
"/",
"gen",
"-",
"begin",
":",
"init",
"components"
] | [
"main",
"panel",
"=",
"new",
"javax",
"swing",
"j",
"panel",
"(",
")",
";",
"set",
"layout",
"(",
"new",
"java",
"awt",
"border",
"layout",
"(",
")",
")",
";",
"main",
"panel",
"set",
"layout",
"(",
"new",
"java",
"awt",
"border",
"layout",
"(",
")... |
[
"/",
"*",
"creates",
"a",
"file",
"but",
"does",
"not",
"close",
"it"
] | [
"f",
"s",
"data",
"output",
"stream",
"stm",
"=",
"file",
"sys",
"create",
"(",
"name",
",",
"true",
",",
"file",
"sys",
"get",
"conf",
"(",
")",
"get",
"int",
"(",
"common",
"configuration",
"keys",
"io",
"file",
"buffer",
"size",
"key",
",",
"4096"... |
[
"test",
"case",
"where",
"a",
"bunch",
"of",
"threads",
"are",
"both",
"appending",
"and",
"flushing",
"they",
"all",
"finish",
"before",
"the",
"file",
"is",
"closed"
] | [
"do",
"test",
"multiple",
"hflushers",
"(",
"1",
")",
";"
] |
[
"open",
"c",
"l"
] | [
"return",
"x",
"*",
"zoom",
"*",
"(",
"width",
"/",
"ww",
")",
";"
] |
[
"init",
"kernels",
"with",
"constants"
] | [
"cl",
"set",
"kernel",
"arg",
"1p",
"(",
"cl",
"kernel",
",",
"6",
",",
"cl",
"texture",
")",
";",
"cl",
"set",
"kernel",
"arg",
"1p",
"(",
"cl",
"kernel",
",",
"7",
",",
"cl",
"color",
"map",
")",
";",
"cl",
"set",
"kernel",
"arg",
"1i",
"(",
... |
[
"the",
"u",
"r",
"is",
"the",
"client",
"can",
"connect",
"to"
] | [
"set",
"uris",
"(",
"uris",
")",
";",
"return",
"this",
";"
] |
[
"the",
"user",
"name",
"to",
"use",
"for",
"basic",
"authentication"
] | [
"set",
"user",
"name",
"(",
"user",
"name",
")",
";",
"return",
"this",
";"
] |
[
"the",
"password",
"to",
"use",
"for",
"basic",
"authentication"
] | [
"set",
"password",
"(",
"password",
")",
";",
"return",
"this",
";"
] |
[
"to",
"set",
"the",
"maximum",
"time",
"an",
"action",
"could",
"take",
"to",
"complete"
] | [
"set",
"timeout",
"(",
"timeout",
")",
";",
"return",
"this",
";"
] |
[
"the",
"path",
"to",
"look",
"for",
"for",
"service",
"discovery"
] | [
"set",
"service",
"path",
"(",
"service",
"path",
")",
";",
"return",
"this",
";"
] |
[
"to",
"configure",
"security",
"using",
"s",
"s",
"l",
"context",
"parameters"
] | [
"set",
"ssl",
"context",
"parameters",
"(",
"ssl",
"context",
"parameters",
")",
";",
"return",
"this",
";"
] |
[
"to",
"set",
"the",
"discovery",
"type",
"valid",
"values",
"are",
"on",
"-",
"demand",
"and",
"watch"
] | [
"set",
"type",
"(",
"type",
")",
";",
"return",
"this",
";"
] |
[
"/",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"... | [
"return",
"field",
";"
] |
[
"/",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"... | [
"return",
"field",
"get",
"declaring",
"class",
"(",
")",
";"
] |
[
"/",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"... | [
"return",
"annotations",
"size",
"(",
")",
";"
] |
[
"/",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"*",
"... | [
"return",
"new",
"annotated",
"field",
"(",
"new",
"serialization",
"(",
"field",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"continue",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"switching",
"protocols",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"processing",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"103",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"ok",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"created",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"accepted",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"non",
"authoritative",
"information",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"no",
"content",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"reset",
"content",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"partial",
"content",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"multi",
"status",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"already",
"reported",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"im",
"used",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"multiple",
"choices",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"moved",
"permanently",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"found",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"moved",
"temporarily",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"see",
"other",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"not",
"modified",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"use",
"proxy",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"temporary",
"redirect",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"308",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"bad",
"request",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"unauthorized",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"payment",
"required",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"forbidden",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"not",
"found",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"method",
"not",
"allowed",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"not",
"acceptable",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"proxy",
"authentication",
"required",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"request",
"timeout",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"conflict",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"gone",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"length",
"required",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"precondition",
"failed",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"payload",
"too",
"large",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"request",
"entity",
"too",
"large",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"uri",
"too",
"long",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"request",
"uri",
"too",
"long",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"unsupported",
"media",
"type",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"requested",
"range",
"not",
"satisfiable",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"expectation",
"failed",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"418",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"insufficient",
"space",
"on",
"resource",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"method",
"failure",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"destination",
"locked",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"unprocessable",
"entity",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"locked",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"failed",
"dependency",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"upgrade",
"required",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"428",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"429",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"431",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"value",
"of",
"(",
"451",
")",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"internal",
"server",
"error",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"not",
"implemented",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"bad",
"gateway",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"service",
"unavailable",
")",
";"
] |
[
"assert",
"the",
"response",
"status",
"code",
"is",
"{"
] | [
"return",
"matcher",
"(",
"http",
"status",
"gateway",
"timeout",
")",
";"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.