HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 1001 - 1025 of 19630) sorted by null

<<41424344454647484950>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
Connection.java 105 private ProxyData proxyData = null;
165 * ignored and can be set to <code>null</code>.
177 if (tm == null)
183 if (am == null)
186 if (cm == null)
189 if (user == null)
190 throw new IllegalArgumentException("user argument is null");
192 if (pem == null)
193 throw new IllegalArgumentException("pem argument is null");
202 * authenticateWithKeyboardInteractivewith} a <code>null</code> submethod list
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DB_Results.java 75 if (DB_NAME == null) initDbContants();
95 if (!DB_CONNECTION) return null;
96 if (DB_LOCATION == null) initDbContants();
136 if (DB_VERSION_REF == null) initDbContants();
146 if (DB_VERSION == null) initDbContants();
169 if (DB_CONNECTION != connected || DB_LOCATION == null || DB_NAME == null ||
170 ((databaseLocation == null && !DB_LOCATION.equals(IPerformancesConstants.NETWORK_DATABASE_LOCATION)) ||
175 DB_LOCATION = databaseLocation == null ? IPerformancesConstants.NETWORK_DATABASE_LOCATION : databaseLocation;
180 return getDefault().fSQL != null;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarEventModel.java 51 return (mEmail == null) ? 0 : mEmail.hashCode();
84 this(name, email, Attendees.ATTENDEE_STATUS_NONE, null, null);
198 * The uri of the event in the db. This should only be null for new events.
200 public String mUri = null;
213 public String mSyncId = null;
214 public String mSyncAccount = null;
215 public String mSyncAccountType = null;
222 public String mOwnerAccount = null;
223 public String mTitle = null;
    [all...]
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
Types.java 47 public_final_Object = null;
58 public_static_final_Object = null;
69 public static final Object public_static_final_Object = null;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_ThumbnailsTest.java 51 mContentResolver.delete(row, null, null);
82 Thumbnails.INTERNAL_CONTENT_URI, Thumbnails.MICRO_KIND, null);
92 if (uri != null) {
97 c = Thumbnails.queryMiniThumbnails(mContentResolver, uri, Thumbnails.MINI_KIND, null);
105 Thumbnails.MICRO_KIND, null);
110 c = Thumbnails.query(mContentResolver, uri, null);
121 String stringUrl = null;
123 stringUrl = Media.insertImage(mContentResolver, src, null, null);
169 mContentResolver.delete(Uri.parse(stringUrl), null, null); local
231 assertNull(mContentResolver.query(Thumbnails.getContentUri(volume), null, null, null, local
232 null)); local
    [all...]
  /cts/tools/dasm/src/java_cup/
action_part.java 26 super(/* never have a label on code */null);
60 return other != null && super.equals(other) &&
81 (code_string()==null ? 0 : code_string().hashCode());
symbol.java 28 if (nm == null) nm = "";
31 if (tp == null) tp = "java_cup.runtime.token";
44 this(nm, null);
  /cts/tools/signature-tools/src/signature/io/html/
PackageByNameComparator.java 28 IPackage aPackage = null;
29 IPackage bPackage = null;
31 if (a.getFrom() != null) {
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java 20 return null;
56 return null;
68 return null;
  /dalvik/dx/tests/118-find-usages/
Foo.java 25 new StreamTokenizer((Reader) null).nval = 5;
29 return new StreamTokenizer((Reader) null).nval;
50 return null;
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {
  /developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 54 // if that's the case, just convert null to the empty string and move on.
56 if (useMsg == null) {
62 if (tr != null) {
71 if (mNext != null) {

Completed in 1363 milliseconds

<<41424344454647484950>>