HomeSort by relevance Sort by last modified time
    Searched defs:setup (Results 251 - 275 of 2946) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/sysfs/
sysfs01.c 39 * Setup:
40 * Setup signal handling.
75 static void setup();
87 setup();
111 /* setup() - performs all ONE TIME setup for this test */
112 void setup(void) function
sysfs02.c 38 * Setup:
39 * Setup signal handling.
73 static void setup();
86 setup();
111 /* setup() - performs all ONE TIME setup for this test */
112 void setup(void) function
sysfs03.c 38 * Setup:
39 * Setup signal handling.
73 static void setup();
85 setup();
109 /* setup() - performs all ONE TIME setup for this test */
110 void setup(void) function
sysfs04.c 40 * Setup:
41 * Setup signal handling.
77 static void setup();
89 setup();
113 /* setup() - performs all ONE TIME setup for this test */
114 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/time/
time01.c 95 * Setup:
96 * Setup signal handling.
118 void setup();
130 setup();
156 * setup() - performs all ONE TIME setup for this test.
158 void setup(void) function
time02.c 32 * Setup:
33 * Setup signal handling.
80 void setup(); /* setup function for the test */
93 setup();
130 * setup() - performs all ONE TIME setup for this test.
132 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/times/
times01.c 95 * Setup:
96 * Setup signal handling.
119 void setup();
133 setup();
153 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/umount/
umount01.c 56 static void setup(void) function
71 .setup = setup,
umount03.c 51 static void setup(void) function
76 .setup = setup,
  /external/ltp/testcases/kernel/syscalls/uname/
uname01.c 95 * Setup:
96 * Setup signal handling.
118 void setup();
132 setup();
151 void setup(void) function
uname02.c 60 void setup(void);
73 setup(); /* global setup */
103 void setup(void) function
  /external/ltp/testcases/kernel/syscalls/wait/
wait01.c 32 static void setup(void);
42 setup();
53 static void setup(void) function
  /external/ltp/testcases/kernel/timers/timer_delete/
timer_delete02.c 37 * Setup:
38 * Setup signal handling.
75 void setup(void);
87 setup();
110 /* setup() - performs all ONE TIME setup for this test */
111 void setup(void) function
  /external/ltp/testcases/kernel/tracing/dynamic_debug/
dynamic_debug01.sh 34 TST_SETUP=setup
68 setup() function
  /external/python/cpython3/Lib/distutils/
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'; if no such class i
    [all...]
  /external/skia/infra/bots/recipe_modules/core/
api.py 20 def setup(self, bot_update=True): member in class:SkiaApi
22 # Setup dependencies.
23 self.m.vars.setup()
36 self.m.flavor.setup()
  /external/testng/src/test/java/test/configuration/
BeforeClassThreadA.java 10 public void setup() throws InterruptedException { method in class:BeforeClassThreadA
BeforeClassThreadB.java 10 public void setup() throws InterruptedException { method in class:BeforeClassThreadB
  /external/testng/src/test/java/test/testng109/
SkippedTestWithExpectedExceptionTest.java 12 public void setup() { method in class:SkippedTestWithExpectedExceptionTest
  /external/testng/src/test/java/test/testng285/
BugBase.java 14 public void setup() { method in class:BugBase
  /external/testng/src/test/java/test/tmp/
Test0.java 9 public void setup() { method in class:Test0
10 System.out.println("setup");
  /frameworks/rs/tests/lldb/tests/testcases/
test_breakpoint_coordinate.py 40 def setup(self, android): member in class:TestBreakpointCoordinate
test_language_subcmds.py 37 def setup(self, android): member in class:TestLanguageSubcmds
test_single_source.py 31 def setup(self, android): member in class:TestSingleSource
test_source_step.py 47 def setup(self, android): member in class:TestSourceStep

Completed in 249 milliseconds

<<11121314151617181920>>