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

1234567891011>>

/external/chromium_org/third_party/brotli/src/woff2/
H A Dtable_tags.cc22 #define TAG(a, b, c, d) ((a << 24) | (b << 16) | (c << 8) | d) macro
25 TAG('c', 'm', 'a', 'p'), // 0
26 TAG('h', 'e', 'a', 'd'), // 1
27 TAG('h', 'h', 'e', 'a'), // 2
28 TAG('h', 'm', 't', 'x'), // 3
29 TAG('m', 'a', 'x', 'p'), // 4
30 TAG('n', 'a', 'm', 'e'), // 5
31 TAG('O', 'S', '/', '2'), // 6
32 TAG('p', 'o', 's', 't'), // 7
33 TAG('
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcrypto_protocol.h22 #define TAG(a, b, c, d) \ macro
29 const QuicTag kCHLO = TAG('C', 'H', 'L', 'O'); // Client hello
30 const QuicTag kSHLO = TAG('S', 'H', 'L', 'O'); // Server hello
31 const QuicTag kSCFG = TAG('S', 'C', 'F', 'G'); // Server config
32 const QuicTag kREJ = TAG('R', 'E', 'J', '\0'); // Reject
33 const QuicTag kCETV = TAG('C', 'E', 'T', 'V'); // Client encrypted tag-value
35 const QuicTag kPRST = TAG('P', 'R', 'S', 'T'); // Public reset
36 const QuicTag kSCUP = TAG('S', 'C', 'U', 'P'); // Server config update.
39 const QuicTag kP256 = TAG('P', '2', '5', '6'); // ECDH, Curve P-256
40 const QuicTag kC255 = TAG('
151 #undef TAG macro
[all...]
/external/chromium_org/third_party/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/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/droiddriver/src/com/google/android/droiddriver/util/
H A DLogs.java26 public static final String TAG = "DroidDriver"; field in class:Logs
27 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
32 TAG,
39 if (Log.isLoggable(TAG, priority)) {
40 Log.println(priority, TAG, msg);
45 if (Log.isLoggable(TAG, priority)) {
46 Log.println(priority, TAG, Log.getStackTraceString(e));
51 if (Log.isLoggable(TAG, priority)) {
52 Log.println(priority, TAG, msg + '\n' + Log.getStackTraceString(e));
57 if (Log.isLoggable(TAG, priorit
[all...]
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_vertex.h31 } TAG(_coord_t); typedef in typeref:struct:__anon14587
40 } TAG(_color_t); typedef in typeref:struct:__anon14588
48 } TAG(_color_t); typedef in typeref:struct:__anon14589
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:__anon14590
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A DPERF-VERSION-GEN17 TAG=
20 TAG=$(git describe --abbrev=0 --match "v[0-9].[0-9]*" 2>/dev/null )
23 if test -z "$TAG"
25 TAG=$(MAKEFLAGS= make -sC ../.. kernelversion)
27 VN="$TAG$CID"
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h31 } TAG(_coord_t); typedef in typeref:struct:__anon27998
40 } TAG(_color_t); typedef in typeref:struct:__anon27999
48 } TAG(_color_t); typedef in typeref:struct:__anon28000
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:__anon28001
[all...]
/external/chromium_org/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/
H A DCronetSampleApplication.java16 private static final String TAG = "CronetSampleApplication"; field in class:CronetSampleApplication
28 Log.i(TAG, "CronetSampleApplication.initializeApplicationParameters()" +
/external/chromium_org/components/cronet/android/test/src/org/chromium/cronet_test_apk/
H A DCronetTestApplication.java16 private static final String TAG = "CronetTestApplication"; field in class:CronetTestApplication
28 Log.i(TAG, "CronetTestApplication.initializeApplicationParameters()" +
/external/chromium_org/mojo/shell/android/apk/src/org/chromium/mojo_shell_apk/
H A DMojoShellApplication.java13 private static final String TAG = "MojoShellApplication"; field in class:MojoShellApplication
24 Log.i(TAG, "MojoShellApplication.initializeApplicationParameters() success.");
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
H A DAwShellApplication.java22 private static final String TAG = "AwShellApplication"; field in class:AwShellApplication
35 Log.e(TAG, "Waiting for Java debugger to connect...");
37 Log.e(TAG, "Java debugger connected. Resuming execution.");
45 Log.e(TAG, "Enabling Android trace.");
/external/svox/pico/src/com/svox/pico/
H A DPicoService.java22 private static final String TAG = "PicoService"; field in class:PicoService
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java11 private static final String TAG = "LruBitmapPool"; field in class:LruBitmapPool
57 if (Log.isLoggable(TAG, Log.DEBUG)) {
58 Log.d(TAG, "Put bitmap in pool=" + strategy.logBitmap(bitmap));
74 if (Log.isLoggable(TAG, Log.DEBUG)) {
75 Log.d(TAG, "Missing bitmap=" + strategy.logBitmap(width, height, config));
82 if (Log.isLoggable(TAG, Log.DEBUG)) {
83 Log.d(TAG, "Get bitmap=" + strategy.logBitmap(width, height, config));
110 if (Log.isLoggable(TAG, Log.DEBUG)) {
111 Log.d(TAG, "Evicting bitmap=" + strategy.logBitmap(removed));
118 if (Log.isLoggable(TAG, Lo
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DSystemMessageHandler.java16 private static final String TAG = "SystemMessageHandler"; field in class:SystemMessageHandler
39 Log.e(TAG, "Failed to find android.os.Message class:" + e);
41 Log.e(TAG, "Failed to load Message.setAsynchronous method:" + e);
43 Log.e(TAG, "Exception while loading Message.setAsynchronous method: " + e);
88 Log.e(TAG, "Illegal access to asynchronous message creation, disabling.");
91 Log.e(TAG, "Illegal argument for asynchronous message creation, disabling.");
94 Log.e(TAG, "Invocation exception during asynchronous message creation, disabling.");
97 Log.e(TAG, "Runtime exception during asynchronous message creation, disabling.");
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaDrmBridge.java63 private static final String TAG = "MediaDrmBridge"; field in class:MediaDrmBridge
198 Log.e(TAG, "Cannot create MediaCrypto Session.");
201 Log.d(TAG, "MediaCrypto Session created: " + mMediaCryptoSession);
208 Log.d(TAG, "MediaCrypto successfully created!");
214 Log.e(TAG, "Cannot create MediaCrypto for unsupported scheme.");
217 Log.e(TAG, "Cannot create MediaCrypto", e);
237 Log.e(TAG, "Cannot open a new session", e);
246 Log.e(TAG, "Cannot open a new session", e);
299 Log.d(TAG, "MediaDrmBridge uses " +
306 Log.d(TAG, "MediaDrmBridg
833 private static final String TAG = "PostRequestTask"; field in class:MediaDrmBridge.PostRequestTask
[all...]
H A DAudioRecordInput.java26 private static final String TAG = "AudioRecordInput"; field in class:AudioRecordInput
58 Log.e(TAG, "startRecording failed", e);
68 Log.e(TAG, "read failed: " + bytesRead);
80 Log.e(TAG, "stop failed", e);
132 Log.e(TAG, "open() called twice without a close()");
141 Log.e(TAG, "Unsupported number of channels: " + mChannels);
151 Log.e(TAG, "Unsupported bits per sample: " + mBitsPerSample);
160 Log.e(TAG, "getMinBufferSize error: " + minBufferSize);
175 Log.e(TAG, "AudioRecord failed", e);
182 Log.e(TAG, "AcousticEchoCancele
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java20 private static final String TAG = "ImageHeaderParser"; field in class:ImageHeaderParser
128 if (Log.isLoggable(TAG, Log.DEBUG)) {
129 Log.d(TAG, "Unknown segmentId=" + segmentId);
139 if (Log.isLoggable(TAG, Log.DEBUG)) {
140 Log.d(TAG, "Found MARKER_EOI in exif segment");
149 if (Log.isLoggable(TAG, Log.DEBUG)) {
150 Log.d(TAG, "Unable to skip enough data for type=" + segmentType);
158 if (Log.isLoggable(TAG, Log.DEBUG)) {
159 Log.d(TAG, "Unable to read segment data for type=" + segmentType + " length=" + segmentLength);
180 if (Log.isLoggable(TAG, Lo
[all...]
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLinker.java158 private static final String TAG = "chromium_android_linker"; field in class:Linker
231 if (DEBUG) Log.i(TAG, "Loading lib" + TAG + ".so");
233 System.loadLibrary(TAG);
236 System.loadLibrary(TAG + ".cr");
240 Log.w(TAG, "This system cannot safely share RELRO sections");
242 if (DEBUG) Log.i(TAG, "This system supports safe shared RELRO sections");
258 Log.w(TAG, "Low-memory device: shared RELROs used in all processes");
261 Log.w(TAG, "Beware: shared RELROs used in all processes!");
269 if (DEBUG) Log.i(TAG, "Linke
[all...]

Completed in 507 milliseconds

1234567891011>>