HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 701 - 725 of 32842) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DomainParameters.java 57 else if (obj != null)
62 return null;
77 if (p == null)
79 throw new IllegalArgumentException("'p' cannot be null");
81 if (g == null)
83 throw new IllegalArgumentException("'g' cannot be null");
85 if (q == null)
87 throw new IllegalArgumentException("'q' cannot be null");
94 if (j != null)
100 this.j = null;
    [all...]
  /external/e2fsprogs/tests/
test_post 4 num_ok=`ls *.ok 2>/dev/null | wc -l`
5 num_failed=`ls *.failed 2>/dev/null | wc -l`
  /external/easymock/src/org/easymock/
AbstractMatcher.java 41 * provided to this method are always not <code>null</code>.
73 * not called: If both argument arrays are null, they match; if one and only
74 * one is null, they do not match.
86 if (expected == null || actual == null) {
96 if (expectedObject == null && actualObject == null) {
100 if (expectedObject == null && actualObject != null) {
104 if (expectedObject != null && actualObject == null) {
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
ArrayEquals.java 34 && (actual == null || actual instanceof boolean[])) {
37 && (actual == null || actual instanceof byte[])) {
40 && (actual == null || actual instanceof char[])) {
43 && (actual == null || actual instanceof double[])) {
46 && (actual == null || actual instanceof float[])) {
49 && (actual == null || actual instanceof int[])) {
52 && (actual == null || actual instanceof long[])) {
55 && (actual == null || actual instanceof short[])) {
58 && (actual == null || actual instanceof Object[])) {
  /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/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecognizer.java 35 * @return the language code, or <code>null</code> if the language cannot be determined.
39 return null;
49 * with this charset, or null if there was no match.
  /external/icu/android_icu4j/src/main/java/android/icu/util/
InitialTimeZoneRule.java 51 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
56 return null;
61 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
66 return null;
71 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
77 return null;
82 * Note: This method in <code>InitialTimeZoneRule</code> always returns null.
88 return null;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestInputDataStructure.java 27 private String desc = null;
29 private String namebase = null;
31 private String nameutf8 = null;
33 private String namezone = null;
35 private String failzone1 = null;
37 private String failzone2 = null;
39 private String token = null;
41 private String passfail = null;
43 private String type = null;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleMatcherShim.java 21 return null;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecognizer.java 34 * @return the language code, or <code>null</code> if the language cannot be determined.
38 return null;
48 * with this charset, or null if there was no match.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestInputDataStructure.java 26 private String desc = null;
28 private String namebase = null;
30 private String nameutf8 = null;
32 private String namezone = null;
34 private String failzone1 = null;
36 private String failzone2 = null;
38 private String token = null;
40 private String passfail = null;
42 private String type = null;
  /external/jcommander/src/main/java/com/beust/jcommander/
Strings.java 5 return s == null || "".equals(s);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 33 return data != null && data.getValue() != null;
37 * Helper method to safely convert an arbitrary data instance (including null) into a valid
38 * (non-null) string representation.
42 // (the data instance will return null to us)
43 String value = data != null ? data.getValue() : null;
44 return value != null ? value : "";
48 * Parses a non-null string in a ClearSilver compatible way.
89 if (value == null || value.isEmpty())
    [all...]
  /external/libmojo/base/android/java/src/org/chromium/base/
ContentUriUtils.java 53 if (sFileProviderUtil != null) {
57 return null;
71 if (pfd != null) {
86 return getParcelFileDescriptor(context, uriString) != null;
94 * @return MIME type or null if the input params are empty or invalid.
99 if (resolver == null) return null;
109 * @return ParcelFileDescriptor of the content URI, or NULL if the file does not exist.
115 ParcelFileDescriptor pfd = null;
141 if (contentResolver == null || uri == null) return ""
    [all...]
  /external/linux-kselftest/tools/testing/selftests/ftrace/test.d/trigger/
trigger-hist-mod.tc 37 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
39 grep "common_pid: $COMM" events/sched/sched_process_fork/hist > /dev/null || \
47 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
50 grep "parent_pid: $HEX" events/sched/sched_process_fork/hist > /dev/null || \
58 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
59 grep "id: sys_" events/raw_syscalls/sys_exit/hist > /dev/null || \
68 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done
69 grep 'bytes_req: ~ 2^[0-9]*' events/kmem/kmalloc/hist > /dev/null || \
  /external/llvm/utils/git-svn/
git-svnup 11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
  /external/ltp/testcases/kernel/fs/racer/
fs_racer_file_link.sh 28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln $file $DIR/$new_file 2> /dev/null
fs_racer_file_symlink.sh 28 ln -s $file $DIR/$new_file 2> /dev/null
29 ln -s $file/$file/$file $DIR/$new_file 2> /dev/null
  /external/ltp/testcases/network/stress/ns-tools/
create_file 62 echo -n "A" > $filename 2>/dev/null
63 echo -n "Z" | dd of=$filename bs=1 seek=`expr $filesize - 1` >/dev/null 2>&1
  /external/ltp/tools/
make-file.sh 38 if ! perl -e "print 'A' x $size" > "$file" 2> /dev/null ; then
39 if ! awk 'BEGIN { cnt='$size'; while (cnt--) printf "A" }' > "$file" 2> /dev/null ; then
  /external/mockito/src/main/java/org/mockito/internal/handler/
NotifiedMethodInvocationReport.java 32 this.throwable = null;
44 this.returnedValue = null;
61 return throwable != null;
65 return (invocation.stubInfo() == null) ? null : invocation.stubInfo().stubbedAt().toString();
71 if (o == null || getClass() != o.getClass()) return false;
81 int result = invocation != null ? invocation.hashCode() : 0;
82 result = 31 * result + (returnedValue != null ? returnedValue.hashCode() : 0);
83 result = 31 * result + (throwable != null ? throwable.hashCode() : 0);
  /external/objenesis/tck/src/main/java/org/objenesis/tck/candidates/
ConstructorWithMandatoryArguments.java 24 if(something == null) {
  /external/okhttp/okio/okio/src/main/java/okio/
SegmentPool.java 38 if (next != null) {
41 result.next = null;
50 if (segment.next != null || segment.prev != null) throw new IllegalArgumentException();

Completed in 1614 milliseconds

<<21222324252627282930>>