/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestCharDFAConversion.java | 56 checkDecision(g, 1, expecting, null); 73 checkDecision(g, 1, expecting, null); 90 checkDecision(g, 1, expecting, null); 106 checkDecision(g, 1, expecting, null); 132 checkDecision(g, 1, expecting, null); 143 checkDecision(g, 1, expecting, null); 151 checkDecision(g, 2, expecting, null); 190 checkDecision(g, 3, expecting, null); 205 checkDecision(g, 3, expecting, null); 215 checkDecision(g, 1, expecting, null); [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
RepeatedFieldBuilder.java | 75 // List of messages. Never null. It may be immutable, in which case 82 // List of builders. May be null, in which case, no nested builders were 83 // created. If not null, entries represent the builder for that index. 87 // 1. messages is never null and its count corresponds to the number of items 89 // 2. If builders is non-null, messages and builders MUST always 91 // 3. Entries in either array can be null, but for any index, there MUST be 93 // 4. If the builder at an index is non-null, the builder is 96 // t. If the builder at an index is null, the message in the messages 144 // Null out parent so we stop sending it invalidations. 145 parent = null; [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothA2dp.java | 120 mService = null; 129 if (mService == null) { 150 if (mgr != null) { 165 if (comp == null || !mContext.bindService(intent, mConnection, 0)) { 173 mServiceListener = null; 175 if (mgr != null) { 184 if (mService != null) { 186 mService = null; 222 if (mService != null && isEnabled() && 231 if (mService == null) Log.w(TAG, "Proxy not attached to service") [all...] |
BluetoothDevice.java | 528 if (sService == null) { 548 sService = null; 632 * @return the Bluetooth name, or null if there was a problem. 635 if (sService == null) { 637 return null; 642 return null; 655 if (sService == null) { 669 * @return the Bluetooth alias, or null if no alias or there was a problem 673 if (sService == null) { 675 return null; [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
Transition.java | 102 this(null, null, null, 0, 0); 122 if ((afterMediaItem == null) && (beforeMediaItem == null)) { 123 throw new IllegalArgumentException("Null media items"); 130 mNativeHelper = null; 134 if (afterMediaItem != null) { 200 if (mAfterMediaItem == null) { 202 } else if (mBeforeMediaItem == null) { [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapContentObserver.java | 119 TYPE smsType = null; 134 onChange(selfChange, null); 178 if (folder != null) { 181 this.folder = null; 183 if (oldFolder != null) { 186 this.oldFolder = null; 196 xmlEvtReport.startDocument(null, null); 204 if (folder != null) { 207 if (oldFolder != null) { 1172 "thread_id = " + DELETED_THREAD_ID, null); local [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ModifyInstallerPackageTest.java | 120 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 126 getPackageManager().setInstallerPackageName(OTHER_PACKAGE, null); 127 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 154 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 163 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 172 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 181 assertEquals(null, getPackageManager().getInstallerPackageName(OTHER_PACKAGE)); 189 getContext().sendOrderedBroadcast(intent, null, receiver, null, 0, null, null) [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificateTest.java | 76 return null; 81 return null; 96 return null; 101 return null; 106 return null; 111 return null; 116 return null; 126 return null; 131 return null; 136 return null; [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SystemTest.java | 46 cr.delete(System.CONTENT_URI, selection, null); 49 cr.delete(System.CONTENT_URI, selection, null); 52 cr.delete(System.CONTENT_URI, selection, null); 55 cr.delete(System.CONTENT_URI, selection, null); 58 cr.delete(System.CONTENT_URI, selection, null); 71 Cursor c = cr.query(System.CONTENT_URI, null, null, null, null); 86 c = cr.query(System.CONTENT_URI, null, null, null, null) [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoView.java | 124 if (mThisView != null) { 130 if (localView != null) 136 * Sets the image in this ImageView to null, and makes the View visible 139 setImageDrawable(null); 167 if (localView != null) { 181 setImageURL(null, false, null); 183 // Gets the current Drawable, or null if no Drawable is attached 186 // if the Drawable is null, unbind it from this VIew 187 if (localDrawable != null) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathValidatorResultTest.java | 80 if (ta == null) { 93 * <code>TrustAnchor</code> parameter is <code>null</code> 97 // pass null 99 null, 111 * <code>PublicKey</code> parameter is <code>null</code> 115 if (ta == null) { 119 // pass null 123 null); 132 * Assertion: <code>PolicyNode</code>can be <code>null</code> 136 if (ta == null) { [all...] |
X509CRLTest.java | 59 return null; 67 return null; 71 return null; 75 return null; 83 return null; 105 return null; 109 return null; 113 return null; 117 return null; 121 return null; [all...] |
/external/apache-http/src/org/apache/commons/codec/net/ |
QuotedPrintableCodec.java | 137 if (bytes == null) { 138 return null; 140 if (printable == null) { 174 if (bytes == null) { 175 return null; 251 if (pString == null) { 252 return null; 276 if (pString == null) { 277 return null; 296 if (pString == null) { [all...] |
URLCodec.java | 113 if (bytes == null) { 114 return null; 116 if (urlsafe == null) { 157 if (bytes == null) { 158 return null; 223 if (pString == null) { 224 return null; 241 if (pString == null) { 242 return null; 267 if (pString == null) { [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
MsgMgr.java | 67 if (null != errHandler) 92 warn(srcLctr, null, null, msg, null); 108 warn(srcLctr, null, null, msg, args); 127 warn(srcLctr, styleNode, sourceNode, msg, null); 150 if (null != errHandler) 170 // ? null : 172 // Locator locator = null; [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
SSLClientCertificateRequest.java | 52 mAlias = null; 53 mEncodedChain = null; 54 mPrivateKey = null; 65 if (alias == null) { 67 onPostExecute(null); 80 X509Certificate[] chain = null; 81 PrivateKey key = null; 88 return null; 91 return null; 94 if (key == null || chain == null || chain.length == 0) [all...] |
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/ |
ProviderBookmarkNodeTest.java | 27 byte[][] mImageBlobs = null; 32 launchChromiumTestShellWithUrl(null); 71 BookmarkNode root = new BookmarkNode(1, Type.FOLDER, "Bookmarks", null, null); 75 BookmarkNode folder1 = new BookmarkNode(4, Type.FOLDER, "Youtube", null, root); 77 folder1.addChild(new BookmarkNode(5, Type.FOLDER, "Empty folder", null, folder1)); 79 BookmarkNode folder2 = new BookmarkNode(6, Type.FOLDER, "Some other folder", null, folder1); 90 // thumbnail information including null values. 96 node.setFavicon(mGenerator.nextBoolean() ? getRandomImageBlob() : null); 97 node.setThumbnail(mGenerator.nextBoolean() ? getRandomImageBlob() : null); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/material/ |
Technique.java | 93 * used, therefore, this variable will most likely be null most of the time. 116 if (defineName != null) { 119 if (shader != null) { 129 if (defineName != null) { 132 if (shader != null) { 191 if (defineName != null) { 197 newDefines = null; 219 if (shader == null) { 229 if (def.getWorldBindings() != null) { 233 if (uniform != null) { [all...] |
/external/openssh/regress/ |
sftp-cmds.sh | 48 grep copy.dd >/dev/null 2>&1 || fail "lls failed" 52 grep copy.dd >/dev/null 2>&1 || fail "lls w/path failed" 55 echo "ls ${OBJ}" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 60 echo "!echo hi there" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 65 echo "pwd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 70 echo "lpwd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 75 echo "quit" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 80 echo "help" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 86 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \ 92 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 [all...] |
/frameworks/base/core/java/android/animation/ |
Animator.java | 30 ArrayList<AnimatorListener> mListeners = null; 36 ArrayList<AnimatorPauseListener> mPauseListeners = null; 95 if (mPauseListeners != null) { 119 if (mPauseListeners != null) { 188 return null; 221 if (mListeners == null) { 234 if (mListeners == null) { 239 mListeners = null; 260 if (mPauseListeners == null) { 273 if (mPauseListeners == null) { [all...] |
/frameworks/base/core/java/android/content/ |
UndoManager.java | 88 if (tag == null) { 89 throw new NullPointerException("tag can't be null"); 91 if (data == null) { 92 throw new NullPointerException("data can't be null"); 95 if (owner != null) { 97 if (owner.mData != null) { 117 owner.mManager = null; 180 forgetUndos(null, -1); 181 forgetRedos(null, -1); 201 if (owner == null) { [all...] |
/frameworks/base/core/java/android/util/ |
LruCache.java | 49 * if (cache.get(key) == null) { 54 * <p>This class does not allow null to be used as a key or value. A return 55 * value of null from {@link #get}, {@link #put} or {@link #remove} is 108 * head of the queue. This returns null if a value is not cached and cannot 112 if (key == null) { 113 throw new NullPointerException("key == null"); 119 if (mapValue != null) { 134 if (createdValue == null) { 135 return null; 142 if (mapValue != null) { [all...] |
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
AggregatorManager.java | 34 private static AggregatorManager mManager = null; 36 private String mFakeLocation = null; 37 private String mFakeTimeOfDay = null; 38 private String mFakeDayOfWeek = null; 45 if (mManager == null ) 61 if (mAggregators.get(agg.getClass().getName()) != null) { 80 if (agg == null) return new ArrayList<String> (); 87 if (agg == null) return new ArrayList<String>(); 94 if (agg == null) return new ArrayList<String>(); 102 if (agg == null) return false [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
PduPart.java | 110 private Map<Integer, Object> mPartHeader = null; 115 private Uri mUri = null; 120 private byte[] mPartData = null; 137 if(data == null) { 146 * @return A copy of the part data or null if the data wasn't set or 151 if(mPartData == null) { 152 return null; 170 * @return The Uri of the part data or null if the data wasn't set or 182 * @throws NullPointerException if the value is null. 185 if((contentId == null) || (contentId.length == 0)) [all...] |
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteSelector.java | 53 public static final MediaRouteSelector EMPTY = new MediaRouteSelector(new Bundle(), null); 71 if (mControlCategories == null) { 73 if (mControlCategories == null || mControlCategories.isEmpty()) { 86 if (category != null) { 105 if (filters != null) { 112 if (filter != null) { 134 if (selector != null) { 155 if (mControlCategories.contains(null)) { 200 * @param bundle The bundle, or null if none. 201 * @return The new instance, or null if the bundle was null [all...] |