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

<<71727374757677787980>>

  /frameworks/base/core/java/android/os/
Bundle.java 46 // Invariant - exactly one of mMap / mParcelledData will be null
49 /* package */ ArrayMap<String, Object> mMap = null;
52 * If mParcelledData is non-null, then mMap will be null and the
54 * are unparcelled, mParcelledData willbe set to null.
56 /* package */ Parcel mParcelledData = null;
119 if (b.mParcelledData != null) {
128 mParcelledData = null;
131 if (b.mMap != null) {
134 mMap = null;
    [all...]
  /cts/tests/src/android/content/cts/
DummyProvider.java 61 sMatcher.addURI(AUTHORITY, null, MATCH_NAME_VALUE);
79 super(context, DATABASE_NAME, null, DATABASE_VERSION);
102 if (tbName == null) {
103 return null;
107 getContext().getContentResolver().notifyChange(uri, null);
121 if (tbName == null) {
122 return null;
125 Cursor c = db.query(tbName, projection, selection, selectionArgs, null, null, sortOrder);
136 return null;
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java 36 Rfc822Token rfc822Token2 = new Rfc822Token(null, address, comment);
41 Rfc822Token rfc822Token3 = new Rfc822Token(name, null, comment);
46 Rfc822Token rfc822Token4 = new Rfc822Token(name, address, null);
67 rfc822Token.setName(null);
77 Rfc822Token.quoteComment(null);
80 // issue 1695243, not clear what is supposed to happen if comment is null.
99 rfc822Token.setComment(null);
118 rfc822Token.setAddress(null);
131 Rfc822Token rfc822Token3 = new Rfc822Token(null, "jdoe@example.net", "");
134 Rfc822Token rfc822Token4 = new Rfc822Token("John Doe", null, "work")
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 44 String appPackageName = null;
45 String name = null;
46 String outputPath = null;
48 File manifestFile = null;
49 String instrumentation = null;
50 String testType = null;
51 String jarPath = null;
52 String appNameSpace = null;
53 String targetNameSpace = null;
83 String runner = null;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternParser.cs 57 return null; // extra junk on end
59 return null;
68 if (root == null) {
69 return null;
80 if (child == null) {
81 return null;
96 string label = null;
100 return null;
105 return null;
116 if (label != null) {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternParser.cs 65 return null; // extra junk on end
67 return null;
77 if ( root == null )
79 return null;
94 if ( child == null )
96 return null;
112 string label = null;
118 return null;
124 return null;
136 if ( label != null )
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreePatternParser.java 55 return null; // extra junk on end
57 return null;
66 if ( root==null ) {
67 return null;
80 if ( child==null ) {
81 return null;
95 String label = null;
99 return null;
104 return null;
115 if ( label!=null ) {
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_ClassLoader.java 30 super(null);
41 Class<?> theClass = null;
45 return null;
57 for (int i = 0; (i < theClassPaths.length) && (theClass == null); i++) {
83 if (theClass != null) {
89 if (theClass == null) {
92 return null;
103 Class<?> theClass = null;
104 FileInputStream theInput = null;
105 File theFile = null;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 86 protected TransformStateSetter m_state = null;
141 if (m_lexHandler != null)
151 if (m_tracer != null)
199 if (m_state != null) {
204 if (m_tracer != null)
224 if (m_lexHandler == null && _saxHandler instanceof LexicalHandler)
316 if (m_state != null) {
321 if (m_tracer != null)
333 if (m_state != null) {
337 if (m_tracer != null)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java 38 ASN1OctetString keyidentifier=null;
39 GeneralNames certissuer=null;
40 ASN1Integer certserno=null;
56 if (obj != null)
61 return null;
153 this.keyidentifier = null;
165 this.certissuer = null;
166 this.certserno = null;
185 if (keyidentifier != null)
190 return null;
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/instr/
instrTask.java 56 if (m_instrpath == null)
60 if ((m_outMode != InstrProcessor.OutMode.OUT_MODE_OVERWRITE) && (m_outDir == null))
66 $assert.ASSERT (m_instrpath != null, "m_instrpath not set");
70 $assert.ASSERT (m_outMode != null, "m_outMode not set");
72 processor.setInstrOutDir (m_outDir != null ? m_outDir.getAbsolutePath () : null);
73 processor.setMetaOutFile (m_outFile != null ? m_outFile.getAbsolutePath () : null);
86 if (m_instrpath == null)
99 if (m_instrpath == null)
    [all...]
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 33 private SynthProxy mNativeSynth = null;
49 if (mNativeSynth != null) {
52 mNativeSynth = null;
66 + ".providers.SettingsProvider"), null, null, null, null);
67 if (c != null){
87 if (mNativeSynth != null) {
90 mNativeSynth = null;
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 89 if (name != null) name = name.trim();
93 if (nonLocalizedLabel != null) nonLocalizedLabel = nonLocalizedLabel.toString().trim();
111 if (nonLocalizedLabel != null) {
116 if (label != null) {
120 if (name != null) {
141 if (dr != null) {
172 * does not have a logo, this method will return null.
177 if (d != null) {
191 * or null if no default logo is available.
196 return null;
    [all...]
  /frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java 29 * If the wrapped cursor returns non-null from {@link CrossProcessCursor#getWindow}
47 * This field is set to null when the cursor is closed.
54 * This field is only ever non-null when the window has actually be filled.
62 super(null);
106 if (mFilledWindow != null) {
108 mFilledWindow = null;
113 if (mCursor != null) {
116 mCursor = null;
123 if (mCursor == null) {
150 if (d.window != null) {
    [all...]
  /frameworks/base/test-runner/src/android/test/
ActivityUnitTestCase.java 116 * cycle. Typically null.
119 * Typically null.
128 setActivity(null);
129 T newActivity = null;
131 IBinder token = null;
132 if (mApplication == null) {
141 String id = null;
157 if (result != null) {
167 setActivity(null);
200 if (mMockParent != null) {
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
InputPort.java 29 * {@link #pullFrame()} may return a value of {@code null}.
41 private FrameListener mListener = null;
42 private FrameQueue.Builder mQueueBuilder = null;
43 private FrameQueue mQueue = null;
143 if (field == null) {
171 * input port, returns null. After this call the port will have no Frame waiting (empty port).
175 * @return Frame instance, or null if no frame is available for pulling.
178 if (mQueue == null) {
182 if (frame != null) {
183 if (mListener != null) {
    [all...]
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
FragmentShader.java 79 if (mShader.mPerShaderConstants != null) {
82 if (mShader.mPerObjConstants != null) {
106 if (rs == null || res == null) {
107 return null;
116 if (sp != null && sp instanceof TextureParam) {
127 ScriptField_ShaderParam_s rsParams = null;
140 if (mField != null) {
146 if (rs == null || res == null) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Typeface_Delegate.java 88 if (delegate == null) {
89 return null;
103 if (familyName == null) {
111 if (sFontLoader != null) {
126 if (delegate == null) {
131 if (sFontLoader != null) {
146 "Typeface.createFromAsset() is not supported.", null /*throwable*/, null /*data*/);
158 if (font != null) {
165 null /*throwable*/, null /*data*/)
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipSessionListenerProxy.java 48 if (mListener == null) return;
64 if (mListener == null) return;
79 if (mListener == null) return;
95 if (mListener == null) return;
110 if (mListener == null) return;
126 if (mListener == null) return;
141 if (mListener == null) return;
157 if (mListener == null) return;
173 if (mListener == null) return;
188 if (mListener == null) return
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 94 if (mInstance != null) {
104 if (mInstance == null) {
121 if (mUiccCard != null) {
124 return null;
131 if (mUiccCard != null) {
133 if (app != null) {
137 return null;
144 if (mUiccCard != null) {
146 if (app != null) {
150 return null;
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java 44 + "id text not null, channel text not null, "
45 + "name text not null);";
64 super(context, DATABASE_NAME, null, DATABASE_VERSION);
111 return db.insert(DATABASE_TABLE, null, initialValues);
119 "=" + rowId, null) > 0;
131 null,
132 null,
133 null,
134 null,
    [all...]
  /libcore/luni/src/main/java/java/io/
PipedReader.java 140 buffer = null;
172 if (buffer == null) { // We may already have allocated the buffer.
228 if (this.buffer == null) {
248 if (!first && lastWriter != null && !lastWriter.isAlive()) {
316 if (buffer == null) {
337 if (buffer == null) {
340 if (lastReader != null && !lastReader.isAlive()) {
350 while (buffer != null && out == in) {
353 if (lastReader != null && !lastReader.isAlive()) {
360 if (buffer == null) {
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
LogRecord.java 145 * for the current thread. All other properties are set to {@code null}.
148 * the logging level, may not be {@code null}.
152 * if {@code level} is {@code null}.
155 if (level == null) {
156 throw new NullPointerException("level == null");
165 if (id == null) {
173 this.sourceClassName = null;
174 this.sourceMethodName = null;
175 this.loggerName = null;
176 this.parameters = null;
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 98 * if {@code algorithm} is {@code null} (instead of
103 if (algorithm == null) {
104 throw new NullPointerException("algorithm == null");
106 Engine.SpiAndProvider sap = ENGINE.getInstance(algorithm, null);
125 * if the specified provider name is {@code null} or empty.
127 * if {@code algorithm} is {@code null} (instead of
132 if (provider == null || provider.isEmpty()) {
133 throw new IllegalArgumentException("Provider is null or empty");
136 if (impProvider == null) {
155 * if {@code provider} is {@code null}
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
mySSLSession.java 24 private String nameHost = null;
28 private Certificate[] certs = null;
29 private X509Certificate[] xCerts = null;
32 certs = null;
33 xCerts = null;
78 return null;
82 return null;
90 if (certs == null) {
98 if(xCerts == null) {
114 return null;
    [all...]

Completed in 1590 milliseconds

<<71727374757677787980>>