/external/apache-http/src/org/apache/http/impl/client/ |
DefaultUserTokenHandler.java | 50 Principal userPrincipal = null; 54 if (targetAuthState != null) { 56 if (userPrincipal == null) { 63 if (userPrincipal == null) { 68 if (sslsession != null) { 79 if (scheme != null && scheme.isComplete() && scheme.isConnectionBased()) { 81 if (creds != null) { 85 return null;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 89 if (poolEntry == null) { 101 poolEntry = null; 109 return (poolEntry.tracker == null) ? 110 null : poolEntry.tracker.toRoute(); 153 if (poolEntry != null) 157 if (conn != null) { 164 if (poolEntry != null) 168 if (conn != null) {
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicDomainHandler.java | 47 if (cookie == null) { 48 throw new IllegalArgumentException("Cookie may not be null"); 50 if (value == null) { 61 if (cookie == null) { 62 throw new IllegalArgumentException("Cookie may not be null"); 64 if (origin == null) { 65 throw new IllegalArgumentException("Cookie origin may not be null"); 74 if (domain == null) { 75 throw new MalformedCookieException("Cookie domain may not be null"); 102 if (cookie == null) { [all...] |
RFC2109DomainHandler.java | 49 if (cookie == null) { 50 throw new IllegalArgumentException("Cookie may not be null"); 52 if (value == null) { 63 if (cookie == null) { 64 throw new IllegalArgumentException("Cookie may not be null"); 66 if (origin == null) { 67 throw new IllegalArgumentException("Cookie origin may not be null"); 71 if (domain == null) { 72 throw new MalformedCookieException("Cookie domain may not be null"); 112 if (cookie == null) { [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
UriPatternMatcher.java | 62 if (pattern == null) { 63 throw new IllegalArgumentException("URI request pattern may not be null"); 65 if (handler == null) { 66 throw new IllegalArgumentException("HTTP request handelr may not be null"); 72 if (pattern == null) { 79 if (map == null) { 80 throw new IllegalArgumentException("Map of handlers may not be null"); 87 if (requestURI == null) { 88 throw new IllegalArgumentException("Request URI may not be null"); 98 if (handler == null) { [all...] |
/external/apache-http/src/org/apache/http/util/ |
ExceptionUtils.java | 45 /** A reference to Throwable's initCause method, or null if it's not there in this JVM */ 51 * or <code>null</code> if the method 55 * <code>null</code> if unavailable. 62 return null; 73 if (INIT_CAUSE_METHOD != null) {
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemExtensionScript.java | 43 private String m_lang = null; 69 private String m_src = null;
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 47 * if null or not "yes". 54 if (null == s || !s.equals("yes")) 70 * if null or not a number. 77 if (null == s)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/ |
BaseAlgorithmParameters.java | 12 return format == null || format.equals("ASN.1"); 19 if (paramSpec == null) 21 throw new NullPointerException("argument to getParameterSpec must not be null");
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AutoLoginDelegate.java | 28 mAccountHelper = null; 53 mAccountHelper != null && mAccountHelper.first == nativeInfoBar ? 54 mAccountHelper.second : null; 56 if (account == null || !account.logIn()) { 68 mAccountHelper = null; 78 if (mAccountHelper != null) { 85 if (accountAuthToken != null && accountAuthToken.equals(authToken) 94 mAccountHelper = null;
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
InvalidationClientNameProvider.java | 26 if (sInstance == null) { 41 if (mUniqueId == null) {
|
/external/chromium_org/third_party/opus/src/doc/ |
build_oggdraft.sh | 41 if test -z `which xml2rfc 2> /dev/null`; then
|
/external/chromium_org/third_party/re2/ |
runtests | 7 if sh -c "$i >$i.log 2>&1" 2>/dev/null
|
/external/chromium_org/tools/gyp/test/mac/sdkroot/ |
test_shorthand.sh | 10 if expected=$(xcodebuild -version -sdk macosx$sdk Path 2>/dev/null) ; then
|
/external/chromium_org/tools/idl_parser/test_parser/ |
extattr_ppapi.idl | 67 [foo(null)] interface Foo {};
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
null-compare.js | 29 if (x == null) return true; else return false; 32 assertTrue(IsNull(null), "null == null"); 33 assertTrue(IsNull(void 0), "void 0 == null"); 34 assertFalse(IsNull(42), "42 != null"); 38 if (x === null) return true; else return false; 41 assertTrue(IsNullStrict(null), "null === null"); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstEnumRef.java | 26 /** {@code null-ok;} the corresponding field ref, lazily initialized */ 32 * @param nat {@code non-null;} the name-and-type; the defining class is derived 38 fieldRef = null; 59 * @return {@code non-null;} the corresponding field reference 62 if (fieldRef == null) {
|
/external/dropbear/libtomcrypt/ |
build.sh | 3 make clean 1>/dev/null 2>/dev/null 9 if find *_tv.txt -type f 1>/dev/null 2>/dev/null ; then
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
ImageImageDescriptor.java | 42 return m_Image == null ? null : m_Image.getImageData();
|
/external/emma/core/java12/com/vladium/emma/data/ |
SessionData.java | 39 if (mdata == null) throw new IllegalArgumentException ("null input: mdata"); 40 if (cdata == null) throw new IllegalArgumentException ("null input: cdata");
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HyperRef.java | 23 if ((href == null) || (href.length () == 0)) 24 throw new IllegalArgumentException ("null or empty input: href"); 26 if ((text == null) || (text.length () == 0)) 27 throw new IllegalArgumentException ("null or empty input: text");
|
/external/emma/core/java12/com/vladium/emma/rt/ |
InstrClassLoader.java | 52 // setting ClassLoader.parent to null disables the standard delegation 55 super (filesToURLs (classpath), null); local 60 m_cache = cache; // can be null 84 Class c = null; 90 if (c == null) 92 Class parentsVersion = null; 93 if (m_parent != null) 100 ((m_forcedDelegationFilter == null) || m_forcedDelegationFilter.included (name))) 111 if ((m_forcedDelegationFilter == null) || m_forcedDelegationFilter.included (name)) 116 if (c == null) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
BstNodeFactory.java | 35 * {@code left}, and right child {@code right}. If {@code left} or {@code right} is null, the 44 return createNode(source, null, null);
|
/external/javassist/sample/evolve/ |
DemoLoader.java | 23 private String updatableClassName = null; 24 private CtClass updatableClass = null;
|
/external/jdiff/src/jdiff/ |
SingleComment.java | 15 public String id_ = null; 18 public String text_ = null;
|