HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 851 - 875 of 19630) sorted by null

<<31323334353637383940>>

  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
Shader.java 102 String name = null;
103 String source = null;
104 String defines = null;
109 if (type == null)
127 oc.write(shaderType, "shaderType", null);
128 oc.write(name, "name", null);
129 oc.write(source, "source", null);
130 oc.write(defines, "defines", null);
135 shaderType = ic.readEnum("shaderType", ShaderType.class, null);
136 name = ic.readString("name", null);
    [all...]
  /external/junit/src/junit/framework/
Assert.java 27 assertTrue(null, condition);
41 assertFalse(null, condition);
47 if (message == null) {
56 fail(null);
63 if (expected == null && actual == null)
65 if (expected != null && expected.equals(actual))
74 assertEquals(null, expected, actual);
80 if (expected == null && actual == null)
    [all...]
  /external/proguard/src/proguard/
ClassSpecificationVisitorFactory.java 58 if (keepClassSpecifications != null)
99 if (classSpecifications != null)
136 classVisitor = null;
155 memberVisitor = null;
193 if (className != null &&
194 (extendsAnnotationType != null ||
195 extendsClassName != null ||
202 className = null;
208 if (annotationType != null)
228 if (extendsAnnotationType != null ||
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 123 * @return The parent XML reader, or null if none is set.
142 * <p>This will always fail if the parent is null.</p>
155 if (parent != null) {
166 * <p>This will always fail if the parent is null.</p>
179 if (parent != null) {
190 * <p>This will always fail if the parent is null.</p>
203 if (parent != null) {
225 if (parent != null) {
247 * @return The current entity resolver, or null if none was set.
269 * @return The current DTD handler, or null if none was set
    [all...]
  /packages/apps/Browser/src/com/android/browser/
DownloadTouchIcon.java 79 mTab = null;
82 mOriginalUrl = null;
84 mUserAgent = null;
95 mContentResolver = null;
96 mOriginalUrl = null;
97 mUrl = null;
103 if (mContentResolver != null) {
108 boolean inDatabase = mCursor != null && mCursor.getCount() > 0;
112 if (inDatabase || mMessage != null) {
113 AndroidHttpClient client = null;
    [all...]
PageDialogsHandler.java 65 if (mPageInfoDialog != null) {
71 if (mSSLCertificateDialog != null) {
75 if (mSSLCertificateOnErrorDialog != null) {
81 if (mHttpAuthenticationDialog != null) {
95 mHttpAuthenticationDialog = null;
102 mHttpAuthenticationDialog = null;
113 * @param username The username for the password. If it is null, it means
121 if (w != null) {
134 * Null when fromShowSSLCertificateOnError is false.
139 if (tab == null) return
    [all...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
MoreContactUtilsTest.java 15 assertCollapses("1", true, null, null, null, null);
18 assertCollapses("11", false, "a", null, null, null);
19 assertCollapses("12", false, null, "a", null, null);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLSocketFactory.java 187 if (algorithm == null) {
190 KeyManager[] keymanagers = null;
191 if (keystore != null) {
194 TrustManager[] trustmanagers = null;
195 if (truststore != null) {
210 this(TLS, keystore, keystorePassword, truststore, null, null);
216 this(TLS, keystore, keystorePassword, null, null, null);
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 63 return null;
68 return null;
72 return new NodeListImpl(this, null, false);
76 Node firstChild = null;
81 // Ignore and return null
87 Node lastChild = null;
92 // Ignore and return null
99 return null;
104 return null;
108 if ((mParentNode != null) && (this != mParentNode.getLastChild()))
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DatabaseTestBase.java 29 database = SQLiteDatabase.openDatabase("path", null, 0);
63 database.insert("rawtable", null, values);
72 database.insert("rawtable", null, values2);
91 database.insert("table_name", null, values);
93 Cursor cursor = database.query("table_name", new String[]{"second_column", "first_column"}, null, null, null, null, null);
114 database.insert("table_name", null, values)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PeopleTest.java 96 mProvider.delete(row, null, null);
101 mProvider.delete(row, null, null);
106 mProvider.delete(row, null, null);
123 null, null, null, null);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 179 if (ruleName == null || ruleName.length() == 0)
190 if ( tokenLabels==null ) tokenLabels = new LinkedHashMap();
194 if ( wildcardTreeLabels==null ) wildcardTreeLabels = new LinkedHashMap();
198 if ( wildcardTreeListLabels==null ) wildcardTreeListLabels = new LinkedHashMap();
202 if ( ruleLabels==null ) ruleLabels = new LinkedHashMap();
206 if ( tokenListLabels==null ) tokenListLabels = new LinkedHashMap();
210 if ( ruleListLabels==null ) ruleListLabels = new LinkedHashMap();
214 if ( charLabels==null ) charLabels = new LinkedHashMap();
225 Grammar.LabelElementPair pair = null;
226 if ( tokenLabels!=null ) {
    [all...]
AttributeScope.java 48 public static AttributeScope tokenScope = new AttributeScope("Token",null);
50 tokenScope.addAttribute("text", null);
51 tokenScope.addAttribute("type", null);
52 tokenScope.addAttribute("line", null);
53 tokenScope.addAttribute("index", null);
54 tokenScope.addAttribute("pos", null);
55 tokenScope.addAttribute("channel", null);
56 tokenScope.addAttribute("tree", null);
57 tokenScope.addAttribute("int", null);
89 this(null,name,derivedFromToken)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 44 /*if (this.baseline == null || this.current == null) */initialize();
56 if (this.baseline == null) {
69 if (this.baseline == null) {
80 * or <code>null</code> if none was found.
83 if (this.baseline == null) {
104 if (this.baseline == null) {
124 * or <code>null</code> if none was found.
142 if (buildPattern == null || buildResults.match(buildPattern)) {
161 if (buildName == null || buildResults.getDate().compareTo(buildDate) <= 0)
    [all...]
AbstractResults.java 43 PrintStream printStream = null;
116 if (this.parent != null) {
119 return null;
145 if (this.parent != null) {
148 return null;
152 String path = this.parent==null || this.parent.parent==null ? "" : this.parent.getPath() + ">"; //$NON-NLS-1$ //$NON-NLS-2$
173 return null;
184 return null;
192 if (this.parent != null) {
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 152 * @return the loaded mesh or null if it cannot be loaded
155 if (mRenderScript != null) {
158 return null;
168 if (mRenderScript != null) {
180 if (mRenderScript != null) {
193 if (mRenderScript != null) {
206 if (mRenderScript != null) {
218 if (mRenderScript != null) {
230 if (mRenderScript != null) {
246 if (mRenderScript != null) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 40 private ReusableBitmap mInBitmap = null;
90 return null;
96 ReusableBitmap result = null;
97 AssetFileDescriptor fd = null;
98 InputStream in = null;
109 return null;
116 if (fd == null) {
118 if (in == null) {
119 return null;
125 if (fd != null) {
175 BitmapFactory.decodeFileDescriptor(fd.getFileDescriptor(), null, mOpts); local
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 73 String connectionID = null;
74 private String user = null;
95 Roster roster = null;
192 return null;
199 return null;
219 if (password != null) {
233 if (response != null) {
240 if (resource != null) {
255 if (this.roster == null) {
256 if(rosterStorage==null){
640 addPacketListener(debugger.getReaderListener(), null); local
642 addPacketSendingListener(debugger.getWriterListener(), null); local
    [all...]
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutAdapter.java 85 return mModifier != null;
88 /** @return null or modifier that will manipulate the layout after it is inflated */
109 R.layout.button, null, NO_TIMEOUT_MS);
117 R.layout.checkbox, null, NO_TIMEOUT_MS);
120 R.layout.checkbox_checked, null, SHORT_TIMEOUT_MS);
123 R.layout.chronometer, null, NO_TIMEOUT_MS);
130 R.layout.edittext, null, NO_TIMEOUT_MS);
142 R.layout.progressbar_horizontal_0, null, NO_TIMEOUT_MS);
145 R.layout.progressbar_horizontal_50, null, NO_TIMEOUT_MS);
148 R.layout.progressbar_horizontal_100, null, NO_TIMEOUT_MS)
    [all...]
  /frameworks/base/obex/javax/obex/
ClientSession.java 51 private byte[] mConnectionId = null;
80 byte[] head = null;
83 if (header != null) {
84 if (header.nonce != null) {
107 if (head != null) {
117 sendRequest(ObexHelper.OBEX_OPCODE_CONNECT, requestPacket, returnHeaderSet, null);
146 if (header == null) {
150 if (head.nonce != null) {
156 if (mConnectionId != null) {
192 byte[] head = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfoTest.java 54 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, NORMAL)));
55 assertEquals("@android:style/Theme", info.getDefaultTheme(null, null));
56 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, XLARGE)));
68 assertEquals("Theme.Holo", ResourceHelper.styleToTheme(info.getDefaultTheme(null,
70 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, LARGE)));
82 assertEquals("Theme.Holo", ResourceHelper.styleToTheme(info.getDefaultTheme(null,
84 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, NORMAL)));
109 assertEquals("Theme", ResourceHelper.styleToTheme(info.getDefaultTheme(null, XLARGE)));
141 assertEquals("@style/NoBackground", info.getDefaultTheme(null, XLARGE))
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 28 * does not permit the use of {@code null} elements.
91 * A node p is considered "live" if it contains a non-null item
92 * (p.item != null). When an item is CASed to null, the item is
95 * At any time, there is precisely one "first" node with a null
102 * A new element is added atomically by CASing the null prev or
117 * p.item != null ||
118 * (p.prev == null && p.next != p) ||
119 * (p.next == null && p.prev != p)
132 * 1. "logical deletion" by CASing item to null atomically remove
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader3.java 58 if(savedInstanceState != null && savedInstanceState.containsKey("lastIndexItem"))
82 menu.add(0, 0, R.string.menu_option_start, null);
83 menu.add(0, 1, R.string.menu_option_stop, null);
84 menu.add(0, 2, R.string.menu_option_add, null);
85 menu.add(0, 3, R.string.menu_option_delete, null);
86 menu.add(0, 4, R.string.menu_option_update, null);
104 showAlert(null, "You clicked 'start'!", "ok", null, false, null);
107 showAlert(null, "You clicked stop!", "ok", null, false, null)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 52 private String m_prefix = null;
115 if (null == m_functions)
129 return (null != m_functions) ? m_functions.size() : 0;
134 private StringVector m_elements = null;
171 if (null == m_elements)
185 return (null != m_elements) ? m_elements.size() : 0;
204 String lang = null;
205 String srcURL = null;
206 String scriptSrc = null;
207 if (null == declNamespace
    [all...]
  /external/clang/test/SemaCXX/
nullptr.cpp 13 nullptr_t f(nullptr_t null)
16 null = nullptr;
18 p = null;
20 pi = null;
21 null = 0;
23 pm = null;
25 pf = null;
27 pmf = null;
34 (void)(null == nullptr);
35 (void)(null <= nullptr)
186 constexpr int null() { return 0; } function in namespace:null_pointer_constant
    [all...]

Completed in 1108 milliseconds

<<31323334353637383940>>