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

<<121122123124125126127128129130>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 68 private CandidateFilter mFilter = null;
123 * @return The candidates of conversion; {@code null} if an error occurs.
127 if (mConnectMatrix == null || mDictionary == null) {
128 return null;
132 return null;
140 return null;
149 * @return The result of consecutive clause conversion; {@code null} if fail.
156 mSentenceBuffer[i] = null;
162 if (start != 0 && sentence[start-1] == null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 107 IProject project = null;
114 if (project != null) {
134 if (jarPath != null) {
136 return copyJarIntoProject(project, jarPath) != null;
138 AdtPlugin.log(e, null);
155 * @return the location of the support jar file, or null if something went
162 if (sdk == null) {
166 return null;
172 if (path != null) {
198 return null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ExecResultException.java 55 if (mOutput != null && mOutput.length > 0) {
60 if (o != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
SeparatorAttributeDescriptor.java 34 super(label /* xmlLocalName */, null /* nsUri */, null /* info */);
38 * @return A new {@link UiAttributeNode} linked to this descriptor or null if this
TextValueDescriptor.java 34 * @param uiName The UI name of the attribute. Cannot be an empty string and cannot be null.
35 * @param tooltip A non-empty tooltip string or null
38 super("#text" /* xmlLocalName */, null /* nsUri */, null /* info */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadata.java 91 * @return the property value, or null if not defined
96 if (value != null && value.isEmpty()) {
97 value = null;
121 if (previous != null && previous.getNodeType() == Node.TEXT_NODE) {
128 if (first != null && first.getNextSibling() == null
140 * Returns the given property of the given DOM node, or null
144 * @return the value stored with the given node and name, or null
153 if (value != null && value.isEmpty()) {
154 value = null;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
PaletteMetadataDescriptor.java 58 * @return the initialization string, which can be empty but never null
61 return mInitString != null ? mInitString : ""; //$NON-NLS-1$
66 if (mIconName != null) {
69 if (icon != null) {
84 initializeNew(element, null);
93 initializeNew(null, element);
98 if (initializedAttributes != null && initializedAttributes.length() > 0) {
109 if (simpleElement != null) {
114 if (domElement != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 134 * <p/>This is different from {@link Enum#valueOf(Class, String)} in that it returns null
138 * @return returns the matching enum or null of no match where found.
147 return null;
161 String property = event != null ? event.getProperty() : null;
163 if (property == null || PREFS_SDK_DIR.equals(property)) {
173 if (override != null && override.length() > 0 && new File(override).isDirectory()) {
184 if (property == null || PREFS_BUILD_VERBOSITY.equals(property)) {
186 if (mBuildVerbosity == null) {
191 if (property == null || PREFS_BUILD_RES_AUTO_REFRESH.equals(property))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 33 return b != null;
39 return b == null ? Version.emptyVersion : b.getVersion();
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
DebugPortProvider.java 67 if (mMap != null) {
69 if (deviceMap != null) {
71 if (i != null) {
97 if (value != null && value.length() > 0) {
108 String deviceName = null;
117 if (deviceMap == null) {
144 if (deviceMap != null) {
149 if (port != null) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/
NdkWizardHandler.java 26 super(null, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
BaseViewRuleTest.java 27 assertEquals(null, BaseViewRule.getAttributeDisplayName(null));
  /frameworks/base/services/java/com/android/server/
AppOpsService.java 81 return null;
84 task.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[])null);
160 mStartedOps = null;
174 ", " + (mStartedOps != null ? ("pid=" + mPid) : "local") +
235 if (pkgs != null) {
236 if (pkgs.remove(packageName) != null) {
270 ArrayList<AppOpsManager.OpEntry> resOps = null;
271 if (ops == null) {
281 if (curOp != null) {
282 if (resOps == null) {
    [all...]
DevicePolicyManagerService.java 269 String globalProxySpec = null;
270 String globalProxyExclusionList = null;
284 out.startTag(null, "policies");
286 out.endTag(null, "policies");
288 out.startTag(null, "password-quality");
289 out.attribute(null, "value", Integer.toString(passwordQuality));
290 out.endTag(null, "password-quality");
292 out.startTag(null, "min-password-length");
293 out.attribute(null, "value", Integer.toString(minimumPasswordLength));
294 out.endTag(null, "min-password-length")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 216 mAndroidConsole = new MessageConsole("Android", null); //$NON-NLS-1$
253 AdtPrefs.getPrefs().loadValues(null /*event*/);
284 if (mRed != null) {
286 mRed = null;
290 sPlugin = null;
337 if (sPlugin != null) {
339 if (bench != null) {
341 if (display != null) {
349 if (display != null) {
365 if (shell == null) {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
TaskRecord.java 38 final String affinity; // The affinity name for this task, or null.
81 stringName = null;
83 if (info.targetActivity == null) {
84 if (_intent != null) {
88 if (_intent.getSelector() != null || _intent.getSourceBounds() != null) {
90 _intent.setSelector(null);
91 _intent.setSourceBounds(null);
97 realActivity = _intent != null ? _intent.getComponent() : null;
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java 88 protected ByteArrayOutputStream mMessage = null;
93 private GenericPdu mPdu = null;
103 private BufferStack mStack = null;
113 private PduHeaders mPduHeader = null;
118 private static HashMap<String, Integer> mContentTypeMap = null;
148 * @return OutputStream of maked message. Return null if
159 return null;
164 return null;
169 return null;
174 return null;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
ImageLoader.java 77 String ret = null;
78 if (postfix != null) {
86 new String[]{MediaStore.Images.Media.DATA}, null, null, null);
87 if (cursor == null) {
88 return null;
100 if (uri == null || context == null) {
105 Cursor cursor = null;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 46 private static volatile RenderScript sRS = null;
48 private FiltersManager mFiltersManager = null;
49 private volatile Bitmap mOriginalBitmap = null;
50 private volatile Bitmap mResizedOriginalBitmap = null;
56 private volatile Allocation mOriginalAllocation = null;
57 private volatile Allocation mFiltersOnlyOriginalAllocation = null;
78 if (sRS != null) {
86 if (sRS != null) {
89 sRS = null;
98 if (getRenderScriptContext() == null) {
    [all...]
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 102 if (b == null) {
103 Log.w(TAG, "Unexpected:getExtras() returns null.");
113 if (list != null) {
147 if (mAdapter == null) {
158 getPlaylistCursor(mAdapter.getQueryHandler(), null); local
163 // If mPlaylistCursor is null, this can be because it doesn't have
167 // first case, simply retry the query when the cursor is null.
169 if (mPlaylistCursor != null) {
173 getPlaylistCursor(mAdapter.getQueryHandler(), null); local
188 if (lv != null) {
368 getPlaylistCursor(mAdapter.getQueryHandler(), null); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 187 if (ai != null) {
196 if (mAppIcon == null) {
244 if (mPackages != null && mPackages.length > 0) {
253 mReportButton.setEnabled(mInstaller != null);
274 R.string.application_info_label, null, null, 0); local
281 pa.startPreferencePanel(DisplaySettings.class.getName(), null, local
282 R.string.display_settings_title, null, null, 0); local
285 pa.startPreferencePanel(WifiSettings.class.getName(), null, local
286 R.string.wifi_settings, null, null, 0); local
289 pa.startPreferencePanel(BluetoothSettings.class.getName(), null, local
290 R.string.bluetooth_settings, null, null, 0); local
293 pa.startPreferencePanel(WirelessSettings.class.getName(), null, local
294 R.string.radio_controls_title, null, null, 0); local
300 pa.startPreferencePanel(LocationSettings.class.getName(), null, local
301 R.string.location_settings_title, null, null, 0); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 108 if (accountFolder != null) {
137 if (widgetId != -1 && account != null && folderUri != null) {
150 if (accountUri == null && Utils.isEmpty(folderUri) && !updateAllWidgets) {
159 if (accountFolder != null) {
164 if (accountUri != null &&
167 } else if (folderUri != null &&
195 new BulkUpdateAsyncTask(context, appWidgetIds).execute((Void[]) null);
213 String accountUri = null;
214 Uri folderUri = null;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
AudioTrackLinearLayout.java 103 final View titleBarView = inflate(getContext(), R.layout.audio_track_action_bar, null);
170 if (audioTrackView != null) {
174 mAudioTrackActionMode = null;
205 if (mAudioTrackActionMode == null) {
213 final View beginView = inflate(getContext(), R.layout.empty_timeline_item, null);
223 final View endView = inflate(context, R.layout.empty_timeline_item, null);
233 mAddAudioTrackButtonView = inflate(getContext(), R.layout.add_audio_track_button, null);
238 if (mListener != null) {
261 this(context, null, 0);
272 if (tag != null) { // This view represents an audio trac
    [all...]
  /external/robolectric/src/main/java/android/net/
Uri__FromAndroid.java 105 * field *must* be initialized first, or else EMPTY will see a null value!
108 * to cache null. We intentionally create a new String instance so we can
118 public static final Uri__FromAndroid EMPTY = new HierarchicalUri(null, Part.NULL,
119 PathPart.EMPTY, Part.NULL, Part.NULL);
162 * @return the scheme or null if this is a relative URI
196 * @return the authority for this URI or null if not present
207 * @return the authority for this URI or null if not present
216 * @return the user info for this URI or null if not presen
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 51 private static ErrorTracker tracker = null;
55 private Database db = null;
72 ResultSet userTab = meta.getTables(null, null, null, null);
84 db.busy_handler(null);
131 File temp = null;
143 db.exec("create table AUX_TABLE", null);
156 db.exec("select * from AUX_TABLE", null);
    [all...]

Completed in 1258 milliseconds

<<121122123124125126127128129130>>