Home
last modified time | relevance | path

Searched refs:response2 (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Drename.ts22 …const response2 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session, … constant
23 assert.deepEqual<protocol.RenameResponseBody | undefined>(response2, {
111 …const response2 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session, … constant
112 assert.deepEqual<protocol.RenameResponseBody | undefined>(response2, {
256 …const response2 = executeSessionRequest<protocol.RenameRequest, protocol.RenameResponse>(session, … constant
257 assert.deepEqual<protocol.RenameResponseBody | undefined>(response2, {
DcompileOnSave.ts539 const { response: response2 } = session.executeCommand({
545 …assert.equal((response2 as protocol.CompileOnSaveAffectedFileListSingleProject[]).length, 1, "expe…
/third_party/cef/tests/ceftests/
Dtest_util.cc126 CefRefPtr<CefResponse> response2, in TestResponseEqual() argument
129 EXPECT_TRUE(response2.get()); in TestResponseEqual()
131 EXPECT_EQ(response1->GetStatus(), response2->GetStatus()); in TestResponseEqual()
133 response2->GetStatusText().ToString().c_str()); in TestResponseEqual()
135 response2->GetMimeType().ToString().c_str()); in TestResponseEqual()
139 response2->GetHeaderMap(headers2); in TestResponseEqual()
Dtest_util.h46 CefRefPtr<CefResponse> response2,
/third_party/cups-filters/cupsfilters/
Dipp.c412 ipp_t *response2 = NULL; in get_printer_attributes5() local
422 response2 = cupsDoRequest(http_printer, request, resource); in get_printer_attributes5()
424 if (response2) in get_printer_attributes5()
426 if ((attr = ippFindAttribute(response2, "media-col-database", in get_printer_attributes5()
435 ippDelete(response2); in get_printer_attributes5()