Home
last modified time | relevance | path

Searched refs:TESTONLY (Results 1 – 25 of 234) sorted by relevance

12345678910

/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_schedule.c34 #ifndef TESTONLY
345 #ifdef TESTONLY in parse_sched()
380 #ifdef TESTONLY in parse_sched()
388 #ifdef TESTONLY in parse_sched()
405 #ifdef TESTONLY in create_sched()
428 #ifdef TESTONLY
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_schedule.c34 #ifndef TESTONLY
345 #ifdef TESTONLY in parse_sched()
380 #ifdef TESTONLY in parse_sched()
388 #ifdef TESTONLY in parse_sched()
405 #ifdef TESTONLY in create_sched()
428 #ifdef TESTONLY
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_schedule.c34 #ifndef TESTONLY
345 #ifdef TESTONLY in parse_sched()
380 #ifdef TESTONLY in parse_sched()
388 #ifdef TESTONLY in parse_sched()
405 #ifdef TESTONLY in create_sched()
428 #ifdef TESTONLY
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/core/package_arch/
H A DTribitsAddExecutable.cmake179 # that regular libraries (i.e. not ``TESTONLY``) defined in the current SE
181 # automatically links non ``TESTONLY`` libraries in this package and
183 # listed in this argument are either ``TESTONLY`` libraries. The include
191 # TRIBITS_ADD_LIBRARY(<libi> ... TESTONLY ...)
193 # Therefore, to link to a defined ``TESTONLY`` library in any upstream
473 # Assert that TESTONLYLIBS only contains TESTONLY libs!
486 " non-TESTONLY libraries! Otherwise, when shared libs are used, and"
487 " TESTONLY library would not be installed and the installed executable"
492 # Assert that IMPORTEDLIBS are not TESTONLY libs are not regular package
499 " IMPORTEDLIBS is not allowed to be a TESTONLY lib!"
[all …]
H A DTribitsLibraryMacros.cmake218 # [TESTONLY]
329 # ``TESTONLY``
424 # ``TESTONLY`` or ``NO_INSTALL_LIB_OR_HEADERS`` are passed in.
427 # added using ``INSTALL(FILES <h0> <h1> ...)``, but only if ``TESTONLY`` and
536 "STATIC;SHARED;TESTONLY;NO_INSTALL_LIB_OR_HEADERS;CUDALIBRARY"
646 # (non-TESTONLY) lib in this SE package. This is valid usage of
652 # The library being created here is TESTONLY library and is
658 # on another TESTONLY library. This is valid usage of DEPLIBS. In
661 # TESTONLY library.
668 MESSAGE(WARNING "WARNING: '${LIB}' in DEPLIBS is a TESTONLY lib"
[all …]
/dports/net-mgmt/netmagis-detecteq/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-metro/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-servers/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-www/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-topo/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-utils/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-common/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/net-mgmt/netmagis-database/netmagis-2.3.4/topo/src/
H A Danaconf285 if [ "$ONCE" = true -o "$TESTONLY" = true ]
340 TESTONLY=false
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) in async_mutex_enter()
298 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_mutex_enter()
349 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
355 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_cond_wait()
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_cond_wait()
/dports/databases/sqlite3/sqlite-src-3350500/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) in async_mutex_enter()
298 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_mutex_enter()
349 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
355 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_cond_wait()
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_cond_wait()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) in async_mutex_enter()
298 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_mutex_enter()
349 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
355 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_cond_wait()
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_cond_wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) in async_mutex_enter()
298 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_mutex_enter()
349 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
355 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_cond_wait()
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_cond_wait()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); ) in async_mutex_enter()
298 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_mutex_enter()
349 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_mutex_leave()
355 TESTONLY( primitives.aHolder[eMutex] = 0; ) in async_cond_wait()
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); ) in async_cond_wait()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3Int.h180 # define TESTONLY(X) X macro
182 # define TESTONLY(X) macro
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3Int.h194 # define TESTONLY(X) X macro
196 # define TESTONLY(X) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h194 # define TESTONLY(X) X macro
196 # define TESTONLY(X) macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3Int.h194 # define TESTONLY(X) X macro
196 # define TESTONLY(X) macro
/dports/www/p5-WWW-Search/WWW-Search-2.519/Programs/
H A DAutoSearch40 my $TESTONLY = 0;
964 if ($TESTONLY)
986 if ($TESTONLY)
1005 if ($TESTONLY)
/dports/games/pcgen/pcgen/data/zen_test/pcgen_test_advanced/pcgen_broken_tests/
H A Dpcgen_test_advanced_broken_items.pcc6 STATUS:TESTONLY
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbackup.c553 TESTONLY( int rc2 ); in sqlite3_backup_step()
554 TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0); in sqlite3_backup_step()
555 TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0); in sqlite3_backup_step()

12345678910