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

1 2 3 4 5 6 7

  /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;
  /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
  /external/skqp/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
  /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;
  /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());
  /frameworks/ml/nn/common/operations/
StridedSlice.cpp 38 std::vector<int> starts; local
57 starts.emplace_back(begin);
63 starts.emplace_back(0);
77 starts, stops, strides, local
85 starts, stops, strides, local
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
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...]
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...]
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...]
  /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/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):
gen-use-table.py 408 starts = [] variable
438 offset += ends[-1] - starts[-1]
442 starts.append (start)
447 offset += ends[-1] - starts[-1]
459 pages = set([u>>page_bits for u in starts+ends+singles.keys()])
462 for (start,end) in zip (starts, ends):
  /external/tensorflow/tensorflow/contrib/lite/kernels/
strided_slice.cc 186 std::vector<int32_t> starts; local
191 starts.emplace_back(GetBeginValueAtIndex(&op_context, idx));
197 starts.emplace_back(0);
214 starts, stops, strides, GetTensorData<data_type>(op_context.output), \
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 207 *@return the set of "safe starts", characters that are class zero AND are never non-initial in a decomposition.
293 UnicodeSet starts = new UnicodeSet(); local
301 if (!nfcImpl.getCanonStartSet(cp, starts)) {
305 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) {
334 UnicodeSet starts = AT_START.get(cp);
335 if (starts == null) continue;
336 UnicodeSetIterator usi = new UnicodeSetIterator(starts);
  /external/icu/icu4c/source/common/
caniter.cpp 444 UnicodeSet starts; local
451 if (!nfcImpl.getCanonStartSet(cp, starts)) {
455 UnicodeSetIterator iter(starts);
stringtriebuilder.cpp 152 int32_t starts[kMaxBranchLinearSubNodeLength]; local
156 int32_t i=starts[unitNumber]=start;
163 starts[unitNumber]=start;
173 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1);
183 start=starts[unitNumber];
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 211 *@return the set of "safe starts", characters that are class zero AND are never non-initial in a decomposition.
297 UnicodeSet starts = new UnicodeSet(); local
305 if (!nfcImpl.getCanonStartSet(cp, starts)) {
309 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) {
338 UnicodeSet starts = AT_START.get(cp);
339 if (starts == null) continue;
340 UnicodeSetIterator usi = new UnicodeSetIterator(starts);
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_liveness_test.cc 639 auto starts = builder.AddInstruction( local
643 data_shape, gte1, update, starts));
654 {dynamic_update_slice, starts, update, CHECK_NOTNULL(slice), gte1},
658 {dynamic_update_slice, starts, update, gte1},
767 auto starts = builder.AddInstruction( local
    [all...]
liveness_util_test.cc 94 auto starts = builder.AddInstruction( local
100 data_shape, gte1, update, starts));
106 {dynamic_update_slice, starts, update, gte1},
208 auto starts = builder.AddInstruction( local
214 data_shape, gte1, update, starts));
220 {dynamic_update_slice, starts, update, gte1},
246 auto starts = builder.AddInstruction( local
247 HloInstruction::CreateParameter(2, starts_shape, "starts"));
249 data_shape, data, update, starts));
254 // with update or starts
    [all...]
tuple_points_to_analysis_test.cc 638 // Create slice 'starts' = GetTupleElement(tuple_param0, 2).
639 auto starts = builder.AddInstruction( local
641 // Update 'input' with 'update' at dynamic 'starts' indices.
643 input_shape, input, update, starts));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
dynamic_ops_test.cc 142 ComputationDataHandle starts; local
144 slice_starts, 0, "slice_starts", &builder, &starts);
147 builder.DynamicSlice(input, starts, slice_sizes);
168 ComputationDataHandle starts; local
170 slice_starts, 0, "slice_starts", &builder, &starts);
173 builder.DynamicSlice(input, starts, slice_sizes);
194 ComputationDataHandle starts; local
196 slice_starts, 0, "slice_starts", &builder, &starts);
199 builder.DynamicSlice(input, starts, slice_sizes);
364 ComputationDataHandle starts; local
395 ComputationDataHandle starts; local
426 ComputationDataHandle starts; local
486 auto starts = builder.ConstantR1<int32>({index, 0, 0}); local
    [all...]
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 193 int[] starts = null, ends = null; local
203 starts = new int[nvisible];
208 starts[i] = sp.getSpanStart(visible[i]);
219 if (i >= starts[a] && i < ends[a]) {
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
ProfileServiceTest.java 138 * Verify that each profile starts and stops.
146 ArgumentCaptor<ProfileService> starts = ArgumentCaptor.forClass(ProfileService.class); local
151 starts.capture(), eq(BluetoothAdapter.STATE_ON));
156 List<ProfileService> startedArguments = starts.getAllValues();

Completed in 754 milliseconds

1 2 3 4 5 6 7