| /third_party/ffmpeg/libavformat/ |
| H A D | ffmetaenc.c | 29 static void write_escape_str(AVIOContext *s, const uint8_t *str) in write_escape_str() argument
|
| /third_party/curl/tests/unit/ |
| H A D | unit1398.c | 37 const char *str = "bug"; variable
|
| /third_party/gn/src/gn/ |
| H A D | file_writer.cc | 56 bool FileWriter::Write(std::string_view str) { in Write() argument 97 bool FileWriter::Write(std::string_view str) { in Write() argument [all...] |
| /third_party/alsa-lib/test/ |
| H A D | control.c | 13 char str[128]; in main() local
|
| /third_party/backends/backend/genesys/ |
| H A D | serialize.h | 35 inline void serialize_newline(std::ostream& str) { str << '\n'; } in serialize_newline() argument 36 inline void serialize_newline(std::istream& str) { (void) str; } in serialize_newline() argument 38 inline void serialize(std::ostream& str, bool x) { str << static_cast<unsigned>(x) << " "; } in serialize() argument 39 inline void serialize(std::istream& str, bool& x) { unsigned v; str >> v; x = v; } in serialize() argument 40 inline void serialize(std::ostream& str, char x) { str << static_cas in serialize() argument 41 serialize(std::istream& str, char& x) serialize() argument 42 serialize(std::ostream& str, unsigned char x) serialize() argument 43 serialize(std::istream& str, unsigned char& x) serialize() argument 44 serialize(std::ostream& str, signed char x) serialize() argument 45 serialize(std::istream& str, signed char& x) serialize() argument 46 serialize(std::ostream& str, short x) serialize() argument 47 serialize(std::istream& str, short& x) serialize() argument 48 serialize(std::ostream& str, unsigned short x) serialize() argument 49 serialize(std::istream& str, unsigned short& x) serialize() argument 50 serialize(std::ostream& str, int x) serialize() argument 51 serialize(std::istream& str, int& x) serialize() argument 52 serialize(std::ostream& str, unsigned int x) serialize() argument 53 serialize(std::istream& str, unsigned int& x) serialize() argument 54 serialize(std::ostream& str, long x) serialize() argument 55 serialize(std::istream& str, long& x) serialize() argument 56 serialize(std::ostream& str, unsigned long x) serialize() argument 57 serialize(std::istream& str, unsigned long& x) serialize() argument 58 serialize(std::ostream& str, long long x) serialize() argument 59 serialize(std::istream& str, long long& x) serialize() argument 60 serialize(std::ostream& str, unsigned long long x) serialize() argument 61 serialize(std::istream& str, unsigned long long& x) serialize() argument 62 serialize(std::ostream& str, float x) serialize() argument 63 serialize(std::istream& str, float& x) serialize() argument 64 serialize(std::ostream& str, double x) serialize() argument 65 serialize(std::istream& str, double& x) serialize() argument 66 serialize(std::ostream& str, const std::string& x) serialize() argument 67 serialize(std::istream& str, std::string& x) serialize() argument 70 serialize(std::ostream& str, std::vector<T>& x) serialize() argument 82 serialize(std::istream& str, std::vector<T>& x, size_t max_size = std::numeric_limits<size_t>::max()) serialize() argument 100 serialize(std::ostream& str, std::array<T, Size>& x) serialize() argument 112 serialize(std::istream& str, std::array<T, Size>& x) serialize() argument [all...] |
| /third_party/benchmark/src/ |
| H A D | benchmark_name.cc | 55 std::string BenchmarkName::str() const { in str() function in benchmark::BenchmarkName
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | kmdevices.cpp | 30 const char* str = 0; in kmIsPrinterCmOff() local
|
| /third_party/icu/icu4c/source/samples/translit/answers/ |
| H A D | main_2.cpp | 29 UnicodeString str, str2; in main() local
|
| H A D | main_1.cpp | 28 UnicodeString str, str2; in main() local
|
| /third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/ |
| H A D | Spinner.java | 8 String str = ""; field in Spinner 13 Spinner(String str) { in Spinner() argument 16 Spinner(String str, int max) { in Spinner() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-number-to-string.cpp | 81 lit_utf8_byte_t str[64]; in HWTEST_F() local
|
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | string-prototype-match.js | 26 var str = 'This is a random string.'; variable
|
| /third_party/json/include/nlohmann/detail/ |
| H A D | string_concat.hpp | 47 inline std::size_t concat_length(const StringType& str, Args&& ... rest) in concat_length() argument 139 OutStringType str; in concat() local
|
| /third_party/jerryscript/tests/jerry/ |
| H A D | json-parse.js | 18 var str; variable [all...] |
| /third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| H A D | v4l2_validator.c | 86 int valid_string(char *str, unsigned int max_length) in valid_string() argument
|
| /third_party/node/test/js-native-api/5_function_factory/ |
| H A D | 5_function_factory.c | 6 napi_value str; in MyFunction() local
|
| /third_party/node/test/node-api/1_hello_world/ |
| H A D | binding.c | 7 const char* str = "world"; in Method() local
|
| /third_party/node/test/node-api/test_policy/ |
| H A D | binding.c | 7 const char* str = "world"; in Method() local
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | fill_window_sse.c | 130 uInt str = s->strstart; in fill_window_sse() local
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | json_platform_v8.cc | 18 bool StrToD(const char* str, double* result) { in StrToD() argument 28 const char* str = v8::internal::DoubleToCString(value, buffer); in DToStr() local
|
| /third_party/node/deps/v8/tools/v8windbg/base/ |
| H A D | utilities.h | 15 inline const wchar_t* U16ToWChar(std::u16string& str) { in U16ToWChar() argument
|
| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | insert_string.h | 53 local INLINE Pos insert_string(deflate_state* const s, const Pos str) { in insert_string() argument
|
| /third_party/musl/porting/uniproton/kernel/src/locale/ |
| H A D | langinfo.c | 33 const char *str; in __nl_langinfo_l() local [all...] |
| /third_party/musl/porting/uniproton/kernel/src/misc/ |
| H A D | realpath.c | 44 static unsigned int vfs_strnlen(const char *str, size_t maxlen) in vfs_strnlen() argument
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/src/misc/ |
| H A D | realpath.c | 44 static unsigned int vfs_strnlen(const char *str, size_t maxlen) in vfs_strnlen() argument
|