HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 376 - 400 of 19496) sorted by null

<<11121314151617181920>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_nez/d/
T_if_nez_4.java 6 return o != null ? 1 : 1234;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_3.java 22 Object o = null;
T_monitor_enter_4.java 22 Object o = null;
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_object/d/
T_sget_object_5.java 21 public Object i1 = null;
  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasDelegateMethods.java 33 * @return null
36 return null;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteEarlyExitException.java 33 super(null);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InterfaceAddressTest.java 41 // RI may fail on this when both broadcast addresses are null
42 if (interfaceAddr != null) {
55 // RI may fail on this when both broadcast addresses are null
56 if (interfaceAddr != null) {
57 assertFalse(interfaceAddr.equals(null));
71 if (interfaceAddr != null) {
87 if (interfaceAddr != null) {
102 if (interfaceAddr != null) {
121 if (interfaceAddr != null) {
134 NetworkInterface theInterface = null;
    [all...]
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
MySSLContextSpi.java 39 if (sr == null) {
41 "secureRandom is null");
51 return null;
59 return null;
67 return null;
75 return null;
101 tmpHost = null;
123 public Runnable getDelegatedTask() { return null; }
125 public String[] getEnabledCipherSuites() { return null; }
127 public String[] getEnabledProtocols() {return null; }
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
BasicConstraints.java 19 ASN1Integer pathLenConstraint = null;
39 if (obj != null)
44 return null;
57 this.cA = null;
58 this.pathLenConstraint = null;
68 this.cA = null;
73 if (this.cA != null)
94 this.cA = null;
96 this.pathLenConstraint = null;
113 return (cA != null) && cA.isTrue()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null
44 # If you do NOT want to pass arguments to your executable, use the word "null" instead. This will NOT be passed to your script.
69 # simply pass in the executable as "null" to prevent any shell execution from occurring. For example:
71 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); null; null
84 # feedWatchActions=//*[name() = 'entry'][1]/*[name() = 'updated']/text(); ../scripts_rss/sendEmailAlert.sh; null
87 # feedWatchActions=//*[name() = 'entry'][1]/*/*/*[name() = 'coordinated']/@status; null; null
90 # feedWatchActions=//*[name() = 'entry'][1]/*/*[name() = 'build']/@jars; null; nul
    [all...]
  /external/eigen/bench/
benchmark_suite 4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/null
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
16 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
18 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
  /external/emma/ant/ant14/com/vladium/emma/ant/
NestedTask.java 27 if (parent == null)
28 throw new IllegalArgumentException ("null input: parent");
39 final IProperties parentSettings = m_parent != null
41 : null;
48 if (parentSettings == null)
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
AccessibleInstantiator.java 30 if(constructor != null) {
  /external/objenesis/tck/src/org/objenesis/tck/candidates/
ConstructorWithMandatoryArguments.java 24 if(something == null) {
  /external/proguard/src/proguard/io/
DataEntryDirectoryFilter.java 38 return dataEntry != null && dataEntry.isDirectory();
  /external/proguard/src/proguard/obfuscate/
MemberNameCleaner.java 40 MemberObfuscator.setNewMemberName(programField, null);
46 MemberObfuscator.setNewMemberName(programMethod, null);
52 MemberObfuscator.setNewMemberName(libraryField, null);
58 MemberObfuscator.setNewMemberName(libraryMethod, null);
  /frameworks/base/core/tests/coretests/src/android/content/
ContentResolverTest.java 38 mContentResolver.query(ContactsContract.Contacts.CONTENT_URI, null, null, null, null);
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
FastXmlSerializerTest.java 34 out.startDocument(null, true);
37 out.startTag(null, "string");
38 out.attribute(null, "name", "meow");
40 out.endTag(null, "string");
  /frameworks/ex/common/java/com/android/common/
Rfc822InputFilter.java 38 return null;
52 return null;
55 return null;
72 return null;
  /libcore/luni/src/main/java/java/net/
ProxySelectorImpl.java 26 if (uri == null || sa == null || ioe == null) {
36 if (uri == null) {
37 throw new IllegalArgumentException("uri == null");
40 if (scheme == null) {
41 throw new IllegalArgumentException("scheme == null");
45 Proxy proxy = null;
46 String nonProxyHostsKey = null;
66 if (nonProxyHostsKey != null
    [all...]
  /libcore/luni/src/main/java/java/security/
PrivilegedActionException.java 32 return null;
  /libcore/luni/src/main/java/java/util/
AbstractQueue.java 16 * the base implementation does <em>not</em> allow <tt>null</tt>
21 * <tt>null</tt> returns.
25 * insertion of <tt>null</tt> elements, along with methods {@link
60 * @throws NullPointerException if the specified element is null and
61 * this queue does not permit null elements
85 if (x != null)
104 if (x != null)
115 * returns <tt>null</tt>.
118 while (poll() != null)
133 * <tt>null</tt> element) may result in only some of the element
    [all...]
  /libcore/luni/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 45 this.exception = null;
57 this.exception = null;
102 if (message == null && exception != null) {
113 * @return The encapsulated exception, or null if there is none.
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java 38 * @return A SourceLocator object, or null if none was specified.
48 * @param location A SourceLocator object, or null to clear the location.
54 /** Field containedException specifies a wrapped exception. May be null. */
60 * @return An Throwable object, or null.
68 * Returns the cause of this throwable or <code>null</code> if the
75 ? null
91 * {@link #getCause()} method). (A <tt>null</tt> value is
105 if (this.containedException != null) {
128 this.containedException = null;
129 this.locator = null;
    [all...]
TransformerFactoryConfigurationError.java 41 this.exception = null;
54 this.exception = null;
97 if ((message == null) && (exception != null)) {
108 * @return The encapsulated exception, or null if there is none.

Completed in 577 milliseconds

<<11121314151617181920>>