| /third_party/mesa3d/src/freedreno/perfcntrs/ |
| H A D | freedreno_dt.c | 147 char *str = os_read_file(fpath, &sz); in find_device_fn() local
|
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | vir_to_qpu.c | 377 const char *str = v3d_qpu_disasm(c->devinfo, c->qpu_insts[i]); in v3d_dump_qpu() local
|
| /third_party/mesa3d/src/compiler/glsl/glcpp/ |
| H A D | pp.c | 78 skip_newline (const char *str) in skip_newline() argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | s_expression.h | 130 const char *str; member in s_symbol 159 s_pattern(const char *str) : literal(str), type(STRING) { } in s_pattern() argument
|
| /third_party/ltp/lib/ |
| H A D | tst_buffers.c | 145 char *tst_strdup(const char *str) in tst_strdup() argument
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
| H A D | cpuset_cpu_hog.c | 61 int report_result(char str[]) in report_result() argument 208 char str[50]; in cpu_hog() local
|
| /third_party/ltp/testcases/kernel/fs/fs_perms/ |
| H A D | fs_perms.c | 166 static long str_to_l(const char *str, const char *name, int base) in str_to_l() argument
|
| /third_party/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/ |
| H A D | minimal-dbus-client.c | 37 const char *str; in client_message_handler() local
|
| /third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
| H A D | cpuset_syscall_test.c | 167 char str[256]; in test_get_mempolicy() local
|
| /third_party/node/src/ |
| H A D | blob_serializer_deserializer-inl.h | 124 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(result); in ReadVector() local 167 std::string str = in ReadArithmetic() local 233 std::string str = std::is_arithmetic_v<T> ? "" : ToStr(data); in WriteVector() local 269 std::string str = ToStr(data); in WriteString() local 292 std::string str = in WriteArithmetic() local [all...] |
| H A D | json_utils.h | 14 constexpr bool NeedsJsonEscape(std::string_view str) { in NeedsJsonEscape() argument 146 inline void write_value(std::string_view str) { write_string(str); } in write_value() argument 152 inline void write_string(std::string_view str) { in write_string() argument 157 out_ << str; in write_string() local [all...] |
| H A D | node_http_common-inl.h | 164 v8::Local<v8::String> str = OneByteString(env_->isolate(), header_name); in GetName() local
|
| H A D | node_perf.h | 37 inline PerformanceMilestone ToPerformanceMilestoneEnum(const char* str) { in ToPerformanceMilestoneEnum() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-result.cc | 21 void VPrintFToString(std::string* str, size_t str_offset, const char* format, in VPrintFToString() argument 43 void PrintFToString(std::string* str, size_t str_offset, const char* format, in PrintFToString() argument
|
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | json_test.cc | 360 std::string str() const { return status_.ok() ? log_.str() : ""; } in str() function in v8_crdtp::json::Log [all...] |
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzread.c | 551 char *str; local
|
| /third_party/node/deps/zlib/ |
| H A D | gzread.c | 501 char *str; in gzgets() local
|
| /third_party/node/src/tracing/ |
| H A D | node_trace_writer.cc | 117 std::string str; in FlushPrivate() local 162 void NodeTraceWriter::WriteToFile(std::string&& str, int highest_request_id) { in WriteToFile() argument [all...] |
| /third_party/musl/src/regex/ |
| H A D | fnmatch.c | 29 static int str_next(const char *str, size_t n, size_t *step) in str_next() argument 163 static int fnmatch_internal(const char *pat, size_t m, const char *str, size_t n, int flags) in fnmatch_internal() argument 298 fnmatch(const char *pat, const char *str, int flags) fnmatch() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | static_unicode_sets.cpp | 90 UnicodeString str = value.getUnicodeString(status); variable 222 chooseFrom(UnicodeString str, Key key1) chooseFrom() argument 226 chooseFrom(UnicodeString str, Key key1, Key key2) chooseFrom() argument [all...] |
| H A D | uniset_closure.cpp | 128 _set_addString(USet *set, const char16_t *str, int32_t length) { in _set_addString() argument 139 addCaseMapping(UnicodeSet &set, int32_t result, const char16_t *full, UnicodeString &str) { in addCaseMapping() argument 278 UnicodeString str; in closeOverCaseInsensitive() local 308 UnicodeString str; closeOverAddCaseMappings() local [all...] |
| H A D | cstring.cpp | 123 T_CString_toLowerCase(char* str) in T_CString_toLowerCase() argument 137 T_CString_toUpperCase(char* str) in T_CString_toUpperCase() argument [all...] |
| H A D | unistr_case.cpp | 227 const UnicodeString *str = (const UnicodeString*) key.pointer; in uhash_hashCaselessUnicodeString() local
|
| H A D | util.cpp | 149 int32_t ICU_Utility::skipWhitespace(const UnicodeString& str, int32_t& pos, in skipWhitespace() argument 293 int32_t ICU_Utility::parseAsciiInteger(const UnicodeString& str, int32_t& pos) { in parseAsciiInteger() argument
|
| /third_party/node/benchmark/napi/function_args/ |
| H A D | binding.cc | 23 Local<String> str = args[0].As<String>(); in CallWithString() local
|