HomeSort by relevance Sort by last modified time
    Searched refs:nullable (Results 51 - 70 of 70) sorted by null

1 23

  /external/mockito/src/main/java/org/mockito/
ArgumentMatchers.java 181 * As reference are nullable, the suggested API to <strong>match</strong> <code>null</code>
268 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
291 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
314 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
337 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
360 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
383 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
406 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
429 * As primitive wrappers are nullable, the suggested API to <strong>match</strong> <code>null</code> wrapper
452 * As this is a nullable reference, the suggested API to <strong>match</strong> <code>null</code> wrappe
1090 public static <T> T nullable(Class<T> clazz) { method in class:ArgumentMatchers
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
hibernate-annotations.jar 
hibernate-search.jar 
hibernate3.jar 
  /external/mockito/src/test/java/org/mockitousage/matchers/
MatchersTest.java 36 import static org.mockito.ArgumentMatchers.nullable;
613 verify(mock, times(2)).oneArg(nullable(Character.class));
  /external/wayland/src/
scanner.c 202 int nullable; member in struct:arg
392 /* Strings, objects, and arrays are possibly nullable */
744 arg->nullable = 1;
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
InteropClient.cs 57 // Deliberately using nullable bool type to allow --use_tls=true syntax (as opposed to --use_tls)
61 // Deliberately using nullable bool type to allow --use_test_ca=true syntax (as opposed to --use_test_ca)
Messages.cs 676 /// "nullable" in order to interoperate seamlessly with clients not able to
    [all...]
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_messages.py     [all...]
  /external/python/cpython3/Modules/
posixmodule.c 836 * path.nullable
880 * If path was None and path.nullable was set,
902 int nullable; member in struct:__anon37411
917 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
918 {function_name, argument_name, nullable, allow_fd, NULL, FALSE, -1, 0, NULL, NULL}
920 #define PATH_T_INITIALIZE(function_name, argument_name, nullable, allow_fd) \
921 {function_name, argument_name, nullable, allow_fd, NULL, NULL, -1, 0, NULL, NULL}
961 if ((o == Py_None) && path->nullable) {
1050 path->allow_fd && path->nullable ? "string, bytes, os.PathLike, "
1053 path->nullable ? "string, bytes, os.PathLike or None"
    [all...]
  /external/skia/src/sksl/
SkSLParser.cpp 1084 bool nullable = this->checkNext(Token::QUESTION); local
    [all...]
  /art/runtime/jni/
check_jni.cc 91 // Are our UTF parameters nullable?
376 AbortF("non-nullable argument was NULL");
533 * Use the kFlag_NullableUtf flag where 'u' field(s) are nullable.
985 bool nullable = ((flags_ & kFlag_NullableUtf) != 0); local
986 return CheckUtfString(arg.u, nullable);
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 619 "NUM_PREC_RADIX", "NULLABLE", "REMARKS",
727 boolean nullable)
1144 "NULLABLE", "CASE_SENSITIVE", "SEARCHABLE",
    [all...]
  /external/libxml2/
xmlregexp.c 1547 int nullable = 0; local
    [all...]
  /external/protobuf/js/
message.js 720 * Gets the value of a non-extension primitive field, with proto3 (non-nullable
    [all...]
  /external/kotlinc/lib/
kotlinx-serialization-compiler-plugin.jar 
kotlin-reflect.jar 
kotlin-compiler.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 1216 milliseconds

1 23