Searched defs:TAG (Results 1 - 25 of 133) sorted by relevance

123456

/external/mesa3d/src/mesa/x86/
H A Dmmx_blendtmp.h15 GLOBL GLNAME( TAG(_mesa_mmx_blend) )
16 HIDDEN( TAG(_mesa_mmx_blend) )
17 GLNAME( TAG(_mesa_mmx_blend) ):
111 #undef TAG macro
/external/svox/pico/src/com/svox/pico/
H A DPicoService.java22 private static final String TAG = "PicoService"; field in class:PicoService
H A DLangPackUninstaller.java28 private final static String TAG = "LangPackUninstaller"; field in class:LangPackUninstaller
34 Log.v(TAG, "about to delete " + INSTALLER_PACKAGE);
H A DVoiceDataInstallerReceiver.java29 private final static String TAG = "RunVoiceDataInstaller"; field in class:VoiceDataInstallerReceiver
37 Log.v(TAG, INSTALLER_PACKAGE + " package was added, running installer...");
/external/vogar/src/vogar/target/
H A DTestActivity.java35 private final static String TAG = "TestActivity"; field in class:TestActivity
46 AndroidLog log = new AndroidLog(TAG);
63 Log.i(TAG, message);
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DXYPlotWithBgImgActivity.java14 private static final String TAG = XYPlotWithBgImgActivity.class.getName(); field in class:XYPlotWithBgImgActivity
/external/droiddriver/src/io/appium/droiddriver/util/
H A DLogs.java26 public static final String TAG = "DroidDriver"; field in class:Logs
33 if (Log.isLoggable(TAG, priority)) {
35 TAG,
42 if (Log.isLoggable(TAG, priority)) {
43 Log.println(priority, TAG, msg);
48 if (Log.isLoggable(TAG, priority)) {
49 Log.println(priority, TAG, Log.getStackTraceString(e));
54 if (Log.isLoggable(TAG, priority)) {
55 Log.println(priority, TAG, msg + '\n' + Log.getStackTraceString(e));
60 if (Log.isLoggable(TAG, priorit
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_Fieldref_info.java33 public static final byte TAG = 9; field in class:CONSTANT_Fieldref_info
43 return TAG;
H A DCONSTANT_InterfaceMethodref_info.java32 public static final byte TAG = 11; field in class:CONSTANT_InterfaceMethodref_info
42 return TAG;
H A DCONSTANT_Methodref_info.java32 public static final byte TAG = 10; field in class:CONSTANT_Methodref_info
43 return TAG;
H A DCONSTANT_Class_info.java33 public static final byte TAG = 7; field in class:CONSTANT_Class_info
46 return TAG;
H A DCONSTANT_Double_info.java31 public static final byte TAG = 6; field in class:CONSTANT_Double_info
43 return TAG;
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DCacheLoader.java13 private static final String TAG = "CacheLoader"; field in class:CacheLoader
30 if (Log.isLoggable(TAG, Log.DEBUG)) {
31 Log.d(TAG, "Exception decoding image from cache", e);
35 if (Log.isLoggable(TAG, Log.DEBUG)) {
36 Log.d(TAG, "Failed to decode image from cache or not present in cache");
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DStreamEncoder.java16 private static final String TAG = "StreamEncoder"; field in class:StreamEncoder
28 if (Log.isLoggable(TAG, Log.DEBUG)) {
29 Log.d(TAG, "Failed to encode data onto the OutputStream", e);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageVideoBitmapDecoder.java21 private static final String TAG = "ImageVideoDecoder"; field in class:ImageVideoBitmapDecoder
41 if (Log.isLoggable(TAG, Log.VERBOSE)) {
42 Log.v(TAG, "Failed to load image from stream, trying FileDescriptor", e);
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DByteArrayPool.java11 private static final String TAG = "ByteArrayPool"; field in class:ByteArrayPool
50 if (Log.isLoggable(TAG, Log.DEBUG)) {
51 Log.d(TAG, "Created temp bytes");
/external/mesa3d/src/mesa/math/
H A Dm_xform.c79 #define TAG(x) x macro
89 #undef TAG macro
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_unfilled.h35 static void TAG(unfilled_tri)( struct gl_context *ctx,
98 static void TAG(unfilled_quad)( struct gl_context *ctx,
170 #undef TAG macro
/external/protobuf/java/src/device/main/java/com/google/protobuf/nano/android/
H A DParcelableMessageNanoCreator.java44 private static final String TAG = "PMNCreator"; field in class:ParcelableMessageNanoCreator
66 Log.e(TAG, "Exception trying to create proto from parcel", e);
68 Log.e(TAG, "Exception trying to create proto from parcel", e);
70 Log.e(TAG, "Exception trying to create proto from parcel", e);
72 Log.e(TAG, "Exception trying to create proto from parcel", e);
/external/replicaisland/src/com/replica/replicaisland/
H A DRenderingWatchDog.java32 private static final String TAG = "RenderingWatchDog"; field in class:RenderingWatchDog
48 Log.i(TAG, "start");
57 Log.i(TAG, "stop");
/external/skia/src/sfnt/
H A DSkOTTable_loca.h21 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableIndexToLocation>::value; member in struct:SkOTTableIndexToLocation
H A DSkOTTable_maxp.h22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableMaximumProfile>::value; member in struct:SkOTTableMaximumProfile
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DAutoFocusCallback.java26 private static final String TAG = AutoFocusCallback.class.getSimpleName(); field in class:AutoFocusCallback
43 //Log.d(TAG, "Got auto-focus callback; requesting another");
47 Log.d(TAG, "Got auto-focus callback, but no handler for it");
H A DPreviewCallback.java27 private static final String TAG = PreviewCallback.class.getSimpleName(); field in class:PreviewCallback
51 Log.d(TAG, "Got preview callback, but no handler for it");
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DRedrawer.java16 private static final String TAG = Redrawer.class.getName(); field in class:Redrawer
48 Log.d(TAG, "Redrawer paused.");
57 Log.d(TAG, "Redrawer started.");
98 Log.d(TAG, "Redrawer thread exited.");
109 Log.d(TAG, "Set Redrawer refresh rate to " +

Completed in 1684 milliseconds

123456