Home
last modified time | relevance | path

Searched refs:status_text (Results 1 – 12 of 12) sorted by relevance

/external/grpc-grpc/src/php/tests/unit_tests/
DEndToEndTest.php40 $status_text = 'xyz';
62 'details' => $status_text,
79 $this->assertSame($status_text, $status->details);
89 $status_text = 'xyz';
113 'details' => $status_text,
125 $this->assertSame($status_text, $status->details);
136 $status_text = 'status:client_server_full_response_text';
162 'details' => $status_text,
185 $this->assertSame($status_text, $status->details);
199 $status_text = 'status:client_server_full_response_text';
[all …]
DSecureEndToEndTest.php54 $status_text = 'xyz';
77 'details' => $status_text,
95 $this->assertSame($status_text, $status->details);
105 $status_text = 'xyz';
130 'details' => $status_text,
143 $this->assertSame($status_text, $status->details);
154 $status_text = 'status:client_server_full_response_text';
181 'details' => $status_text,
204 $this->assertSame($status_text, $status->details);
DCallCredentials2Test.php63 $status_text = 'xyz';
98 'details' => $status_text,
116 $this->assertSame($status_text, $status->details);
133 $status_text = 'xyz';
165 $status_text = 'xyz';
DCallCredentialsTest.php69 $status_text = 'xyz';
100 'details' => $status_text,
118 $this->assertSame($status_text, $status->details);
/external/doclava/res/assets/templates-sdk/
Dyaml_navtree.cs4 path, and status_text (API level) for each package.
14 status_text: no-toggle<?cs
19 status_text: no-toggle<?cs
27 status_text: apilevel-<?cs var:page.apilevel ?><?cs
/external/strace/tests/
Dwaitid.c120 sprint_siginfo(const siginfo_t *const si, const char *const status_text) in sprint_siginfo() argument
134 status_text, in sprint_siginfo()
/external/strace/tests-mx32/
Dwaitid.c120 sprint_siginfo(const siginfo_t *const si, const char *const status_text) in sprint_siginfo() argument
134 status_text, in sprint_siginfo()
/external/strace/tests-m32/
Dwaitid.c120 sprint_siginfo(const siginfo_t *const si, const char *const status_text) in sprint_siginfo() argument
134 status_text, in sprint_siginfo()
/external/python/cpython2/Tools/scripts/
Dpatchcheck.py104 status_text, filename = line.split(None, 1)
105 status = set(status_text)
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecServerActivity.java46 m_statusText = (TextView)findViewById(R.id.status_text); in onCreate()
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py110 status_text, filename = line.split(maxsplit=1)
111 status = set(status_text)
/external/tcpdump/
Dprint-802_11.c831 static const char *status_text[] = { variable
911 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
1310 ? status_text[pbody.status_code] in handle_assoc_response()
1476 ? status_text[pbody.status_code] in handle_auth()
1487 ? status_text[pbody.status_code] in handle_auth()