HomeSort by relevance Sort by last modified time
    Searched refs:starts (Results 1 - 25 of 538) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/coregrind/
m_aspacehl.c 45 Addr* starts; local
50 starts = VG_(malloc)( "main.gss.1", n_starts * sizeof(Addr) );
51 r = VG_(am_get_segment_starts)( kind_mask, starts, n_starts );
54 VG_(free)(starts);
59 return starts;
  /art/test/908-gc-start-finish/
gc_callbacks.cc 32 static size_t starts = 0; member in namespace:art::Test908GcStartFinish
40 starts++;
75 jint result = static_cast<jint>(starts);
76 starts = 0;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartDifferentiableMultivariateRealOptimizer.java 49 /** Number of iterations already performed for all starts. */
55 /** Number of evaluations already performed for all starts. */
58 /** Number of gradient evaluations already performed for all starts. */
61 /** Number of starts to go. */
62 private int starts; field in class:MultiStartDifferentiableMultivariateRealOptimizer
73 * @param starts number of starts to perform (including the
79 final int starts,
85 this.starts = starts;
    [all...]
MultiStartMultivariateRealOptimizer.java 52 /** Number of iterations already performed for all starts. */
55 /** Number of evaluations already performed for all starts. */
58 /** Number of starts to go. */
59 private int starts; field in class:MultiStartMultivariateRealOptimizer
70 * @param starts number of starts to perform (including the
76 final int starts,
81 this.starts = starts;
93 * method returns all the points found at the end of each starts,
    [all...]
MultiStartDifferentiableMultivariateVectorialOptimizer.java 52 /** Number of iterations already performed for all starts. */
58 /** Number of evaluations already performed for all starts. */
61 /** Number of jacobian evaluations already performed for all starts. */
64 /** Number of starts to go. */
65 private int starts; field in class:MultiStartDifferentiableMultivariateVectorialOptimizer
76 * @param starts number of starts to perform (including the
83 final int starts,
89 this.starts = starts;
    [all...]
MultiStartUnivariateRealOptimizer.java 53 /** Number of iterations already performed for all starts. */
56 /** Number of evaluations already performed for all starts. */
59 /** Number of starts to go. */
60 private int starts; field in class:MultiStartUnivariateRealOptimizer
74 * @param starts number of starts to perform (including the
80 final int starts,
84 this.starts = starts;
171 * method returns all the points found at the end of each starts,
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
BlockAddresses.java 33 private final CodeAddress[] starts; field in class:BlockAddresses
53 this.starts = new CodeAddress[maxLabel];
67 return starts[block.getLabel()];
77 return starts[label];
135 starts[label] = new CodeAddress(insn.getPosition());
  /dalvik/dx/src/com/android/dx/dex/code/
BlockAddresses.java 33 private final CodeAddress[] starts; field in class:BlockAddresses
53 this.starts = new CodeAddress[maxLabel];
67 return starts[block.getLabel()];
77 return starts[label];
135 starts[label] = new CodeAddress(insn.getPosition());
  /prebuilts/go/darwin-x86/test/
goto.go 118 { // GCCGO_ERROR "block starts here"
125 { // GCCGO_ERROR "block starts here"
136 { // GCCGO_ERROR "block starts here"
148 { // GCCGO_ERROR "block starts here"
183 if true { // GCCGO_ERROR "block starts here"
190 if true { // GCCGO_ERROR "block starts here"
199 } else { // GCCGO_ERROR "block starts here"
205 if false { // GCCGO_ERROR "block starts here"
215 } else { // GCCGO_ERROR "block starts here"
223 } else if false { // GCCGO_ERROR "block starts here
    [all...]
func3.go 20 func f4() (t1 t1) // legal - scope of parameter named t1 starts in body of f4.
  /prebuilts/go/linux-x86/test/
goto.go 118 { // GCCGO_ERROR "block starts here"
125 { // GCCGO_ERROR "block starts here"
136 { // GCCGO_ERROR "block starts here"
148 { // GCCGO_ERROR "block starts here"
183 if true { // GCCGO_ERROR "block starts here"
190 if true { // GCCGO_ERROR "block starts here"
199 } else { // GCCGO_ERROR "block starts here"
205 if false { // GCCGO_ERROR "block starts here"
215 } else { // GCCGO_ERROR "block starts here"
223 } else if false { // GCCGO_ERROR "block starts here
    [all...]
func3.go 20 func f4() (t1 t1) // legal - scope of parameter named t1 starts in body of f4.
  /external/harfbuzz_ng/src/
gen-indic-table.py 187 starts = [] variable
208 offset += ends[-1] - starts[-1]
212 starts.append (start)
217 offset += ends[-1] - starts[-1]
229 pages = set([u>>page_bits for u in starts+ends+singles.keys()])
232 for (start,end) in zip (starts, ends):
  /external/autotest/client/cros/
cros_logging.py 72 starts = []
77 starts.append(line_number)
79 if index < -len(starts):
81 elif index >= len(starts):
84 self._start_line = starts[index]
  /external/junit/src/main/java/org/junit/experimental/max/
MaxHistory.java 107 private Map<Description, Long> starts = new HashMap<Description, Long>(); field in class:MaxHistory.RememberingListener
111 starts.put(description, System.nanoTime()); // Get most accurate
118 long start = starts.get(description);
  /external/skia/tools/lua/
paths.lua 47 function string.starts(String,Start)
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
  /build/kati/testcase/
wildcard_cache.mk 11 # if make starts without foo,bar, it will be empty, although expect foo,bar.
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 19 // CatchSIGIO starts catching SIGIO signals.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 19 // CatchSIGIO starts catching SIGIO signals.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 19 // CatchSIGIO starts catching SIGIO signals.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 19 // CatchSIGIO starts catching SIGIO signals.
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 24 @ CHECK: error: .fnstart starts before the end of previous one
  /external/ltp/pan/
ltp-pan.c 169 int starts = -1; local
225 "Usage: pan -n name [ -SyAehpq ] [ -s starts ]"
251 starts = atoi(optarg);
287 timed = 1; //-t implies run as many starts as possible, by default
387 /* Supply a default for starts. If we are in sequential mode, use
390 if (timed == 1 && starts == -1) { /* timed, infinite by default */
391 starts = -1;
392 } else if (starts == -1) {
394 starts = coll->cnt;
396 starts = 1
    [all...]
  /external/ltp/testcases/network/rpc/rpc-tirpc/
rpc_test.sh 48 This scripts connects to the remote host and starts sprog there. After that it
  /external/valgrind/include/
pub_tool_aspacemgr.h 123 buffer *starts.
126 buffer *starts will be needed. If this number <= nStarts,
127 they are placed in starts[0..], and the number is returned.
129 starts[0..], and the negation of the size is returned.
133 extern Int VG_(am_get_segment_starts)( UInt kind_mask, Addr* starts,

Completed in 817 milliseconds

1 2 3 4 5 6 7 8 91011>>