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

<<11121314151617181920>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
EngineKey.java 46 if (originalKey == null) {
57 if (o == null || getClass() != o.getClass()) {
71 } else if (transformation == null ^ engineKey.transformation == null) {
73 } else if (transformation != null && !transformation.getId().equals(engineKey.transformation.getId())) {
75 } else if (decoder == null ^ engineKey.decoder == null) {
77 } else if (decoder != null && !decoder.getId().equals(engineKey.decoder.getId())) {
79 } else if (cacheDecoder == null ^ engineKey.cacheDecoder == null) {
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
LazyFieldLite.java 64 * 1) delayedBytes can be non-null, while value and memoizedBytes is null. The object will be in
66 * 2) Both delayedBytes and value are non-null. The object transitions to this state as soon as
73 * delayedBytes will be null, and memoizedBytes will be initialized only upon the first call to
77 * must first check if the memoizedBytes or delayedBytes ByteString is non-null and use it
78 * directly; if both of those are null, it can look at the parsed value field. Similarly, any
79 * caller that needs a parsed value must first check if the value field is already non-null, if
84 * A delayed-parsed version of the contents of this field. When this field is non-null, then the
85 * "value" field is allowed to be null until the time that the value needs to be read.
87 * When delayedBytes is non-null then {@code extensionRegistry} is required to also be non-null
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumberAsyncQueryHandler.java 43 // Id used to replace null for blocked id since ConcurrentHashMap doesn't allow null key/value.
60 if (cookie != null) {
64 if (cursor != null) {
72 if (cookie != null) {
79 if (cookie != null) {
86 if (cookie != null) {
101 listener.onHasBlockedNumbers(cursor != null && cursor.getCount() > 0);
104 FilteredNumberCompat.getContentUri(context, null),
107 ? null
    [all...]
  /art/test/569-checker-pattern-replacement/src-multidex/
Derived.java 28 stringField = null; // Clear field set by Base.<init>(String).
32 super(doubleValue, null);
37 objectField = null; // Clear field set by Base.<init>(int, double, Object).
47 objectField = null;
48 stringField = null;
58 objectField = null; // Clear field set by Base.<init>(int, double, Object).
  /art/test/592-checker-regression-bool-input/src/
Main.java 48 assertTrue((Boolean) m.invoke(null, null));
52 assertTrue((Boolean) m.invoke(null, null));
56 assertFalse((Boolean) m.invoke(null, null));
  /cts/tests/tests/opengl/src/android/opengl/cts/
EglContextTest.java 39 EGLDisplay eglDisplay = null;
40 EGLContext eglContext = null;
46 eglDisplay = null;
47 eglContext = null;
49 if (eglDisplay != null) {
50 if (eglContext != null) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyInstrumentationEvent.java 42 if (cn == null || mTestCaseName == null)
48 iam.startInstrumentation(cn, null, 0, args, null, null, 0, null);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammarTree.java 38 /** Who is the parent node of this node; if null, implies node is root */
47 if ( t==null ) {
48 return; // do nothing upon addChild(null)
50 if ( children==null ) {
62 for (int i = 0; r==null && children!=null && i < children.size(); i++) {
71 if ( grammar.tool!=null && key!=null && key.equals("language") &&
72 grammar.tool.forcedLanguageOption!=null ) {
76 if ( o!=null ) {
    [all...]
  /external/apache-http/src/org/apache/http/auth/
AuthState.java 70 this.authScheme = null;
71 this.authScope = null;
72 this.credentials = null;
76 return this.authScheme != null;
85 if (authScheme == null) {
105 * @return user credentials if available, <code>null</code otherwise
125 * @return actual authentication scope if available, <code>null</code otherwise
147 buffer.append(this.credentials != null ? "true" : "false");
  /external/apache-http/src/org/apache/http/util/
LangUtils.java 65 return hashCode(seed, obj != null ? obj.hashCode() : 0);
69 return obj1 == null ? obj2 == null : obj1.equals(obj2);
73 if (a1 == null) {
74 if (a2 == null) {
80 if (a2 != null && a1.length == a2.length) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemElement.java 57 protected AVT m_name_avt = null;
92 protected AVT m_namespace_avt = null;
134 if(null != m_name_avt)
136 if(null != m_namespace_avt)
177 // if (null != prefix && prefix.length() == 0)
182 // if (null == foundPrefix)
196 * @param transformer non-null reference to the the current transform-time state.
210 String nodeName = m_name_avt == null ? null : m_name_avt.evaluate(xctxt, sourceNode, this);
212 String prefix = null;
    [all...]
  /external/easymock/src/org/easymock/internal/matchers/
Equals.java 34 if (this.expected == null) {
35 return actual == null;
50 if (o == null || !this.getClass().equals(o.getClass()))
53 return this.expected == null && other.expected == null
54 || this.expected != null
  /external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
PairingRequestMessage.java 36 this(serviceName, null);
54 return mClientName != null;
81 if (mServiceName == null) {
82 if (other.mServiceName != null) {
87 } else if (mClientName == null) {
88 if (other.mClientName != null) {
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
ProbeCounterTest.java 48 assertNull(counter.visitMethod(0, "<clinit>", null, null, null));
54 assertNull(counter.visitMethod(0, "foo", null, null, null));
  /external/javassist/src/main/javassist/bytecode/analysis/
IntQueue.java 33 if (tail != null)
37 if (head == null)
42 return head == null;
46 if (head == null)
51 if (head == null)
52 tail = null;
  /external/ltp/testcases/kernel/security/integrity/ima/tests/
ima_setup.sh 31 SYSFS=$(mount 2>/dev/null | awk '$5 == "sysfs" { print $3 }')
36 test -d $SYSFS || mkdir -p $SYSFS 2>/dev/null
40 if ! mount -t sysfs sysfs $SYSFS 2>/dev/null ; then
49 SECURITYFS=$(mount 2>/dev/null | awk '$5 == "securityfs" { print $3 }')
54 test -d $SECURITYFS || mkdir -p $SECURITYFS 2>/dev/null
58 if ! mount -t securityfs securityfs $SECURITYFS 2>/dev/null ; then
  /external/proguard/src/proguard/
KeepClassMemberChecker.java 54 if (keepClassSpecifications != null)
62 (keepClassSpecification.fieldSpecifications == null ||
64 (keepClassSpecification.methodSpecifications == null ||
68 if (className == null)
73 if (className == null ||
78 (className == null ?
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
Join.java 10 String asString = obj == null ? null : obj.toString();
11 if (obj != null && asString.length() > 0) {
23 String asString = obj == null ? null : obj.toString();
24 if (asString != null && asString.length() > 0) {
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
BasicMarkerFactory.java 63 if (name == null) {
64 throw new IllegalArgumentException("Marker name cannot be null");
68 if (marker == null) {
71 if (oldMarker != null) {
82 if (name == null) {
89 if (name == null) {
92 return (markerMap.remove(name) != null);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/nodes/
NodeTest.java 26 new ScalarNode(new Tag("!foo"), null, null, null, '"');
35 ScalarNode node = new ScalarNode(new Tag("!foo"), "Value1", null, null, '"');
36 node.setTag((Tag) null);
  /external/strace/tests/
detach-sleeping.test 43 kill -0 $! 2> /dev/null ||
54 wait $tracee_pid 2> /dev/null
61 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
62 kill -0 $! 2> /dev/null || {
72 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
  /external/strace/tests-m32/
detach-sleeping.test 43 kill -0 $! 2> /dev/null ||
54 wait $tracee_pid 2> /dev/null
61 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
62 kill -0 $! 2> /dev/null || {
72 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
  /external/strace/tests-mx32/
detach-sleeping.test 43 kill -0 $! 2> /dev/null ||
54 wait $tracee_pid 2> /dev/null
61 while ! grep -F "Process $tracee_pid attached" "$LOG" > /dev/null; do
62 kill -0 $! 2> /dev/null || {
72 grep -F "Process $tracee_pid detached" "$LOG" > /dev/null || {
83 grep_pid_status "$tracee_pid" '^State:.*S (sleeping)' > /dev/null || {
  /external/valgrind/none/tests/
fdleak_dup.stderr.exp 4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
16 Open file descriptor ...: /dev/null
fdleak_fcntl.stderr.exp 4 Open file descriptor ...: /dev/null
7 Open file descriptor ...: /dev/null
16 Open file descriptor ...: /dev/null

Completed in 2414 milliseconds

<<11121314151617181920>>