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

<<101102103104105106107108109110>>

  /frameworks/base/core/java/android/net/
Uri.java 114 * field *must* be initialized first, or else EMPTY will see a null value!
117 * to cache null. We intentionally create a new String instance so we can
127 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
128 PathPart.EMPTY, Part.NULL, Part.NULL);
171 * @return the scheme or null if this is a relative URI
205 * @return the authority for this URI or null if not present
216 * @return the authority for this URI or null if not present
225 * @return the user info for this URI or null if not presen
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 60 * of the current build point, we'll probably throw a null-pointer
67 private IncrementalSAXSource m_incrementalSAXSource = null;
120 transient protected Locator m_locator = null;
123 transient private String m_systemId = null;
151 private static final String[] m_fixednames = { null,
152 null, // nothing, Element
153 null, "#text", // Attr, Text
154 "#cdata_section", null, // CDATA, EntityReference
155 null, null, // Entity, P
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 172 ActivityRecord mPausingActivity = null;
179 ActivityRecord mLastPausedActivity = null;
186 ActivityRecord mLastNoHistoryActivity = null;
189 * Current activity that is resumed, or null if there is none.
191 ActivityRecord mResumedActivity = null;
198 ActivityRecord mLastStartedActivity = null;
200 // The topmost Activity passed to convertToTranslucent(). When non-null it means we are
206 ActivityRecord mTranslucentActivityWaiting = null;
223 private ActivityRecord mLastScreenshotActivity = null;
224 private Bitmap mLastScreenshotBitmap = null;
748 prev.updateThumbnail(screenshotActivities(prev), null); local
3482 finishActivityLocked(activities.get(activityTop), Activity.RESULT_CANCELED, null, local
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 99 return null;
104 return null;
136 if (classLoader == null) {
156 if (classLoader == null) {
213 if (loader == null) {
214 throw new NullPointerException("loader == null");
215 } else if (bundleName == null) {
216 throw new NullPointerException("bundleName == null");
223 ResourceBundle bundle = null;
227 if (bundle == null) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImpl.java 137 protected SQLiteDatabase mDbDic = null;
139 protected SQLiteCursor mDbCursor = null;
141 protected OpenWnnSQLiteOpenHelper mDbOpenHelper = null;
193 this( dicLibPath, null );
208 if( this.mWnnWork != 0 && dicFilePath != null ) {
312 if( mDbDic != null ) {
323 if( mDbDic != null ) {
326 mDbDic = null;
327 mDbOpenHelper = null;
334 if( mDbCursor != null) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlEditor.java 133 private TargetChangeListener mTargetListener = null;
154 * Usually null, but during an editing operation, represents the highest
189 if (mTargetListener == null) {
244 * @param xml_doc The XML document, if available, or null if none exists.
276 if (result != null && adapter.equals(IGotoMarker.class) ) {
292 AdtPlugin.log(e, null);
298 if (result == null && adapter == IContentOutlinePage.class) {
311 selectDefaultPage(null /* defaultPageId */);
370 if (bars != null) {
401 if (bars != null) {
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqTestSuite.java 28 private static ArrayList<ReqTestCase> sTestSuite = null;
55 return null;
59 if (sTestSuite != null) {
P2pClientTestSuite.java 28 private static ArrayList<ReqTestCase> sTestSuite = null;
55 return null;
59 if (sTestSuite != null) {
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoStatusTest.java 27 private static final ProcessedData DEFAULT_DATA = null;
46 info = null;
56 info = null;
  /cts/tests/tests/os/src/android/os/cts/
AbiTest.java 44 if (files == null) {
52 ReadElf elf = null;
58 if (elf != null) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
BaseObjTest.java 31 assertTrue(T != null);
42 assertTrue(T != null);
51 B.setName(null);
52 fail("set name as null string reference for a BaseObj");
SamplerTest.java 49 mMinValues = null;
50 mMagValues = null;
51 mWrapValues = null;
112 assertTrue(Sampler.CLAMP_LINEAR(mRS) != null);
113 assertTrue(Sampler.CLAMP_LINEAR_MIP_LINEAR(mRS) != null);
114 assertTrue(Sampler.CLAMP_NEAREST(mRS) != null);
115 assertTrue(Sampler.WRAP_LINEAR(mRS) != null);
116 assertTrue(Sampler.WRAP_LINEAR_MIP_LINEAR(mRS) != null);
117 assertTrue(Sampler.WRAP_NEAREST(mRS) != null);
118 assertTrue(Sampler.MIRRORED_REPEAT_NEAREST(mRS) != null);
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
Proc.java 34 BufferedReader in = null;
38 if ((line != null) && line.startsWith(executable)) {
42 if (in != null) {
  /cts/tests/tests/text/src/android/text/style/cts/
DrawableMarginSpanTest.java 39 new DrawableMarginSpan(null, -1);
70 drawableMarginSpan.drawLeadingMargin(canvas, null, x, 0, 0,
80 drawableMarginSpan.drawLeadingMargin(null, null, 0, 0, 0, 0, 0,
81 null, 0, 0, false, null);
88 drawableMarginSpan.drawLeadingMargin(null, null, 0, 0, 0, 0, 0,
89 "cts test.", 0, 0, false, null);
120 drawableMarginSpan.chooseHeight(null, 0, 0, 0, 0, null)
    [all...]
MaskFilterSpanTest.java 30 new MaskFilterSpan(null);
44 maskFilterSpan.updateDrawState(null);
57 maskFilterSpan = new MaskFilterSpan(null);
RasterizerSpanTest.java 31 new RasterizerSpan(null);
40 rasterizerSpan = new RasterizerSpan(null);
55 rasterizerSpan.updateDrawState(null);
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 53 String testCaseName = null;
55 while ((line = mReader.readLine()) != null) {
58 if (testCaseName != null) {
  /cts/tools/dasm/src/java_cup/
lalr_transition.java 28 if (on_sym == null)
29 throw new internal_error("Attempt to create transition on null symbol");
30 if (to_st == null)
31 throw new internal_error("Attempt to create transition to null state");
41 /** Constructor with null next.
47 this(on_sym, to_st, null);
  /cts/tools/signature-tools/src/signature/io/html/
FieldByNameComparator.java 29 IField aField = null;
30 IField bField = null;
34 if (a.getFrom() != null) {
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 48 private String mPlanName = null;
52 private Integer mSessionId = null;
57 private String mResultFilterString = null;
62 private CtsTestStatus mResultFilter = null;
63 private TestResults mResult = null;
93 if (derivedPlan != null) {
123 if (pkgDef != null) {
143 if (mSessionId == null) {
148 if (mResult == null) {
152 if (mResultFilterString == null) {
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 34 /** {@code non-null;} item type this instance covers */
37 /** {@code non-null;} section this instance covers */
41 * {@code null-ok;} first item covered or {@code null} if this is
47 * {@code null-ok;} last item covered or {@code null} if this is
63 * @param sections {@code non-null;} the sections
64 * @param mapSection {@code non-null;} the section that the resulting map
69 if (sections == null) {
70 throw new NullPointerException("sections == null");
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 33 /** {@code non-null;} item type this instance covers */
36 /** {@code non-null;} section this instance covers */
40 * {@code null-ok;} first item covered or {@code null} if this is
46 * {@code null-ok;} last item covered or {@code null} if this is
62 * @param sections {@code non-null;} the sections
63 * @param mapSection {@code non-null;} the section that the resulting map
68 if (sections == null) {
69 throw new NullPointerException("sections == null");
    [all...]
  /dalvik/tests/etc/
push-and-run-test-jar 65 elif expr "x$1" : "x--" >/dev/null 2>&1; then
104 adb push test.jar /data >/dev/null 2>&1
105 adb push test-ex.jar /data >/dev/null 2>&1
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java 45 private static String sActivityName = null;
46 private static String sTestCaseName = null;
87 FileWriter writer = null;
100 if (writer != null)
110 String noOfFrames = null;
111 String line = null;
112 while((line = reader.readLine()) != null) {
124 Process p = null;
125 BufferedReader result = null;
138 if (output != null) {
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCursor.java 55 if (fm.findFragmentById(android.R.id.content) == null) {
72 // If non-null, this is the current filter the user has provided.
87 android.R.layout.simple_list_item_2, null,
97 getLoaderManager().initLoader(0, null, this);
131 String newFilter = !TextUtils.isEmpty(newText) ? newText : null;
134 if (mCurFilter == null && newFilter == null) {
137 if (mCurFilter != null && mCurFilter.equals(newFilter)) {
141 getLoaderManager().restartLoader(0, null, this);
153 mSearchView.setQuery(null, true)
    [all...]

Completed in 1262 milliseconds

<<101102103104105106107108109110>>