/external/libcxx/src/ |
D | string.cpp | 61 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper() 87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer() 107 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 115 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 123 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer() 132 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 144 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 152 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() 160 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer() [all …]
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | distribution_sampler.h | 55 int idx = rand->Uniform(num_); in Sample() local 65 float prob(int idx) const { in prob() 70 int alt(int idx) const { in alt() 75 void set_prob(int idx, float f) { in set_prob() 80 void set_alt(int idx, int val) { in set_alt()
|
/external/u-boot/arch/riscv/lib/ |
D | setjmp.S | 10 #define STORE_IDX(reg, idx) sd reg, (idx*8)(a0) argument 11 #define LOAD_IDX(reg, idx) ld reg, (idx*8)(a0) argument 13 #define STORE_IDX(reg, idx) sw reg, (idx*4)(a0) argument 14 #define LOAD_IDX(reg, idx) lw reg, (idx*4)(a0) argument
|
D | crt0_riscv_efi.S | 15 #define SAVE_LONG(reg, idx) sd reg, (idx*SIZE_LONG)(sp) argument 16 #define LOAD_LONG(reg, idx) ld reg, (idx*SIZE_LONG)(sp) argument 20 #define SAVE_LONG(reg, idx) sw reg, (idx*SIZE_LONG)(sp) argument 21 #define LOAD_LONG(reg, idx) lw reg, (idx*SIZE_LONG)(sp) argument
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowXmlBlock.java | 199 protected static int nativeGetAttributeNamespace(int state, int idx) { in nativeGetAttributeNamespace() 204 protected static int nativeGetAttributeNamespace(long state, int idx) { in nativeGetAttributeNamespace() 210 protected static int nativeGetAttributeName(int state, int idx) { in nativeGetAttributeName() 215 protected static int nativeGetAttributeName(long state, int idx) { in nativeGetAttributeName() 221 protected static int nativeGetAttributeResource(int state, int idx) { in nativeGetAttributeResource() 226 protected static int nativeGetAttributeResource(long state, int idx) { in nativeGetAttributeResource() 232 protected static int nativeGetAttributeDataType(int state, int idx) { in nativeGetAttributeDataType() 237 protected static int nativeGetAttributeDataType(long state, int idx) { in nativeGetAttributeDataType() 243 protected static int nativeGetAttributeData(int state, int idx) { in nativeGetAttributeData() 248 protected static int nativeGetAttributeData(long state, int idx) { in nativeGetAttributeData() [all …]
|
/external/eigen/Eigen/src/MetisSupport/ |
D | MetisSupport.h | 46 … 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 …StorageIndex idx = it.index(); // Get the row index (for column major) or column index (for row ma… in get_symmetrized_graph() local 90 StorageIndex idx = it.index(); in get_symmetrized_graph() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.h | 246 bool MergeInput(int idx, ShapeHandle shape) { in MergeInput() 278 bool RelaxInput(int idx, ShapeHandle shape) { in RelaxInput() 288 void SetInput(int idx, ShapeHandle shape) { inputs_[idx] = shape; } in SetInput() 290 ShapeHandle input(int64 idx) const { return inputs_[idx]; } in input() 296 const Tensor* input_tensor(int idx) { in input_tensor() 303 bool requested_input_tensor(int idx) const { in requested_input_tensor() 309 bool requested_input_tensor_as_partial_shape(int idx) const { in requested_input_tensor_as_partial_shape() 326 ShapeHandle output(int64 idx) const { return outputs_.at(idx); } in output() 327 void set_output(int idx, ShapeHandle shape) { outputs_.at(idx) = shape; } in set_output() 332 ShapeHandle output(int idx) const { return outputs_.at(idx); } in output() [all …]
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/ |
D | SortIndex.java | 32 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/grpc-grpc/include/grpcpp/impl/codegen/ |
D | service_type.h | 99 size_t idx = static_cast<size_t>(index); in RequestAsyncUnary() local 107 size_t idx = static_cast<size_t>(index); in RequestAsyncClientStreaming() local 116 size_t idx = static_cast<size_t>(index); in RequestAsyncServerStreaming() local 124 size_t idx = static_cast<size_t>(index); in RequestAsyncBidiStreaming() local 136 size_t idx = static_cast<size_t>(index); in MarkMethodAsync() local 148 size_t idx = static_cast<size_t>(index); in MarkMethodRaw() local 159 size_t idx = static_cast<size_t>(index); in MarkMethodGeneric() local 170 size_t idx = static_cast<size_t>(index); in MarkMethodStreamed() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_decl_sm30.c | 42 unsigned *idx) in translate_vs_ps_semantic() 180 unsigned idx) in ps30_input() 327 unsigned idx) in ps30_output() 391 unsigned idx) in vs30_input() 449 unsigned idx) in vs30_output() 518 svga_tgsi_sampler_type(const struct svga_shader_emitter *emit, int idx) in svga_tgsi_sampler_type() 538 unsigned idx ) in ps30_sampler() 573 unsigned idx; in svga_translate_decl_sm30() local
|
/external/flac/libFLAC/include/private/ |
D | bitmath.h | 85 unsigned long idx; in FLAC__clz_uint32() local 109 unsigned long idx; in FLAC__clz_uint64() local 163 unsigned long idx; in FLAC__bitmath_ilog2() local 180 unsigned long idx; in FLAC__bitmath_ilog2_wide() local
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResXMLParser.java | 205 public int getAttributeNamespaceID(int idx) in getAttributeNamespaceID() 221 final String getAttributeNamespace(int idx, Ref<Integer> outLen) in getAttributeNamespace() 231 final String getAttributeNamespace8(int idx, Ref<Integer> outLen) in getAttributeNamespace8() 241 public int getAttributeNameID(int idx) in getAttributeNameID() 257 final String getAttributeName(int idx, Ref<Integer> outLen) in getAttributeName() 267 final String getAttributeName8(int idx, Ref<Integer> outLen) in getAttributeName8() 277 public int getAttributeNameResID(int idx) in getAttributeNameResID() 292 public int getAttributeValueStringID(int idx) in getAttributeValueStringID() 308 final String getAttributeStringValue(int idx, Ref<Integer> outLen) in getAttributeStringValue() 317 public int getAttributeDataType(int idx) in getAttributeDataType() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bitvector.h | 34 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/python/pyasn1/pyasn1/type/ |
D | constraint.py | 27 def __call__(self, value, idx=None): argument 78 def _testValue(self, value, idx): argument 135 def _testValue(self, value, idx): argument 176 def _testValue(self, value, idx): argument 220 def _testValue(self, value, idx): argument 294 def _testValue(self, value, idx): argument 339 def _testValue(self, value, idx): argument 348 def _testValue(self, value, idx): argument 414 def _testValue(self, value, idx): argument 431 def __getitem__(self, idx): argument [all …]
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_dense_alloc.h | 67 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/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBase.cpp | 97 bool DrawBuffersIndexedBase::BlendMaskStateMachine::CheckEnumForBuffer(int idx, glw::GLenum e, glw:… in CheckEnumForBuffer() 118 bool DrawBuffersIndexedBase::BlendMaskStateMachine::CheckBuffer(int idx) in CheckBuffer() 210 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetEnablei(int idx) in SetEnablei() 216 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetDisablei(int idx) in SetDisablei() 222 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetColorMaski(int idx, glw::GLboolean r, glw::G… in SetColorMaski() 232 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendEquationi(int idx, glw::GLenum mode) in SetBlendEquationi() 239 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendEquationSeparatei(int idx, glw::GLenum … in SetBlendEquationSeparatei() 246 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFunci(int idx, glw::GLenum src, glw::GL… in SetBlendFunci() 255 void DrawBuffersIndexedBase::BlendMaskStateMachine::SetBlendFuncSeparatei(int idx, glw::GLenum src_… in SetBlendFuncSeparatei()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_fontglobals.h | 31 void SetEmbeddedCharset(size_t idx, const FXCMAP_CMap* map, uint32_t count) { in SetEmbeddedCharset() 35 std::pair<uint32_t, const FXCMAP_CMap*> GetEmbeddedCharset(size_t idx) const { in GetEmbeddedCharset() 39 void SetEmbeddedToUnicode(size_t idx, const uint16_t* map, uint32_t count) { in SetEmbeddedToUnicode() 43 std::pair<uint32_t, const uint16_t*> GetEmbeddedToUnicode(size_t idx) { in GetEmbeddedToUnicode()
|
/external/lua/src/ |
D | lapi.c | 60 static TValue *index2addr (lua_State *L, int idx) { in index2addr() 160 LUA_API int lua_absindex (lua_State *L, int idx) { in lua_absindex() 172 LUA_API void lua_settop (lua_State *L, int idx) { in lua_settop() 207 LUA_API void lua_rotate (lua_State *L, int idx, int n) { in lua_rotate() 237 LUA_API void lua_pushvalue (lua_State *L, int idx) { in lua_pushvalue() 251 LUA_API int lua_type (lua_State *L, int idx) { in lua_type() 264 LUA_API int lua_iscfunction (lua_State *L, int idx) { in lua_iscfunction() 270 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() 276 LUA_API int lua_isnumber (lua_State *L, int idx) { in lua_isnumber() 283 LUA_API int lua_isstring (lua_State *L, int idx) { in lua_isstring() [all …]
|
/external/puffin/src/ |
D | stream_unittest.cc | 31 for (size_t idx = 0; idx < buf.size(); idx++) { in TestRead() local 57 for (size_t idx = 0; idx < size; idx++) { in TestRead() local 64 for (size_t idx = 0; idx < size; idx++) { in TestRead() local 75 for (size_t idx = 0; idx < 10000; idx++) { in TestRead() local 82 for (size_t idx = 0; idx < size; idx++) { in TestRead() local 130 for (size_t idx = 0; idx < buf2.size(); idx++) { in TestWrite() local 223 for (size_t idx = 0; idx < kPuffsSample1.size(); idx++) { in TEST_F() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_shader.c | 92 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 110 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 120 for (int idx = 0; idx < link.num_varyings; ++idx) in etna_link_shaders() local 125 for (int idx = 0; idx < ARRAY_SIZE(cs->VS_OUTPUT); ++idx) in etna_link_shaders() local 166 for (int idx = 0; idx < link.num_varyings; ++idx) { in etna_link_shaders() local 263 for (int idx = 0; idx < num_vs_inputs; ++idx) { in etna_shader_update_vs_inputs() local 270 for (int idx = 0; idx < ARRAY_SIZE(cs->VS_INPUT); ++idx) in etna_shader_update_vs_inputs() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cLimitsTests.cpp | 235 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(intLimits); idx++) in init() local 241 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(int64Limits); idx++) in init() local 247 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(uint64Limits); idx++) in init() local 253 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(floatLimits); idx++) in init() local 259 for (int idx = 0; idx < DE_LENGTH_OF_ARRAY(ivec3Limits); idx++) in init() local
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_group.c | 46 static struct ir3_instruction *arr_get(void *arr, int idx) in arr_get() 50 static void arr_insert_mov_out(void *arr, int idx, struct ir3_instruction *instr) in arr_insert_mov_out() 55 static void arr_insert_mov_in(void *arr, int idx, struct ir3_instruction *instr) in arr_insert_mov_in() 81 static struct ir3_instruction *instr_get(void *arr, int idx) in instr_get() 86 instr_insert_mov(void *arr, int idx, struct ir3_instruction *instr) in instr_insert_mov() 97 int idx = 0; in in_neighbor_list() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | contiguous_container.cc | 24 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/apache-commons-bcel/src/test/java/org/apache/bcel/ |
D | ElementValueGenTestCase.java | 82 final int idx = cp.lookupDouble(333.44); in testCreateDoubleElementValue() local 96 final int idx = cp.lookupLong(3334455L); in testCreateLongElementValue() local 110 final int idx = cp.lookupInteger('t'); in testCreateCharElementValue() local 124 final int idx = cp.lookupInteger((byte) 'z'); in testCreateByteElementValue() local 138 final int idx = cp.lookupInteger(1); // 1 == true in testCreateBooleanElementValue() local 152 final int idx = cp.lookupInteger(42); in testCreateShortElementValue() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d_test.cc | 30 int64 Array4DLinearIndex(const Array4D<T>& arr, absl::Span<const int64> idx) { in Array4DLinearIndex() 54 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 70 arr.Each([&arr](absl::Span<const int64> idx, int* cell) { in TEST() 131 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 135 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 11); }); in TEST() 142 arr.Each([&arr](absl::Span<const int64> idx, float* cell) { in TEST()
|