HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 126 - 150 of 24315) sorted by null

1 2 3 4 56 7 8 91011>>

  /art/test/118-noimage-dex2oat/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/119-noimage-patchoat/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/134-reg-promotion/src/
Main.java 35 Method m = c.getMethod("run", (Class[]) null);
38 m.invoke(null, (Object[]) null);
39 holder = null;
41 m = c.getMethod("run2", (Class[]) null);
44 m.invoke(null, (Object[]) null);
45 holder = null;
  /art/test/139-register-natives/
check 20 diff --strip-trailing-cr -q "$1" "$2.tmp" >/dev/null
  /art/test/GetMethodSignature/
GetMethodSignature.java 18 Float m1(int a, double b, long c, Object d) { return null; }
19 GetMethodSignature m2(boolean x, short y, char z) { return null; }
  /cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java 36 RecurrenceSet recurSet = new RecurrenceSet(null, null, null, null);
37 ICalendar.Component component = new ICalendar.Component("CTS", null);
40 assertTrue(properties == null);
42 recurSet.addPropertiesForRuleStr(component, null, null);
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiP2pService.java 11 String instanceName = null;
12 String serviceRegistrationType = null;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteCardinalityException.java 42 if ( elementDescription!=null ) {
45 return null;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/interfaces/
RSAPrivateCrtKeyTest.java 72 return null;
76 return null;
80 return null;
84 return null;
88 return null;
92 return null;
96 return null;
100 return null;
  /external/clang/utils/ABITest/
summarize.sh 11 if (! make test.$i.report &> /dev/null); then
  /external/conscrypt/src/main/java/org/conscrypt/
ServerSessionContext.java 58 if (session != null) {
63 if (persistentCache != null) {
65 if (data != null) {
66 session = toSession(data, null, -1);
67 if (session != null && session.isValid()) {
74 return null;
82 if (persistentCache != null) {
84 if (data != null) {
  /external/elfutils/src/tests/
run-native-test.sh 36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
59 $cc -o native -g native.c > /dev/null 2>&1 &&
61 { ./native > /dev/null 2>&1 & native=$! ; } &&
62 sleep 1 && kill -0 $native 2> /dev/null &&
70 testrun "$@" -e $1 > /dev/null
74 testrun "$@" -p $$ > /dev/null
77 test $native -eq 0 || testrun "$@" -p $native > /dev/null
  /external/javassist/src/main/javassist/
LoaderClassPath.java 52 Object cl = null;
53 if (clref != null)
56 return cl == null ? "<null>" : cl.toString();
67 if (cl == null)
68 return null; // not found
78 * @return null if the class file could not be found.
83 if (cl == null)
84 return null; // not found
93 clref = null;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HitPoint.java 28 hitPoint = null;
29 hitNormal = null;
  /external/strace/tests/
strace-f.test 10 run_strace -f $time ls > /dev/null
  /external/valgrind/none/tests/
fdleak_dup2.stderr.exp 4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
10 Open file descriptor ...: /dev/null
19 Open file descriptor ...: /dev/null
  /external/valgrind/tests/
check_isa-2_06_cap 5 LD_SHOW_AUXV=1 $DIR/true | grep arch_2_06 > /dev/null 2>&1
check_isa-2_07_cap 6 LD_SHOW_AUXV=1 $DIR/true | grep arch_2_07 > /dev/null 2>&1
  /frameworks/base/keystore/java/android/security/keystore/
Utils.java 30 return (value != null) ? (Date) value.clone() : null;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 32 if (mSourcePort != null) {
39 return mSourcePort != null;
44 if (mSourcePort != null && !mSourcePort.isOpen()) {
50 if (mSourcePort != null && mSourcePort.isOpen()) {
61 return mSourcePort == null ? null : mSourcePort.getFilter();
65 return mSourcePort != null ? mSourcePort.getPortFormat() : getPortFormat();
69 return null;
  /libcore/luni/src/main/java/javax/net/ssl/
SSLParameters.java 34 * protocols are initialized to null and client authentication
45 * use within the SSLParameters, or null.
57 * use within the SSLParameters, or null.
59 * use within the SSLParameters, or null.
68 * Returns a copy of the cipher suites, or null if none have been
72 if (cipherSuites == null) {
73 return null;
79 * Sets the cipher suites to a copy of the input, or null
82 this.cipherSuites = ((cipherSuites == null)
83 ? null
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
ModuleTest.java 36 protected TestData t = null;
38 private String localeName = null;
40 private String baseName = null;
51 Target target = null;
53 return null;
56 if (testData != null) {
59 .getMethod("processModules", (Class[])null);
71 return null;
87 m = null;
91 return m != null;
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/log/
JettyAwareLogger.java 71 log(null, TRACE, msg, null, null);
80 log(null, TRACE, format, new Object[]{arg}, null);
89 log(null, TRACE, format, new Object[]{arg1,arg2}, null);
98 log(null, TRACE, format, argArray, null);
107 log(null, TRACE, msg, null, t)
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 60 * null} if none.
65 if (trustedCert == null) {
66 throw new NullPointerException("trustedCert == null");
69 // copy nameConstraints if not null
70 if (nameConstraints != null) {
76 this.nameConstraints = null;
78 this.caName = null;
79 this.caPrincipal = null;
80 this.caPublicKey = null;
97 * null} if none
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidatorTest.java 36 assertTrue(validator.isValid("foo") == null);
37 assertTrue(validator.isValid("foo.xml") == null);
38 assertTrue(validator.isValid("Foo123_$") == null);
39 assertTrue(validator.isValid("foo.xm") == null); // For non-file types, . => _
42 assertTrue(validator.isValid("") != null);
43 assertTrue(validator.isValid(" ") != null);
44 assertTrue(validator.isValid("foo bar") != null);
45 assertTrue(validator.isValid("1foo") != null);
46 assertTrue(validator.isValid("foo%bar") != null);
48 ResourceType.STRING).isValid("foo") != null);
    [all...]

Completed in 2432 milliseconds

1 2 3 4 56 7 8 91011>>