HomeSort by relevance Sort by last modified time
    Searched refs:run1 (Results 1 - 24 of 24) sorted by null

  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
cpuhotplug_report_proc_interrupts 6 my ($run1, $run2) = @_;
9 foreach my $irq (sort keys %{$run1}) {
12 foreach my $cpu (sort keys %{$run1->{$irq}}) {
19 foreach my $cpu (sort keys %{$run1->{$irq}}) {
20 printf "%-5s ", $run2->{$irq}->{$cpu} - $run1->{$irq}->{$cpu};
50 my $run1 = parse_proc_interrupts(shift @ARGV);
53 compare_proc_interrupts($run1, $run2);
  /external/clang/test/Misc/
ast-print-pragmas-xfail.cpp 6 void run1(int *List, int Length) { function
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
T_rsub_int_2.java 26 public int run1(int a) { method in class:T_rsub_int_2
T_rsub_int_1.java 26 public int run1(int a) { method in class:T_rsub_int_1
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
T_rsub_int_lit8_2.java 26 public int run1(int a) { method in class:T_rsub_int_lit8_2
T_rsub_int_lit8_1.java 26 public int run1(int a) { method in class:T_rsub_int_lit8_1
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
OwnedMonitorsStackDepthInfoDebuggee.java 77 run1(); method
81 private synchronized void run1() { method in class:OwnedMonitorsStackDepthInfoDebuggee.DebuggeeThread
  /external/clang/test/CodeGenCXX/
lambda-expressions-inside-auto-functions.cpp 42 auto run1 = X{}.foo()(3)('a');
  /external/testng/src/test/java/test/configuration/
ConfigurationGroups5SampleTest.java 26 public void run1() { method in class:ConfigurationGroups5SampleTest
27 log("run1");
57 Assert.assertTrue(m_run1, "run1() wasn't run");
ConfigurationGroups6SampleTest.java 25 public void run1() { method in class:ConfigurationGroups6SampleTest
26 log("run1");
50 Assert.assertTrue(m_run1, "run1() wasn't run");
  /external/clang/test/PCH/
pragma-loop.cpp 29 inline void run1(int *List, int Length) { function in class:pragma_test
107 pt.run1(List, 100);
  /art/test/602-deoptimizeable/src/
Main.java 61 int res = $noinline$run1(arr);
127 public static int $noinline$run1(int[] arr) {
  /art/test/685-deoptimizeable/src/
Main.java 63 ensureJitCompiled(Main.class, "$noinline$run1");
91 int res = $noinline$run1(arr);
179 public static int $noinline$run1(int[] arr) {
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/
Test_rsub_int.java 38 assertEquals("Subtest_2 is failed",45, t.run1(15));
51 assertEquals("Subtest_2 is failed",-32768, t.run1(0));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/
Test_rsub_int_lit8.java 38 assertEquals("Subtest_2 is failed",45, t.run1(15));
51 assertEquals("Subtest_2 is failed",-123, t.run1(0));
  /external/clang/test/SemaCXX/
conversion.cpp 236 // The whitespace in macro run1 are important to trigger the macro being split
238 #define run1() (dostuff() ? \ macro
244 assert11(run1());
cxx1y-generic-lambdas.cpp 916 int run1 = x2.fooG2();
  /external/python/cpython2/Lib/test/
test_hash.py 169 run1 = self.get_hash(self.repr_, seed='random')
171 self.assertNotEqual(run1, run2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 46 def run1(self, url): member in class:SuckerThread
168 t = threading.Thread(target=self.sucker.run1, args=(url,))
  /external/python/cpython2/Tools/webchecker/
wsgui.py 46 def run1(self, url): member in class:SuckerThread
168 t = threading.Thread(target=self.sucker.run1, args=(url,))
  /external/python/cpython3/Lib/test/
test_hash.py 193 run1 = self.get_hash(self.repr_, seed='random')
195 self.assertNotEqual(run1, run2)
test_asyncgen.py 385 async def run1(): function in function:AsyncGenAsyncioTest.test_async_gen_asyncio_anext_04
412 self.loop.run_until_complete(run1())
  /external/skia/src/core/
SkRegion.cpp 935 const SkRegionPriv::RunType* run1 = gSentinel; local
950 run1 = b_runs;
960 run1 = b_runs;
974 oper.addSpan(bot, run0, run1);
    [all...]
  /external/skqp/src/core/
SkRegion.cpp 935 const SkRegionPriv::RunType* run1 = gSentinel; local
950 run1 = b_runs;
960 run1 = b_runs;
974 oper.addSpan(bot, run0, run1);
    [all...]

Completed in 922 milliseconds