Searched refs:TAG (Results 1 - 25 of 931) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java232 //Log.v(TAG, "onFrameAvailable " + surface.getTimestamp());
243 Log.e(TAG, "Could not compile shader " + shaderType + ":");
244 Log.e(TAG, GLES20.glGetShaderInfoLog(shader));
272 Log.e(TAG, "Could not link program: ");
273 Log.e(TAG, GLES20.glGetProgramInfoLog(program));
284 Log.e(TAG, op + ": glError " + error);
340 private static final String TAG = "MyRenderer"; field in class:MyRenderer
H A DNativeMedia.java42 static final String TAG = "NativeMedia"; field in class:NativeMedia
87 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
92 Log.v(TAG, "surfaceCreated");
97 Log.v(TAG, "surfaceDestroyed");
109 Log.v(TAG, "surfaceChanged format=" + format + ", width=" + width + ", height=" +
114 Log.v(TAG, "surfaceCreated");
119 Log.v(TAG, "surfaceDestroyed");
133 Log.v(TAG, "onPrepared width=" + width + ", height=" + height);
146 Log.v(TAG, "onVideoSizeChanged width=" + width + ", height=" + height);
164 Log.v(TAG, "onItemSelecte
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScriptC.java36 private static final String TAG = "ScriptC"; field in class:ScriptC
98 Log.v(TAG, "Create script for resource = " + resName + ", " + pgmLength + ", " + pgm);
99 Log.v(TAG, " path = " + cachePath);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java66 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
H A DFragmentStatePagerAdapter.java69 private static final String TAG = "FragmentStatePagerAdapter"; field in class:FragmentStatePagerAdapter
110 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
135 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
223 Log.w(TAG, "Bad fragment at key " + key);
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java32 private static final String TAG = "SingleLineAllCapsTransform"; field in class:PagerTitleStripIcs.SingleLineAllCapsTransform
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java102 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
119 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
174 static final String TAG = FragmentManagerImpl.TAG; field in class:BackStackRecord
552 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting in " + this
558 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
565 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
584 Log.v(TAG, "Commit: " + this);
585 LogWriter logw = new LogWriter(TAG);
600 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Ru
[all...]
H A DFragment.java113 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
H A DFragmentActivity.java71 private static final String TAG = "FragmentActivity"; field in class:FragmentActivity
152 Log.w(TAG, "Activity result fragment index out of range: 0x"
158 Log.w(TAG, "Activity result no fragment exists for index: 0x"
268 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "onCreateView: id=0x"
836 //Log.v(TAG, "invalidateSupportFragment: who=" + who);
H A DFragmentManager.java386 static final String TAG = "FragmentManager"; field in class:FragmentManagerImpl
434 Log.e(TAG, ex.getMessage());
435 Log.e(TAG, "Activity state:");
436 LogWriter logw = new LogWriter(TAG);
442 Log.e(TAG, "Failed dumping state", e);
448 Log.e(TAG, "Failed dumping state", e);
843 if (DEBUG) Log.v(TAG, "moveto CREATED: " + f);
897 if (DEBUG) Log.v(TAG, "moveto ACTIVITY_CREATED: " + f);
940 if (DEBUG) Log.v(TAG, "moveto STARTED: " + f);
945 if (DEBUG) Log.v(TAG, "movet
[all...]
H A DFragmentPagerAdapter.java62 private static final String TAG = "FragmentPagerAdapter"; field in class:FragmentPagerAdapter
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
H A DFragmentStatePagerAdapter.java65 private static final String TAG = "FragmentStatePagerAdapter"; field in class:FragmentStatePagerAdapter
106 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
131 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
219 Log.w(TAG, "Bad fragment at key " + key);
H A DLoaderManager.java188 static final String TAG = "LoaderManager"; field in class:LoaderManagerImpl
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed");
372 if (DEBUG) Log.v(TAG, " Ignorin
[all...]
H A DNavUtils.java38 private static final String TAG = "NavUtils"; field in class:NavUtils
64 Log.e(TAG, "getParentActivityIntent: bad parentActivityName '" + parentName +
H A DShareCompat.java655 private static final String TAG = "IntentReader"; field in class:ShareCompat.IntentReader
907 Log.e(TAG, "Could not retrieve icon for calling activity", e);
929 Log.e(TAG, "Could not retrieve icon for calling application", e);
951 Log.e(TAG, "Could not retrieve label for calling application", e);
H A DTaskStackBuilder.java70 private static final String TAG = "TaskStackBuilder"; field in class:TaskStackBuilder
235 Log.e(TAG, "Bad ComponentName while traversing activity parent metadata");
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java37 static final String TAG = "AsyncTaskLoader"; field in class:AsyncTaskLoader
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Log.v(TAG, "cancelLoa
[all...]
H A DLocalBroadcastManager.java79 private static final String TAG = "LocalBroadcastManager"; field in class:LocalBroadcastManager
212 TAG, "Resolving type " + type + " scheme " + scheme
217 if (debug) Log.v(TAG, "Action list: " + entries);
222 if (debug) Log.v(TAG, "Matching against filter " + receiver.filter);
226 Log.v(TAG, " Filter's target already added");
234 if (debug) Log.v(TAG, " Filter matched! match=0x" +
251 Log.v(TAG, " Filter did not match: " + reason);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java42 private static final String TAG = "PagerTabStrip"; field in class:PagerTabStrip
H A DPagerTitleStrip.java46 private static final String TAG = "PagerTitleStrip"; field in class:PagerTitleStrip
H A DViewPager.java85 private static final String TAG = "ViewPager"; field in class:ViewPager
599 Log.e(TAG, "Can't find setChildrenDrawingOrderEnabled", e);
605 Log.e(TAG, "Error changing children drawing order", e);
658 Log.w(TAG, "Requested offscreen page limit " + limit + " too small; defaulting to " +
900 if (DEBUG) Log.i(TAG, "populate is pending, skipping for now...");
950 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
982 Log.i(TAG, "populate() - destroyItem() with pos: " + pos +
1004 Log.i(TAG, "Current page list:");
1006 Log.i(TAG, "#" + i + ": page " + mItems.get(i).position);
1374 if (DEBUG) Log.v(TAG, "Measurin
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java210 static final String TAG = GridLayout.class.getName(); field in class:GridLayout
883 Log.w(TAG, "The fields of some layout parameters were modified in between layout " +
1452 Log.d(TAG, axisName + " constraints: " + arcsToString(culprits) + " are inconsistent; "
/frameworks/support/volley/src/com/android/volley/
H A DVolleyLog.java28 public static String TAG = "Volley"; field in class:VolleyLog
30 public static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE);
34 Log.v(TAG, buildMessage(format, args));
39 Log.d(TAG, buildMessage(format, args));
43 Log.e(TAG, buildMessage(format, args));
47 Log.wtf(TAG, buildMessage(format, args));
51 Log.wtf(TAG, buildMessage(format, args), tr);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDebugService.java32 private static String TAG = "DebugService"; field in class:DebugService
106 Log.d(TAG, "DebugService " + s);
H A DIccProvider.java41 private static final String TAG = "IccProvider"; field in class:IccProvider
213 Log.e(TAG, "resolve: bad whereClause parameter: " + param);
315 Log.w(TAG, "Cannot load ADN records");
428 Log.d(TAG, "[IccProvider] " + msg);

Completed in 204 milliseconds

1234567891011>>