Home
last modified time | relevance | path

Searched refs:run2 (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
Dcpuhotplug_report_proc_interrupts6 my ($run1, $run2) = @_;
20 printf "%-5s ", $run2->{$irq}->{$cpu} - $run1->{$irq}->{$cpu};
51 my $run2 = parse_proc_interrupts(shift @ARGV);
53 compare_proc_interrupts($run1, $run2);
/external/google-breakpad/android/
Drun-checks.sh248 run2 "$PROGDIR/../configure" --prefix="$TMPHOST" $CONFIGURE_FLAGS &&
249 run2 make -j$NUM_JOBS install
257 run2 make -j$NUM_JOBS check
358 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \
360 run2 make -j$NUM_JOBS install
382 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \
392 run2 "$PROGDIR"/../configure --prefix="$TMPTARGET" \
Dcommon-functions.sh167 run2 () { function
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp139 static int run2() { // expected-warning{{call itself}} in run2() function
140 return run2(); in run2()
148 Wrapper<x>::run2(); // expected-note{{instantiation}} in test_wrapper()
Dconversion.cpp240 #define run2() (dostuff() ? NULL : NULL) macro
245 assert11(run2()); in test()
Dcxx1y-generic-lambdas.cpp123 int run2 = test(); variable
524 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable
595 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable
647 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable
917 int run2 = x2.fooG3(); variable
Dcxx1y-generic-lambdas-capturing.cpp865 int run2 = test(); variable
1085 int run2 = X{}.g(0); // expected-note{{in instantiation of}}
1119 int run2 = X{}.g(0); // OK.
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DOwnedMonitorsStackDepthInfoDebuggee.java82 run2(); in run1()
86 private void run2() { in run2() method in OwnedMonitorsStackDepthInfoDebuggee.DebuggeeThread
/external/clang/test/PCH/
Dpragma-loop.cpp40 inline void run2(int *List, int Length) { in run2() function in pragma_test
108 pt.run2(List, 100); in test()
/external/clang/test/CodeGenCXX/
Dlambda-expressions-inside-auto-functions.cpp56 int run2 = A<double>{}.func()(3.14);
/external/python/cpython2/Lib/test/
Dtest_hash.py170 run2 = self.get_hash(self.repr_, seed='random')
171 self.assertNotEqual(run1, run2)
/external/testng/src/test/java/test/configuration/
DConfigurationGroups6SampleTest.java32 public void run2() { in run2() method in ConfigurationGroups6SampleTest
DConfigurationGroups5SampleTest.java35 public void run2() { in run2() method in ConfigurationGroups5SampleTest
/external/python/cpython3/Lib/test/
Dtest_hash.py194 run2 = self.get_hash(self.repr_, seed='random')
195 self.assertNotEqual(run1, run2)
Dtest_asyncgen.py397 async def run2(): function
413 self.loop.run_until_complete(run2())