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

1 2 3 45 6 7 8

  /cts/tests/app/src/android/app/cts/
WallpaperManagerTest.java 22 import static org.mockito.ArgumentMatchers.nullable;
348 .onColorsChanged(nullable(WallpaperColors.class), anyInt());
  /external/bison/
Android.mk 170 src/nullable.c \
  /external/bison/src/
lalr.c 38 #include "nullable.h"
181 if (nullable[sym - ntokens])
265 if (nullable[*rp - ntokens])
ielr.c 33 #include "nullable.h"
45 * the same RHS are nullable nonterminals. In other words, the follows of
58 && nullable [item_number_as_symbol_number (ritem[i]) - ntokens])
91 * - All other RHS symbols are nullable nonterminals.
119 are nullable nonterminals, create an edge from the LHS
216 RHS (if any) are nullable nonterminals, then record this item as
267 if (nullable[sym - ntokens])
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 42 import static org.mockito.ArgumentMatchers.nullable;
246 nullable(String.class))).thenReturn(pAHandle);
BluetoothRouteManagerTest.java 42 import static org.mockito.ArgumentMatchers.nullable;
230 nullable(ContentResolver.class))).thenReturn(0L);
251 nullable(ContentResolver.class))).thenReturn(0L);
428 }).when(mDeviceManager).getMostRecentlyConnectedDevice(nullable(String.class));
459 nullable(ContentResolver.class))).thenReturn(100000L);
461 nullable(ContentResolver.class))).thenReturn(100000L);
    [all...]
NewOutgoingCallIntentBroadcasterTest.java 46 import static org.mockito.ArgumentMatchers.nullable;
104 nullable(GatewayInfo.class), eq(true), eq(VideoProfile.STATE_AUDIO_ONLY)); method
TelecomSystemTest.java 20 import static org.mockito.ArgumentMatchers.nullable;
704 nullable(Handler.class), method
707 nullable(Bundle.class)); method
    [all...]
  /external/libmojo/third_party/ply/
yacc.py     [all...]
  /external/ply/ply/ply/
yacc.py     [all...]
  /frameworks/base/core/java/android/os/
HwParcel.java 216 boolean nullable);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
PictureInPictureSettingsTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/search/
SearchFragmentTest.java 21 import static org.mockito.ArgumentMatchers.nullable;
475 nullable(Context.class),
484 verify(mFeatureFactory.searchFeatureProvider).searchResultClicked(nullable(Context.class),
485 nullable(String.class), eq(searchResult)); method
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceDataStoreTest.java 32 import static org.mockito.Matchers.nullable;
172 verify(mDataStore, atLeast(0)).getString(eq(KEY), nullable(String.class)); method
  /frameworks/support/v7/preference/tests/src/android/support/v7/preference/tests/
PreferenceDataStoreTest.java 25 import static org.mockito.ArgumentMatchers.nullable;
216 verify(mDataStore, atLeast(0)).getString(eq(KEY), nullable(String.class)); method
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /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...]
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java 550 * Retrieves whether columns in this database may be defined as non-nullable.
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
ResultHandler.java 285 * @param referenceUrl A nullable string that can contain a URL to a related data
286 * @param logUrl A nullable string that can contain a URL to related log files
571 * When nullable is null, return an empty string. Otherwise, return the value in nullable.
573 private static String nullToEmpty(String nullable) {
574 return nullable == null ? "" : nullable;
  /prebuilts/go/darwin-x86/src/database/sql/driver/
driver.go 345 // RowsColumnTypeNullable may be implemented by Rows. The nullable value should
347 // to be not nullable.
351 ColumnTypeNullable(index int) (nullable, ok bool)
  /prebuilts/go/linux-x86/src/database/sql/driver/
driver.go 345 // RowsColumnTypeNullable may be implemented by Rows. The nullable value should
347 // to be not nullable.
351 ColumnTypeNullable(index int) (nullable, ok bool)
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTrackerTest.java 27 import static org.mockito.Matchers.nullable;
416 nullable(Object.class)); method
1048 nullable(Message.class)); method
    [all...]
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 

Completed in 743 milliseconds

1 2 3 45 6 7 8