Home
last modified time | relevance | path

Searched defs:fmt_str (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
DLua.cpp85 const char *fmt_str = "return function(frame, bp_loc, ...) {0} end"; in RegisterBreakpointCallback() local
DScriptInterpreterLua.cpp157 const char *fmt_str = in EnterSession() local
/external/llvm-project/llvm/utils/benchmark/tools/gbench/
Dreport.py32 def color_format(use_color, fmt_str, *args, **kwargs): argument
/external/llvm-project/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py43 def color_format(use_color, fmt_str, *args, **kwargs): argument
/external/libcxx/utils/google-benchmark/tools/gbench/
Dreport.py43 def color_format(use_color, fmt_str, *args, **kwargs): argument
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc520 std::string fmt_str = std::string(fmt) + f; in TEST_F() local
564 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc520 std::string fmt_str = std::string(fmt) + f; in TEST_F() local
564 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/google-benchmark/tools/gbench/
Dreport.py43 def color_format(use_color, fmt_str, *args, **kwargs): argument
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp1845 const char *fmt_str = JITTemplate(eExprGetOffsetPtr); in JITDataPointer() local
1880 const char *fmt_str = JITTemplate(eExprAllocGetType); in JITTypePointer() local
1929 const char *fmt_str = JITTemplate(ExpressionStrings(eExprTypeDimX + i)); in JITTypePacked() local
1985 const char *fmt_str = JITTemplate(ExpressionStrings(eExprElementType + i)); in JITElementPacked() local
2045 const char *fmt_str = in JITSubelements() local
2140 const char *fmt_str = JITTemplate(eExprGetOffsetPtr); in JITAllocationSize() local
2182 const char *fmt_str = JITTemplate(eExprGetOffsetPtr); in JITAllocationStride() local
/external/autotest/client/cros/
Dtouch_playback_test_base.py122 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc560 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
1104 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dconvert_test.cc574 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
1118 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc578 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
1111 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc560 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
1104 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
/external/python/cpython2/Lib/test/
Dtest_builtin.py1546 def test_deprecated_format_string(obj, fmt_str, should_raise_warning): argument
1561 def __format__(self, fmt_str): argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc633 static char* fmt_str(const grpc_slice& slice) { in fmt_str() function
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc638 static char* fmt_str(grpc_slice slice) { in fmt_str() function
/external/linux-kselftest/tools/testing/selftests/kvm/lib/
Dsparsebit.c1552 char *fmt_str; in display_range() local
/external/selinux/libsepol/src/
Dmodule_to_cil.c1262 const char *fmt_str; in cond_expr_to_cil() local
1714 const char *fmt_str; in constraint_expr_to_string() local
/external/python/cpython3/Lib/test/
Dtest_builtin.py1684 def __format__(self, fmt_str): argument