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

<<41424344454647484950>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ANeExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
ANumericAddExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
ANumericEqExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
ANumericNeExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
AOrExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
ASubtractExpression.java 49 if(this._left_ != null)
51 this._left_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._right_ != null)
76 this._right_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._left_ = null;
112 this._right_ = null;
    [all...]
AUvarCommand.java 49 if(this._position_ != null)
51 this._position_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._expression_ != null)
76 this._expression_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._position_ = null;
112 this._expression_ = null;
    [all...]
AVarCommand.java 49 if(this._position_ != null)
51 this._position_.parent(null);
54 if(node != null)
56 if(node.parent() != null)
74 if(this._expression_ != null)
76 this._expression_.parent(null);
79 if(node != null)
81 if(node.parent() != null)
106 this._position_ = null;
112 this._expression_ = null;
    [all...]
Start.java 46 if(this._pCommand_ != null)
48 this._pCommand_.parent(null);
51 if(node != null)
53 if(node.parent() != null)
71 if(this._eof_ != null)
73 this._eof_.parent(null);
76 if(node != null)
78 if(node.parent() != null)
94 this._pCommand_ = null;
100 this._eof_ = null;
    [all...]
  /external/ltp/testcases/kernel/security/smack/
smack_set_load.sh 27 old_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ')
29 echo -n "$rule_a" 2>/dev/null > "$smackfsdir/load"
30 new_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ')
39 echo -n "$rule_b" 2>/dev/null > "$smackfsdir/load"
40 new_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ')
  /external/ltp/testcases/network/stress/ns-tools/
killall_tcp_traffic 59 killall -SIGHUP ns-tcpserver >/dev/null 2>&1
60 $LTP_RSH $RHOST "killall -SIGHUP ns-tcpclient" >/dev/null 2>&1
65 ps auxw | fgrep -v grep | fgrep -l ns-tcpserver >/dev/null 2>&1
76 killall -SIGHUP ns-tcpserver >/dev/null 2>&1
83 ##ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-tcpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
100 $LTP_RSH $RHOST "killall -SIGHUP ns-tcpclient" >/dev/null 2>&1
killall_udp_traffic 59 killall -SIGHUP ns-udpserver >/dev/null 2>&1
60 $LTP_RSH $RHOST "killall -SIGHUP ns-udpclient" >/dev/null 2>&1
65 ps auxw | fgrep -v grep | fgrep -l ns-udpserver >/dev/null 2>&1
76 killall -SIGHUP ns-udpserver >/dev/null 2>&1
83 #ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '[[:blank:]]ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
84 ret=`$LTP_RSH $RHOST 'ps auxw | fgrep -v grep | grep -l '/ns-udpclient[[:blank:]]' >/dev/null 2>&1; echo $?'`
99 $LTP_RSH $RHOST "killall -SIGHUP ns-udpclient" >/dev/null 2>&1
  /external/proguard/src/proguard/io/
DirectoryWriter.java 62 currentFile != null)
80 return getOutputStream(dataEntry, null);
91 currentFile != null &&
98 if (currentOutputStream == null)
102 if (parentDirectory != null &&
151 if (currentOutputStream != null)
154 if (currentFinisher != null)
157 currentFinisher = null;
161 currentOutputStream = null;
162 currentFile = null;
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SmsManagerTest.java 34 smsManager = null;
35 shadowSmsManager = null;
46 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null);
57 smsManager.sendTextMessage(testDestinationAddress, testScAddress, testText, null, null);
64 smsManager.sendTextMessage("", testScAddress, testText, null, null);
69 smsManager.sendTextMessage(testDestinationAddress, testScAddress, "", null, null);
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
TwoColumnOutput.java 46 /** non-null; underlying writer for final output */
59 * @param out non-null; writer to send final output to
62 * @param spacer non-null; spacer string to sit between the two columns
84 * @param out non-null; stream to send final output to
87 * @param spacer non-null; spacer string to sit between the two columns
94 private String[] leftLines = null;
95 private String[] rightLines = null;
103 String leftLine = null;
104 String rightLine = null;
108 if (leftLine == null) {
    [all...]
  /frameworks/base/core/java/com/android/server/net/
NetworkPinner.java 53 * - getProcessDefaultNetwork will not return null, so if any apps are relying on that, they
78 if (sCM == null) {
82 if (sCM == null) {
94 if (sCM.getBoundNetworkForProcess() == null && sNetwork == null) {
119 if (sCallback == null) {
126 sCallback = null;
134 if (sCallback != null) {
136 sCM.bindProcessToNetwork(null);
141 sCallback = null;
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterContext.java 44 if (manager == null) {
45 throw new NullPointerException("Attempting to set null FrameManager!");
46 } else if (manager.getContext() != null) {
60 if (mGLEnvironment == null) {
74 if (storedFrame != null) {
83 if (frame != null) {
91 if (frame != null) {
111 if (mFrameManager != null) {
113 mFrameManager = null;
117 if (mGLEnvironment != null) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PreferredComponent.java 67 mParseError = null;
68 if (set != null) {
75 if (cn == null) {
76 mSetPackages = null;
77 mSetClasses = null;
78 mSetComponents = null;
89 mSetPackages = null;
90 mSetClasses = null;
91 mSetComponents = null;
98 mShortComponent = parser.getAttributeValue(null, ATTR_NAME)
    [all...]
ShortcutParser.java 67 if (activities == null || activities.size() == 0) {
68 return null;
71 List<ShortcutInfo> result = null;
77 if (activityInfoNoMetadata == null) {
84 if (activityInfoWithMetadata != null) {
94 return null;
108 XmlResourceParser parser = null;
111 if (parser == null) {
127 ShortcutInfo currentShortcut = null;
129 Set<String> categories = null;
    [all...]
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
SearchViewBindingAdapter.java 39 if (submit == null && change == null){
40 view.setOnQueryTextListener(null);
45 if (submit != null) {
54 if (change != null) {
70 if (submit == null && change == null) {
71 view.setOnSuggestionListener(null);
76 if (submit != null) {
85 if (change != null) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsDispatcherTest.java 74 mCdmaSmsDispatcher = null;
89 null, null, null, null, false);
95 mCdmaSmsDispatcher.sendText(null, "222" /*scAddr*/, TAG,
96 null, null, null, null, false)
    [all...]
  /frameworks/support/compat/ics/android/support/v4/text/
ICUCompatIcs.java 37 if (clazz != null) {
44 sGetScriptMethod = null;
45 sAddLikelySubtagsMethod = null;
54 if (localeWithSubtags != null) {
58 return null;
63 if (sGetScriptMethod != null) {
65 return (String) sGetScriptMethod.invoke(null, args);
75 return null;
81 if (sAddLikelySubtagsMethod != null) {
83 return (String) sAddLikelySubtagsMethod.invoke(null, args)
    [all...]
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteDiscoveryFragment.java 59 if (mRouter == null) {
67 * @return The selector, never null.
81 if (selector == null) {
82 throw new IllegalArgumentException("selector must not be null");
90 if (args == null) {
96 if (mCallback != null) {
104 if (mSelector == null) {
106 if (args != null) {
109 if (mSelector == null) {
123 * @return The new callback, or null if no callback should be registered
    [all...]
  /libcore/json/src/main/java/org/json/
JSONTokener.java 49 * <li>Unnecessary array separators. These are interpreted as if null was the
74 * @param in JSON encoded string. Null is not permitted and will yield a
80 if (in != null && in.startsWith("\ufeff")) {
90 * Integer, Long, Double or {@link JSONObject#NULL}.
198 StringBuilder builder = null;
206 if (builder == null) {
219 if (builder == null) {
276 * Reads a null, boolean, numeric or unquoted string literal value. Numeric
285 } else if ("null".equalsIgnoreCase(literal)) {
286 return JSONObject.NULL;
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
Exchanger.java 63 * while (currentBuffer != null) {
76 * while (currentBuffer != null) {
142 * alternate between pointing to a node vs null, so cannot
230 * both methods may be called. This is done by using null return
292 * Value representing null arguments/returns from public
293 * methods. Needed because the API originally didn't disallow null
317 volatile Thread parked; // Set to this thread when parked, else null
331 * Elimination array; null until enabled (within slotExchange).
352 * @param item the (non-null) item to exchange
355 * @return the other thread's item; or null if interrupted; o
    [all...]

Completed in 2814 milliseconds

<<41424344454647484950>>