Searched refs:next_str (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | timer_generic.cc | 708 char* next_str; in timer_check() local 710 next_str = gpr_strdup("NULL"); in timer_check() 712 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check() 718 now, next_str, min_timer, in timer_check() 723 now, next_str, min_timer); in timer_check() 725 gpr_free(next_str); in timer_check() 732 char* next_str; in timer_check() local 734 next_str = gpr_strdup("NULL"); in timer_check() 736 gpr_asprintf(&next_str, "%" PRId64, *next); in timer_check() 738 gpr_log(GPR_INFO, "TIMER CHECK END: r=%d; next=%s", r, next_str); in timer_check() [all …]
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_extensions.cpp | 46 const char *next_str = ext_names[i+1]; in TEST() local 49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | timer_generic.cc | 712 std::string next_str; in timer_check() local 714 next_str = "NULL"; in timer_check() 716 next_str = absl::StrCat(*next); in timer_check() 722 now, next_str.c_str(), min_timer, in timer_check() 727 now, next_str.c_str(), min_timer); in timer_check() 735 std::string next_str; in timer_check() local 737 next_str = "NULL"; in timer_check() 739 next_str = absl::StrCat(*next); in timer_check() 741 gpr_log(GPR_INFO, "TIMER CHECK END: r=%d; next=%s", r, next_str.c_str()); in timer_check()
|
/external/deqp-deps/amber/src/ |
D | type_parser.cc | 163 char* next_str; in ProcessChunk() local 166 uint64_t val = static_cast<uint64_t>(std::strtol(str, &next_str, 10)); in ProcessChunk()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_btf.c | 3535 const char *next_str = str, *end_str = str + str_sec_size; in btf_raw_create() local 3558 while ((next_str = get_next_str(next_str, end_str))) { in btf_raw_create() 3570 strs_idx[strs_cnt++] = next_str; in btf_raw_create() 3571 next_str += strlen(next_str); in btf_raw_create() 5811 const char *next_str = str + str_off; in patch_name_tbd() local 5828 next_str = get_next_str(next_str, end_str); in patch_name_tbd() 5829 if (CHECK(!next_str, "Error in getting next_str\n")) { in patch_name_tbd() 5833 new_u32[i] = next_str - str; in patch_name_tbd() 5834 next_str += strlen(next_str); in patch_name_tbd()
|
/external/python/cpython2/Objects/ |
D | typeobject.c | 5811 static PyObject *next_str; local 5812 return call_method(self, "next", &next_str, "()");
|