Home
last modified time | relevance | path

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

12

/aosp_15_r20/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... };
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs148 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable
215 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs148 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable
215 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs148 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable
215 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs148 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable
215 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs148 let cstring = cstr.to_owned().into_boxed_c_str().into_c_string(); in into_boxed() localVariable
215 let cstring = CString::new(original).unwrap(); in c_string_from_empty_string() localVariable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dsimple_serializer-inl.h86 static size_t SizeOf(const char* cstring) { in SizeOf()
90 static char* Write(const char* cstring, char* dest) { in Write()
/aosp_15_r20/external/python/cpython2/Tools/framer/framer/
Dutil.py1 def cstring(s, width=70): function
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/
Dstring.go17 func cstring(b []byte) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Denv_posix.go85 func cstring(s string) unsafe.Pointer { func
/aosp_15_r20/packages/modules/OnDevicePersonalization/federatedcompute/jni/cpp/
Dmore_jni_util.h65 const char *cstring = env->GetStringUTFChars(jstr, nullptr); in JStringToString() local
/aosp_15_r20/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
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/
H A Djni_utils.cc28 const char* cstring = env->GetStringUTFChars(jstr, nullptr); in JStringToString() local
/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff_utils.cpp138 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
/aosp_15_r20/external/rust/android-crates-io/crates/zeroize/tests/
Dzeroize.rs174 let mut cstring = CString::new("Hello, world!").expect("CString::new failed"); in zeroize_c_string() localVariable
/aosp_15_r20/external/rust/cxx/gen/src/
Dinclude.rs29 pub cstring: bool, field
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dinclude.rs29 pub cstring: bool, field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Core/
DUniqueCStringMap.h31 ConstString cstring; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Core/
DUniqueCStringMap.h31 ConstString cstring; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Core/
DUniqueCStringMap.h31 ConstString cstring; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Core/
DUniqueCStringMap.h31 ConstString cstring; member
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A 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()
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Dgfxstream.rs806 let cstring = CString::new(directory)?; in snapshot() localVariable
818 let cstring = CString::new(directory)?; in restore() localVariable
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/
Dfile.go141 func cstring(b []byte) string { func
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/fs/path/
Dpath.rs31 let cstring = CString16::from(&self.0); in to_path_buf() localVariable

12