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

  /system/keymaster/
attestation_record.cpp 221 ASN1_OCTET_STRING** string_ptr = nullptr; local
329 string_ptr = &record->application_id;
391 assert(string_ptr);
392 if (!*string_ptr)
393 *string_ptr = ASN1_OCTET_STRING_new();
394 if (!*string_ptr)
396 if (!ASN1_OCTET_STRING_set(*string_ptr, entry.blob.data, entry.blob.data_length))
  /toolchain/binutils/binutils-2.25/bfd/
oasys.c 75 char *string_ptr; local
98 string_ptr = data->strings;
150 dest->name = string_ptr;
159 dest->name = string_ptr;
167 string_ptr[0] = '_';
168 string_ptr++;
171 memcpy (string_ptr, record.symbol.name, length);
173 string_ptr[length] = 0;
174 string_ptr += length + 1;
    [all...]
peicode.h 114 char * string_ptr; member in struct:__anon75388
555 sprintf (vars->string_ptr, "%s%s", prefix, symbol_name);
561 H_PUT_32 (vars->abfd, vars->string_ptr - vars->string_table,
576 sym->symbol.name = vars->string_ptr;
591 vars->string_ptr += strlen (symbol_name) + strlen (prefix) + 1;
593 BFD_ASSERT (vars->string_ptr < vars->end_string_ptr);
835 vars.string_ptr = (char *) ptr + STRING_SIZE_SIZE;
    [all...]
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 232 const char* string_ptr = const_cast<const char*>(list[i]); local
233 jstring string = env->NewStringUTF(string_ptr);
  /system/connectivity/shill/net/
netlink_attribute.cc 713 const char* string_ptr = local
716 memchr(string_ptr, '\0', input.GetLength()));
717 if (first_null_pos == string_ptr + input.GetLength() - 1) {
718 SetStringValue(string_ptr);
721 << (input.GetLength() - 1) - (first_null_pos - string_ptr)
723 SetStringValue(string_ptr);
726 SetStringValue(string(string_ptr, input.GetLength()));
    [all...]
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.cpp 433 if (p->string_ptr != NULL) {
434 delete p->string_ptr;
801 gif_pt_ptr->string_ptr = new CFX_ByteString;
802 GIF_PTR_NOT_NULL(gif_pt_ptr->string_ptr, gif_ptr);
825 if (gif_pt_ptr->string_ptr != NULL) {
826 delete gif_pt_ptr->string_ptr;
844 if (gif_pt_ptr->string_ptr != NULL) {
845 delete gif_pt_ptr->string_ptr;
851 *(gif_pt_ptr->string_ptr) +=
    [all...]
fx_gif.h 121 CFX_ByteString* string_ptr; member in struct:tagGifPlainText
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 693 const uint8_t* string_ptr = name_table + string_offset; local
698 return CFX_ByteStringC(string_ptr + GET_TT_SHORT(ptr + 10),
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c     [all...]

Completed in 427 milliseconds