HomeSort by relevance Sort by last modified time
    Searched refs:reason (Results 401 - 425 of 1482) sorted by null

<<11121314151617181920>>

  /external/grpc-grpc/src/core/lib/transport/
transport.h 66 void grpc_stream_ref(grpc_stream_refcount* refcount, const char* reason);
67 void grpc_stream_unref(grpc_stream_refcount* refcount, const char* reason);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 44 public Node Reason;
65 this.faultstring = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
80 } else if (name.toLowerCase().equals("Reason".toLowerCase())) {
81 this.Reason = new Node();
82 this.Reason.parse(parser);
112 xw.startTag(SoapEnvelope.ENV2003, "Reason");
113 this.Reason.write(xw);
114 xw.endTag(SoapEnvelope.ENV2003, "Reason");
139 return Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0);
144 String reason = Reason.getElement(SoapEnvelope.ENV2003, "Text").getText(0) local
    [all...]
  /external/libchrome/mojo/public/cpp/bindings/lib/
multiplex_router.h 101 const base::Optional<DisconnectReason>& reason) override;
174 const base::Optional<DisconnectReason>& reason) override;
  /external/libchrome/mojo/public/js/lib/
interface_endpoint_client.js 72 InterfaceEndpointClient.prototype.close = function(reason) {
74 handle.reset(reason);
192 InterfaceEndpointClient.prototype.notifyError = function(reason) {
204 this.connectionErrorHandler_(reason);
  /external/python/cpython2/Lib/test/
test_docxmlrpc.py 8 def make_request_and_skipIf(condition, reason):
17 raise unittest.SkipTest(reason)
  /external/python/cpython3/Lib/test/
test_docxmlrpc.py 8 def make_request_and_skipIf(condition, reason):
17 raise unittest.SkipTest(reason)
  /external/python/httplib2/tests/
test_encoding.py 63 assert response.reason.startswith("Content purported")
97 assert response.reason.startswith("Content purported")
  /external/python/oauth2client/oauth2client/contrib/django_util/
views.py 110 reason = request.GET.get(
113 'Authorization failed {0}'.format(reason))
  /external/python/setuptools/setuptools/tests/
test_integration.py 125 @pytest.mark.skipif(sys.version_info < (3, 6), reason='run only on late versions')
132 pytest.xfail(reason="Project imports setuptools unconditionally")
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPowerManager.java 140 protected void reboot(String reason) {
141 rebootReasons.add(reason);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiScannerFacade.java 113 public void onFailure(int reason, String description) {
117 mResults.putInt("Reason", reason);
190 public void onFailure(int reason, String description) {
192 mWAL.onFailure(reason, description);
261 public void onFailure(int reason, String description) {
263 mWAL.onFailure(reason, description);
319 public void onFailure(int reason, String description) {
321 mWAL.onFailure(reason, description);
  /external/syzkaller/tools/syz-stress/
stress.go 165 for c, reason := range disabled {
166 log.Logf(0, "unsupported syscall: %v: %v", c.Name, reason)
169 for c, reason := range disabled {
170 log.Logf(0, "transitively unsupported: %v: %v", c.Name, reason)
  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 206 EXPECT_EQ("Missing Username", err->reason());
226 EXPECT_EQ("Operation Not Supported", err->reason());
352 EXPECT_EQ("Missing Username", err->reason());
376 EXPECT_EQ("Stale Credentials", err->reason());
401 EXPECT_EQ("Bad Request", err->reason());
426 EXPECT_EQ("Bad Request", err->reason());
450 EXPECT_EQ("Operation Not Supported", err->reason());
524 EXPECT_EQ("Operation Not Supported", err->reason());
  /cts/hostsidetests/webkit/src/com/android/cts/webkit/
WebViewHostSideStartupTest.java 40 @AppModeFull(reason = "Instant apps cannot open TCP sockets.")
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SettingsIntentTest.java 32 @AppModeFull(reason = "Service-specific test")
ValidatorTest.java 41 @AppModeFull(reason = "Service-specific test")
  /cts/tests/tests/content/src/android/content/cts/
AccountAccessSameCertTest.java 53 @AppModeFull(reason = "Sync manager not suported")
LocusIdTest.java 32 @AppModeFull(reason = "unit test")
SyncStorageEngineTest.java 45 @AppModeFull(reason = "Sync manager not supported")
  /cts/tests/tests/media/src/android/media/cts/
TestMediaDataSource.java 32 @AppModeFull(reason = "TODO: evaluate and port to instant")
TestProxyFileDescriptorCallback.java 32 @AppModeFull(reason = "TODO: evaluate and port to instant")
  /cts/tests/tests/net/src/android/net/http/cts/
ApacheHttpClientTest.java 34 @AppModeFull(reason = "Socket cannot bind in instant app mode")
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioStreamTest.java 25 @AppModeFull(reason = "RtpStream cannot create in instant app mode")
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiLockTest.java 25 @AppModeFull(reason = "Cannot get WifiManager in instant app mode")
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 38 @AppModeFull(reason = "External directory not accessible by instant apps")

Completed in 2175 milliseconds

<<11121314151617181920>>