HomeSort by relevance Sort by last modified time
    Searched refs:TAG (Results 1 - 25 of 1478) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/brotli/src/woff2/
table_tags.cc 22 #define TAG(a, b, c, d) ((a << 24) | (b << 16) | (c << 8) | d)
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('c', 'v', 't', ' '), //
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_protocol.h 14 // representation of the name of the tag. For example
15 // the client hello tag (CHLO) will be written as the
22 #define TAG(a, b, c, d) \
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 rese
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 28 private static final String TAG = "LogTest";
39 Log.e(TAG, msg);
40 Log.e(TAG, msg, tr);
41 Log.w(TAG, msg);
42 Log.w(TAG, tr);
43 Log.w(TAG, msg, tr);
44 Log.i(TAG, msg);
45 Log.i(TAG, msg, tr);
46 Log.d(TAG, msg);
47 Log.d(TAG, msg, tr)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
tag.cc 17 #include "sfntly/tag.h"
22 #define TAG(a, b, c, d) ((a << 24) | (b << 16) | (c << 8) | d);
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')
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java 31 * Returns the tag byte for this CONSTANT type [this data is
34 public abstract byte tag (); method in class:CONSTANT_info
63 byte tag = bytes.readByte ();
65 switch (tag)
67 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
130 out.writeByte (tag ()); method
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/util/
Logs.java 26 public static final String TAG = "DroidDriver";
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, priority))
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/feature/src/com/android/cts/splitapp/
FeatureLogic.java 22 private static final String TAG = "FeatureLogic";
25 Log.d(TAG, "FeatureLogic.mult(" + a + ", " + b + ")");
  /development/apps/SettingInjectorSample/src/com/example/android/injector/
DisabledInjectorService.java 27 private static final String TAG = "DisabledInjectorService";
30 super(TAG);
39 Log.e(TAG, "", e);
FailingInjectorService.java 27 private static final String TAG = "FailingInjectorService";
38 super(TAG);
47 Log.e(TAG, "", e);
MyInjectorService.java 27 private static final String TAG = "MyInjectorService";
30 super(TAG);
39 Log.e(TAG, "", e);
SlowInjectorService.java 27 private static final String TAG = "SlowInjectorService";
30 super(TAG);
39 Log.e(TAG, "", e);
UpdatingInjectorService.java 28 private static final String TAG = "UpdatingInjectorService";
31 super(TAG);
41 Log.d(TAG, "Broadcasting: " + intent);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/notifier/
NotifierService.java 27 private static final String TAG = "NotifierService";
30 super(TAG);
37 Log.i(TAG, "Contact opened: " + intent.getData());
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticationService.java 30 private static final String TAG = "AuthenticationService";
36 if (Log.isLoggable(TAG, Log.VERBOSE)) {
37 Log.v(TAG, "SampleSyncAdapter Authentication Service started.");
44 if (Log.isLoggable(TAG, Log.VERBOSE)) {
45 Log.v(TAG, "SampleSyncAdapter Authentication Service stopped.");
51 if (Log.isLoggable(TAG, Log.VERBOSE)) {
52 Log.v(TAG, "getBinder()... returning the AccountAuthenticator binder for intent "
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h 28 struct TAG(etc1_block) {
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_hi)(src[0])
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 28 struct TAG(etc1_block) {
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_hi)(src[0])
    [all...]
  /cts/apps/NotificationBot/src/com/android/cts/robot/
NotificationBot.java 28 private static final String TAG = "NotificationBot";
36 Log.i(TAG, "received intent: " + intent);
38 Log.i(TAG, ACTION_POST);
40 Log.e(TAG, "received post action with missing content");
44 Log.i(TAG, "id: " + id);
46 Log.i(TAG, "n: " + n);
52 Log.i(TAG, ACTION_CANCEL);
54 Log.i(TAG, "id: " + id);
56 Log.e(TAG, "received cancel action with no ID");
64 Log.i(TAG, "received unexpected action: " + intent.getAction())
    [all...]
  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 26 public static final String TAG = "GestureListener";
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 26 public static final String TAG = "GestureListener";
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 26 public static final String TAG = "GestureListener";
32 Log.i(TAG, "Single Tap Up");
40 Log.i(TAG, "Long Press");
47 Log.i(TAG, "Scroll");
55 Log.i(TAG, "Fling");
62 Log.i(TAG, "Show Press");
68 Log.i(TAG, "Down");
75 Log.i(TAG, "Double tap");
84 Log.i(TAG, "Event within double tap");
92 Log.i(TAG, "Single tap confirmed")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_vertex.h 31 } TAG(_coord_t);
40 } TAG(_color_t);
48 } TAG(_color_t);
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(VertexPtr)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
PERF-VERSION-GEN 17 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/
t_dd_vertex.h 31 } TAG(_coord_t);
40 } TAG(_color_t);
48 } TAG(_color_t);
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(VertexPtr)
    [all...]
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AllUsersActivity.java 26 private static final String TAG = AllUsersActivity.class.getName();
34 Log.i(TAG, "Roger that!");
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/
MonkeyActivity.java 27 private static final String TAG = "MonkeyActivity";
32 Log.i(TAG, ActivityManager.isUserAMonkey() ? "@(>.<)@" : "(^_^)");

Completed in 3611 milliseconds

1 2 3 4 5 6 7 8 91011>>