Searched defs:level (Results 1 - 25 of 236) sorted by relevance

12345678910

/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChartLegend.cpp12 ChartLegend::ChartLegend(int32 level) argument
H A DStringChartLegend.cpp15 StringChartLegend::StringChartLegend(const char* string, int32 level) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-typeprint.c34 m2_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
H A Df-typeprint.c59 f_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
286 f_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
319 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); local
324 f_type_print_base (TYPE_TARGET_TYPE (type), stream, show, level); local
329 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); local
334 f_type_print_base (TYPE_TARGET_TYPE (type), stream, 0, level); local
/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskDeviceVisitor.cpp70 BDiskDeviceVisitor::Visit(BPartition *partition, int32 level) argument
H A DDiskDevicePrivate.cpp42 PartitionFilterVisitor::Visit(BPartition *partition, int32 level) argument
70 IDFinderVisitor::Visit(BPartition *partition, int32 level) argument
/haiku-fatelf/src/libs/ncurses/ncurses/trace/
H A Dtrace_tries.c45 recur_tries(struct tries *tree, unsigned level) argument
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dcost.h36 static inline int VP8LevelCost(const uint16_t* const table, int level) { argument
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_rev.h63 fluid_real_t level; member in struct:_fluid_revmodel_presets_t
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dcompress.c22 compress2( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) argument
/haiku-fatelf/src/tests/system/kernel/device_manager/
H A Dlistdev.c14 put_level(int32 level) argument
22 dump_attribute(struct dev_attr *attr, int32 level) argument
52 dump_device(uint8 level) argument
67 dump_nodes(uint8 level) argument
/haiku-fatelf/headers/private/media/
H A DMediaDebug.h18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); } argument
H A Ddebug.h18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); } argument
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLayer.cpp31 KPPPLayer::KPPPLayer(const char *name, ppp_level level, uint32 overhead) argument
/haiku-fatelf/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h25 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); } argument
/haiku-fatelf/src/bin/makeudfimage/
H A DConsoleListener.cpp30 ConsoleListener::ConsoleListener(VerbosityLevel level) argument
67 ConsoleListener::OnUpdate(VerbosityLevel level, const char *message) const argument
/haiku-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.h24 CategoryItem(const char* text, Statement* statement, uint32 level) argument
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test2.cpp43 allocator_thread(int level) argument
/haiku-fatelf/headers/posix/
H A Dftw.h54 int level; member in struct:FTW
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dparens.c154 int opener, level, delimiter; local
/haiku-fatelf/src/bin/gdb/readline/
H A Dparens.c150 int opener, level, delimiter; local
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h75 static inline void log(int level, const char *fmt, ...) { } argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DIconListItem.cpp21 IconListItem::IconListItem(BBitmap *mini_icon,char *text, uint32 data, int level, bool expanded) : argument
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dskiplist.h55 int level; /* max index+1 of the forward array */ member in struct:_SkipList
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dqrinput.h48 QRecLevel level; member in struct:_QRinput

Completed in 220 milliseconds

12345678910