Home
last modified time | relevance | path

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

12345678910>>...64

/external/libcxx/src/
Dstring.cpp66 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
92 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
104 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
112 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
120 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
128 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
137 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
149 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
157 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
165 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]
/external/elfutils/0.153/src/
Dxelf.h63 # define xelf_getphdr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
64 # define xelf_getphdr_ptr(elf, idx, name) name = elf32_getphdr (elf) + idx argument
65 # define xelf_update_phdr(elf, idx, phdr) \ argument
76 # define xelf_getsym(data, idx, name) \ argument
78 # define xelf_getsym_ptr(data, idx, name) \ argument
80 # define xelf_getsymshndx(data, ndxdata, idx, name1, name2) \ argument
84 # define xelf_update_sym(data, idx, sym) \ argument
86 # define xelf_update_symshndx(data, ndxdata, idx, name1, name2, datachanged) \ argument
93 # define xelf_getversym_copy(data, idx, name) \ argument
97 # define xelf_getdyn(data, idx, name) \ argument
[all …]
/external/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp105 for (size_t idx = 0; idx < num_threads; ++idx) in GetThreadByID() local
122 for (size_t idx = 0; idx < num_threads; ++idx) in GetThreadByMachPortNumber() local
139 for (size_t idx = 0; idx < num_threads; ++idx) in GetThreadIDByMachPortNumber() local
155 for (size_t idx = 0; idx < num_threads; ++idx) in GetMachPortNumberByThreadID() local
287 size_t idx; in UpdateThreadList() local
345 for (uint32_t idx = 0; idx < num_threads; ++idx) in CurrentThread() local
362 for (uint32_t idx = 0; idx < num_threads; ++idx) in Dump() local
408 for (uint32_t idx = 0; idx < num_threads; ++idx) in ProcessWillResume() local
436 for (uint32_t idx = 0; idx < num_new_threads; ++idx) in ProcessWillResume() local
453 for (uint32_t idx = 0; idx < num_threads; ++idx) in ProcessDidStop() local
[all …]
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h36 …dw_attr_t GetAttrByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attribut… in GetAttrByIndex()
37 …dw_form_t GetFormByIndex(uint32_t idx) const { return m_attributes.size() > idx ? m_attribut… in GetFormByIndex()
38 bool GetAttrAndFormByIndex(uint32_t idx, dw_attr_t& attr, dw_form_t& form) const in GetAttrAndFormByIndex()
50 …void GetAttrAndFormByIndexUnchecked(uint32_t idx, dw_attr_t& attr, dw_form_t& form) con… in GetAttrAndFormByIndexUnchecked()
54 dw_form_t GetFormByIndexUnchecked (uint32_t idx) const in GetFormByIndexUnchecked()
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlapi.c55 static TValue *index2addr (lua_State *L, int idx) { in index2addr()
153 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex()
165 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop()
182 LUA_API void lua_remove (lua_State *L, int idx) { in lua_remove()
193 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert()
206 static void moveto (lua_State *L, TValue *fr, int idx) { in moveto()
217 LUA_API void lua_replace (lua_State *L, int idx) { in lua_replace()
235 LUA_API void lua_pushvalue (lua_State *L, int idx) { in lua_pushvalue()
249 LUA_API int lua_type (lua_State *L, int idx) { in lua_type()
261 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction()
[all …]
/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/iproute2/lib/
Dll_map.c42 static inline struct ll_cache *idxhead(int idx) in idxhead()
96 const char *ll_idx_n2a(unsigned idx, char *buf) in ll_idx_n2a()
112 const char *ll_index_to_name(unsigned idx) in ll_index_to_name()
119 int ll_index_to_type(unsigned idx) in ll_index_to_type()
131 unsigned ll_index_to_flags(unsigned idx) in ll_index_to_flags()
144 unsigned ll_index_to_addr(unsigned idx, unsigned char *addr, in ll_index_to_addr()
171 unsigned idx; in ll_name_to_index() local
/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/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/bluetooth/bluedroid/btif/src/
Dbtif_hf.c261 static void send_at_result(UINT8 ok_flag, UINT16 errcode, int idx) in send_at_result()
295 void clear_phone_state_multihf(int idx) in clear_phone_state_multihf()
392 int idx = p_data->hdr.handle - 1; in btif_hf_upstreams_evt() local
671 int idx = btif_hf_idx_by_bdaddr((bt_bdaddr_t *)p_param); in btif_in_hf_generic_evt() local
783 int idx = btif_hf_idx_by_bdaddr(bd_addr); in disconnect() local
807 int idx = btif_hf_idx_by_bdaddr(bd_addr); in connect_audio() local
835 int idx = btif_hf_idx_by_bdaddr(bd_addr); in disconnect_audio() local
859 int idx = btif_hf_idx_by_bdaddr(bd_addr); in start_voice_recognition() local
894 int idx = btif_hf_idx_by_bdaddr(bd_addr); in stop_voice_recognition() local
930 int idx = btif_hf_idx_by_bdaddr(bd_addr); in volume_control() local
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_dense_alloc.h67 void Free(Cache *c, IndexT idx) { in Free()
73 T *Map(IndexT idx) { in Map()
82 IndexT idx = c->cache[--c->pos]; in FlushCache() local
118 IndexT idx = freelist_; in Refill() local
127 IndexT idx = c->cache[--c->pos]; in Drain() local
/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/chromium_org/third_party/mesa/src/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/lldb/include/lldb/Interpreter/
DOptionValueArray.h98 GetValueAtIndex (size_t idx) const in GetValueAtIndex()
120 InsertValue (size_t idx, const lldb::OptionValueSP &value_sp) in InsertValue()
136 ReplaceValue (size_t idx, const lldb::OptionValueSP &value_sp) in ReplaceValue()
152 DeleteValue (size_t idx) in DeleteValue()
/external/lldb/include/lldb/Core/
DFileSpecList.h195 Insert (size_t idx, const FileSpec &file) in Insert()
211 Replace (size_t idx, const FileSpec &file) in Replace()
222 Remove (size_t idx) in Remove()
/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
/external/chromium_org/third_party/libsrtp/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_add_unordered(rdb_t *rdb, uint32_t idx) { in rdb_check_add_unordered()
140 uint32_t idx, ircvd; in test_rdb_db() local
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
DVertexArray9.h31 virtual void setAttribute(size_t idx, const gl::VertexAttribute &attr) { } in setAttribute()
32 virtual void setAttributeDivisor(size_t idx, GLuint divisor) { } in setAttributeDivisor()
33 virtual void enableAttribute(size_t idx, bool enabledState) { } in enableAttribute()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
DVertexArray11.h30 virtual void setAttribute(size_t idx, const gl::VertexAttribute &attr) { } in setAttribute()
31 virtual void setAttributeDivisor(size_t idx, GLuint divisor) { } in setAttributeDivisor()
32 virtual void enableAttribute(size_t idx, bool enabledState) { } in enableAttribute()
/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
37 for (size_t idx = 0; idx < capacity; idx++) in TestContainer() local
/external/chromium_org/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
/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/elfutils/0.153/lib/
Ddynamicsizehash.c74 size_t idx = 1 + hval % htab->size; local
106 insert_entry_2 (NAME *htab, HASHTYPE hval, size_t idx, TYPE data) in insert_entry_2()
241 size_t idx; variable
268 size_t idx; variable
291 size_t idx; variable
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c361 unsigned int idx) in update_effective()
370 unsigned int idx) in update_permitted()
379 unsigned int idx) in update_inheritable()
388 unsigned int idx) in update_bounding_set()
416 int idx; in capng_update() local
743 static int check_effective(unsigned int capability, unsigned int idx) in check_effective()
748 static int check_permitted(unsigned int capability, unsigned int idx) in check_permitted()
753 static int check_inheritable(unsigned int capability, unsigned int idx) in check_inheritable()
758 static int bounds_bit_check(unsigned int capability, unsigned int idx) in bounds_bit_check()
794 unsigned int idx; in capng_have_capability() local
/external/lldb/source/Symbol/
DLineTable.cpp172 LineTable::GetLineEntryAtIndex(uint32_t idx, LineEntry& line_entry) in GetLineEntryAtIndex()
261 LineTable::ConvertEntryAtIndexToLineEntry (uint32_t idx, LineEntry &line_entry) in ConvertEntryAtIndexToLineEntry()
304 for (size_t idx = start_idx; idx < count; ++idx) in FindLineEntryIndexByFileIndex() local
352 for (size_t idx = start_idx; idx < count; ++idx) in FindLineEntryIndexByFileIndex() local
409 for (size_t idx = 0; idx < count; ++idx) in FineLineEntriesForFileIndex() local
435 for (size_t idx = 0; idx < count; ++idx) in Dump() local
450 for (size_t idx = 0; idx < count; ++idx) in GetDescription() local
468 for (size_t idx = 0; idx < count; ++idx) in GetContiguousFileAddressRanges() local
501 for (size_t idx = 0; idx < count; ++idx) in LinkLineTable() local

12345678910>>...64