HomeSort by relevance Sort by last modified time
    Searched defs:tag (Results 151 - 175 of 1167) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/doclava/src/com/google/doclava/
SeeTagInfo.java 88 for (SeeTagInfo tag : tags) {
89 if (tag.mBase.checkLevel() && tag.checkLevel()) {
90 tag.makeHDF(data, base + "." + j);
  /external/droiddriver/src/io/appium/droiddriver/finders/
XPaths.java 34 * @return The tag name used to build UiElement DOM. It is preferable to use
37 public static String tag(String className) { method in class:XPaths
42 * @return The tag name used to build UiElement DOM. It is preferable to use
45 public static String tag(Class<?> clazz) { method in class:XPaths
46 return tag(clazz.getSimpleName());
  /external/dtc/libfdt/
fdt.c 97 uint32_t tag; local
105 tag = fdt32_to_cpu(*tagp);
109 switch (tag) {
141 return tag;
165 uint32_t tag; local
173 tag = fdt_next_tag(fdt, offset, &nextoffset);
175 switch (tag) {
197 } while (tag != FDT_BEGIN_NODE);
  /external/elfutils/backends/
m68k_retval.c 78 int tag = dwarf_peeled_die_type (functypedie, typedie); local
79 if (tag <= 0)
80 return tag;
82 switch (tag)
93 tag = DWARF_TAG_OR_RETURN (typedie);
107 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
112 if (tag == DW_TAG_base_type)
127 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type
    [all...]
ppc64_retval.c 81 int tag = dwarf_peeled_die_type (functypedie, typedie); local
82 if (tag <= 0)
83 return tag;
86 switch (tag)
97 tag = DWARF_TAG_OR_RETURN (typedie);
110 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
117 if (tag == DW_TAG_base_type)
169 if (tag == DW_TAG_array_type)
175 tag = DWARF_TAG_OR_RETURN (typedie)
    [all...]
riscv_retval.c 134 int tag = dwarf_peeled_die_type (functypedie, &typedie); local
135 if (tag <= 0)
136 return tag;
143 if (tag == DW_TAG_structure_type || tag == DW_TAG_union_type
144 || tag == DW_TAG_class_type || tag == DW_TAG_array_type)
160 if (tag == DW_TAG_structure_type
173 if (tag == DW_TAG_base_type
174 || tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type
    [all...]
s390_retval.c 72 int tag = dwarf_peeled_die_type (functypedie, typedie); local
73 if (tag <= 0)
74 return tag;
77 switch (tag)
88 tag = DWARF_TAG_OR_RETURN (typedie);
106 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
111 if (tag == DW_TAG_base_type)
sparc_retval.c 76 int tag = dwarf_peeled_die_type (functypedie, typedie); local
77 if (tag <= 0)
78 return tag;
81 switch (tag)
92 tag = DWARF_TAG_OR_RETURN (typedie);
107 if ((tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
115 if (tag == DW_TAG_base_type)
x86_64_retval.c 85 int tag = dwarf_peeled_die_type (functypedie, typedie); local
86 if (tag <= 0)
87 return tag;
90 switch (tag)
101 tag = DWARF_TAG_OR_RETURN (typedie);
114 if (tag == DW_TAG_pointer_type || tag == DW_TAG_ptr_to_member_type)
121 if (tag == DW_TAG_base_type)
  /external/elfutils/tests/
peel_type.c 35 dwarf_tag_string (unsigned int tag)
37 switch (tag)
60 DIE itself. The resulting tag should be the same. */
71 int tag = dwarf_tag (result); local
72 printf ("%s raw type %s\n", name, dwarf_tag_string (tag));
80 else if (dwarf_tag (type) != tag)
82 dwarf_tag_string (tag),
show-abbrev.c 72 unsigned tag = dwarf_getabbrevtag (abbrev); local
73 if (tag == 0)
99 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
100 (unsigned long long int) offset, code, tag, children);
  /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/freetype/src/sfnt/
ttmtx.c 78 FT_ULong tag, table_size; local
85 tag = TTAG_vmtx;
91 tag = TTAG_hmtx;
96 error = face->goto_table( face, tag, stream, &table_size );
  /external/freetype/src/type1/
t1parse.c 75 FT_UShort tag; local
82 if ( !FT_READ_USHORT( tag ) )
84 if ( tag == 0x8001U || tag == 0x8002U )
90 *atag = tag;
103 FT_UShort tag; local
110 error = read_pfb_tag( stream, &tag, &dummy );
117 if ( tag != 0x8001U && FT_STREAM_SEEK( 0 ) )
142 FT_UShort tag; local
189 /* look for a Postscript binary file tag, i.e., 0x8001 *
277 FT_UShort tag; local
    [all...]
  /external/grpc-grpc/test/core/bad_client/tests/
head_of_line_blocking.cc 69 static void* tag(intptr_t t) { return (void*)t; } function
84 &payload, cq, cq, tag(101));
86 CQ_EXPECT_COMPLETION(cqv, tag(101), 1);
  /external/grpc-grpc/test/core/end2end/
connection_refused_test.cc 37 static void* tag(intptr_t i) { return (void*)i; } function
111 (size_t)(op - ops), tag(1),
114 CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
no_server_test.cc 29 static void* tag(intptr_t i) { return (void*)i; } function
74 (size_t)(op - ops), tag(1),
83 CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
  /external/grpc-grpc/test/core/end2end/fuzzers/
server_fuzzer.cc 33 static void* tag(int n) { return (void*)static_cast<uintptr_t>(n); } function
77 &request_metadata1, cq, cq, tag(1)));
91 switch (detag(ev.tag)) {
104 grpc_server_shutdown_and_notify(server, cq, tag(0xdead));
109 // the tag from shutdown, because we might potentially get blocked by
  /external/grpc-grpc/test/core/end2end/tests/
cancel_in_a_vacuum.cc 33 static void* tag(intptr_t t) { return (void*)t; } function
66 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000));
67 GPR_ASSERT(grpc_completion_queue_pluck(f->shutdown_cq, tag(1000),
empty_batch.cc 32 static void* tag(intptr_t t) { return (void*)t; } function
63 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000));
64 GPR_ASSERT(grpc_completion_queue_pluck(f->shutdown_cq, tag(1000),
101 error = grpc_call_start_batch(c, op, 0, tag(1), nullptr);
103 CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
  /external/grpc-grpc/test/cpp/microbenchmarks/
fullstack_streaming_pump.h 38 static void* tag(intptr_t x) { return reinterpret_cast<void*>(x); } function in namespace:grpc::testing
54 fixture->cq(), tag(0));
58 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1));
69 response_rw.Read(&recv_request, tag(0));
72 request_rw->Write(send_request, tag(1));
75 if (t == tag(0)) {
76 response_rw.Read(&recv_request, tag(0));
77 } else if (t == tag(1)) {
84 request_rw->WritesDone(tag(1));
92 response_rw.Finish(Status::OK, tag(0))
    [all...]
  /external/grpc-grpc-java/protobuf-nano/src/generated/test/javanano/io/grpc/protobuf/nano/
Messages.java 95 int tag = input.readTag(); local
96 switch (tag) {
100 if (!com.google.protobuf.nano.WireFormatNano.parseUnknownField(input, tag)) {
  /external/harfbuzz_ng/src/
hb-ot-var.h 82 hb_tag_t tag; member in struct:hb_ot_var_axis_info_t
hb-subset.cc 70 hb_tag_t tag = TableType::tableTag; local
76 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c initial estimated table size: %u bytes.", HB_UNTAG (tag), buf_size);
79 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to allocate %u bytes.", HB_UNTAG (tag), buf_size);
89 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c ran out of room; reallocating to %u bytes.", HB_UNTAG (tag), buf_size);
92 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c failed to reallocate %u bytes.", HB_UNTAG (tag), buf_size);
100 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c final subset table size: %u bytes.", HB_UNTAG (tag), dest_blob->length);
101 result = c.plan->add_table (tag, dest_blob);
106 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset table subsetted to empty.", HB_UNTAG (tag));
111 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset sanitize failed on source table.", HB_UNTAG (tag));
114 DEBUG_MSG(SUBSET, nullptr, "OT::%c%c%c%c::subset %s", HB_UNTAG (tag), result ? "success" : "FAILED!")
125 hb_tag_t tag = TableType::tableTag; local
279 hb_tag_t tag = table_tags[i]; local
    [all...]
  /external/icu/icu4c/source/i18n/
number_affixutils.cpp 163 AffixTag tag; local
164 while (hasNext(tag, affixPattern)) {
165 tag = nextToken(tag, affixPattern, status);
167 if (tag.type == TYPE_CURRENCY_OVERFLOW) {
170 } else if (tag.type < 0) {
172 position + length, provider.getSymbol(tag.type), getFieldForType(tag.type), status);
174 length += output.insertCodePoint(position + length, tag.codePoint, UNUM_FIELD_COUNT, status);
183 AffixTag tag; local
203 AffixTag tag; local
218 AffixTag tag; local
235 AffixTag tag; local
251 AffixTag tag; local
267 AffixTag tag; local
    [all...]

Completed in 507 milliseconds

1 2 3 4 5 67 8 91011>>