HomeSort by relevance Sort by last modified time
    Searched full:notnull (Results 276 - 300 of 840) sorted by null

<<11121314151617181920>>

  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/
SmalideaMethod.java 42 import org.jetbrains.annotations.NotNull;
63 public SmalideaMethod(@NotNull PsiMethod psiMethod) {
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
ServerMain.java 20 import com.android.tools.layoutlib.annotations.NotNull;
52 private ServerMain(int port, @NotNull Registry registry) {
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteXmlPullParserAdapter.java 21 import com.android.tools.layoutlib.annotations.NotNull;
34 RemoteXmlPullParserAdapter(@NotNull RemoteXmlPullParser remote) {
  /frameworks/support/room/migration/src/main/java/androidx/room/migration/bundle/
EntityBundle.java 25 import org.jetbrains.annotations.NotNull;
165 @NotNull
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DecodedImageResource.java 111 Assert.notNull(mBitmap);
139 Assert.notNull(mBitmap);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0/
kotlin-gradle-plugin-api-1.0.0.jar 
  /tools/metalava/src/main/java/com/android/tools/metalava/apilevels/
ApiClass.java 19 import org.jetbrains.annotations.NotNull;
56 @NotNull
  /external/mockito/src/main/java/org/mockito/
ArgumentMatchers.java 21 import org.mockito.internal.matchers.NotNull;
159 * @see #notNull()
160 * @see #notNull(Class)
201 * @see #notNull()
202 * @see #notNull(Class)
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 41 using ::testing::NotNull;
664 NotNull(), _, _, _))
686 NotNull(), _, _, _))
706 playout_sample_rate(), NotNull(), _, _, _))
721 NotNull(), record_frames_per_10ms_buffer(), kBytesPerSample,
739 playout_sample_rate(), NotNull(), _, _, _))
743 NotNull(), record_frames_per_10ms_buffer(), kBytesPerSample,
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-annotations/4.5/
antlr4-annotations-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.2.20/
kotlin-gradle-plugin-api-1.2.20.jar 
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 73 using testing::NotNull;
214 scn, NotNull(), NotNull()))
356 scn, NotNull(), NotNull()))
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp 59 inline Checked<T> notNull (T object)
62 throw tcu::InternalError("Null object was given to notNull()", (std::string(getTypeName<T>()) + " = 0").c_str(), __FILE__, __LINE__);
370 using refdetails::notNull;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
AbstractTrackingCommandHandler.java 56 Assert.notNull(command, "command");
57 Assert.notNull(session, "session");
115 Assert.notNull(session, "session");
  /frameworks/data-binding/compiler/src/test/java/android/databinding/
BindingExpressionParserTest.java 43 import org.antlr.v4.runtime.misc.NotNull;
256 @NotNull BindingExpressionParser.DefaultsContext ctx) {
371 @NotNull BindingExpressionParser.RootExprContext ctx) {
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
AppCompatActionBar.java 29 import com.android.tools.layoutlib.annotations.NotNull;
249 private static Method findMethod(@Nullable Class<?> owner, @NotNull String name) {
263 private static Object getFieldValue(@Nullable Object instance, @NotNull String name) {
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 161 // NotNull is a type that implements ValueConverter by disallowing nil
163 type NotNull struct {
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 161 // NotNull is a type that implements ValueConverter by disallowing nil
163 type NotNull struct {
167 func (n NotNull) ConvertValue(v interface{}) (Value, error) {
  /external/kotlinc/lib/
kotlin-script-runtime.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.0/
kotlin-script-runtime-1.2.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-script-runtime/1.2.20/
kotlin-script-runtime-1.2.20.jar 
  /dalvik/dx/tests/133-source-debug-extension/
HelloKt.class 
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 58 String select = "((" + Contacts.DISPLAY_NAME + " NOTNULL) AND ("
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 71 // NotNull
159 using testing::NotNull;
505 // Tests the linkage of the NotNull matcher.
509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return());
  /external/googletest/googlemock/test/
gmock_link_test.h 71 // NotNull
159 using testing::NotNull;
505 // Tests the linkage of the NotNull matcher.
509 ON_CALL(mock, VoidFromString(NotNull())).WillByDefault(Return());

Completed in 928 milliseconds

<<11121314151617181920>>