Home
last modified time | relevance | path

Searched refs:DebugOption (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/
H A Ddebug.rs38 pub log_pings: DebugOption<bool>,
40 pub debug_view_tag: DebugOption<String>,
43 pub source_tags: DebugOption<Vec<String>>,
59 log_pings: DebugOption::new(GLEAN_LOG_PINGS, get_bool_from_str, None), in new()
60 debug_view_tag: DebugOption::new(GLEAN_DEBUG_VIEW_TAG, Some, Some(validate_tag)), in new()
61 source_tags: DebugOption::new( in new()
73 pub struct DebugOption<T, E = fn(String) -> Option<T>, V = fn(&T) -> bool> { struct
86 impl<T, E, V> DebugOption<T, E, V> argument
248 let option: DebugOption<String> = DebugOption::new("GLEAN_TEST_1", Some, None); in debug_option_is_correctly_loaded_from_env()
261 let mut option: DebugOption<String> = in debug_option_is_correctly_validated_when_necessary()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/
H A Ddebug.rs38 pub log_pings: DebugOption<bool>,
40 pub debug_view_tag: DebugOption<String>,
43 pub source_tags: DebugOption<Vec<String>>,
59 log_pings: DebugOption::new(GLEAN_LOG_PINGS, get_bool_from_str, None), in new()
60 debug_view_tag: DebugOption::new(GLEAN_DEBUG_VIEW_TAG, Some, Some(validate_tag)), in new()
61 source_tags: DebugOption::new( in new()
73 pub struct DebugOption<T, E = fn(String) -> Option<T>, V = fn(&T) -> bool> { struct
86 impl<T, E, V> DebugOption<T, E, V> argument
248 let option: DebugOption<String> = DebugOption::new("GLEAN_TEST_1", Some, None); in debug_option_is_correctly_loaded_from_env()
261 let mut option: DebugOption<String> = in debug_option_is_correctly_validated_when_necessary()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/
H A Ddebug.rs38 pub log_pings: DebugOption<bool>,
40 pub debug_view_tag: DebugOption<String>,
43 pub source_tags: DebugOption<Vec<String>>,
59 log_pings: DebugOption::new(GLEAN_LOG_PINGS, get_bool_from_str, None), in new()
60 debug_view_tag: DebugOption::new(GLEAN_DEBUG_VIEW_TAG, Some, Some(validate_tag)), in new()
61 source_tags: DebugOption::new( in new()
73 pub struct DebugOption<T, E = fn(String) -> Option<T>, V = fn(&T) -> bool> { struct
86 impl<T, E, V> DebugOption<T, E, V> argument
248 let option: DebugOption<String> = DebugOption::new("GLEAN_TEST_1", Some, None); in debug_option_is_correctly_loaded_from_env()
261 let mut option: DebugOption<String> = in debug_option_is_correctly_validated_when_necessary()
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkFXAAOptions.h37 enum DebugOption enum
176 vtkSetMacro(DebugOptionValue, DebugOption);
177 vtkGetMacro(DebugOptionValue, DebugOption);
190 DebugOption DebugOptionValue;
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkFXAAOptions.h37 enum DebugOption enum
176 vtkSetMacro(DebugOptionValue, DebugOption)
177 vtkGetMacro(DebugOptionValue, DebugOption)
190 DebugOption DebugOptionValue;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
H A Dllvm-jitlink-executor.cpp47 const char *DebugOption = "[debug] "; in printErrorAndExit() local
49 const char *DebugOption = ""; in printErrorAndExit()
54 << " llvm-jitlink-executor " << DebugOption in printErrorAndExit()
56 << " llvm-jitlink-executor " << DebugOption in printErrorAndExit()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLFXAAFilter.h98 virtual void SetDebugOptionValue(vtkFXAAOptions::DebugOption opt);
99 vtkGetMacro(DebugOptionValue, vtkFXAAOptions::DebugOption);
136 vtkFXAAOptions::DebugOption DebugOptionValue;
H A DvtkOpenGLFXAAFilter.cxx151 void vtkOpenGLFXAAFilter::SetDebugOptionValue(vtkFXAAOptions::DebugOption opt) in SetDebugOptionValue()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLFXAAFilter.h100 virtual void SetDebugOptionValue(vtkFXAAOptions::DebugOption opt);
101 vtkGetMacro(DebugOptionValue, vtkFXAAOptions::DebugOption)
138 vtkFXAAOptions::DebugOption DebugOptionValue;
H A DvtkOpenGLFXAAFilter.cxx157 void vtkOpenGLFXAAFilter::SetDebugOptionValue(vtkFXAAOptions::DebugOption opt) in SetDebugOptionValue()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/encoder/
H A Doption.go11 DebugOption const
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/encoder/
H A Doption.go11 DebugOption const
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/encoder/
H A Doption.go11 DebugOption const
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/
H A Doption.go21 opt.Flag |= encoder.DebugOption
H A Dencode.go298 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
313 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/
H A Doption.go21 opt.Flag |= encoder.DebugOption
H A Dencode.go298 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
313 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/
H A Doption.go38 opt.Flag |= encoder.DebugOption
H A Dencode.go299 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
314 if (ctx.Option.Flag & encoder.DebugOption) != 0 {
/dports/misc/findutils/findutils-4.8.0/find/
H A Ddefs.h540 enum DebugOption enum
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkImprintFilter.cxx1899 int DebugOption; // used for debugging member
1921 , DebugOption(debugOption) in Triangulate()
2279 if (this->DebugOption == vtkImprintFilter::TRIANGULATION_INPUT && in operator ()()
2321 if (this->DebugOption == vtkImprintFilter::TRIANGULATION_OUTPUT && in operator ()()
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Denfuse.cc546 DebugOption, SaveMasksOption, LoadMasksOption, enumerator
/dports/misc/findutils/findutils-4.8.0/
H A DChangeLog1531 * find/defs.h (DebugOption): Add DebugAll, which includes all other
3781 * find/defs.h (enum DebugOption): add DebugTime.
3799 * find/defs.h (enum DebugOption): bitmask values are now expressed
14107 (enum DebugOption): Added DebugExec ("-D exec").
14322 (enum DebugOption): Added DebugSuccessRates