/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
FieldIdsSection.java | 32 * {@code non-null;} map from field constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param field {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (field == null) { 100 throw new NullPointerException("field == null"); [all...] |
MethodIdsSection.java | 32 * {@code non-null;} map from method constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param method {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (method == null) { 100 throw new NullPointerException("method == null"); [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdsSection.java | 32 * {@code non-null;} map from field constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param field {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (field == null) { 100 throw new NullPointerException("field == null"); [all...] |
MethodIdsSection.java | 32 * {@code non-null;} map from method constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param method {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (method == null) { 100 throw new NullPointerException("method == null"); [all...] |
/dalvik/tests/087-gc-after-link/src/ |
Main.java | 36 * "test.jar". However, it will return null when asked to load the 42 * "InaccessibleSuper", which will return null, which the VM 49 /** We return null when asked to load InaccessibleSuper. */ 72 Object dexFile = null; 73 Class dexClass = null; 95 if (dexFile != null) { 97 Method meth = dexClass.getMethod("close", (Class[]) null); 111 return null; 117 * Return null if the class's name is SUPERCLASS_NAME; 124 return null; [all...] |
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson4/ |
LaunchActivityTest.java | 54 startActivity(mLaunchIntent, null, null); 57 assertNotNull("mLaunchActivity is null", getActivity()); 58 assertNotNull("mLaunchNextButton is null", launchNextButton); 64 startActivity(mLaunchIntent, null, null); 74 startActivity(mLaunchIntent, null, null); 82 //Verify the intent was not null. 83 assertNotNull("Intent was null", launchIntent) [all...] |
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeListenerProxyTest.java | 37 static PropertyChangeEvent event = null; 46 proxy = new PropertyChangeListenerProxy(null, listener); 53 proxy = new PropertyChangeListenerProxy(name, null); 74 proxy.propertyChange(null); 83 "harmony", null); 85 proxy.propertyChange(null);
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
AbstractMapTest.java | 59 return null; 65 return null; 178 assertFalse(map.containsKey(null)); 181 map.put("key", null); 182 map.put(null, "value"); 183 map.put(null, null); 187 assertTrue(map.containsKey(null)); 197 assertFalse(map.containsValue(null)); 200 map.put("key", null); [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
AlgorithmParameterGenerator_ImplTest.java | 44 private static String validProviderName = null; 46 private static Provider validProvider = null; 54 DSASupported = (validProvider != null); 55 validProviderName = (DSASupported ? validProvider.getName() : null); 61 return null; 108 apgs[i].init(keys[j], null);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_DummyPKCS12Keystore.java | 45 return null; 50 return null; 55 return null; 60 return null; 84 return null; 109 return null;
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 103 static protected DateFormat dateFormatter = null; 130 String prop = null; 136 return (prop == null) ? simpleLogProps.getProperty(name) : prop; 141 return (prop == null) ? dephault : prop; 146 return (prop == null) ? dephault : "true".equalsIgnoreCase(prop); 155 if(null != in) { 185 protected String logName = null; 189 private String shortLogName = null; 211 while(null == lvl && i > -1) { 217 if(null == lvl) [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
TemplateSubPatternAssociation.java | 50 private TemplateSubPatternAssociation m_next = null; 87 tspa.m_next = null; 136 return (((null == m1) && (null == m2)) 137 || ((null != m1) && (null != m2) && m1.equals(m2))); 146 * @param mode reference, which may be null, to the <a href="http://www.w3.org/TR/xslt#modes">current mode</a>. 174 * @return An executable StepPattern object, never null. 218 * @return An ElemTemplate, never null. 229 * @return A valid TemplateSubPatternAssociation, or null [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMManager.java | 63 protected XMLStringFactory m_xsf = null; 74 * @return a valid XMLStringFactory object, or null if it hasn't been set yet. 85 * @param xsf a valid XMLStringFactory object, should not be null. 126 * @return new DTMManager instance, never null. 134 DTMManager factoryImpl = null; 143 XMLErrorResources.ER_NO_DEFAULT_IMPL, null), e.getException()); 147 if (factoryImpl == null) 150 XMLErrorResources.ER_NO_DEFAULT_IMPL, null)); 169 * @param source the specification of the source object, which may be null, 175 * be null [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FunctionDef1Arg.java | 41 * nodeset. If the argument is null, then return the current context node. 46 * node if the first argument is null. 55 return (null == m_arg0) 65 return (null == m_arg0) ? true : m_arg0.isNodesetExpr(); 70 * string. If the argument is null, then get the string value from the 76 * current context node if the first argument is null. 84 if(null == m_arg0) 87 if(DTM.NULL == currentNode) 102 * number. If the argument is null, then get the number value from the 108 * current context node if the first argument is null [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
PBKDF2Params.java | 30 if (obj != null) 35 return null; 70 keyLength = null; 86 if (keyLength != null) 91 return null; 101 if (keyLength != null)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
NameConstraints.java | 24 if (obj != null) 29 return null; 65 if (permitted != null) 70 if (excluded != null) 106 if (permitted != null) 111 if (excluded != null)
|
/external/bzip2/ |
xmlproc.sh | 90 pdfxmltex $fofile >$OUT </dev/null 91 pdfxmltex $fofile >$OUT </dev/null 92 pdfxmltex $fofile >$OUT </dev/null 99 pdfxmltex $fofile >$OUT </dev/null 100 pdfxmltex $fofile >$OUT </dev/null 101 pdfxmltex $fofile >$OUT </dev/null 105 # xmltex $fofile >$OUT </dev/null 106 # xmltex $fofile >$OUT </dev/null 107 # xmltex $fofile >$OUT </dev/null
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwZoomControls.java | 28 if (zoomController != null) { 36 if (zoomController != null) { 44 if (zoomController == null) { 61 return mZoomButtonsController != null ? mZoomButtonsController.getZoomControls() : null; 65 if (mZoomButtonsController == null &&
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
CommandLine.java | 37 * Return the value associated with the given switch, or null. 39 * @return switch value, or null if the switch is not set or set to empty. 95 return sCommandLine.get() != null; 101 assert commandLine != null; local 122 init(buffer == null ? null : tokenizeQuotedAruments(buffer)); 130 setInstance(null); 144 StringBuilder arg = null; 153 if (arg != null && arg.length() > 0 && arg.charAt(arg.length() - 1) == '\\') { 160 if (arg != null) { [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
ChildProcessConnectionImpl.java | 42 private IChildProcessService mService = null; 54 private ChildServiceConnection mInitialBinding = null; 59 private ChildServiceConnection mStrongBinding = null; 62 private ChildServiceConnection mWaivedBinding = null; 67 private LinkerParams mLinkerParams = null; 114 if (commandLine != null) { 117 if (mLinkerParams != null) 148 if (mConnectionParams != null) { 170 boolean disconnectedWhileBeingSetUp = mConnectionParams != null; 177 if (disconnectedWhileBeingSetUp && mConnectionCallback != null) { 248 assert mConnectionParams == null; local 293 assert mServiceConnectComplete && mConnectionParams != null; local [all...] |
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/ |
NestedSystemMessageHandler.java | 54 Method nextMethod = null; 67 Message msg = null; 81 if (msg != null) { 86 Field targetFiled = null; 98 Handler target = null; 109 if (target == null) {
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
FieldIdsSection.java | 32 * {@code non-null;} map from field constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param field {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (field == null) { 100 throw new NullPointerException("field == null"); [all...] |
MethodIdsSection.java | 32 * {@code non-null;} map from method constants to {@link 40 * @param file {@code non-null;} file that this instance is part of 57 if (cst == null) { 58 throw new NullPointerException("cst == null"); 65 if (result == null) { 75 * @param out {@code non-null;} where to write 95 * @param method {@code non-null;} the reference to intern 96 * @return {@code non-null;} the interned reference 99 if (method == null) { 100 throw new NullPointerException("method == null"); [all...] |
/external/easymock/src/org/easymock/internal/ |
EasyMockProperties.java | 44 if (instance == null) {
47 if (instance == null) {
60 if (in != null) {
100 * Searches for the property with the specified key. Return null if the key
105 * @return the value found for the key or null
112 * Add a value referenced by the provided key. A null value will remove the
126 if (value == null) {
133 ClassLoader cl = null;
140 if (cl == null) {
|
/external/emma/ant/ant14/com/vladium/emma/ |
emmajavaTask.java | 59 if (getClasspath () == null) 74 if ((libClasspath != null) && (libClasspath.size () > 0)) 87 if ((reportTypes == null) || (reportTypes.length () == 0)) reportTypes = "txt"; 107 if (m_outFile != null) 113 if (m_outFileMerge != null) 121 if (m_outFile != null) 124 if (m_outFileMerge != null) 132 if ((specs != null) && (specs.length > 0)) 142 if (srcpath != null) 180 // [assertion: getClasspath() is not null] [all...] |