/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
NamespaceMappings.java | 140 String uri = null; 142 if (stack != null && !stack.isEmpty()) { 145 if (uri == null) 153 return stack != null && !stack.isEmpty() ? 154 ((MappingRecord) stack.peek()) : null; 162 * @return an existing prefix that maps to the given URI, null if no prefix 167 String foundPrefix = null; 173 if (uri2 != null && uri2.equals(uri)) 184 MappingRecord foundMap = null; 190 if (map2 != null && (map2.m_uri).equals(uri) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
AttributeCertificateHolder.java | 149 if (holder.getObjectDigestInfo() != null) 160 * @return The other object type ID or <code>null</code> if no object 165 if (holder.getObjectDigestInfo() != null) 170 return null; 176 * @return The hash or <code>null</code> if no object digest info is set. 180 if (holder.getObjectDigestInfo() != null) 184 return null; 190 * @return The digest algorithm ID or <code>null</code> if no object 195 if (holder.getObjectDigestInfo() != null) 199 return null; [all...] |
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
TestContentProvider.java | 50 final Cursor cursor = context.getContentResolver().query(uri, null, null, null, null); 61 // A null cursor is returned for this request. 62 context.getContentResolver().query(uri, null, null, null, null); 104 return null; [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/app/ |
ChildProcessService.java | 58 private static AtomicReference<Context> sContext = new AtomicReference<Context>(null); 72 if (mCommandLineParams == null) { 77 assert mCommandLineParams != null; 87 if (parcel == null) { 97 if (sharedRelros != null) { 99 sharedRelros = null; 114 if (sContext.get() != null) { 132 if (mLinkerParams != null) { 148 while (mCommandLineParams == null) { 156 while (mFileIds == null) { [all...] |
/external/emma/core/java12/com/vladium/util/ |
IPathEnumerator.java | 97 enumeratePathDir (null); 108 final File parent = f.getParentFile (); // could be null 131 if (handler == null) throw new IllegalArgumentException ("null input: handler"); 146 m_pathSet = null; 161 final File fullDir = dir != null ? new File (currentPathDir, dir) : currentPathDir; 170 final File child = dir != null ? new File (dir, childName) : new File (childName); 206 JarInputStream in = null; 217 // returns null for it: 223 Manifest manifest = in.getManifest (); // can be null [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
AnimControl.java | 117 if (skeleton != null) {
142 * @return The animation corresponding to the given name, or null, if no
146 if (animationMap == null) {
158 if (animationMap == null) {
278 if (spatial == null && skeletonControl != null) {
285 if (spatial != null && skeletonControl != null) {
291 if (skeleton != null) {
311 if (a == null) {
[all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/ |
MTLLoader.java | 78 scan = null; 79 matList = null; 80 // material = null; 118 matName = null; 119 diffuseMap = null; 120 specularMap = null; 121 normalMap = null; 122 alphaMap = null; 146 if (diffuseMap != null) material.setTexture("DiffuseMap", diffuseMap); 147 if (specularMap != null) material.setTexture("SpecularMap", specularMap) [all...] |
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
DOMOutputCapsule.java | 69 currentElement = null; 82 if (currentElement == null) { 93 if (s == null) { 94 return null; 111 if (value == null) { 129 if (value == null) { 158 if (value == null) { return; } 175 if (value == null) return; 183 write(array, "array_"+i, defVal==null?null:defVal[i]) [all...] |
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 62 if (configuration.keep == null && 63 configuration.applyMapping == null && 64 configuration.printMapping == null) 106 configuration.keepAttributes == null ? null : 122 if (configuration.applyMapping != null) 132 new MappingKeeper(libraryClassPool, null), 155 DictionaryNameFactory classNameFactory = configuration.classObfuscationDictionary != null ? 156 new DictionaryNameFactory(configuration.classObfuscationDictionary, null) : 157 null; [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAdapterView.java | 41 if (null != adapter) { 52 updateEmptyStatus(adapter == null || adapter.isEmpty()); 57 while (view.getParent() != null && view.getParent() != realView) { 72 itemCount = adapter == null ? 0 : adapter.getCount(); 73 if (mEmptyView != null) { 93 return onItemSelectedListener != null; 105 if (mEmptyView != null) { 121 if (mEmptyView != null) { 217 return (adapter == null || position < 0) ? null : adapter.getItem(position) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/ |
AndroidTranslatorTest.java | 48 ItemizedOverlayForTests overlay = new ItemizedOverlayForTests(null); 82 View view = new View(null); 85 Exception e = null; 101 Exception e = null; 116 View view1 = new View(null); 117 View view2 = new View(null); 119 Exception e = null; 133 TextView.getTextColors(null, null); 135 Exception e = null; [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
XHTMLText.java | 53 if (href != null) { 58 if (style != null) { 82 if (style != null) { 107 if (style != null) { 112 if (lang != null) { 189 if (style != null) { 224 if (align != null) { 229 if (alt != null) { 234 if (height != null) { 239 if (src != null) { [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 80 private ActivityThread mThread = null; 81 private MessageQueue mMessageQueue = null; 122 if (mRunner != null) { 148 * Application, Activity, BroadcastReceiver, Service, or null. 166 if (mWatcher != null) { 171 mWatcher = null; 189 if (mPerfMetrics != null) { 192 if (mUiAutomation != null) { 194 mUiAutomation = null; 206 mPerformanceCollector.beginSnapshot(null); [all...] |
NativeActivity.java | 152 if (ai.metaData != null) { 154 if (ln != null) libname = ln; 156 if (ln != null) funcname = ln; 162 String path = null; 170 if (path == null) { 174 byte[] nativeSavedState = savedInstanceState != null 175 ? savedInstanceState.getByteArray(KEY_NATIVE_SAVED_STATE) : null; 179 getAbsolutePath(getExternalFilesDir(null)), 189 return (file != null) ? file.getAbsolutePath() : null; [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
ListMenuPresenter.java | 84 } else if (mContext != null) { 86 if (mInflater == null) { 91 if (mAdapter != null) { 98 if (mMenuView == null) { 101 if (mAdapter == null) { 118 if (mAdapter == null) { 126 if (mAdapter != null) mAdapter.notifyDataSetChanged(); 139 new MenuDialogHelper(subMenu).show(null); 140 if (mCallback != null) { 148 if (mCallback != null) { [all...] |
/frameworks/base/media/java/android/media/ |
MiniThumbFile.java | 73 if (file == null) { 102 if (mMiniThumbFile == null) { 124 if (mMiniThumbFile != null) { 137 if (mMiniThumbFile != null) { 140 mMiniThumbFile = null; 154 if (r != null) { 156 FileLock lock = null; 178 if (lock != null) lock.release(); 191 if (r == null) return; 194 FileLock lock = null; [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
Visualizer.java | 176 private NativeEventHandler mNativeEventHandler = null; 180 private OnDataCaptureListener mCaptureListener = null; 184 private OnServerDiedListener mServerDiedListener = null; 515 * @param measurement a non-null {@link Visualizer.MeasurementPeakRms} instance to store 522 if (measurement == null) { 523 Log.e(TAG, "Cannot store measurements in a null object"); 571 * <p>Call this method with a null listener to stop receiving the capture updates. 586 if (listener == null) { 593 if ((listener != null) && (mNativeEventHandler == null)) { [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneFallbackEventHandler.java | 112 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) { 134 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) { 144 Intent intent = new Intent(Intent.ACTION_CAMERA_BUTTON, null); 147 null, null, null, 0, null, null); 153 if (getKeyguardManager().inKeyguardRestrictedInputMode() || dispatcher == null) { 191 if (dispatcher != null) { [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DisplaySettings.java | 69 if (entry != null) { 87 if (entry == null) { 109 parser.setInput(stream, null); 162 String str = parser.getAttributeValue(null, name); 163 return str != null ? Integer.parseInt(str) : 0; 171 String name = parser.getAttributeValue(null, "name"); 172 if (name != null) { 195 out.startDocument(null, true); 196 out.startTag(null, "display-settings"); 199 out.startTag(null, "display") [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
RenderAction.java | 65 private static BridgeContext sCurrentContext = null; 96 // acquire the lock. if the result is null, lock was just acquired, otherwise, return 99 if (result != null) { 156 if (mContext == null) { 160 // acquire the lock. if the result is null, lock was just acquired, otherwise, return 163 if (result != null) { 175 * This returns null if the lock was just acquired, otherwise it returns 180 * @return null if the lock was just acquire or another result depending on the state. 199 // If this is called by init, mContext will be null and so should sCurrentContext 207 return null; [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pServiceResponse.java | 181 if (dev == null) return; 194 * @return if parse failed, return null 202 return null; 209 if (bin == null) { 210 return null; 231 return null; 236 transId, dev, null)); 257 if (resp != null && resp.getStatus() == Status.SUCCESS) { 269 return null; 275 * @param hex hex string. if invalid, return null [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipSession.java | 241 if (realSession != null) { 279 return null; 294 return null; 337 return null; 468 if (mListener != null) { 476 if (mListener != null) { 484 if (mListener != null) { 492 if (mListener != null) { 500 if (mListener != null) { 507 if (mListener != null) { [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ListMenuItemView.java | 117 if (title != null) { 135 if (!checkable && mRadioButton == null && mCheckBox == null) { 145 if (mRadioButton == null) { 151 if (mCheckBox == null) { 167 if (otherCompoundButton != null && otherCompoundButton.getVisibility() != GONE) { 171 if (mCheckBox != null) { 174 if (mRadioButton != null) { 184 if (mRadioButton == null) { 189 if (mCheckBox == null) { [all...] |
/libcore/libart/src/main/java/java/lang/ |
Daemons.java | 63 if (thread != null) { 78 return thread != null; 82 if (thread == null) { 96 thread = null; 98 if (threadToStop == null) { 116 return thread != null ? thread.getStackTrace() : EmptyArray.STACK_TRACE_ELEMENT; 132 while (ReferenceQueue.unenqueued == null) { 136 ReferenceQueue.unenqueued = null; 146 while (list != null) { 151 reference.pendingNext = null; [all...] |
/libcore/luni/src/main/java/java/io/ |
PrintStream.java | 57 * if {@code out} is {@code null}. 61 if (out == null) { 62 throw new NullPointerException("out == null"); 78 * if {@code out} is {@code null}. 82 if (out == null) { 83 throw new NullPointerException("out == null"); 100 * the non-null string describing the desired character encoding. 102 * if {@code out} or {@code charsetName} are {@code null}. 109 if (out == null) { 110 throw new NullPointerException("out == null"); [all...] |