Searched refs:TAG (Results 1 - 25 of 264) sorted by relevance

1234567891011

/external/sfntly/cpp/src/sfntly/
H A Dtag.cc22 #define TAG(a, b, c, d) ((a << 24) | (b << 16) | (c << 8) | d); macro
26 const int32_t Tag::ttcf = TAG('t', 't', 'c', 'f');
27 const int32_t Tag::cmap = TAG('c', 'm', 'a', 'p');
28 const int32_t Tag::head = TAG('h', 'e', 'a', 'd');
29 const int32_t Tag::hhea = TAG('h', 'h', 'e', 'a');
30 const int32_t Tag::hmtx = TAG('h', 'm', 't', 'x');
31 const int32_t Tag::maxp = TAG('m', 'a', 'x', 'p');
32 const int32_t Tag::name = TAG('n', 'a', 'm', 'e');
33 const int32_t Tag::OS_2 = TAG('O', 'S', '/', '2');
34 const int32_t Tag::post = TAG('
[all...]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
H A DCONSTANT_info.java67 case CONSTANT_Utf8_info.TAG:
70 case CONSTANT_Integer_info.TAG:
73 case CONSTANT_Float_info.TAG:
76 case CONSTANT_Long_info.TAG:
79 case CONSTANT_Double_info.TAG:
83 case CONSTANT_Class_info.TAG:
86 case CONSTANT_String_info.TAG:
90 case CONSTANT_Fieldref_info.TAG:
93 case CONSTANT_Methodref_info.TAG:
96 case CONSTANT_InterfaceMethodref_info.TAG
[all...]
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;
/external/opencv3/modules/java/generator/src/java/
H A Dandroid+AsyncServiceHelper.java45 protected static final String TAG = "OpenCVManager/Helper"; field in class:AsyncServiceHelper
75 Log.d(TAG, "Request new service installation");
83 Log.d(TAG, "Trying to install OpenCV Manager via Google Play");
89 Log.d(TAG, "Package installation started");
93 Log.d(TAG, "OpenCV package was not installed!");
95 Log.d(TAG, "Init finished with status " + Status);
96 Log.d(TAG, "Unbind from service");
97 Log.d(TAG, "Calling using callback");
104 Log.d(TAG, "OpenCV library installation was canceled");
106 Log.d(TAG, "Ini
[all...]
H A Dandroid+StaticHelper.java25 Log.d(TAG, "Trying to get library list");
34 Log.e(TAG, "OpenCV error: Cannot load info library for OpenCV");
37 Log.d(TAG, "Library list: \"" + libs + "\"");
38 Log.d(TAG, "First attempt to load libs");
41 Log.d(TAG, "First attempt to load libs is OK");
44 Log.i(TAG, str);
50 Log.d(TAG, "First attempt to load libs fails");
61 Log.d(TAG, "Trying to load library " + Name);
65 Log.d(TAG, "Library " + Name + " loaded");
69 Log.d(TAG, "Canno
101 private static final String TAG = "OpenCV/StaticHelper"; field in class:StaticHelper
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_etc_tmp.h28 struct TAG(etc1_block) { function
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in)
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in)
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in)
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in)
64 TAG(etc1_clamp)(UINT8_TYPE base, int modifier)
72 static const int TAG(etc1_modifier_tables)[8][4] = {
84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src)
88 block->base_colors[0][0] = (int) TAG(etc1_base_color_diff_h
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h31 } TAG(_coord_t); typedef in typeref:struct:__anon14326
40 } TAG(_color_t); typedef in typeref:struct:__anon14327
48 } TAG(_color_t); typedef in typeref:struct:__anon14328
54 TAG(_color_t) color;
55 TAG(_color_t) specular;
63 TAG(_color_t) color;
64 TAG(_color_t) specular;
72 TAG(_color_t) color;
77 } TAG(Vertex), *TAG(VertexPt typedef in typeref:union:__anon14329
[all...]
H A Dt_dd_dmatmp.h76 static void *TAG(emit_elts)( struct gl_context *ctx, GLuint *elts, GLuint nr,
97 static __inline void *TAG(emit_verts)( struct gl_context *ctx, GLuint start,
107 static void TAG(render_points_verts)( struct gl_context *ctx,
126 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
136 static void TAG(render_lines_verts)( struct gl_context *ctx,
161 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
172 static void TAG(render_line_strip_verts)( struct gl_context *ctx,
191 TAG(emit_verts)( ctx, j, nr, ALLOC_VERTS(nr) );
204 static void TAG(render_line_loop_verts)( struct gl_context *ctx,
242 tmp = TAG(emit_vert
[all...]
/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/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
H A DWebRtcAudioEffects.java34 private static final String TAG = "WebRtcAudioEffects"; field in class:WebRtcAudioEffects
94 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AEC usage!");
105 Logging.w(TAG, Build.MODEL + " is blacklisted for HW AGC usage!");
116 Logging.w(TAG, Build.MODEL + " is blacklisted for HW NS usage!");
169 Logging.d(TAG, "canUseAcousticEchoCanceler: "
184 Logging.d(TAG, "canUseAutomaticGainControl: "
199 Logging.d(TAG, "canUseNoiseSuppressor: " + canUseNoiseSuppressor);
207 Logging.w(TAG, "API level 16 or higher is required!");
214 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
222 Logging.d(TAG, "setAE
[all...]
H A DWebRtcAudioRecord.java30 private static final String TAG = "WebRtcAudioRecord"; field in class:WebRtcAudioRecord
73 Logging.d(TAG, "AudioRecordThread" + WebRtcAudioUtils.getThreadInfo());
83 Logging.e(TAG,"AudioRecord.read failed: " + bytesRead);
93 Logging.d(TAG, "bytesRead[" + durationInMs + "] " + bytesRead);
100 Logging.e(TAG,"AudioRecord.stop failed: " + e.getMessage());
117 Logging.d(TAG, "ctor" + WebRtcAudioUtils.getThreadInfo());
121 WebRtcAudioUtils.logDeviceInfo(TAG);
127 Logging.d(TAG, "enableBuiltInAEC(" + enable + ')');
129 Logging.e(TAG,"Built-in AEC is not supported on this platform");
136 Logging.d(TAG, "enableBuiltInAG
[all...]
/external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
H A DCreateSkiaPicture.java23 private static final String TAG = "CreateSkiaPicture"; field in class:CreateSkiaPicture
30 Log.v(TAG, "System.loadLibrary error", e);
40 Log.e(TAG, "UnsatisfiedLinkError createImpl");
52 Log.e(TAG, "UnsatisfiedLinkError deleteImpl");
/external/svox/pico/src/com/svox/pico/
H A DPicoService.java22 private static final String TAG = "PicoService"; field in class:PicoService
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
H A DEastAsianWidth.java28 private static final String TAG = "ConnectBot.EastAsianWidth"; field in class:EastAsianWidth
51 Log.d(TAG, "EastAsianWidth JNI measuring not available");
/external/selinux/scripts/
H A Dmake-update9 TAG=$1
12 DEST=../update-$TAG
33 echo "[http://userspace.selinuxproject.org/releases/$TAG/$ARCHIVE $ARCHIVE]"
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java21 private static final String TAG = "ImageHeaderParser"; field in class:ImageHeaderParser
154 if (Log.isLoggable(TAG, Log.DEBUG)) {
155 Log.d(TAG, "Unknown segmentId=" + segmentId);
165 if (Log.isLoggable(TAG, Log.DEBUG)) {
166 Log.d(TAG, "Found MARKER_EOI in exif segment");
176 if (Log.isLoggable(TAG, Log.DEBUG)) {
177 Log.d(TAG, "Unable to skip enough data for type=" + segmentType);
185 if (Log.isLoggable(TAG, Log.DEBUG)) {
186 Log.d(TAG, "Unable to read segment data for type=" + segmentType + " length=" + segmentLength);
206 if (Log.isLoggable(TAG, Lo
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out,
53 static void TAG(dotprod_vec3)( GLfloat *out,
75 static void TAG(dotprod_vec4)( GLfloat *out,
97 static void TAG(init_dotprod)( void )
99 _mesa_dotprod_tab[2] = TAG(dotprod_vec2);
100 _mesa_dotprod_tab[3] = TAG(dotprod_vec3);
101 _mesa_dotprod_tab[4] = TAG(dotprod_vec4);
/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 " +
/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/vogar/src/vogar/target/
H A DTestActivity.java39 private final static String TAG = "TestActivity"; field in class:TestActivity
54 Log.d(TAG, "Waiting for debugger to connect.");
58 Log.e(TAG, "Malformed manifest: missing debug information.");
65 AndroidLog log = new AndroidLog(TAG);
83 Log.i(TAG, message);
/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediacodeccommon.h44 #define TAG "MediaCodecVideo" macro
46 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, TAG, __VA_ARGS__)
50 #define ALOGD LOG_TAG(rtc::LS_INFO, TAG)
51 #define ALOGW LOG_TAG(rtc::LS_WARNING, TAG)
52 #define ALOGE LOG_TAG(rtc::LS_ERROR, TAG)
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
H A DLooperExecutor.java23 private static final String TAG = "LooperExecutor"; field in class:LooperExecutor
35 Log.d(TAG, "Looper thread started.");
56 Log.e(TAG, "Can not start looper thread");
72 Log.d(TAG, "Looper thread finished.");
85 Log.w(TAG, "Running looper executor without calling requestStart()");
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h186 TAG(Vertex2f)(GLfloat x, GLfloat y)
193 TAG(Vertex2fv)(const GLfloat * v)
200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z)
207 TAG(Vertex3fv)(const GLfloat * v)
214 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w)
221 TAG(Vertex4fv)(const GLfloat * v)
230 TAG(TexCoord1f)(GLfloat x)
237 TAG(TexCoord1fv)(const GLfloat * v)
244 TAG(TexCoord2f)(GLfloat x, GLfloat y)
251 TAG(TexCoord2f
[all...]

Completed in 863 milliseconds

1234567891011