OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPrintf
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_format_interceptor_test.cc
224
static void
testPrintf
(const char *format, unsigned n, ...) {
235
testPrintf
("%5$d", 0);
236
testPrintf
("%.*5$d", 0);
239
testPrintf
("%0-m", 0);
242
testPrintf
("%*n", 1, I);
243
testPrintf
("%*.10n", 1, I);
246
testPrintf
("%10.10n", 1, I);
247
testPrintf
("%.3s", 1, 3);
248
testPrintf
("%.20s", 1, test_buf_size);
251
testPrintf
("%.*n", 1, I)
[
all
...]
/prebuilts/go/darwin-x86/misc/cgo/test/
issue3945.go
20
func
testPrintf
(t *testing.T) {
cgo_test.go
34
func
TestPrintf
(t *testing.T) {
testPrintf
(t) }
/prebuilts/go/linux-x86/misc/cgo/test/
issue3945.go
20
func
testPrintf
(t *testing.T) {
cgo_test.go
34
func
TestPrintf
(t *testing.T) {
testPrintf
(t) }
/external/clang/test/Sema/
format-strings-darwin.c
42
void
testPrintf
(short x, long y) {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java
68
public void
testPrintf
() {
Completed in 195 milliseconds