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

  /external/e2fsprogs/intl/
printf-args.h 104 const char* a_string; member in union:__anon20774::__anon20775
printf-args.c 87 ap->a.a_string = va_arg (args, const char *);
vasnprintf.c 463 tmp_length = strlen (a.arg[dp->arg_index].a.a_string);
730 const char *arg = a.arg[dp->arg_index].a.a_string;
  /external/python/apitools/apitools/base/protorpclite/
protojson_test.py 54 a_string = messages.StringField(2) variable in class:MyMessage
182 MyMessage, '{"a_string": 10}')
441 '{"a_string": "{encoded}xyz"}',
442 self.protojson.encode_message(MyMessage(a_string='xyz')))
446 MyMessage(a_string='{decoded}xyz'),
447 self.protojson.decode_message(MyMessage, '{"a_string": "xyz"}'))
451 MyMessage(a_string='{decoded}'),
452 self.protojson.decode_message(MyMessage, '{"a_string": ""}'))
  /art/runtime/
intern_table.cc 322 ObjPtr<mirror::String> a_string = a.Read<kWithoutReadBarrier>(); local
323 uint32_t a_length = static_cast<uint32_t>(a_string->GetLength());
327 if (a_string->IsCompressed()) {
336 a_string->GetValueCompressed(), a_length * sizeof(uint8_t)) == 0;
341 const uint16_t* a_value = a_string->GetValue();
  /external/bcc/tests/cc/
test_c_api.cc 113 extern "C" int _a_test_function(const char *a_string) {
115 for (i = 0; a_string[i]; ++i)

Completed in 187 milliseconds