HomeSort by relevance Sort by last modified time
    Searched refs:string_length (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/compile/mclinker/lib/LD/
DebugString.cpp 30 static inline size_t string_length(const char* pStr) { function in namespace:mcld
55 size_t len = string_length(str);
83 m_StringTable.getOutputOffset(llvm::StringRef(str, string_length(str))));
  /system/core/base/
strings.cpp 108 size_t string_length = s.size(); local
109 if (suffix_length > string_length) {
112 size_t offset = string_length - suffix_length;
  /external/valgrind/coregrind/m_demangle/
d-demangle.c 119 string_length (string *s) function
131 if (n - string_length (s) < 0)
382 szattr = string_length (&attr);
386 szargs = string_length (&args);
390 sztype = string_length (&type);
546 sztype = string_length (&type);
585 szmods = string_length (&mods);
739 int saved = string_length (decl);
821 string_setlength (decl, string_length (decl) - 1);
832 string_setlength (decl, string_length (decl) - 1)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
d-demangle.c 103 string_length (string *s) function
115 if (n - string_length (s) < 0)
366 szattr = string_length (&attr);
370 szargs = string_length (&args);
374 sztype = string_length (&type);
530 sztype = string_length (&type);
569 szmods = string_length (&mods);
723 int saved = string_length (decl);
805 string_setlength (decl, string_length (decl) - 1);
816 string_setlength (decl, string_length (decl) - 1)
    [all...]
  /frameworks/minikin/include/minikin/
FontCollection.h 43 void itemize(const uint16_t* string, size_t string_length, const MinikinPaint& paint,
  /toolchain/binutils/binutils-2.27/include/som/
internal.h 87 unsigned int string_length; member in struct:som_string_auxhdr
aout.h 101 unsigned char string_length[4]; member in struct:som_external_string_auxhdr
  /toolchain/binutils/binutils-2.27/gold/
stringpool.h 39 string_length(const Char_type* p) function in namespace:gold
47 // Specialize string_length for char. Maybe we could just use
52 string_length(const char* p) function in namespace:gold
350 : string(s), length(string_length(s)), hash_code(string_hash(s, length))
stringpool.cc 216 return this->add_with_length(s, string_length(s), copy, pkey);
453 return this->get_offset_with_length(s, string_length(s));
merge.cc 481 size_t len = string_length(pt);
502 size_t len = p < pend0 ? string_length(p) : pend - p;
  /external/v8/src/runtime/
runtime-strings.cc 448 int string_length = string->length(); local
455 String::WriteToFlat<Char>(string, &buffer[cursor], 0, string_length);
485 int string_length = 0; local
501 String::kMaxLength - length < string_length) {
505 string_length += length;
513 int remaining_length = String::kMaxLength - string_length;
515 string_length += separator_length * (array_length - 1);
536 ->NewRawOneByteString(string_length)
541 Vector<uint8_t>(result->GetChars(), string_length));
545 ->NewRawTwoByteString(string_length)
    [all...]
runtime-array.cc 214 int string_length = local
219 static_cast<uint32_t>(Max(string_length, backing_store_length))));
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
cstring.i 111 int n = string_length($input);
ocaml.swg 510 return string_length(SWIG_Field(v,0));
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 107 const uint32 string_length = string_lengths[i]; local
110 buffer->resize(string_length);
113 buffered_file->ReadNBytes(string_length, &(*buffer)[0], &bytes_read));
134 uint64 string_length = 0; local
135 TF_RETURN_IF_ERROR(buffered_file->ReadVarint64(&string_length));
137 *actual_crc32c, reinterpret_cast<const char*>(&string_length),
141 buffer.resize(string_length);
144 buffered_file->ReadNBytes(string_length, &buffer[0], &bytes_read));
149 "buffer of size ", string_length, ". ",
    [all...]
  /art/runtime/mirror/
string-inl.h 287 inline String* String::AllocFromString(Thread* self, int32_t string_length, Handle<String> string,
291 string_length));
292 const int32_t length_with_flag = String::GetFlaggedCount(string_length, compressible);
string.h 117 ALWAYS_INLINE static String* AllocFromString(Thread* self, int32_t string_length,
  /external/libchrome/base/strings/
string_util_unittest.cc 406 const size_t string_length = arraysize(char_ascii) - 1; local
408 for (size_t len = 0, max_len = string_length - offset; len < max_len;
421 const size_t string_length = arraysize(char16_ascii) - 1; local
423 for (size_t len = 0, max_len = string_length - offset; len < max_len;
442 const size_t string_length = wchar_ascii.length(); local
443 for (size_t len = 0; len < string_length; ++len) {
    [all...]
  /external/v8/src/wasm/
module-decoder.cc 169 uint32_t string_length = decoder_.consume_u32v("section name length");
171 decoder_.consume_bytes(string_length, "section name");
173 TRACE("Section name of length %u couldn't be read\n", string_length);
181 string_length < 20 ? string_length : 20, section_name_start);
183 if (string_length == kNameStringLength &&
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 892 Node* string_length = SmiUntag(LoadStringLength(receiver)); local
1543 Node* const string_length = LoadStringLength(string); local
    [all...]
builtins-regexp.cc 290 Node* const string_length = LoadStringLength(string); local
291 GotoIfNot(SmiLessThanOrEqual(lastindex, string_length), &if_isoob);
1388 Node* const string_length = LoadStringLength(string); local
1902 Node* const string_length = LoadStringLength(string); local
    [all...]
  /art/openjdkjvmti/
ti_heap.cc 70 int32_t string_length = str->GetLength(); local
73 if (string_length > 0) {
75 data = AllocJvmtiUniquePtr<uint16_t[]>(env, string_length, &alloc_error);
86 for (int32_t i = 0; i != string_length; ++i) {
91 memcpy(data.get(), str->GetValue(), string_length * sizeof(uint16_t));
103 string_length,
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 506 int string_length = this.getNextValueAsInt(); local
509 res = new String(data, reading_data_index, string_length, "UTF-8");
513 reading_data_index = reading_data_index + string_length;
    [all...]
  /art/compiler/optimizing/
intrinsics_x86.cc 1512 Register string_length = locations->GetTemp(1).AsRegister<Register>(); local
    [all...]
intrinsics_x86_64.cc 1683 CpuRegister string_length = locations->GetTemp(1).AsRegister<CpuRegister>(); local
1732 __ movl(CpuRegister(TMP), string_length); local
    [all...]

Completed in 683 milliseconds

1 2