Home
last modified time | relevance | path

Searched refs:copt (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-stream-tls.c19 mongoc_ssl_opt_t copt = {0}; in test_mongoc_tls_no_certs() local
44 copt.ca_file = CERT_CA; in test_mongoc_tls_password()
65 copt.ca_file = CERT_CA; in test_mongoc_tls_bad_password()
98 copt.ca_file = CERT_CA; in test_mongoc_tls_no_verify()
121 copt.ca_file = CERT_CA; in test_mongoc_tls_allow_invalid_hostname()
144 copt.ca_file = CERT_CA; in test_mongoc_tls_bad_verify()
173 copt.ca_file = CERT_CA; in test_mongoc_tls_basic()
195 copt.ca_file = CERT_CA; in test_mongoc_tls_weak_cert_validation()
227 copt.ca_file = CERT_CA; in test_mongoc_tls_crl()
262 copt.ca_file = CERT_CA; in test_mongoc_tls_expired()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Dcompilerflagdlg.cpp31 copt = opt; in CompilerFlagDlg()
32 if (!copt->name.IsEmpty()) in CompilerFlagDlg()
36 copt->name.EndsWith(wxT("[") + copt->option + wxT("]"), &oName); in CompilerFlagDlg()
38 copt->name.EndsWith(wxT("[") + copt->additionalLibs + wxT("]"), &oName); in CompilerFlagDlg()
40 oName = copt->name; in CompilerFlagDlg()
42 CompilerText->SetValue(copt->option); in CompilerFlagDlg()
48 if (copt->exclusive) in CompilerFlagDlg()
96 if (copt->category.IsEmpty()) in EndModal()
97 copt->category = wxT("General"); in EndModal()
99 if (!copt->checkAgainst.IsEmpty()) in EndModal()
[all …]
/dports/devel/grpc/grpc-1.42.0/tools/
H A Dbazel.rc4 build --copt=-DGRPC_BAZEL_BUILD
19 build:asan --copt=-O0
22 build:asan --copt=-DGRPC_ASAN
33 build:fuzzer_asan --copt=-O0
55 build:asan_macos --copt=-O0
63 build:msan --copt=-O0
75 build:tsan --copt=-DGRPC_TSAN
86 build:ubsan --copt=-DNDEBUG
96 build:basicprof --copt=-O2
114 build:mutrace --copt=-O3
[all …]
/dports/devel/grpc130/grpc-1.30.2/tools/
H A Dbazel.rc4 build --copt=-DGRPC_BAZEL_BUILD
17 build:asan --copt=-fsanitize=address
18 build:asan --copt=-O0
21 build:asan --copt=-DGRPC_ASAN
40 build:asan_macos --copt=-O0
50 build:msan --copt=-O0
63 build:tsan --copt=-DGRPC_TSAN
72 build:ubsan --copt=-DGRPC_UBSAN
73 build:ubsan --copt=-DNDEBUG
83 build:basicprof --copt=-DNDEBUG
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/
H A Dbazel.rc7 build --copt=-DGRPC_BAZEL_BUILD
15 build:asan --copt=-fsanitize=address
16 build:asan --copt=-O0
25 build:msan --copt=-fsanitize=memory
26 build:msan --copt=-O0
36 build:tsan --copt=-fsanitize=thread
39 build:tsan --copt=-DGRPC_TSAN
48 build:ubsan --copt=-DGRPC_UBSAN
49 build:ubsan --copt=-DNDEBUG
60 build:basicprof --copt=-DNDEBUG
[all …]
/dports/devel/grpc134/grpc-1.34.1/tools/
H A Dbazel.rc4 build --copt=-DGRPC_BAZEL_BUILD
17 build:asan --copt=-fsanitize=address
18 build:asan --copt=-O0
21 build:asan --copt=-DGRPC_ASAN
40 build:asan_macos --copt=-O0
48 build:msan --copt=-O0
60 build:tsan --copt=-DGRPC_TSAN
71 build:ubsan --copt=-DNDEBUG
81 build:basicprof --copt=-O2
99 build:mutrace --copt=-O3
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DComparatorOptionsTest.java21 try(final ComparatorOptions copt = new ComparatorOptions()) { in reusedSynchronisationType() argument
24 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
28 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
32 assertThat(copt.reusedSynchronisationType()) in reusedSynchronisationType()
40 copt.setUseDirectBuffer(true); in useDirectBuffer()
41 assertThat(copt.useDirectBuffer()).isTrue(); in useDirectBuffer()
43 copt.setUseDirectBuffer(false); in useDirectBuffer()
44 assertThat(copt.useDirectBuffer()).isFalse(); in useDirectBuffer()
51 copt.setMaxReusedBufferSize(12345); in maxReusedBufferSize()
54 copt.setMaxReusedBufferSize(-1); in maxReusedBufferSize()
[all …]
/dports/benchmarks/uperf/uperf-1.0.7/src/
H A Dmain.c152 options.copt = 0; in init_options()
154 options.copt |= ERROR_STATS; in init_options()
155 options.copt |= PACKET_STATS; in init_options()
207 options.copt |= GROUP_STATS; in init_options()
210 options.copt |= TXN_STATS; in init_options()
219 options.copt = 0; in init_options()
220 options.copt |= NO_STATS; in init_options()
224 options.copt |= TXN_STATS; in init_options()
227 options.copt |= ERROR_STATS; in init_options()
228 options.copt |= GROUP_STATS; in init_options()
[all …]
H A Dmain.h40 #define ENABLED_FLOWOP_STATS(a) ((a).copt & FLOWOP_STATS)
41 #define ENABLED_TXN_STATS(a) ((a).copt & TXN_STATS)
42 #define ENABLED_CPUCOUNTER_STATS(a) ((a).copt & CPUCOUNTER_STATS)
43 #define ENABLED_PACKET_STATS(a) ((a).copt & PACKET_STATS)
44 #define ENABLED_THREAD_STATS(a) ((a).copt & THREAD_STATS)
45 #define ENABLED_ERROR_STATS(a) ((a).copt & ERROR_STATS)
46 #define ENABLED_HISTORY_STATS(a) ((a).copt & HISTORY_STATS)
47 #define ENABLED_GROUP_STATS(a) ((a).copt & GROUP_STATS)
49 #define DISABLED_STATS(a) ((a).copt & NO_STATS)
51 #define ENABLED_RAW_STATS(a) ((a).copt & RAW_STATS)
[all …]
/dports/net/samba412/samba-4.12.15/source4/utils/oLschema2ldif/
H A Dmain.c74 struct conv_options copt; in main() local
96 copt.in = stdin; in main()
97 copt.out = stdout; in main()
98 copt.ldb_ctx = ldb_init(ctx, NULL); in main()
100 copt.basedn = ldb_dn_new(ctx, copt.ldb_ctx, options.basedn); in main()
101 if (!ldb_dn_validate(copt.basedn)) { in main()
109 if (!copt.in) { in main()
117 if (!copt.out) { in main()
124 ret = process_file(ctx, &copt); in main()
126 fclose(copt.in); in main()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/quic/quartc/
H A Dquartc_factory.cc90 QuicTagVector copt; in CreateQuicConfig() local
91 copt.push_back(kNSTP); in CreateQuicConfig()
94 copt.push_back(kSTMP); in CreateQuicConfig()
98 copt.push_back(kAKD2); in CreateQuicConfig()
101 copt.push_back(kAKDU); in CreateQuicConfig()
104 copt.push_back(kTIME); in CreateQuicConfig()
107 copt.push_back(kBBR5); // 40 RTT ack aggregation. in CreateQuicConfig()
110 copt.push_back(kBBQ2); // 2.0 CWND gain in STARTUP. in CreateQuicConfig()
115 copt.push_back(kNTLP); in CreateQuicConfig()
137 quic_config.SetConnectionOptionsToSend(copt); in CreateQuicConfig()
[all …]
/dports/devel/z88dk/z88dk/src/copt/
H A DMakefile14 OBJS = copt.o
21 all: z88dk-copt$(EXESUFFIX)
23 z88dk-copt$(EXESUFFIX): $(OBJS)
24 $(CC) -o z88dk-copt$(EXESUFFIX) $(LDFLAGS) $(OBJS)
29 install: z88dk-copt$(EXESUFFIX)
30 $(BSD_INSTALL_PROGRAM) z88dk-copt$(EXESUFFIX) $(PREFIX)/bin/z88dk-copt$(EXESUFFIX)
33 $(RM) z88dk-copt$(EXESUFFIX) copt.o core$(EXESUFFIX) regex/*.o
39 copt.o: copt.c
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/
H A D.bazelrc18 build --copt=-DGRPC_BAZEL_BUILD
31 build:asan --copt=-Og
32 build:asan --copt=-g
33 build:asan --copt=-fsanitize=address
41 build:tsan --copt=-Og
42 build:tsan --copt=-g
43 build:tsan --copt=-fsanitize=thread
50 build:ubsan --copt=-Og
51 build:ubsan --copt=-g
64 build:msan --copt=-Og
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/
H A D.bazelrc18 build --copt=-DGRPC_BAZEL_BUILD
31 build:asan --copt=-Og
32 build:asan --copt=-g
33 build:asan --copt=-fsanitize=address
41 build:tsan --copt=-Og
42 build:tsan --copt=-g
43 build:tsan --copt=-fsanitize=thread
50 build:ubsan --copt=-Og
51 build:ubsan --copt=-g
64 build:msan --copt=-Og
[all …]
/dports/science/tinker/tinker/source/
H A Dkpolar.f90 if (allocated(copt)) deallocate (copt)
99 copt(i) = 0.0d0
104 copt(0) = 0.530d0
105 copt(1) = 0.604d0
107 copt(0) = 0.042d0
108 copt(1) = 0.635d0
109 copt(2) = 0.414d0
112 copt(1) = 0.218d0
113 copt(2) = 0.637d0
114 copt(3) = 0.293d0
[all …]

12345678910>>...28