Searched refs:status_text (Results 1 – 12 of 12) sorted by relevance
/external/grpc-grpc/src/php/tests/unit_tests/ |
D | EndToEndTest.php | 40 $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 …]
|
D | SecureEndToEndTest.php | 54 $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);
|
D | CallCredentials2Test.php | 63 $status_text = 'xyz'; 98 'details' => $status_text, 116 $this->assertSame($status_text, $status->details); 133 $status_text = 'xyz'; 165 $status_text = 'xyz';
|
D | CallCredentialsTest.php | 69 $status_text = 'xyz'; 100 'details' => $status_text, 118 $this->assertSame($status_text, $status->details);
|
/external/doclava/res/assets/templates-sdk/ |
D | yaml_navtree.cs | 4 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/ |
D | waitid.c | 120 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/ |
D | waitid.c | 120 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/ |
D | waitid.c | 120 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/ |
D | patchcheck.py | 104 status_text, filename = line.split(None, 1) 105 status = set(status_text)
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecServerActivity.java | 46 m_statusText = (TextView)findViewById(R.id.status_text); in onCreate()
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 110 status_text, filename = line.split(maxsplit=1) 111 status = set(status_text)
|
/external/tcpdump/ |
D | print-802_11.c | 831 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()
|