HomeSort by relevance Sort by last modified time
    Searched full:unmarshal (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libevent/test/
regress.gen.c 310 event_warnx("%s: failed to unmarshal from_name", __func__);
321 event_warnx("%s: failed to unmarshal to_name", __func__);
335 event_warnx("%s: failed to unmarshal attack", __func__);
348 event_warnx("%s: failed to unmarshal run", __func__);
561 event_warnx("%s: failed to unmarshal weapon", __func__);
572 event_warnx("%s: failed to unmarshal action", __func__);
583 event_warnx("%s: failed to unmarshal how_often", __func__);
793 event_warnx("%s: failed to unmarshal how", __func__);
810 event_warnx("%s: failed to unmarshal some_bytes", __func__);
821 event_warnx("%s: failed to unmarshal fixed_bytes", __func__)
    [all...]
regress_rpc.c 248 fprintf(stderr, "FAILED (unmarshal)\n");
regress.c 1553 fprintf(stderr, "Failed to unmarshal message.\n");
    [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityServiceInfoTest.java 37 // marshal and unmarshal the service info
  /external/chromium/third_party/libevent/
event_tagging.c 383 /* Unmarshal a fixed length tag */
394 /* Now unmarshal a tag and check that it matches the tag we want */
event_rpcgen.py 499 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
541 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
587 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
711 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
816 ' event_warnx("%%s: failed to unmarshal %s", __func__);' % (
    [all...]
evrpc.h 128 * automatically unmarshal and marshal the http buffers.
  /external/chromium/net/base/
ssl_cipher_suite_names_generate.go 115 err = xml.Unmarshal(infile, &input)
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityEventTest.java 57 // marshal and unmarshal the event
AccessibilityNodeInfoTest.java 45 // marshal and unmarshal the node info
  /frameworks/base/docs/html/training/in-app-billing/
preparing-iab-app.jd 36 <p>In this training class, you will use a reference implementation for the In-app Billing Version 3 API called the {@code TrivialDrive} sample application. The sample includes convenience classes to quickly set up the In-app Billing service, marshal and unmarshal data types, and handle In-app Billing requests from the main thread of your application.</p>

Completed in 360 milliseconds