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

1 2 3 4 5 6 78 91011>>

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ClientStream.java 39 * @param reason must be non-OK
41 void cancel(Status reason);
  /external/libchrome/mojo/public/cpp/bindings/
associated_group_controller.h 52 const base::Optional<DisconnectReason>& reason) = 0;
  /external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 11 // lib/Fuzzer. The main reason for using this tool is that it is much
34 void MyFatalErrorHandler(void *user_data, const std::string& reason,
36 // Don't bother printing reason, just return to the test function,
  /external/python/setuptools/setuptools/tests/
test_install_scripts.py 36 @pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only')
50 @pytest.mark.skipif(sys.platform != 'win32', reason='Windows only')
64 @pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only')
77 @pytest.mark.skipif(sys.platform != 'win32', reason='Windows only')
test_namespaces.py 16 reason="Requires importlib.util.module_from_spec") variable in class:TestNamespaces
18 reason="https://github.com/pypa/setuptools/issues/851") variable in class:TestNamespaces
59 reason="https://github.com/pypa/setuptools/issues/851")
85 reason="https://github.com/pypa/setuptools/issues/851")
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 11 // lib/Fuzzer. The main reason for using this tool is that it is much
34 void MyFatalErrorHandler(void *user_data, const std::string& reason,
36 // Don't bother printing reason, just return to the test function,
  /external/syzkaller/prog/
decl_test.go 46 for c, reason := range disabled {
48 t.Errorf("call %v is disabled: %v", c.Name, reason)
55 for c, reason := range disabled {
56 t.Errorf("disabled %v: %v", c.Name, reason)
90 for c, reason := range disabled {
91 if !strings.Contains(reason, "no syscalls can create resource fd_epoll,"+
93 t.Fatalf("%v: wrong disable reason: %v", c.Name, reason)
  /external/vboot_reference/firmware/2lib/include/
2misc.h 62 * @param reason Recovery reason
65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.h 83 - (void)closeWithCode:(NSInteger)code reason:(NSString *)reason;
105 - (void)webSocket:(SRWebSocket *)webSocket didCloseWithCode:(NSInteger)code reason:(NSString *)reason wasClean:(BOOL)wasClean;
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraErrorCollector.java 60 * @param message A string containing the failure reason.
90 * Adds a failure with the given {@code reason} to the table if
96 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) {
97 super.checkThat(mCameraMsg + reason, value, matcher);
491 "actual (%s), error percent (%s), reason: ",
530 "actual (%s), error percent (%s), reason: ",
556 "actual (%s), error percent (%s), reason: ",
720 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString(); local
721 checkThat(reason, value, CoreMatchers.not(expected));
742 String reason = "Key " + key.getName() + " shouldn't have value " + value.toString() local
764 String reason = "Key " + key.getName() + " value " + value.toString() local
788 String reason = "Key " + key.getName() + " value " + value.toString() local
874 String reason = "Key " + key.getName() + " value " + value local
891 String reason = "Key " + key.getName() + " value " + value local
909 String reason = "Key " + key.getName() + " value " + value local
927 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local
945 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local
963 String reason = "Key " + key.getName() + " value " + Arrays.toString(value) local
983 String reason = "Expected value " + expected local
1019 String reason = "Expected value " + expected local
1063 String reason = "Expected value " + expected local
    [all...]
  /build/kati/testcase/
define_with_comments.mk 22 # Note: for some reason, the following is an error.
flavor.mk 16 # For some reason, $(flavor MAKECMDGOALS) should be "undefined"
target_specific_var_append.mk 8 # Note: for some reason, make does not insert a whitespace before OK.
  /cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
SessionTestInstant.kt 26 @AppModeInstant(reason = "This just makes sure that instant apps cannot run the SessionTest")
  /device/google/contexthub/util/nanotool/
nanopacket.h 56 NanoPacket(uint32_t sequence_number, PacketReason reason,
75 // Obtains the reason for the packet.
76 uint32_t reason() const;
78 // Obtains the reason as a PacketReason.
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 62 /** The catalog for looking up reason phrases. */
69 * @param catalog the catalog of reason phrases
74 ("Reason phrase catalog must not be null.");
97 final String reason = reasonCatalog.getReason(status, loc); local
98 StatusLine statusline = new BasicStatusLine(ver, status, reason);
  /external/autotest/client/cros/cellular/pseudomodem/
connect_cdma_machine.py 37 reason = mm1_constants.MM_MODEM_STATE_CHANGE_REASON_USER_REQUESTED
39 reason)
  /external/grpc-grpc/src/core/lib/security/context/
security_context.h 62 const char* reason);
64 int line, const char* reason);
  /external/grpc-grpc/test/http2_test/
test_ping.py 49 def on_connection_lost(self, reason):
52 self._base_server.on_connection_lost(reason)
  /external/junit/src/main/java/org/junit/rules/
ErrorCollector.java 58 * Adds a failure with the given {@code reason}
62 public <T> void checkThat(final String reason, final T value, final Matcher<T> matcher) {
65 assertThat(reason, value, matcher);
  /external/protobuf/python/google/protobuf/
service.py 167 def SetFailed(self, reason):
168 """Sets a failure reason.
170 Causes Failed() to return true on the client side. "reason" will be
  /external/swiftshader/src/OpenGL/compiler/
Diagnostics.cpp 41 const std::string& reason,
72 sink << "'" << token << "' : " << reason << " " << extra << "\n";
  /external/swiftshader/src/OpenGL/libGLESv2/
main.cpp 52 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
54 switch(reason)
  /external/swiftshader/src/Vulkan/
main.cpp 60 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved)
62 switch(reason)
  /external/syzkaller/pkg/host/
host_test.go 37 for c, reason := range disabled {
38 t.Logf("%v: %v", c.Name, reason)
42 for c, reason := range disabled {
43 t.Logf("%v: %v", c.Name, reason)
60 t.Logf("%-24v: %v", feat.Name, feat.Reason)

Completed in 7698 milliseconds

1 2 3 4 5 6 78 91011>>