Home
last modified time | relevance | path

Searched refs:hasFunctions (Results 1 – 25 of 41) sorted by relevance

12

/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/net/storj/storj-1.45.3/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/google/pprof/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/devel/pprof/pprof-acf8798/internal/symbolz/
H A Dsymbolz_test.go66 for _, hasFunctions := range []bool{false, true} {
68 p := testProfile(hasFunctions)
75 if force || !hasFunctions {
83 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
86 t.Errorf("symbolz hasFns=%v force=%v: %v", hasFunctions, force, err)
92 func testProfile(hasFunctions bool) *profile.Profile {
99 HasFunctions: hasFunctions,
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/inc/file/
H A Dfanalyzer.hxx60 bool hasFunctions() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/inc/file/
H A Dfanalyzer.hxx64 bool hasFunctions() const;
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/debugger/
H A Ddebugdocument.h55 bool hasFunctions();
H A Ddebugdocument.cpp69 bool DebugDocument::hasFunctions() in hasFunctions() function in DebugDocument
/dports/lang/zig/zig-0.9.0/lib/std/meta/
H A Dtrait.zig522 pub fn hasFunctions(comptime T: type, comptime names: anytype) bool {
530 test "std.meta.trait.hasFunctions" {
539 try testing.expect(!hasFunctions(TestStruct1, .{"a"}));
540 try testing.expect(hasFunctions(TestStruct2, .{ "a", "b" }));
541 try testing.expect(!hasFunctions(TestStruct2, .{ "a", "b", "c" }));
542 try testing.expect(!hasFunctions(TestStruct2, tuple));
/dports/lang/zig-devel/zig-0.9.0/lib/std/meta/
H A Dtrait.zig522 pub fn hasFunctions(comptime T: type, comptime names: anytype) bool {
530 test "std.meta.trait.hasFunctions" {
539 try testing.expect(!hasFunctions(TestStruct1, .{"a"}));
540 try testing.expect(hasFunctions(TestStruct2, .{ "a", "b" }));
541 try testing.expect(!hasFunctions(TestStruct2, .{ "a", "b", "c" }));
542 try testing.expect(!hasFunctions(TestStruct2, tuple));
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A Dfanalyzer.cxx150 bool OSQLAnalyzer::hasFunctions() const in hasFunctions() function in OSQLAnalyzer
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A Dfanalyzer.cxx151 bool OSQLAnalyzer::hasFunctions() const in hasFunctions() function in OSQLAnalyzer
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/pprof/
H A Dproto.go439 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
440 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/pprof/
H A Dproto.go439 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
440 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/pprof/
H A Dproto.go439 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
440 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/pprof/
H A Dproto.go384 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
385 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/pprof/
H A Dproto.go376 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
377 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/pprof/
H A Dproto.go368 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
369 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/pprof/
H A Dproto.go384 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
385 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/pprof/
H A Dproto.go384 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
385 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/pprof/
H A Dproto.go384 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
385 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/pprof/
H A Dproto.go384 hasFunctions := m.funcs == lookupTried // lookupTried but not lookupFailed
385 …le_Mapping, uint64(i+1), uint64(m.start), uint64(m.end), m.offset, m.file, m.buildID, hasFunctions)

12