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

<<11121314151617181920>>

  /external/grpc-grpc/test/core/end2end/tests/
streaming_error_response.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),
149 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
155 &request_metadata_recv, f.cq, f.cq, tag(101)));
156 CQ_EXPECT_COMPLETION(cqv, tag(101), 1);
167 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
171 CQ_EXPECT_COMPLETION(cqv, tag(102), 1);
173 CQ_EXPECT_COMPLETION(cqv, tag(1), 1);
182 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(103)
    [all...]
trailing_metadata.cc 30 static void* tag(intptr_t t) { return (void*)t; } function
61 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000));
62 GPR_ASSERT(grpc_completion_queue_pluck(f->shutdown_cq, tag(1000),
185 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
191 &request_metadata_recv, f.cq, f.cq, tag(101));
193 CQ_EXPECT_COMPLETION(cqv, tag(101), 1);
209 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102),
213 CQ_EXPECT_COMPLETION(cqv, tag(102), 1);
237 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(103),
241 CQ_EXPECT_COMPLETION(cqv, tag(103), 1)
    [all...]
write_buffering.cc 30 static void* tag(intptr_t t) { return (void*)t; } function
61 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000));
62 GPR_ASSERT(grpc_completion_queue_pluck(f->shutdown_cq, tag(1000),
129 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
140 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(2),
146 &request_metadata_recv, f.cq, f.cq, tag(101)));
147 CQ_EXPECT_COMPLETION(cqv, tag(1), true); /* send message is buffered */
148 CQ_EXPECT_COMPLETION(cqv, tag(101), true);
157 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(3),
166 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102)
    [all...]
write_buffering_at_end.cc 30 static void* tag(intptr_t t) { return (void*)t; } function
61 grpc_server_shutdown_and_notify(f->server, f->shutdown_cq, tag(1000));
62 GPR_ASSERT(grpc_completion_queue_pluck(f->shutdown_cq, tag(1000),
126 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(1),
137 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(2),
143 &request_metadata_recv, f.cq, f.cq, tag(101)));
144 CQ_EXPECT_COMPLETION(cqv, tag(1), true); /* send message is buffered */
145 CQ_EXPECT_COMPLETION(cqv, tag(101), true);
154 error = grpc_call_start_batch(c, ops, static_cast<size_t>(op - ops), tag(3),
163 error = grpc_call_start_batch(s, ops, static_cast<size_t>(op - ops), tag(102)
    [all...]
  /external/grpc-grpc/test/core/surface/
completion_queue_threading_test.cc 67 void* tag; member in struct:thread_state
72 grpc_completion_queue_pluck(state->cc, state->tag,
96 thread_states[i].tag = tags[i];
  /external/grpc-grpc/test/cpp/end2end/
health_service_end2end_test.cc 110 void* tag; local
112 while (cq->Next(&tag, &ok)) {
nonblocking_test.cc 61 void* tag(int i) { return reinterpret_cast<void*>(static_cast<intptr_t>(i)); } function in namespace:grpc::testing::__anon23425
76 bool LoopForTag(void** tag, bool* ok) {
78 auto r = cq_->AsyncNext(tag, ok, gpr_time_0(GPR_CLOCK_REALTIME));
131 response_reader->Finish(&recv_response, &recv_status, tag(4));
134 cq_.get(), cq_.get(), tag(2));
144 response_writer.Finish(send_response, Status::OK, tag(3));
  /external/harfbuzz_ng/src/
hb-aat-fdsc-table.hh 43 bool has_data () const { return tag; }
45 int cmp (hb_tag_t a) const { return tag.cmp (a); }
66 Tag tag; /* The 4-byte table tag name. */ member in struct:AAT::FontDescriptor
68 Fixed value; /* The value for the descriptor tag. */
69 HBUINT32 nalfType; /* If the tag is `nalf`, see non_alphabetic_value_t */
116 * Each descriptor consists of a <tag, value> pair.
  /external/harfbuzz_ng/test/api/
test-ot-tag.c 31 /* Unit tests for hb-ot-tag.h */
39 hb_script_t tag; local
43 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
44 tag = hb_tag_from_string (s, -1);
51 g_assert_cmphex (t[0], ==, tag);
53 g_assert_cmphex (HB_TAG_CHAR4 ("DFLT"), ==, tag);
55 g_assert_cmphex (hb_ot_tag_to_script (tag), ==, script);
61 hb_script_t tag; local
65 g_test_message ("Testing script %c%c%c%c: script tag %s, language tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s, lang_s)
204 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
225 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
245 hb_tag_t tag = hb_tag_from_string (tag_s, -1); local
    [all...]
  /external/icu/icu4c/source/i18n/
collationdata.cpp 33 int32_t tag = Collation::tagFromCE32(ce32); local
34 if(tag == Collation::DIGIT_TAG) {
37 } else if(tag == Collation::LEAD_SURROGATE_TAG) {
39 } else if(tag == Collation::U0000_TAG) {
  /external/jdiff/src/jdiff/
CommentsHandler.java 21 * "Empty elements must either have an end tag or the start tag must end with /&lt;".
150 * Add the start tag to the current comment text.
153 // Need to insert the HTML tag into the current text
155 // Save the tag in a stack
157 String tag = "<" + currentHTMLTag; local
163 tag += " " + name + "=\"" + value+ "\"";
166 // End the tag
168 tag += "/>";
170 tag += ">"
    [all...]
  /external/kernel-headers/original/uapi/linux/
virtio_balloon.h 97 * __virtio16 tag;
107 __virtio16 tag; member in struct:virtio_balloon_stat
  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
bullet_1_2_3.pass.cpp 135 // CV - the cv qualifiers of 'CallSig' represented as a type tag.
162 CV tag; local
164 runTestDispatch(tag, obj);
165 runTestDispatch(tag, der);
166 runTestDispatch(tag, dref2);
167 runTestDispatchIf(NotRValue, tag, dref);
168 runTestDispatchIf(NotRValue, tag, obj_ptr);
169 runTestDispatchIf(NotRValue, tag, der_ptr);
171 runTestDispatchIf(NotRValue, tag, rref);
172 runTestDispatchIf(NotRValue, tag, drref)
    [all...]
  /external/libese/libese-hw/nxp/pn80t/
common.c 209 /* For each tag type, walk the response to extract the value. */
214 const uint8_t tag = *tag_ptr; local
221 switch (tag) {
228 ALOGI("- Timer 0x%.2X: %d", tag, cooldown);
236 /* Ignore -- not a known tag. */
  /external/libexif/libexif/olympus/
mnote-olympus-entry.c 83 ExifTag tag; member in struct:__anon28212
296 switch (entry->tag) {
435 /* search for the tag */
436 for (i = 0; (items[i].tag && items[i].tag != entry->tag); i++)
438 if (!items[i].tag) {
464 /* fall through to handle SHORT version of this tag */
505 /* search for the tag */
506 for (i = 0; (items[i].tag && items[i].tag != entry->tag); i++
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
snprintf_xml.c 101 const char *tag = (type == __ADDR_SRC) ? "src" : "dst"; local
103 ret = snprintf(buf, len, "<%s>", tag);
117 ret = snprintf(buf+offset, len, "</%s>", tag);
  /external/libxcam/modules/isp/
libtbd.h 69 uint32_t tag; /*!< Tag identifier, also checks endianness */ member in struct:__anon30306
78 * \brief Tag identifiers used in TBD container header.
124 * Creates a new, empty Tagged Binary Data container with the tag
130 * @param[in] a_tag Tag the container shall have
143 * care about the tag type of the container.
155 * been tagged properly. The tag is further used to check endianness,
159 * @param[in] a_tag Tag the data must have
  /external/ltp/pan/
zoolib.c 48 * expected line fromat: pid_t,tag,cmdline
186 int zoo_mark_cmdline(zoo_t z, pid_t p, char *tag, char *cmdline)
190 snprintf(new_entry, 80, "%d,%s,%s", p, tag, cmdline);
194 int zoo_mark_args(zoo_t z, pid_t p, char *tag, int ac, char **av)
200 ret = zoo_mark_cmdline(z, p, tag, cmdline);
263 pid_t zoo_getpid(zoo_t z, char *tag)
286 if (strncmp(s + 1, tag, strlen(tag)))
287 continue; /* tag does not match */
401 char tag[10] local
    [all...]
  /external/mesa3d/src/glx/
indirect_glx.c 137 GLXContextTag tag; local
142 tag = old->currentContextTag;
145 tag = 0;
148 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
  /external/nos/host/android/hals/keymaster/
import_wrapped_key.cpp 43 using ::android::hardware::keymaster::V4_0::Tag;
53 using parse_asn1_fn = function<ErrorCode(CBS *cbs, Tag tag,
67 unsigned tag) {
70 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
88 unsigned tag) {
91 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) {
108 static ErrorCode parse_asn1_set(CBS *auth, Tag tag,
116 (tag & 0x0fffffff)))
414 Tag tag; member in struct:android::hardware::keymaster::tag_parser_entry
469 CBS tag; local
    [all...]
  /external/oj-libjdwp/src/share/back/
EventRequestImpl.c 87 jbyte tag; local
91 tag = inStream_readByte(in); /* not currently used */
92 tag = tag; /* To shut up lint */
classTrack.c 42 * associated with the tag we gave to that class. The tag is
57 * tag values (which would require that many class-loads).
74 jlong klass_tag; /* Tag the klass has in the tracking-env */
90 * The current highest tag number in use by the trackingEnv.
114 cbTrackingObjectFree(jvmtiEnv* jvmti_env, jlong tag)
117 *(jlong*)bagAdd(deletedTagBag) = tag;
122 * Returns true (thus continuing the iteration) if the item is not the searched for tag.
134 isClassUnloaded(jlong tag)
137 return !bagEnumerateOver(deletedTagBag, isNotTag, &tag);
210 jlong tag; local
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Request.java 33 private final Object tag; field in class:Request
44 this.tag = builder.tag != null ? builder.tag : this;
89 public Object tag() { method in class:Request
90 return tag;
115 + ", tag="
116 + (tag != this ? tag : null)
125 private Object tag; field in class:Request.Builder
271 public Builder tag(Object tag) { method in class:Request.Builder
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Request.java 38 private final Object tag; field in class:Request
49 this.tag = builder.tag != null ? builder.tag : this;
94 public Object tag() { method in class:Request
95 return tag;
120 + ", tag="
121 + (tag != this ? tag : null)
133 private Object tag; field in class:Request.Builder
279 public Builder tag(Object tag) { method in class:Request.Builder
    [all...]
  /external/pdfium/third_party/libtiff/
tif_print.c 143 _TIFFPrettyPrintField(TIFF* tif, const TIFFField *fip, FILE* fd, uint32 tag,
149 if (strncmp(fip->field_name,"Tag ", 4) == 0) {
153 switch (tag)
200 * XXX: for some weird reason RichTIFFIPTC tag
572 ** Custom tag support.
580 uint32 tag = TIFFGetTagListEntry(tif, i); local
586 fip = TIFFFieldWithTag(tif, tag);
592 if(TIFFGetField(tif, tag, &value_count, &raw_data) != 1)
596 if(TIFFGetField(tif, tag, &small_value_count, &raw_data) != 1)
620 TIFFGetField(tif, tag, dotrange+0, dotrange+1)
    [all...]

Completed in 746 milliseconds

<<11121314151617181920>>