Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 25 of 53) sorted by relevance

123

/external/lldb/include/lldb/Core/
DUniqueCStringMap.h40 cstring(NULL), in Entry()
46 cstring(cstr), in Entry()
52 cstring(cstr), in Entry()
60 return cstring < rhs.cstring;
63 const char* cstring; member
127 return m_map[idx].cstring; in GetCStringAtIndexUnchecked()
150 return m_map[idx].cstring; in GetCStringAtIndex()
170 if (pos->cstring == unique_cstr) in Find()
190 const char *pos_cstr = pos->cstring; in FindFirstValueForName()
215 if (next_entry->cstring == entry_ptr->cstring) in FindNextValueForName()
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmini_color.py28 cstring = re.sub(bgn_sym, CODE[color] + bgn_sym, string)
29 cstring = re.sub(end_sym, end_sym + NORMAL, cstring)
30 return cstring
/external/lldb/source/Symbol/
DSymtab.cpp304 entry.cstring = mangled.GetMangledName().GetCString(); in InitNameIndexes()
305 if (entry.cstring && entry.cstring[0]) in InitNameIndexes()
312 if (entry.cstring[0] == '_' && entry.cstring[1] == 'Z' && in InitNameIndexes()
313 …(entry.cstring[2] != 'T' && // avoid virtual table, VTT structure, typeinfo structure, and typeinf… in InitNameIndexes()
314 entry.cstring[2] != 'G' && // avoid guard variables in InitNameIndexes()
315 …entry.cstring[2] != 'Z')) // named local entities (if we eventually handle eSymbolTypeData, we wi… in InitNameIndexes()
318 entry.cstring = ConstString(cxx_method.GetBasename()).GetCString(); in InitNameIndexes()
319 if (entry.cstring && entry.cstring[0]) in InitNameIndexes()
325 if (entry.cstring[0] == '~' || !cxx_method.GetQualifiers().empty()) in InitNameIndexes()
366 entry.cstring = mangled.GetDemangledName().GetCString(); in InitNameIndexes()
[all …]
/external/lldb/test/python_api/process/
DTestProcessAPI.py117 cstring = process.ReadCStringFromMemory(val.GetValueAsUnsigned(), 256, error)
121 print "cstring read is:", cstring
123 … self.expect(cstring, "Result from SBProcess.ReadCStringFromMemory() matches our expected output",
134 cstring = process.ReadCStringFromMemory(val.AddressOf().GetValueAsUnsigned(), 256, error)
138 print "cstring read is:", cstring
140 … self.expect(cstring, "Result from SBProcess.ReadCStringFromMemory() matches our expected output",
/external/google-breakpad/src/processor/
Dsimple_serializer-inl.h86 static size_t SizeOf(const char *cstring) { in SizeOf() argument
87 return strlen(cstring) + 1; in SizeOf()
90 static char *Write(const char *cstring, char *dest) { in Write() argument
91 strcpy(dest, cstring); in Write()
92 return dest + SizeOf(cstring); in Write()
/external/skia/tools/
Dskdiff_utils.cpp100 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
101 size_t dotOffset = strrchr(cstring, '.') - cstring; in filename_to_derived_filename()
/external/llvm/test/MC/MachO/
Dx86_64-sections.s8 .cstring
Dx86_32-sections.s8 .cstring
Dx86_64-symbols.s15 .cstring
Dx86_32-symbols.s15 .cstring
/external/llvm/test/MC/AsmParser/
Dhello.s25 .cstring
/external/clang/test/CodeGen/
Dblocks-opencl.cl2 // This used to crash due to trying to generate a bitcase from a cstring
/external/libcxx/include/
Dcstring2 //===--------------------------- cstring ----------------------------------===//
15 cstring synopsis
D__refstring15 #include <cstring>
Dmodule.modulemap220 module cstring {
221 header "cstring"
/external/eigen/unsupported/Eigen/
DSkyline19 #include <cstring>
DSparseExtra20 #include <cstring>
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-literal-pointers-x86_64.test4 .cstring
Dmacho-literal-pointers-i386.test4 .cstring
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Derror_code.ipp17 # include <cstring>
/external/eigen/Eigen/
DSparseCore11 #include <cstring>
/external/icu/icu4c/source/test/cintltst/
Dutransts.c64 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable() argument
65 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1)); in InitXReplaceable()
66 u_uastrcpy(rep->text, cstring); in InitXReplaceable()
/external/libcxx/include/ext/
D__hash17 #include <cstring>
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/impl/
Dendpoint.ipp16 #include <cstring>
/external/icu/icu4c/source/common/
DAndroid.mk24 cstring.c \

123