Searched refs:LOG_TAG (Results 1 - 25 of 1373) sorted by last modified time

1234567891011>>

/frameworks/webview/chromium/loader/
H A Dloader.cpp19 #define LOG_TAG "webviewchromiumloader" macro
/frameworks/webview/chromium/plat_support/
H A Ddraw_gl_functor.cpp20 #define LOG_TAG "webviewchromium_plat_support" macro
H A Dgraphics_utils.cpp20 #define LOG_TAG "webviewchromium_plat_support" macro
H A Djni_entry_point.cpp17 #define LOG_TAG "webviewchromium_plat_support" macro
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp20 #define LOG_TAG "BufferQueue_test" macro
/frameworks/wilhelm/tests/
H A DmimeUri_test.cpp41 #define LOG_TAG "slesTestPlayUri" macro
/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c22 #define LOG_TAG "NativeMedia" macro
/frameworks/support/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSimpleAnimatedVectorDrawable.java37 private static final String LOG_TAG = "TestActivity"; field in class:SimpleAnimatedVectorDrawable
H A DSimpleStaticVectorDrawable.java38 private static final String LOG_TAG = "SimpleStaticVectorDrawable"; field in class:SimpleStaticVectorDrawable
/frameworks/support/samples/SupportVectorDrawableDemos/src/com/example/android/support/vectordrawable/app/
H A DSimpleAnimatedVectorDrawable.java37 private static final String LOG_TAG = "TestActivity"; field in class:SimpleAnimatedVectorDrawable
H A DSimpleStaticVectorDrawable.java38 private static final String LOG_TAG = "SimpleStaticVectorDrawable"; field in class:SimpleStaticVectorDrawable
/frameworks/support/transition/src/android/support/transition/
H A DFade.java66 private static final String LOG_TAG = "Fade"; field in class:Fade
127 Log.d(LOG_TAG, "Created animator " + anim);
148 Log.d(LOG_TAG, "Fade.onAppear: startView, startVis, endView, endVis = "
H A DTransition.java120 private static final String LOG_TAG = "Transition"; field in class:Transition
703 Log.d(LOG_TAG, "createAnimators() for " + this);
726 Log.d(LOG_TAG, " differing start/end values for view " + view);
728 Log.d(LOG_TAG, " " + ((start == null)
735 Log.d(LOG_TAG, " " + key + ": start(" + startValue
872 Log.d(LOG_TAG, "runAnimators() on " + this);
879 Log.d(LOG_TAG, " anim: " + anim);
1801 Log.d(LOG_TAG, "Canceling anim " + anim);
1806 Log.d(LOG_TAG, "removing anim from info list: " + anim);
1874 Log.d(LOG_TAG, "Transitio
[all...]
H A DTransitionManager.java80 private static final String LOG_TAG = "TransitionManager"; field in class:TransitionManager
398 Log.d(LOG_TAG, "beginDelayedTransition: root, transition = "
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
H A DDatePicker.java50 static final String LOG_TAG = "DatePicker"; field in class:DatePicker
117 Log.w(LOG_TAG, "Date: " + date + " not in format: " + DATE_FORMAT);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatViewInflater.java73 private static final String LOG_TAG = "AppCompatViewInflater"; field in class:AppCompatViewInflater
250 Log.i(LOG_TAG, "app:theme is now deprecated. "
/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
H A DAppCompatResources.java45 private static final String LOG_TAG = "AppCompatResources"; field in class:AppCompatResources
118 Log.e(LOG_TAG, "Failed to inflate ColorStateList, leaving it to the framework", e);
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DSupportMenuInflater.java67 static final String LOG_TAG = "SupportMenuInflater"; field in class:SupportMenuInflater
426 Log.w(LOG_TAG, "Ignoring attribute 'actionProviderClass'."
504 Log.w(LOG_TAG, "Ignoring attribute 'itemActionViewLayout'."
551 Log.w(LOG_TAG, "Cannot instantiate class: " + className, e);
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DMenuItemWrapperICS.java47 static final String LOG_TAG = "MenuItemWrapper"; field in class:MenuItemWrapperICS
381 Log.w(LOG_TAG, "Error while calling setExclusiveCheckable", e);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java157 static final String LOG_TAG = ActivityChooserModel.class.getSimpleName(); field in class:ActivityChooserModel
750 Log.i(LOG_TAG, "Pruned: " + prunedRecord);
957 Log.i(LOG_TAG, "Sorted: " + activities.get(i));
969 Log.i(LOG_TAG, "Could not open historical records file: " + mHistoryFileName);
1012 Log.i(LOG_TAG, "Read " + readRecord.toString());
1017 Log.i(LOG_TAG, "Read " + historicalRecords.size() + " historical records.");
1020 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, xppe);
1022 Log.e(LOG_TAG, "Error reading historical recrod file: " + mHistoryFileName, ioe);
1053 Log.e(LOG_TAG, "Error writing historical record file: " + historyFileName, fnfe);
1074 Log.i(LOG_TAG, "Wrot
[all...]
H A DActivityChooserView.java77 private static final String LOG_TAG = "ActivityChooserView"; field in class:ActivityChooserView
H A DSearchView.java112 static final String LOG_TAG = "SearchView"; field in class:SearchView
1005 Log.d(LOG_TAG, "mTextListener.onKey(" + keyCode + "," + event + "), selection: "
1251 Log.w(LOG_TAG, "Could not find voice search activity");
1412 if (DBG) Log.d(LOG_TAG, "onItemClick() position " + position);
1424 if (DBG) Log.d(LOG_TAG, "onItemSelected() position " + position);
1434 Log.d(LOG_TAG, "onNothingSelected()");
1500 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
1688 Log.w(LOG_TAG, "Search suggestions cursor at row " + rowNum +
H A DSuggestionsAdapter.java60 private static final String LOG_TAG = "SuggestionsAdapter"; field in class:SuggestionsAdapter
144 if (DBG) Log.d(LOG_TAG, "runQueryOnBackgroundThread(" + constraint + ")");
164 Log.w(LOG_TAG, "Search suggestions query threw an exception.", e);
172 if (DBG) Log.d(LOG_TAG, "close()");
179 if (DBG) Log.d(LOG_TAG, "notifyDataSetChanged");
187 if (DBG) Log.d(LOG_TAG, "notifyDataSetInvalidated");
196 Log.d(LOG_TAG, "updateSpinnerState - extra = "
214 if (DBG) Log.d(LOG_TAG, "changeCursor(" + c + ")");
217 Log.w(LOG_TAG, "Tried to change cursor after adapter was closed.");
234 Log.e(LOG_TAG, "erro
[all...]
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DColorCutQuantizer.java46 private static final String LOG_TAG = "ColorCutQuantizer"; field in class:ColorCutQuantizer
72 mTimingLogger = LOG_TIMINGS ? new TimingLogger(LOG_TAG, "Creation") : null;
H A DPalette.java92 static final String LOG_TAG = "Palette"; field in class:Palette
785 ? new TimingLogger(LOG_TAG, "Generation")
864 Log.e(LOG_TAG, "Exception thrown during async generate", e);

Completed in 312 milliseconds

1234567891011>>