Home
last modified time | relevance | path

Searched full:tflags (Results 1 – 25 of 64) sorted by relevance

123

/external/curl/.github/workflows/
Dwindows.yml52 …- { build: 'automake', platform: 'x86_64', tflags: '', config: '--enable-debug --disable-threaded-…
53 - { build: 'cmake' , platform: 'x86_64', tflags: '', config: '-DCURL_USE_OPENSSL=ON' }
103 if: ${{ matrix.build == 'automake' && matrix.tflags != 'skip' }}
107 export TFLAGS='-j8 ${{ matrix.tflags }}'
109 TFLAGS+=" -ac $(cygpath -u "${SYSTEMROOT}/System32/curl.exe")"
144 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !1233', c…
145 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
146 …- { build: 'autotools', sys: 'msys' , env: 'x86_64' , tflags: '!19 !504 !704 !705 !1233', c…
148 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: '!TFTP ~2301 ~2302' , c…
149 …- { build: 'cmake' , sys: 'mingw64', env: 'x86_64' , tflags: 'skip' , c…
[all …]
Dtorture.yml62 tflags: -n -t --shallow=25 !FTP
66 tflags: -n -t --shallow=20 FTP
93 TFLAGS: "${{ matrix.build.tflags }}"
Dnon-native.yml108 …export TFLAGS='-j8 ~TFTP' # FIXME: TFTP requests executed twice? Related: `curl: (69) TFTP: Acces…
147 export TFLAGS='-j12'
175 export TFLAGS='-j12'
203 export TFLAGS='-j12'
Dquiche-linux.yml214 TFLAGS: "${{ matrix.build.tflags }}"
219 TFLAGS: "${{ matrix.build.tflags }}"
Dmacos.yml134 tflags: -n -t --shallow=25 !FTP
139 tflags: -n -t --shallow=20 FTP
206 TFLAGS: "${{ matrix.build.tflags }} ~1452"
Dngtcp2-linux.yml273 TFLAGS: "${{ matrix.build.tflags }}"
278 TFLAGS: "${{ matrix.build.tflags }}"
Dlinux32.yml94 TFLAGS: "${{ matrix.build.tflags }}"
Dwolfssl.yml106 TFLAGS: "${{ matrix.build.tflags }}"
Dlinux.yml156 tflags: -n -e '!TLS-SRP'
442 TFLAGS: "${{ matrix.build.tflags }}"
451 TFLAGS: "${{ matrix.build.tflags }}"
Dosslq-linux.yml240 TFLAGS: "${{ matrix.build.tflags }}"
/external/curl/tests/
DMakefile.am136 $(TEST) $(TFLAGS)
139 $(TEST) $(TEST_Q) $(TFLAGS)
142 $(TEST) $(TEST_AM) $(TFLAGS)
145 $(TEST) $(TEST_CI) $(TFLAGS)
148 $(TEST) $(TEST_F) $(TFLAGS)
151 $(TEST) $(TEST_NF) $(TFLAGS)
154 $(TEST) $(TEST_T) $(TFLAGS)
157 $(TEST) $(TEST_E) $(TFLAGS)
DREADME.md19 make test TFLAGS="303 410"
23 make test TFLAGS="-j10"
26 perl script to run all the tests. The value of `TFLAGS` is passed
223 runtests.pl script via the make `TFLAGS` variable.
DCMakeLists.txt33 # Use a special '$TFLAGS' placeholder as last argument which will be
42 "\$TFLAGS"
/external/curl/
Dappveyor.sh123 export TFLAGS=''
125 TFLAGS+=" -ac $(cygpath -u "${WINDIR}/System32/curl.exe")"
127 TFLAGS+=" -ac $(cygpath -u 'C:/msys64/usr/bin/curl.exe')"
129 TFLAGS+=" ${DISABLED_TESTS:-}"
136 TFLAGS="-a -p !flaky -r -rm ${TFLAGS}"
/external/curl/scripts/
Dcoverage.sh34 make TFLAGS=-n test-nonflaky
36 #make TFLAGS=-n test-torture
38 make TFLAGS=-n test-event
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_cmp.c376 unsigned long tflags; in X509_chain_check_suiteb() local
379 tflags = flags; in X509_chain_check_suiteb()
396 rv = check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
411 rv = check_suite_b(pk, sign_nid, &tflags); in X509_chain_check_suiteb()
417 rv = check_suite_b(pk, X509_get_signature_nid(x), &tflags); in X509_chain_check_suiteb()
430 if (rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED && flags != tflags) in X509_chain_check_suiteb()
/external/linux-kselftest/tools/testing/selftests/x86/
Dcheck_initial_reg_state.c94 printf("[FAIL]\tFLAGS is 0x%lx, but it should be 0x202\n", flags); in main()
97 printf("[OK]\tFLAGS is 0x202\n"); in main()
Dtest_syscall_vdso.c309 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
310 print_flags("[WARN]\tFlags after", flags); in run_syscall()
311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStrUtilImpl.inl5901 s << "\tflags = " << getDeviceQueueCreateFlagsStr(value.flags) << '\n';
5914 s << "\tflags = " << getDeviceCreateFlagsStr(value.flags) << '\n';
5931 s << "\tflags = " << getInstanceCreateFlagsStr(value.flags) << '\n';
5989 s << "\tflags = " << getSparseImageFormatFlagsStr(value.flags) << '\n';
6019 s << "\tflags = " << getMemoryHeapFlagsStr(value.flags) << '\n';
6126 s << "\tflags = " << getBufferCreateFlagsStr(value.flags) << '\n';
6141 s << "\tflags = " << getBufferViewCreateFlagsStr(value.flags) << '\n';
6232 s << "\tflags = " << getImageCreateFlagsStr(value.flags) << '\n';
6266 s << "\tflags = " << getImageViewCreateFlagsStr(value.flags) << '\n';
6293 s << "\tflags = " << getSparseMemoryBindFlagsStr(value.flags) << '\n';
[all …]
/external/ltp/testcases/kernel/syscalls/timerfd/
Dtimerfd01.c55 static void settime(int tfd, struct tst_its *tmr, int tflags, in settime() argument
63 if (tv->tfd_settime(tfd, tflags, tst_its_get(tmr), NULL)) in settime()
/external/iproute2/tc/
Dm_xt.c217 &m->tflags, NULL, &m->t);
254 m->final_check(m->tflags);
305 m->tflags = 0;
Dm_xt_old.c267 &m->tflags, NULL, &m->t); in parse_ipt()
299 m->final_check(m->tflags); in parse_ipt()
344 m->tflags = 0; in parse_ipt()
Dm_ipt.c342 &m->tflags, NULL, &m->t); in parse_ipt()
374 m->final_check(m->tflags); in parse_ipt()
419 m->tflags = 0; in parse_ipt()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStrUtilImpl.inl3461 s << "\tflags = " << getDeviceQueueCreateFlagsStr(value.flags) << '\n';
3474 s << "\tflags = " << getDeviceCreateFlagsStr(value.flags) << '\n';
3491 s << "\tflags = " << getInstanceCreateFlagsStr(value.flags) << '\n';
3549 s << "\tflags = " << getSparseImageFormatFlagsStr(value.flags) << '\n';
3579 s << "\tflags = " << getMemoryHeapFlagsStr(value.flags) << '\n';
3676 s << "\tflags = " << getBufferCreateFlagsStr(value.flags) << '\n';
3691 s << "\tflags = " << getBufferViewCreateFlagsStr(value.flags) << '\n';
3782 s << "\tflags = " << getImageCreateFlagsStr(value.flags) << '\n';
3816 s << "\tflags = " << getImageViewCreateFlagsStr(value.flags) << '\n';
3843 s << "\tflags = " << getSparseMemoryBindFlagsStr(value.flags) << '\n';
[all …]
/external/iptables/iptables/
Dxtables-eb.c582 clone->tflags = watcher->tflags; in ebt_add_watcher()
590 watcher->tflags = 0; in ebt_add_watcher()
610 ebt_invert, &t->tflags, NULL, &t->t)) in ebt_command_default()
626 ebt_invert, &t->tflags, NULL, &t->t)) in ebt_command_default()
648 ebt_invert, &t->tflags, NULL, &t->t)) { in ebt_command_default()
741 t->tflags = 0; in do_commandeb()

123