Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 1338) sorted by relevance

12345678910>>...54

/external/libcxx/src/
Dstring.cpp67 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
93 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
105 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
113 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
121 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
129 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
138 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
150 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
158 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
166 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]
/external/elfutils/src/
Dxelf.h55 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
56 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
57 # define xelf_update_phdr(elf, idx, phdr) \ argument
68 # define xelf_getsym(data, idx, name) \ argument
70 # define xelf_getsym_ptr(data, idx, name) \ argument
72 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
76 # define xelf_update_sym(data, idx, sym) \ argument
78 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument
85 # define xelf_getversym_copy(data, idx, name) \ argument
89 # define xelf_getdyn(data, idx, name) \ argument
[all …]
/external/pdfium/core/src/fxcrt/
Dfx_unicode.cpp10 size_t idx = static_cast<size_t>(wch); in FX_GetUnicodeProperties() local
27 size_t idx = dwTemp >> 23; in FX_GetMirrorChar() local
36 size_t idx = dwTemp >> 17; in FX_GetMirrorChar() local
51 size_t idx = dwTemp >> 23; in FX_GetMirrorChar() local
60 size_t idx = dwTemp >> 17; in FX_GetMirrorChar() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dconstraint.py27 def __call__(self, value, idx=None): argument
57 def _testValue(self, value, idx): argument
71 def _testValue(self, value, idx): argument
78 def _testValue(self, value, idx): argument
84 def _testValue(self, value, idx): argument
105 def _testValue(self, value, idx): argument
116 def _testValue(self, value, idx): argument
124 def _testValue(self, value, idx): argument
149 def _testValue(self, value, idx): argument
164 def __getitem__(self, idx): return self._values[idx] argument
[all …]
Dnamedtype.py16 def __getitem__(self, idx): argument
41 def __getitem__(self, idx): return self.__namedTypes[idx] argument
49 def getTypeByPosition(self, idx): argument
70 def getNameByPosition(self, idx): argument
101 def getTagMapNearPosition(self, idx): argument
108 def getPositionNearType(self, tagSet, idx): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h34 bool setBit(uptr idx) { in setBit()
41 bool clearBit(uptr idx) { in clearBit()
47 bool getBit(uptr idx) const { return (bits_ & mask(idx)) != 0; } in getBit()
51 uptr idx = LeastSignificantSetBitIndex(bits_); in getAndClearFirstOne() local
100 basic_int_t mask(uptr idx) const { in mask()
144 bool setBit(uptr idx) { in setBit()
159 bool clearBit(uptr idx) { in clearBit()
173 bool getBit(uptr idx) const { in getBit()
325 void check(uptr idx) const { CHECK_LE(idx, size()); } in check()
327 uptr idx0(uptr idx) const { in idx0()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/util/
DBits.java58 public static boolean get(int[] bits, int idx) { in get()
71 public static void set(int[] bits, int idx, boolean value) { in set()
88 public static void set(int[] bits, int idx) { in set()
100 public static void clear(int[] bits, int idx) { in clear()
153 int idx = findFirst(bits, start); in anyInRange() local
166 public static int findFirst(int[] bits, int idx) { in findFirst()
193 public static int findFirst(int value, int idx) { in findFirst()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c42 unsigned *idx) in translate_vs_ps_semantic()
180 unsigned idx) in ps30_input()
326 unsigned idx) in ps30_output()
369 unsigned idx) in vs30_input()
427 unsigned idx) in vs30_output()
497 unsigned idx ) in ps30_sampler()
521 unsigned idx; in svga_translate_decl_sm30() local
/external/eigen/Eigen/src/MetisSupport/
DMetisSupport.h46 … Index idx = it.index(); // Get the row index (for column major) or column index (for row major) in get_symmetrized_graph() local
56 Index idx = it.index(); in get_symmetrized_graph() local
79 … Index idx = it.index(); // Get the row index (for column major) or column index (for row major) in get_symmetrized_graph() local
90 Index idx = it.index(); in get_symmetrized_graph() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h67 void Free(Cache *c, IndexT idx) { in Free()
74 T *Map(IndexT idx) { in Map()
83 IndexT idx = c->cache[--c->pos]; in FlushCache() local
119 IndexT idx = freelist_; in Refill() local
128 IndexT idx = c->cache[--c->pos]; in Drain() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
DSortIndex.java32 final int idx; field in SortIndex.Entry
36 Entry(final int idx, final T item) { in Entry()
69 int idx = 0; in init() local
92 public int getPosition(final int idx) { in getPosition()
/external/ceres-solver/internal/ceres/
Dcompressed_row_sparse_matrix.cc120 const int idx = index[i]; in CompressedRowSparseMatrix() local
167 for (int idx = rows_[r]; idx < rows_[r + 1]; ++idx) { in RightMultiply() local
178 for (int idx = rows_[r]; idx < rows_[r + 1]; ++idx) { in LeftMultiply() local
188 for (int idx = 0; idx < rows_[num_rows_]; ++idx) { in SquaredColumnNorm() local
196 for (int idx = 0; idx < rows_[num_rows_]; ++idx) { in ScaleColumns() local
207 for (int idx = rows_[r]; idx < rows_[r + 1]; ++idx) { in ToDenseMatrix() local
266 for (int idx = rows_[r]; idx < rows_[r + 1]; ++idx) { in ToTextFile() local
299 for (int idx = rows_[r]; idx < rows_[r + 1] - 1; ++idx) { in SolveLowerTriangularInPlace() local
310 for (int idx = rows_[r + 1] - 2; idx >= rows_[r]; --idx) { in SolveLowerTriangularTransposeInPlace() local
365 for (int idx = 0; idx < num_nonzeros(); ++idx) { in Transpose() local
[all …]
/external/srtp/test/
Dreplay_driver.c89 rdb_check_add(rdb_t *rdb, uint32_t idx) { in rdb_check_add()
104 rdb_check_expect_failure(rdb_t *rdb, uint32_t idx) { in rdb_check_expect_failure()
117 rdb_check_unordered(rdb_t *rdb, uint32_t idx) { in rdb_check_unordered()
132 uint32_t idx, ircvd; in test_rdb_db() local
Drdbx_driver.c150 rdbx_check_add(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_add()
182 rdbx_check_expect_failure(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_expect_failure()
200 rdbx_check_unordered(rdbx_t *rdbx, uint32_t idx) { in rdbx_check_unordered()
214 uint32_t idx, ircvd; in test_replay_dbx() local
/external/flac/libFLAC/include/private/
Dbitmath.h87 unsigned long idx; in FLAC__clz_uint32() local
134 unsigned long idx; in FLAC__bitmath_ilog2() local
154 unsigned long idx; in FLAC__bitmath_ilog2_wide() local
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c357 unsigned int idx) in update_effective()
366 unsigned int idx) in update_permitted()
375 unsigned int idx) in update_inheritable()
384 unsigned int idx) in update_bounding_set()
412 int idx; in capng_update() local
739 static int check_effective(unsigned int capability, unsigned int idx) in check_effective()
744 static int check_permitted(unsigned int capability, unsigned int idx) in check_permitted()
749 static int check_inheritable(unsigned int capability, unsigned int idx) in check_inheritable()
754 static int bounds_bit_check(unsigned int capability, unsigned int idx) in bounds_bit_check()
790 unsigned int idx; in capng_have_capability() local
/external/iproute2/lib/
Dll_map.c141 const char *ll_idx_n2a(unsigned idx, char *buf) in ll_idx_n2a()
158 const char *ll_index_to_name(unsigned idx) in ll_index_to_name()
165 int ll_index_to_type(unsigned idx) in ll_index_to_type()
176 int ll_index_to_flags(unsigned idx) in ll_index_to_flags()
190 unsigned idx; in ll_name_to_index() local
/external/elfutils/lib/
Ddynamicsizehash.c51 size_t idx = 1 + (hval < htab->size ? hval : hval % htab->size); in lookup() local
83 insert_entry_2 (NAME *htab, HASHTYPE hval, size_t idx, TYPE data) in insert_entry_2()
212 size_t idx; in INSERT() local
236 size_t idx; in INSERT() local
256 size_t idx; in FIND() local
/external/compiler-rt/test/asan/TestCases/
Dcontiguous_container.cc24 for (size_t idx = 0; idx < size; idx++) in TestContainer() local
26 for (size_t idx = size; idx < capacity; idx++) in TestContainer() local
45 for (size_t idx = 0; idx < capacity; idx++) in TestContainer() local
/external/pdfium/third_party/freetype/src/cff/
Dcffload.c202 cff_index_read_offset( CFF_Index idx, in cff_index_read_offset()
226 cff_index_init( CFF_Index idx, in cff_index_init()
301 cff_index_done( CFF_Index idx ) in cff_index_done()
319 cff_index_load_offsets( CFF_Index idx ) in cff_index_load_offsets()
383 cff_index_get_pointers( CFF_Index idx, in cff_index_get_pointers()
470 cff_index_access_element( CFF_Index idx, in cff_index_access_element()
568 cff_index_forget_element( CFF_Index idx, in cff_index_forget_element()
586 CFF_Index idx = &font->name_index; in cff_index_get_name() local
1305 CFF_Index idx, in cff_subfont_load()
1553 FT_UInt idx; in cff_font_load() local
[all …]
/external/freetype/src/cff/
Dcffload.c202 cff_index_read_offset( CFF_Index idx, in cff_index_read_offset()
226 cff_index_init( CFF_Index idx, in cff_index_init()
301 cff_index_done( CFF_Index idx ) in cff_index_done()
319 cff_index_load_offsets( CFF_Index idx ) in cff_index_load_offsets()
383 cff_index_get_pointers( CFF_Index idx, in cff_index_get_pointers()
470 cff_index_access_element( CFF_Index idx, in cff_index_access_element()
568 cff_index_forget_element( CFF_Index idx, in cff_index_forget_element()
586 CFF_Index idx = &font->name_index; in cff_index_get_name() local
1305 CFF_Index idx, in cff_subfont_load()
1553 FT_UInt idx; in cff_font_load() local
[all …]
/external/opencv/cv/src/
Dcvhistogram.cpp816 int idx = cvFloor((j - a)*scale); in icvCalcHistLookupTables8u() local
831 int idx = -1, write_idx = ICV_HIST_DUMMY_IDX, sz = size[i]; in icvCalcHistLookupTables8u() local
940 int idx = tab[i]; in icvCalcHist_8u_C1R() local
957 int idx = tab[v0] + tab[256+v1]; in icvCalcHist_8u_C1R() local
972 int idx = tab[v0] + tab[256+v1]; in icvCalcHist_8u_C1R() local
995 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; in icvCalcHist_8u_C1R() local
1010 int idx = tab[v0] + tab[256+v1] + tab[512+v2]; in icvCalcHist_8u_C1R() local
1030 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
1048 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
1078 int idx = tab[i*256 + img[i][x]]; in icvCalcHist_8u_C1R() local
[all …]
/external/jdiff/src/jdiff/
DAPIComparator.java59 int idx = Collections.binarySearch(newAPI.packages_, oldPkg); in compareAPIs() local
88 int idx = Collections.binarySearch(oldAPI.packages_, newPkg); in compareAPIs() local
166 int idx = Collections.binarySearch(newPkg.classes_, oldClass); in comparePackages() local
194 int idx = Collections.binarySearch(oldPkg.classes_, newClass); in comparePackages() local
374 int idx = Collections.binarySearch(newClass.ctors_, oldCtor); in compareAllCtors() local
423 int idx = Collections.binarySearch(oldClass.ctors_, newCtor); in compareAllCtors() local
464 int idx = -1; in compareAllMethods() local
524 int idx = -1; in compareAllMethods() local
694 int idx = Collections.binarySearch(newClass.fields_, oldField); in compareAllFields() local
790 int idx = Collections.binarySearch(oldClass.fields_, newField); in compareAllFields() local
/external/elfutils/libdwfl/
Dsegment.c139 size_t idx = (l + u) / 2; in lookup() local
166 int idx = lookup (dwfl, start, hint); in reify_segments() local
233 for (size_t idx = 0; idx < dwfl->lookup_elts; ++idx) in reify_segments() local
254 int idx = lookup (dwfl, address, -1); in dwfl_addrsegment() local
/external/v8/test/mjsunit/regress/
Dsplice-missing-wb.js34 for (var i = 0; i < a.length; i++) a[i] = {idx:i}; property
42 a[0] = {idx:0}; property

12345678910>>...54