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

1 23 4 5 6 7 8

  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_js_generator.py 220 nullable = JavaScriptNullableParam(field)
227 (element_size, element_type, nullable,
232 nullable = JavaScriptNullableParam(field)
234 return "%s, %s" % (struct_type, nullable)
237 nullable = JavaScriptNullableParam(field)
239 return "%s, %s" % (union_type, nullable)
242 nullable = JavaScriptNullableParam(field)
248 (nullable, keys_type, values_type, values_nullable)
252 nullable = JavaScriptNullableParam(field)
253 return "%s" % (nullable)
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DrawOverlayDetailsTest.java 20 import static org.mockito.Matchers.nullable;
76 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
80 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
FetchPackageStorageAsyncLoaderTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
67 when(mSource.getStatsForPackage(nullable(String.class), nullable(String.class), method
MusicViewHolderControllerTest.java 21 import static org.mockito.Matchers.nullable;
85 when(mSource.getExternalStorageStats(nullable(String.class), nullable(UserHandle.class))).thenReturn(
PhotosViewHolderControllerTest.java 5 import static org.mockito.Matchers.nullable;
67 when(mSource.getExternalStorageStats(nullable(String.class), nullable(UserHandle.class)))
PictureInPictureDetailsTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
86 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
90 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
InstalledAppDetailsTest.java 74 import static org.mockito.ArgumentMatchers.nullable;
158 when(mDevicePolicyManager.packageHasActiveAdmins(nullable(String.class))).thenReturn(false);
174 when(mDevicePolicyManager.packageHasActiveAdmins(nullable(String.class))).thenReturn(false);
260 when(mDevicePolicyManager.packageHasActiveAdmins(nullable(String.class))).thenReturn(false);
372 when(buttonsController.setPackageName(nullable(String.class)))
375 nullable(Fragment.class), nullable(View.class), nullable(ShowDialogDelegate.class))) method
379 verify(buttonsController).setPackageName(nullable(String.class));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
UnrestrictedDataAccessTest.java 20 import static org.mockito.ArgumentMatchers.nullable;
81 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
85 verify(mFeatureFactory.metricsFeatureProvider).action(nullable(Context.class),
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
StorageItemPreferenceControllerTest.java 25 import static org.mockito.ArgumentMatchers.nullable;
122 nullable(UserHandle.class)); method
140 nullable(UserHandle.class)); method
167 nullable(UserHandle.class)); method
186 .startActivityAsUser(argumentCaptor.capture(), nullable(UserHandle.class)); method
215 when(mSvp.findEmulatedForPrivate(nullable(VolumeInfo.class))).thenReturn(mVolume);
221 nullable(UserHandle.class)); method
228 nullable(Context.class), eq(MetricsEvent.STORAGE_FILES));
238 nullable(UserHandle.class)); method
256 nullable(UserHandle.class)) method
273 nullable(PrivateVolumeSettings.SystemInfoFragment.class), nullable(String.class)); method
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
ProgressiveDisclosureTest.java 44 import static org.mockito.ArgumentMatchers.nullable;
122 when(mScreen.findPreference(nullable(String.class))).thenReturn(null);
143 when(mScreen.findPreference(nullable(String.class))).thenReturn(null);
151 when(mScreen.findPreference(nullable(String.class))).thenReturn(null);
162 when(mScreen.findPreference(nullable(String.class))).thenReturn(null);
187 when(mScreen.findPreference(nullable(String.class))).thenReturn(null);
208 verify(mExpandButton, never()).setSummary(nullable(String.class));
223 verify(mExpandButton, atLeastOnce()).setSummary(nullable(String.class));
268 verify(mExpandButton).setSummary(nullable(String.class));
290 verify(mExpandButton).setSummary(nullable(String.class))
    [all...]
  /external/protobuf/objectivec/
GPBCodedInputStream.h 98 extensionRegistry:(nullable GPBExtensionRegistry *)extensionRegistry;
GPBArray.h 333 + (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func;
334 + (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func
337 + (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func
340 - (instancetype)initWithValidationFunction:(nullable GPBEnumValidationFunc)func
344 - (instancetype)initWithValidationFunction:(nullable GPBEnumValidationFunc)func
348 - (instancetype)initWithValidationFunction:(nullable GPBEnumValidationFunc)func
460 //%+ (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func;
461 //%+ (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func
464 //%+ (instancetype)arrayWithValidationFunction:(nullable GPBEnumValidationFunc)func
467 //%- (instancetype)initWithValidationFunction:(nullable GPBEnumValidationFunc)fun
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 89 -(nonnull I2 *)produceI2:(nullable I2 *)i2;
91 @property (nullable, strong) id prop;
92 @property (nullable, strong) void(^propWB)(int *_Nullable);
179 // CHECK-CCF: NotImplemented:{TypedText nullable} (40)
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
MissedCallNotifierImplTest.java 63 import static org.mockito.ArgumentMatchers.nullable;
210 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class),
211 requestIdCaptor.capture(), nullable(Notification.class), eq(userHandle)); method
212 verify(mNotificationManager).cancelAsUser(nullable(String.class),
248 verify(mNotificationManager, times(2)).notifyAsUser(nullable(String.class), eq(1),
335 verify(mNotificationManager).notifyAsUser(nullable(String.class), eq(1),
427 when(cp.query(anyString(), eq(queryUri), nullable(String[].class), method
428 nullable(Bundle.class), nullable(ICancellationSignal.class))) method
434 when(mockCallInfoFactory.makeCallInfo(nullable(CallerInfo.class)
435 nullable(PhoneAccountHandle.class), nullable(Uri.class), eq(CALL_TIMESTAMP))) method
495 when(cp.query(anyString(), eq(queryUri), nullable(String[].class), method
496 nullable(Bundle.class), nullable(ICancellationSignal.class))) method
503 nullable(PhoneAccountHandle.class), nullable(Uri.class), eq(CALL_TIMESTAMP))) method
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/suggestions/
SuggestionDismissControllerTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
114 eq(mContext), eq(mSuggestionParser), nullable(Tile.class)); method
115 verify(mCallback).onSuggestionDismissed(nullable(Tile.class));
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/
IntentForwarderActivityTest.java 19 import android.annotation.Nullable;
53 import static org.mockito.ArgumentMatchers.nullable;
104 any(Intent.class), nullable(String.class), anyInt(), anyInt())).thenReturn(true); method
137 any(Intent.class), nullable(String.class), anyInt(), anyInt())).thenReturn(false); method
180 any(Intent.class), nullable(String.class), anyInt(), anyInt())).thenReturn(true); method
222 any(Intent.class), nullable(String.class), anyInt(), anyInt())).thenReturn(true); method
237 intentCaptor.capture(), nullable(String.class), anyInt(), anyInt()); method
261 public void onCreate(@Nullable Bundle savedInstanceState) {
272 public void startActivityAsCaller(Intent intent, @Nullable Bundle options, boolean
  /cts/tools/dasm/src/java_cup/
lalr_item.java 188 /* consider all nullable symbols after the one to the right of the dot */
209 /* if its nullable we continue adding, if not, we are done */
210 if (!((non_terminal)sym).nullable())
216 /* if we get here everything past the dot was nullable
225 * way to the end of the right hand side is nullable. This would indicate
240 /* walk down the rhs and bail if we get a non-nullable symbol */
253 /* if its not nullable we fail */
254 if (!((non_terminal)sym).nullable()) return false;
258 /* if we get here its all nullable */
production.java 237 public boolean nullable() {return _nullable;} method in class:production
605 /** Check to see if the production (now) appears to be nullable.
606 * A production is nullable if its RHS could derive the empty string.
608 * which themselves are nullable.
617 if (nullable_known()) return nullable();
619 /* if we have a zero size RHS we are directly nullable */
636 /* if its a terminal we are definitely not nullable */
639 /* its a non-term, is it marked nullable */
640 else if (!((non_terminal)sym).nullable())
641 /* this one not (yet) nullable, so we aren't *
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
VolumeSeekBarPreferenceControllerTest.java 19 import static org.mockito.ArgumentMatchers.nullable;
58 when(mScreen.findPreference(nullable(String.class))).thenReturn(mPreference);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
RemoveAccountPreferenceControllerTest.java 19 import static org.mockito.ArgumentMatchers.nullable;
153 verify(mAccountManager).removeAccountAsUser(eq(account), nullable(Activity.class), method
154 nullable(AccountManagerCallback.class), nullable(Handler.class), eq(userHandle)); method
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/anomaly/checker/
WakeLockAnomalyDetectorTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
112 doReturn(false).when(mBatteryUtils).shouldHideSipper(nullable(BatterySipper.class));
115 .getApplicationInfo(nullable(String.class), anyInt());
164 doReturn(BatteryUtils.UID_NULL).when(mBatteryUtils).getPackageUid(nullable(String.class));
  /system/security/keystore/
IKeystoreService.cpp 578 nullable(writeParamSetToParcel, params, &data);
594 *outCharacteristics = nullable(readKeyCharacteristicsFromParcel, reply).value();
621 *outCharacteristics = nullable(readKeyCharacteristicsFromParcel, reply).value();
632 nullable(writeParamSetToParcel, params, &data);
649 *outCharacteristics = nullable(readKeyCharacteristicsFromParcel, reply).value();
695 nullable(writeParamSetToParcel, params, &data);
722 nullable(writeParamSetToParcel, params, &data);
749 nullable(writeParamSetToParcel, params, &data);
    [all...]
  /cts/tests/admin/src/android/admin/cts/
DeviceAdminActivationTest.java 180 Mockito.nullable(Intent.class));
189 Mockito.nullable(Intent.class));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
WapPushOverSmsTest.java 21 import static org.mockito.Matchers.nullable;
93 nullable(Bundle.class), method
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmCellBroadcastHandlerTest.java 22 import static org.mockito.Matchers.nullable;
123 nullable(BroadcastReceiver.class), any(Handler.class), eq(Activity.RESULT_OK), method

Completed in 989 milliseconds

1 23 4 5 6 7 8