HomeSort by relevance Sort by last modified time
    Searched refs:fmt (Results 251 - 275 of 4917) sorted by null

<<11121314151617181920>>

  /external/deqp/framework/egl/
egluCallLogWrapper.cpp 61 std::ostream& operator<< (std::ostream& str, PointerFmt<T> fmt)
63 if (fmt.arr != DE_NULL)
66 for (deUint32 ndx = 0; ndx < fmt.size; ndx++)
70 str << fmt.arr[ndx];
98 inline std::ostream& operator<< (std::ostream& str, EnumPointerFmt fmt)
100 if (fmt.value)
101 return str << tcu::Format::Enum<int, 2>(fmt.getName, *fmt.value);
120 inline std::ostream& operator<< (std::ostream& str, StringFmt fmt)
122 return str << (fmt.str ? fmt.str : "NULL")
    [all...]
  /external/kmod/testsuite/module-playground/
mod-foo-a.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-foo-b.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-foo-c.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-foo.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-a.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-b.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-c.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-d.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-e.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-f.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-g.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-h.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-i.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-j.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
mod-loop-k.c 1 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
  /external/libcxx/test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/
get_many.pass.cpp 16 // const char_type *fmt, const char_type *fmtend) const;
42 const char fmt[] = "%Y %b %d, %I:%M%p"; local
45 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, fmt, fmt+sizeof(fmt)-1);
56 const char fmt[] = "%I:%M%p %b %d, %Y"; local
59 I i = f.get(I(in), I(in+sizeof(in)-1), ios, err, &t, fmt, fmt+sizeof(fmt)-1);
  /external/sonivox/arm-wt-22k/host_src/
eas_report.h 65 extern void EAS_Report (int severity, const char* fmt, ...);
66 extern void EAS_ReportX (int severity, const char* fmt, ...);
  /external/webrtc/webrtc/modules/video_render/mac/
cocoa_render_view.h 27 -(void)initCocoaRenderView:(NSOpenGLPixelFormat*)fmt;
28 -(void)initCocoaRenderViewFullScreen:(NSOpenGLPixelFormat*)fmt;
cocoa_render_view.mm 21 -(void)initCocoaRenderView:(NSOpenGLPixelFormat*)fmt{
23 self = [super initWithFrame:[self frame] pixelFormat:fmt];
38 -(void)initCocoaRenderViewFullScreen:(NSOpenGLPixelFormat*)fmt{
43 self = [super initWithFrame:screenRect pixelFormat:fmt];
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 46 #define DEBUG_PRINT_ERROR(fmt, args...) \
48 ALOGE(fmt,##args)
50 #define DEBUG_PRINT_INFO(fmt, args...) \
52 ALOGI(fmt,##args)
54 #define DEBUG_PRINT_LOW(fmt, args...) \
56 ALOGD(fmt,##args)
58 #define DEBUG_PRINT_HIGH(fmt, args...) \
60 ALOGD(fmt,##args)
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
vidc_debug.h 46 #define DEBUG_PRINT_ERROR(fmt, args...) ({ \
48 ALOGE(fmt,##args); \
51 #define DEBUG_PRINT_INFO(fmt, args...) ({ \
53 ALOGI(fmt,##args); \
56 #define DEBUG_PRINT_LOW(fmt, args...) ({ \
58 ALOGD(fmt,##args); \
61 #define DEBUG_PRINT_HIGH(fmt, args...) ({ \
63 ALOGD(fmt,##args); \
  /prebuilts/go/darwin-x86/src/math/cmplx/
example_test.go 8 "fmt"
14 fmt.Printf("%.1f", cmplx.Abs(3+4i))
20 fmt.Printf("%.1f", cmplx.Exp(1i*math.Pi)+1)
26 fmt.Printf("r: %.1f, ?: %.1f*?", r, theta/math.Pi)
  /prebuilts/go/darwin-x86/src/runtime/
mkduff.go 28 "fmt"
46 fmt.Fprintln(&buf, "// AUTO-GENERATED by mkduff.go")
47 fmt.Fprintln(&buf, "// Run go generate from src/runtime to update.")
48 fmt.Fprintln(&buf, "// See mkduff.go for comments.")
50 fmt.Fprintln(&buf, "#include \"textflag.h\"")
51 fmt.Fprintln(&buf)
53 fmt.Fprintln(&buf)
61 func notags(w io.Writer) { fmt.Fprintln(w) }
67 fmt.Fprintln(w, "TEXT runtime·duffzero(SB), NOSPLIT, $0-0")
69 fmt.Fprintln(w, "\tMOVUPS\tX0,(DI)"
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprognet/
net.go 8 "fmt"
18 fmt.Println("dialing")
23 fmt.Println("error: ", err)
28 fmt.Println("done")

Completed in 359 milliseconds

<<11121314151617181920>>