Home
last modified time | relevance | path

Searched defs:zone1 (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/net/kea/kea-2.0.1/src/lib/d2srv/tests/
H A Dd2_zone_unittests.cc23 D2Zone zone1(Name("example.com"), RRClass::ANY()); in TEST() local
37 D2Zone zone1(Name("example.com"), RRClass::ANY()); in TEST() local
48 D2Zone zone1(Name("example.com"), RRClass::ANY()); in TEST() local
/dports/audio/guitarix-lv2/guitarix-0.43.1/ladspa/
H A Dmonoamp.cpp111 virtual void declare(float* zone1, const char* key, const char* value) {} in declare()
464 virtual void addButton(const char* label, float* zone1) { in addButton()
498 virtual void addNumDisplay1(const char* label, float* zone1, int precision) { in addNumDisplay1()
501 …virtual void addTextDisplay1(const char* label, float* zone1, char* names[], float min, float max)… in addTextDisplay1()
504 virtual void addHorizontalBargraph1(const char* label, float* zone1, float min, float max) { in addHorizontalBargraph1()
507 virtual void addVerticalBargraph1(const char* label, float* zone1, float min, float max){ in addVerticalBargraph1()
583 void addZone1(float* zone1) in addZone1()
602 virtual void addButton(const char* label, float* zone1) { addZone1(zone1); } in addButton()
603 virtual void addToggleButton(const char* label, float* zone1) { addZone1(zone1); } in addToggleButton()
604 virtual void addCheckButton(const char* label, float* zone1) { addZone1(zone1); } in addCheckButton()
[all …]
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/api/google-api-go-generator/internal/disco/
H A Ddisco.go223 // ElementSchema returns the schema for the element type of s. For maps,
258 // MapKind is the category for a JSON Schema that declares a JSON
275 // See https://tools.ietf.org/html/draft-zyp-json-schema-03#section-5.28
341 type MethodList []*Method
342
343 func (ml *MethodList) UnmarshalJSON(data []byte) error {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/TestCases/Darwin/
H A Dmalloc_zone.cpp33 malloc_zone_t* zone1 = malloc_zone_from_ptr(ptr1); in main() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winapi-0.3.9/src/shared/
H A Ddxgiformat.rs33 DXGI_FORMAT_R10G10B10A2_UINT = 25,
/dports/lang/gforth/gforth-0.7.3/engine/
H A Dselect.c28 struct timezone zone1; in select() local
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_confio.c405 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_set() local
541 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_unset() local
712 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_get() local
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_confio.c405 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_set() local
541 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_unset() local
712 knot_dname_t *zone1 = knot_dname_from_str_alloc(ZONE1); in test_conf_io_get() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestEncryptionZones.java220 final Path zone1 = new Path(zoneParent, "zone1"); in testBasicOperations() local
381 final Path zone1 = new Path(rootDir, "zone1"); in testBasicOperationsRootDir() local
831 final Path zone1 = new Path("/zone1"); in testCreateEZWithNoProvider() local
973 final Path zone1 = new Path("/zone1"); field in TestEncryptionZones.InjectFaultTask
1008 final Path zone1 = new Path("/zone1"); in testStartFileRetry() local
1133 final Path zone1 = new Path(zoneParent, "zone1"); in testFsckOnEncryptionZones() local
1306 final Path zone1 = new Path(zoneParent, "zone1"); in testOfflineImageViewerOnEncryptionZones() local
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DUTMUPS.cpp73 int zone1 = StandardZone(lat, lon, setzone); in Forward() local
183 int zone1; in Transfer() local
219 int zone1 = strtol(c, &q, 10); in DecodeZone() local
/dports/games/zhlt/zhlt-3.4/hlvis/
H A Dzones.h29 inline bool check(UINT32 zone1, UINT32 zone2) in check()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/tests/
H A Dtest_lvcs.cxx28 int zone1; in test_lvcs() local
/dports/audio/fluidsynth/fluidsynth-2.2.4/test/
H A Dtest_sfont_zone.c252 static void bad_test_issue_808(int (*load_func)(SFData *sf, int size), SFData *sf, SFZone *zone1) in bad_test_issue_808()
289 …_additional_gens_after_final_gen(int (*load_func)(SFData *sf, int size), SFData *sf, SFZone *zone1) in bad_test_additional_gens_after_final_gen()
405 SFZone *zone1; in main() local
/dports/audio/giada/giada-0.17.1/src/gui/dialogs/
H A DmainWindow.cpp77 Fl_Group* zone1 = new Fl_Group(8, 0, W-16, 28); in gdMainWindow() local
/dports/devel/libical/libical-3.0.8/src/test/libical-glib/
H A Darray.py31 zone1 = ICalGLib.Timezone.get_builtin_timezone("America/Vancouver"); variable
/dports/dns/py-dnspython/dnspython-1.16.0/examples/
H A Dzonediff.py36 def diff_zones(zone1, # type: dns.zone.Zone argument

123456789