HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 3676 - 3700 of 19630) sorted by null

<<141142143144145146147148149150>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
ToolTip.js 5 if(element != null) {
15 if(element != null) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
PropertyManager.java 31 * @return the forced {@link PropertyCategory} of given Property, may be <code>null</code>.
34 return null;
  /external/eigen/bench/
bench_unrolling 9 $CXX -O3 -I.. -DNDEBUG benchmark.cpp -DMATSIZE=$i -DEIGEN_UNROLLING_LIMIT=400 -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I.. -DNDEBUG -finline-limit=10000 benchmark.cpp -DMATSIZE=$i -DEIGEN_DONT_USE_UNROLLED_LOOPS=1 -o benchmark && time ./benchmark >/dev/null
  /external/eigen/test/eigen2/
runtest.sh 12 if make test_$1 > /dev/null 2> .runtest.log ; then
13 if ! ./test_$1 r20 > /dev/null 2> .runtest.log ; then
  /external/emma/core/java12/com/vladium/emma/
AppLoggers.java 38 if (properties == null)
39 throw new IllegalArgumentException ("null input: properties");
55 Set temp = null;
57 if (_filter != null)
73 return Logger.create (level, null, appName, filter, base);
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
TextContent.java 27 if (m_text != null)
  /external/emma/core/java12/com/vladium/util/
IntegerFactory.java 28 if (_result == null)
  /external/emma/core/java13/com/vladium/util/exit/
ExitHookManager.java 34 if (s_singleton == null)
63 if ((runnable != null) && ! m_exitThreadMap.containsKey (runnable))
86 if (runnable != null)
90 if (exitThread != null)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DESede.java 38 private int[] key1 = null;
39 private int[] key2 = null;
40 private int[] key3 = null;
86 if (key1 == null)
  /external/guava/guava/src/com/google/common/collect/
EmptyImmutableSetMultimap.java 32 super(ImmutableMap.<Object, ImmutableSet<Object>>of(), 0, null); local
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionEqualsTester.java 36 assertFalse("An object should not be equal to null.",
37 collection.equals(null));
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderFactory.java 39 // Default values contain only 'null', which means don't call the CacheBuilder method (just give
41 private Set<Integer> concurrencyLevels = Sets.newHashSet((Integer) null);
42 private Set<Integer> initialCapacities = Sets.newHashSet((Integer) null);
43 private Set<Integer> maximumSizes = Sets.newHashSet((Integer) null);
44 private Set<DurationSpec> expireAfterWrites = Sets.newHashSet((DurationSpec) null);
45 private Set<DurationSpec> expireAfterAccesses = Sets.newHashSet((DurationSpec) null);
46 private Set<DurationSpec> refreshes = Sets.newHashSet((DurationSpec) null);
47 private Set<Strength> keyStrengths = Sets.newHashSet((Strength) null);
48 private Set<Strength> valueStrengths = Sets.newHashSet((Strength) null);
127 * Sets.cartesianProduct doesn't allow sets that contain null, but we want null to mea
    [all...]
  /external/hamcrest/src/org/hamcrest/core/
IsEqual.java 33 if (o1 == null || o2 == null) {
34 return o1 == null && o2 == null;
  /external/harfbuzz_ng/src/
check-includes.sh 19 grep '#.*\<include\>' "$x" /dev/null | head -n 1
31 grep '#.*\<include\>' "$x" /dev/null | head -n 1
  /external/javasqlite/src/main/java/SQLite/
TableResult.java 51 * Types of columns of the result set or null.
97 types = null;
125 if (rowdata != null) {
144 sb.append(column[i] == null ? "NULL" : column[i]);
152 sb.append(row[k] == null ? "NULL" : row[k]);
  /external/javassist/sample/vector/
Sample2.java 6 return null;
  /external/javassist/src/main/javassist/compiler/
KeywordTable.java 23 if (found == null)
  /external/javassist/src/main/javassist/compiler/ast/
Member.java 31 field = null;
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolFactoryImpl.java 40 return new ScopedClassPool(null, src, repository, true);
  /external/javassist/src/main/javassist/tools/rmi/
RemoteRef.java 28 classname = null;
  /external/jdiff/src/jdiff/
Modifiers.java 30 public String visibility = null;
45 if (visibility != null) {
59 * @return The description of the differences, null if there is no change.
91 if (visibility != null) {
102 return null;
  /external/jmdns/src/javax/jmdns/
ServiceEvent.java 25 * if source is null.
46 * Returns the instance name of the service. Always returns null, if the event is sent to a service type listener.
53 * Returns the service info record, or null if the service could not be resolved. Always returns null, if the event is sent to a service type listener.
70 return null;
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactQuaternionArray.java 74 out.write(array, "array", null);
75 out.write(index, "index", null);
81 array = in.readFloatArray("array", null);
82 index = in.readIntArray("index", null);
CompactVector3Array.java 74 out.write(array, "array", null);
75 out.write(index, "index", null);
81 array = in.readFloatArray("array", null);
82 index = in.readIntArray("index", null);
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
Listener.java 69 if (renderer != null)
99 if (renderer != null)
105 if (renderer != null)
111 if (renderer != null)

Completed in 1486 milliseconds

<<141142143144145146147148149150>>