HomeSort by relevance Sort by last modified time
    Searched full:from_index (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/tests/coretests/src/android/view/accessibility/
RecycleAccessibilityEventTest.java 34 private static final int FROM_INDEX = 1;
50 first.setFromIndex(FROM_INDEX);
  /external/v8/src/profiler/
heap-snapshot-generator-inl.h 15 return &snapshot()->entries()[from_index()];
heap-snapshot-generator.h 57 int from_index() const { return FromIndexField::decode(bit_field_); } function in class:v8::internal::BASE_EMBEDDED
  /external/valgrind/memcheck/tests/
vcpu_fbench.c 291 static double from_index; variable
597 FROM_INDEX Refractive index of medium being left
629 rang_sin = (from_index / to_index) *
639 object_distance = object_distance * (to_index / from_index);
640 axis_slope_angle = axis_slope_angle * (from_index / to_index);
654 rang_sin = (from_index / to_index) *
667 rang = -asin((from_index / to_index) *
670 cos(-rang)) / (from_index *
685 from_index = 1.0;
696 from_index = to_index
    [all...]
  /external/valgrind/perf/
fbench.c 287 static double from_index; variable
593 FROM_INDEX Refractive index of medium being left
625 rang_sin = (from_index / to_index) *
635 object_distance = object_distance * (to_index / from_index);
636 axis_slope_angle = axis_slope_angle * (from_index / to_index);
650 rang_sin = (from_index / to_index) *
663 rang = -asin((from_index / to_index) *
666 cos(-rang)) / (from_index *
681 from_index = 1.0;
692 from_index = to_index
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 1683 OMX_U32 i, from_index, to_index; local
1716 OMX_U32 i, from_index, to_index; local
    [all...]
  /external/v8/src/debug/
debug.js     [all...]
mirrors.js 1112 var from_index = opt_from_index || 0;
1114 if (from_index > to_index) return new GlobalArray();
1115 var values = new GlobalArray(to_index - from_index + 1);
1116 for (var i = from_index; i <= to_index; i++) {
1124 values[i - from_index] = value;
    [all...]
  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 428 // or {tagged_array} at index {from_index} to index {to_index}.
429 void RunCopyElement(int from_index, int to_index) {
432 BoundsCheck(from_index);
438 Node* load = t.LoadElement(access, ptr, t.Int32Constant(from_index));
449 // or {tagged_array} at index {from_index} to index {to_index}.
450 void RunCopyField(int from_index, int to_index) {
451 BoundsCheck(from_index);
453 FieldAccess from_access = GetFieldAccess(from_index);
    [all...]
  /external/v8/src/js/
array.js 384 var from_index = i + del_count - 1;
386 if (HAS_INDEX(array, from_index, is_array)) {
387 array[to_index] = array[from_index];
394 var from_index = i + del_count;
396 if (HAS_INDEX(array, from_index, is_array)) {
397 array[to_index] = array[from_index];
    [all...]
  /external/v8/src/regexp/
jsregexp.h 411 void Merge(QuickCheckDetails* other, int from_index);
    [all...]
jsregexp.cc     [all...]

Completed in 491 milliseconds