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

  /device/linaro/bootloader/arm-trusted-firmware/bl31/
runtime_svc.c 84 uint32_t index, start_idx, end_idx; local
136 end_idx = get_unique_oen(rt_svc_descs[index].end_oen,
139 for (; start_idx <= end_idx; start_idx++)
  /external/trappy/trappy/plotter/
Utils.py 59 end_idx = data_frame.index.values[-1]
93 data[name].append([index, end_idx, row["__cpu"]])
97 return data, procs, [start_idx, end_idx]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c 867 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
882 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
885 if (idx <= end_idx && str[idx] != '}') {
886 while (idx <= end_idx) {
898 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
899 if (idx > end_idx || str[idx] != ':') {
904 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
924 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
927 if (idx > end_idx) break;
938 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
991 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1115 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1182 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1277 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1379 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c 890 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
905 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
908 if (idx <= end_idx && str[idx] != '}') {
909 while (idx <= end_idx) {
921 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
922 if (idx > end_idx || str[idx] != ':') {
927 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
947 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
950 if (idx > end_idx) break;
1014 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1138 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1205 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1300 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1402 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /external/python/cpython2/Modules/
_json.c 894 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
912 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
915 if (idx <= end_idx && str[idx] != '}') {
916 while (idx <= end_idx) {
928 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
929 if (idx > end_idx || str[idx] != ':') {
934 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
954 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++;
957 if (idx > end_idx) break;
968 while (idx <= end_idx && IS_WHITESPACE(str[idx])) idx++
1021 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1148 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1215 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
1310 Py_ssize_t end_idx = PyString_GET_SIZE(pystr) - 1; local
1412 Py_ssize_t end_idx = PyUnicode_GET_SIZE(pystr) - 1; local
    [all...]
  /external/trappy/trappy/
base.py 79 end_idx = match.end()
81 string = string[:begin_idx] + exploded_str + string[end_idx:]
  /system/core/fs_mgr/
fs_mgr.cpp 553 * end_idx: On return, will be the last rec that was looked at.
560 static int mount_with_alternatives(struct fstab *fstab, int start_idx, int *end_idx, int *attempted_idx)
566 if (!end_idx || !attempted_idx || start_idx >= fstab->num_entries) {
568 if (end_idx) *end_idx = start_idx;
634 *end_idx = i;
    [all...]
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 348 for end_idx in xrange(samples_per_loop, len(self._stats[kname]),
351 self._stats[kname][start_idx:end_idx])
353 start_idx = end_idx
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 547 uptr end_idx = beg_idx + count * size; local
549 if (end_idx + size > region->mapped_user) {
552 while (end_idx + size > region->mapped_user + map_size)
554 CHECK_GE(region->mapped_user + map_size, end_idx);
    [all...]
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp 378 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding);
379 for (uint32_t i = start_idx; i <= end_idx; ++i) {
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
descriptor_sets.cpp 349 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding);
351 for (uint32_t i = start_idx; i <= end_idx; ++i) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
descriptor_sets.cpp 349 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding);
351 for (uint32_t i = start_idx; i <= end_idx; ++i) {
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
descriptor_sets.cpp 349 auto end_idx = p_layout_->GetGlobalEndIndexFromBinding(binding);
351 for (uint32_t i = start_idx; i <= end_idx; ++i) {
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]

Completed in 1176 milliseconds