HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 351 - 375 of 19228) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicContactables/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicImmersiveMode/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicMultitouch/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicNetworking/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
MessageOnlyLogFilter.java 41 if (mNext != null) {
42 getNext().println(Log.NONE, null, msg, null);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
AntlrRuntime_BaseTreeDebugView.cs 51 if (_tree == null || _tree.Children == null)
52 return null;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MissingTokenException.java 48 if ( inserted!=null && token!=null ) {
51 if ( token!=null ) {
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyPermission.java 33 if (name == null) {
34 return getName() == null;
42 return null;
PrivateKeyStub.java 34 String algorithm = null;
35 String format = null;
36 byte [] encoded = null;
PublicKeyStub.java 37 String algorithm = null;
38 String format = null;
39 byte [] encoded = null;
tmpCallbackHandler.java 38 if (callback == null) {
39 throw new UnsupportedCallbackException(null, "callback is null");
42 throw new UnsupportedCallbackException(null, "callback is empty");
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HttpsURLConnectionTest.java 50 HttpsURLConnection con = new MyHttpsURLConnection(null);
51 if (con.getLocalPrincipal() != null) {
52 fail("Non null result");
58 HttpsURLConnection.setDefaultHostnameVerifier(null);
65 HttpsURLConnection con = new MyHttpsURLConnection(null);
67 con.setHostnameVerifier(null);
81 HttpsURLConnection con = new MyHttpsURLConnection(null);
90 HttpsURLConnection.setDefaultSSLSocketFactory(null);
97 HttpsURLConnection con = new MyHttpsURLConnection(null);
99 con.setSSLSocketFactory(null);
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
LogConfigurationException.java 33 * Construct a new exception with <code>null</code> as its detail message.
62 this((cause == null) ? null : cause.toString(), cause);
84 protected Throwable cause = null;

Completed in 1424 milliseconds

<<11121314151617181920>>