HomeSort by relevance Sort by last modified time
    Searched refs:ENTRY_TAG (Results 1 - 22 of 22) sorted by null

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
SubPlan.java 47 private static final String ENTRY_TAG = "Entry";
123 serializer.startTag(NS, ENTRY_TAG);
125 serializer.endTag(NS, ENTRY_TAG);
128 serializer.startTag(NS, ENTRY_TAG);
130 serializer.endTag(NS, ENTRY_TAG);
153 if (ENTRY_TAG.equals(localName)) {
  /cts/common/util/src/com/android/compatibility/common/util/
DynamicConfig.java 42 public static final String ENTRY_TAG = "entry";
89 parser.require(XmlPullParser.START_TAG, NS, ENTRY_TAG);
97 parser.require(XmlPullParser.END_TAG, NS, ENTRY_TAG);
  /hardware/qcom/gps/msm8084/utils/
log_util.h 83 extern const char ENTRY_TAG[];
164 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/msm8960/utils/
log_util.h 83 extern const char ENTRY_TAG[];
154 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/msm8994/utils/
log_util.h 83 extern const char ENTRY_TAG[];
164 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/utils/
log_util.h 83 extern const char ENTRY_TAG[];
142 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHandler.java 88 serializer.startTag(NS, DynamicConfig.ENTRY_TAG);
95 serializer.endTag(NS, DynamicConfig.ENTRY_TAG);
  /hardware/qcom/gps/msm8909/utils/
log_util.h 83 extern const char ENTRY_TAG[];
172 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/msm8996/utils/
log_util.h 83 extern const char ENTRY_TAG[];
150 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __FUNCTION__, %s, "")
loc_log.cpp 54 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/msm8998/utils/
log_util.h 83 extern const char ENTRY_TAG[];
150 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __FUNCTION__, %s, "")
loc_log.cpp 50 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_log_util.h 82 extern const char ENTRY_TAG[];
149 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __FUNCTION__, %s, "")
  /hardware/qcom/gps/sdm845/utils/
log_util.h 83 extern const char ENTRY_TAG[];
150 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __FUNCTION__, %s, "")
loc_log.cpp 49 const char ENTRY_TAG[] = "Entering";
  /hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/include/
platform_lib_log_util.h 82 extern const char ENTRY_TAG[];
149 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __FUNCTION__, %s, "")
  /external/v8/src/interpreter/
constant-array-builder.h 138 #define ENTRY_TAG(NAME, ...) k##NAME,
139 SINGLETON_CONSTANT_ENTRY_TYPES(ENTRY_TAG)
140 #undef ENTRY_TAG

Completed in 626 milliseconds