HomeSort by relevance Sort by last modified time
    Searched defs:start_index (Results 26 - 37 of 37) sorted by null

12

  /art/runtime/
utils.cc 896 unsigned int start_index = 0; local
900 while (start_index < s.size()) {
901 if (!isspace(s[start_index])) {
904 start_index++;
908 while (end_index >= start_index) {
916 if (end_index < start_index) {
919 // Start_index is the first non-space, end_index is the last one.
920 return s.substr(start_index, end_index - start_index + 1);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 1669 int start_index = rc->worst_quality; local
    [all...]
  /external/toybox/toys/pending/
fdisk.c 797 static int validate(int start_index, sector_t* begin,sector_t* end, sector_t start
801 for (i = start_index; i < num_parts; i++) {
816 int i, asked = 0, valid = 0, start_index = 0; local
831 start_index = 4;
834 if (asked) valid = validate(start_index, begin, end, start, asked);
838 for (i = start_index; i < num_parts; i++)
841 } while (!validate(start_index, begin, end, start, 0));
    [all...]
  /external/v8/src/wasm/
asm-wasm-builder.cc 662 uint32_t start_index; member in struct:v8::internal::wasm::AsmWasmBuilderImpl::FunctionTableIndices
666 void InsertFunctionTable(Variable* v, uint32_t start_index,
669 container->start_index = start_index;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 217 int start_index = rc->worst_quality; local
223 start_index = i;
235 return target_index - start_index;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1092 int start_index, end_index; member in struct:CvSlice
1099 slice.start_index = start;
1190 int start_index; /* Index of the first element in the block + */ member in struct:CvSeqBlock
1191 /* sequence->first->start_index. */
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 1100 int start_index, end_index; member in struct:CvSlice
1219 int start_index; \/**< Index of the first element in the block + *\/ member in struct:CvSeqBlock
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 797 unsigned long start_index; /* starting index # of page */
795 unsigned long start_index; \/* starting index # of page *\/ member in struct:vlinks
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 357 milliseconds

12