HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 351 - 375 of 3210) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
Reference.h 99 virtual uint32_t tag() const { return 0; } function in class:lld::Reference
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node_options.h 30 /// Option to specify a tag for the node type.
34 template <class Tag> struct ilist_tag {};
80 /// Extract custom tag option.
83 /// custom tag type, using void as a default.
85 template <class Tag, class... Options>
86 struct extract_tag<ilist_tag<Tag>, Options...> {
87 typedef Tag type;
92 template <class Tag> struct is_valid_option<ilist_tag<Tag>> : std::true_type {};
118 typedef TagT tag; typedef in struct:llvm::ilist_detail::node_options
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
Reference.h 99 virtual uint32_t tag() const { return 0; } function in class:lld::Reference
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_node_options.h 30 /// Option to specify a tag for the node type.
34 template <class Tag> struct ilist_tag {};
80 /// Extract custom tag option.
83 /// custom tag type, using void as a default.
85 template <class Tag, class... Options>
86 struct extract_tag<ilist_tag<Tag>, Options...> {
87 typedef Tag type;
92 template <class Tag> struct is_valid_option<ilist_tag<Tag>> : std::true_type {};
118 typedef TagT tag; typedef in struct:llvm::ilist_detail::node_options
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmm.h 133 /* tag :: The axis's tag (the GX equivalent to `name'). */
148 FT_ULong tag; member in struct:FT_Var_Axis_
  /system/core/liblog/
pmsg_writer.c 135 * uint32_t tag
205 /* Write a buffer as filename references (tag = <basedir>:<basename>) */
213 const char* tag; local
233 tag = cp;
239 tag = slash + 1;
243 length = strlen(tag) + 1;
248 vec[1].iov_base = (unsigned char*)tag;
  /system/core/logd/
LogBufferElement.cpp 70 ? reinterpret_cast<const android_event_header_t*>(mMsg)->tag
75 // The tag information is saved in mMsg data, if the tag is non-zero
76 // save only the information needed to get the tag.
140 static const char tag[] = "chatty"; local
142 if (!__android_log_is_loggable_len(ANDROID_LOG_INFO, tag, strlen(tag),
198 hdrLen = 1 + sizeof(tag);
213 event->header.tag = htole32(CHATTY_LOG_TAG);
219 strcpy(buffer + 1, tag);
    [all...]
  /system/libufdt/tests/src/
extract_dtb.c 37 uint32_t tag = fdt32_to_cpu(*(fdt32_t *)(buf + pos)); local
38 if (tag == FDT_MAGIC) {
  /system/netd/libbpf/include/bpf/
BpfNetworkStats.h 41 int32_t tag; member in struct:android::bpf::stats_line
  /system/security/keystore/
keystore_aidl_hidl_marshalling_utils.cpp 74 Tag tag = static_cast<Tag>(in.readInt32()); local
75 result.tag = tag;
76 switch (typeFromTag(tag)) {
96 ALOGE("Unsupported KeyParameter tag %d", tag);
106 auto tag = param.tag; local
    [all...]
  /system/update_engine/common/
subprocess_unittest.cc 252 uint32_t tag = Subprocess::Get().Exec(cmd, base::Bind(&CallbackBad)); local
253 EXPECT_NE(0U, tag);
262 base::Bind([](int fifo_fd, uint32_t tag) {
266 LOG(INFO) << "Killing tag " << tag;
267 Subprocess::Get().KillExec(tag);
268 }, fifo_fd, tag));
  /test/vts/drivers/hal/libcodecoverage/
GcdaParser.cpp 59 unsigned tag; local
69 tag = gcda_file_->ReadUnsigned();
70 if (!tag) break;
74 mask = GCOV_TAG_MASK(tag) >> 1;
77 cerr << __func__ << ": invalid tag, " << tag << endl;
84 if (tag) {
86 !GCOV_TAG_IS_SUBTAG(tags[depth - 1], tag)) {
87 cerr << __func__ << ": incorrectly nested tag, " << tag << endl
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
GestureRecorder.java 38 public static final String TAG = GestureRecorder.class.getSimpleName();
79 public String tag, info; field in class:GestureRecorder.Gesture.TagRecord
80 public TagRecord(long when, String tag, String info) {
82 this.tag = tag;
86 return String.format("{\"type\":\"tag\", \"time\":%d, \"tag\":\"%s\", \"info\":\"%s\"}",
88 this.tag,
104 Log.w(TAG, "Assertion failure in GestureRecorder: event downTime ("
114 public void tag(long when, String tag, String info) method in class:GestureRecorder.Gesture
171 public void tag(long when, String tag, String info) { method in class:GestureRecorder
182 public void tag(long when, String tag) { method in class:GestureRecorder
183 tag(when, tag, null); method
186 public void tag(String tag) { method in class:GestureRecorder
187 tag(SystemClock.uptimeMillis(), tag, null); local
190 public void tag(String tag, String info) { method in class:GestureRecorder
191 tag(SystemClock.uptimeMillis(), tag, info); local
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 133 private final CharacterRecorder tag; field in class:HtmlParserImpl
156 tag = new CharacterRecorder();
174 tag = new CharacterRecorder(aHtmlParserImpl.tag);
221 * <li>Inside a STYLE tag.
252 // Special logic to handle the "content" attribute of the "meta" tag.
279 return tag.getContent().toLowerCase();
344 tag.reset();
491 tag.maybeRecord(input);
497 * Starts recording the name of the HTML tag. Called when the parse
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
EnableZenModeDialog.java 57 private static final String TAG = "EnableZenModeDialog";
58 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
118 ConditionTag tag = getConditionTagAt(checkedId);
120 if (isForever(tag.condition)) {
124 } else if (isAlarm(tag.condition)) {
128 } else if (isCountdown(tag.condition)) {
133 Slog.d(TAG, "Invalid manual condition: " + tag.condition);
138 getRealConditionId(tag.condition), TAG);
190 final ConditionTag tag = row.getTag() != null ? (ConditionTag) row.getTag() : local
405 ConditionTag tag = (ConditionTag) alarmContent.getTag(); local
    [all...]
  /art/test/903-hello-tagging/src/art/
Test903.java 76 long tag = Main.getTag(o); local
77 if (expectedTag != tag) {
78 throw new RuntimeException("Unexpected tag " + tag + ", expected " + expectedTag);
84 // to compare to. We use index % 10 as the tag.
135 long tag; field in class:Test903.Pair
138 tag = t;
142 if (tag != p.tag) {
143 return Long.compare(tag, p.tag)
    [all...]
  /cts/tests/signature/src/android/signature/cts/
ApiDocumentParser.java 68 private final String tag; field in class:ApiDocumentParser
72 public ApiDocumentParser(String tag) throws XmlPullParserException {
73 this.tag = tag;
142 throw new XmlPullParserException("No start tag found");
146 throw new XmlPullParserException("Unexpected start tag: found " + parser.getName() +
206 "unknown tag exception:" + tagname);
224 Log.d(tag, msg);
  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 81 String tag = (String) mPickers.get(position).getTag(); local
82 if (tag == null) {
87 return context.getResources().getIdentifier(tag, "drawable", context.getPackageName());
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
BackgroundPickers.java 81 String tag = (String) mPickers.get(position).getTag(); local
82 if (tag == null) {
87 return context.getResources().getIdentifier(tag, "drawable", context.getPackageName());
  /development/apps/Development/src/com/android/development/
LogViewer.java 38 static final String TAG = LogViewer.class.getSimpleName();
106 CharSequence tag local
111 builder.append(tag)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
BackgroundPickers.java 81 String tag = (String) mPickers.get(position).getTag(); local
82 if (tag == null) {
87 return context.getResources().getIdentifier(tag, "drawable", context.getPackageName());
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperEclair.java 65 String tag = tab.getTag(); local
69 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText(), tab.getIcon());
71 spec = mTabHost.newTabSpec(tag).setIndicator(tab.getText());
80 Fragment fragment = mActivity.getSupportFragmentManager().findFragmentByTag(tag);
89 mTabs.put(tag, tab);
149 public View createTabContent(String tag) {
  /development/samples/training/network-usage/src/com/example/android/networkusage/
StackOverflowXmlParser.java 58 // Starts by looking for the entry tag
82 // Parses the contents of an entry. If it encounters a title, summary, or link tag, hands them
84 // to their respective &quot;read&quot; methods for processing. Otherwise, skips the tag.
120 String tag = parser.getName(); local
122 if (tag.equals("link")) {
151 // if the next tag after a START_TAG isn't a matching END_TAG, it keeps going until it
  /device/google/cuttlefish_common/common/libs/usbforward/
protocol.h 92 uint32_t tag; member in struct:usb_forward::RequestHeader
97 uint32_t tag; member in struct:usb_forward::ResponseHeader
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/libfdt/
fdt.h 90 fdt32_t tag; member in struct:fdt_node_header
95 fdt32_t tag; member in struct:fdt_property

Completed in 1028 milliseconds

<<11121314151617181920>>