/third_party/ltp/testcases/realtime/func/measurement/ |
H A D | preempt_timing.c | 97 setup(); in main()
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | sbrk_mutex.c | 103 setup(); in main()
|
/third_party/ltp/testcases/network/xinetd/ |
H A D | xinetd_tests.sh | 7 TST_SETUP="setup" 16 setup() function
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 58 # name (used with setup()) 64 setup($name);
|
/third_party/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 58 # name (used with setup()) 64 setup($name);
|
/third_party/python/Lib/distutils/ |
H A D | core.py | 4 the 'setup' function (which is to be called from the setup script). Also 15 # Mainly import these so setup scripts can "from distutils.core import" them. 22 # runs the setup script with no arguments at all. More useful help 37 # Some mild magic to control the behaviour of 'setup()' from 'run_setup()'. 41 # Legal keyword arguments for the setup() function 57 def setup (**attrs): function 58 """The gateway to the Distutils: do everything your setup script needs 62 supplied to 'setup()' (as keyword arguments), in config files, and on 66 the 'distclass' keyword argument to 'setup'; i [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/ |
H A D | Makefile | 16 setup: setup_spec setup_proposals 61 # Files generated by 'setup' target
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTestPackage.cpp | 78 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tmutfmt.h | 206 void setup(UErrorCode& status);
|
/third_party/openssl/test/ |
H A D | generate_ssl_tests.pl | 30 #Input file may be relative to cwd, but setup below changes the cwd, so 35 OpenSSL::Test::setup("no_test_here", quiet => 1);
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | BinaryProtocolTest.java | 46 public void setup() { in setup() method in BinaryProtocolTest
|
/third_party/skia/infra/bots/recipes/ |
H A D | perf_pathkit.py | 29 api.vars.setup()
|
H A D | upload_buildstats_results.py | 23 api.vars.setup()
|
H A D | infra.py | 29 api.vars.setup()
|
H A D | sync_and_compile.py | 27 api.vars.setup()
|
/third_party/skia/infra/bots/recipe_modules/run/examples/ |
H A D | full.py | 23 api.vars.setup()
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tes31TestPackage.cpp | 81 m_waiverMechanism->setup(commandLine.getWaiverFileName(), m_name, vendor, renderer, sessionInfo); in init()
|
/third_party/backends/backend/ |
H A D | canon_dr.h | 695 static SANE_Status image_buffers (struct scanner *s, int setup); 696 static SANE_Status offset_buffers (struct scanner *s, int setup); 697 static SANE_Status gain_buffers (struct scanner *s, int setup);
|
/third_party/benchmark/src/ |
H A D | benchmark_register.cc | 334 Benchmark* Benchmark::Setup(void (*setup)(const benchmark::State&)) { in Setup() 335 BM_CHECK(setup != nullptr); in Setup() 336 setup_ = setup; in Setup()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest07.c | 88 static void setup(void); 115 setup(); in main() 136 static void setup(void) in setup() function
|
H A D | ftest03.c | 76 static void setup(void); 109 setup(); in main() 131 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/fs/inode/ |
H A D | inode02.c | 95 void setup(void); 120 setup(); in main() 823 * setup 827 void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/io/direct_io/ |
H A D | diotest4.c | 184 static void setup(void); 217 setup(); in main() 541 static void setup(void) in setup() function
|
/third_party/ltp/testcases/kernel/ipc/pipeio/ |
H A D | pipeio.c | 83 static void setup(int argc, char *argv[]); 96 /* variables may be modified in setup() */ 135 setup(ac, av); in main() 388 static void setup(int argc, char *argv[]) in setup() function
|
/third_party/ltp/testcases/kernel/logging/kmsg/ |
H A D | kmsg01.c | 557 static void setup(void) in setup() function 572 .setup = setup,
|