HomeSort by relevance Sort by last modified time
    Searched refs:start (Results 576 - 600 of 18938) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.modifiers/
pop_front.pass.cpp 22 make(int size, int start = 0 )
26 if (start > 0)
28 init = (start+1) / b + ((start+1) % b != 0);
33 for (int i = 0; i < init-start; ++i)
37 for (int i = 0; i < start; ++i)
58 testN(int start, int N)
62 C c1 = make<C>(N, start);
push_front.pass.cpp 22 make(int size, int start = 0 )
26 if (start > 0)
28 init = (start+1) / b + ((start+1) % b != 0);
33 for (int i = 0; i < init-start; ++i)
37 for (int i = 0; i < start; ++i)
60 testN(int start, int N)
62 C c1 = make<C>(N, start);
push_front_rvalue.pass.cpp 26 make(int size, int start = 0 )
30 if (start > 0)
32 init = (start+1) / b + ((start+1) % b != 0);
37 for (int i = 0; i < init-start; ++i)
41 for (int i = 0; i < start; ++i)
64 testN(int start, int N)
66 C c1 = make<C>(N, start);
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewPlugin.java 40 * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
43 public void start(BundleContext context) throws Exception { method in class:TraceviewPlugin
44 super.start(context);
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
MeasureTime.java 37 long start = System.currentTimeMillis(); local
40 result[i] = end - start;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
abi-32.d 8 [0]+ <start>:
abi-64.d 8 [0]+ <start>:
case-1.s 6 start: label
12 PTA/L start,TR2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh5b.s 28 .globl start
32 start: label
global1.d 1 #source: start.s
now-1.d 1 #source: start.s
now-3.d 1 #source: start.s
now-4.d 1 #source: start.s
pie.d 1 #source: start.s
pr14052.d 1 #source: start.s
rpath-1.d 1 #source: start.s
rpath-2.d 1 #source: start.s
tbss1.s 2 .globl start
7 start: label
tdata1.s 2 .globl start
7 start: label
tdata3.s 2 .globl start
7 start: label
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
local10.d 3 #source: start.s
local10m.d 3 #source: start.s
local9.d 3 #source: start.s
local9m.d 3 #source: start.s
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-selective/
3.cc 18 void start() __asm__("start"); // some toolchains use this name.
36 void start () function

Completed in 359 milliseconds

<<21222324252627282930>>