Home
last modified time | relevance | path

Searched defs:cstring (Results 1 – 17 of 17) sorted by relevance

/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/detail/
Dcompile_time_type_info.hpp238 struct cstring { struct
239 static constexpr unsigned int size_ = sizeof...(C);
240 static constexpr char data_[size_] = { C... };
/external/python/cpython2/Tools/framer/framer/
Dutil.py1 def cstring(s, width=70): function
/external/google-breakpad/src/processor/
Dsimple_serializer-inl.h86 static size_t SizeOf(const char* cstring) { in SizeOf()
90 static char* Write(const char* cstring, char* dest) { in Write()
/external/sdv/vsomeip/third_party/boost/property_tree/examples/
Dinfo_grammar_spirit.cpp27 boost::spirit::rule<Scanner> string, qstring, cstring, key, value, entry, info; member
/external/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc28 const char* cstring = env->GetStringUTFChars(jstr, nullptr); in JStringToString() local
/external/skia/tools/skdiff/
Dskdiff_utils.cpp138 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
/external/rust/crates/zeroize/tests/
Dzeroize.rs174 let mut cstring = CString::new("Hello, world!").expect("CString::new failed"); in zeroize_c_string() localVariable
/external/rust/cxx/gen/src/
Dinclude.rs29 pub cstring: bool, field
/external/crosvm/rutabaga_gfx/src/
Dgfxstream.rs749 let cstring = CString::new(directory)?; in snapshot() localVariable
761 let cstring = CString::new(directory)?; in restore() localVariable
/external/oj-libjdwp/src/share/back/
DVirtualMachineImpl.c652 char *cstring; in createString() local
/external/AFLplusplus/instrumentation/
Dafl-compiler-rt.o.c2794 void __cmplog_rtn_gcc_stdstring_cstring(u8 *stdstring, u8 *cstring) { in __cmplog_rtn_gcc_stdstring_cstring()
2815 void __cmplog_rtn_llvm_stdstring_cstring(u8 *stdstring, u8 *cstring) { in __cmplog_rtn_llvm_stdstring_cstring()
/external/cronet/third_party/icu/source/test/cintltst/
Dutransts.c70 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable()
/external/icu/icu4c/source/test/cintltst/
Dutransts.c70 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable()
/external/crosvm/rutabaga_gfx/ffi/src/
Dlib.rs49 let cstring = CString::new(debug_string.as_str()).expect("CString creation failed"); in log_error() localVariable
/external/rust/cxx/tests/ffi/
Dtests.cc852 rust::String cstring = "test"; in cxx_run_test() local
/external/rust/crates/rusqlite/src/
Dlib.rs1331 let cstring = str_to_cstring(sql)?; in test_close_retry() localVariable
/external/mdnsresponder/mDNSCore/
DDNSCommon.c503 mDNSexport mDNSu8 *AppendDNSNameString(domainname *const name, const char *cstring) in AppendDNSNameString()