| /external/mesa3d/src/mesa/main/ |
| D | api_arrayelt.c | 96 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 102 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 108 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 114 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 120 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 128 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 134 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 143 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 151 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 157 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
| /external/clang/test/Analysis/ |
| D | range_casts.c | 8 unsigned index = -1; in f1() local 18 int index = -1; in f2() local 28 unsigned index = -1; in f3() local 38 int index = -1; in f4() local 48 unsigned index = -1; in f5() local 58 unsigned index = -1; in f6() local 68 unsigned index = -1; in f7() local 78 unsigned index = -1; in f8() local 88 unsigned index = -1; in f9() local 98 unsigned index = -1; in f10() local [all …]
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | psCharStrings.py | 17 def read_operator(self, b0, data, index): argument 30 def read_byte(self, b0, data, index): argument 33 def read_smallInt1(self, b0, data, index): argument 37 def read_smallInt2(self, b0, data, index): argument 41 def read_shortInt(self, b0, data, index): argument 45 def read_longInt(self, b0, data, index): argument 49 def read_fixed1616(self, b0, data, index): argument 53 def read_reserved(self, b0, data, index): argument 57 def read_realNumber(self, b0, data, index): argument 325 def op_return(self, index): argument [all …]
|
| /external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorMap.h | 146 const Index index = m_dimensions.IndexOfRowMajor(indices); in operator() local 149 const Index index = m_dimensions.IndexOfColMajor(indices); in operator() local 175 …const Index index = m_dimensions.IndexOfRowMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local 178 …const Index index = m_dimensions.IndexOfColMajor(array<Index, NumIndices>{{firstIndex, secondIndex… in operator() local 187 const Index index = i1 + i0 * m_dimensions[1]; in operator() local 190 const Index index = i0 + i1 * m_dimensions[0]; in operator() local 198 const Index index = i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0); in operator() local 201 const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * i2); in operator() local 209 … const Index index = i3 + m_dimensions[3] * (i2 + m_dimensions[2] * (i1 + m_dimensions[1] * i0)); in operator() local 212 … const Index index = i0 + m_dimensions[0] * (i1 + m_dimensions[1] * (i2 + m_dimensions[2] * i3)); in operator() local [all …]
|
| D | TensorFixedSize.h | 93 EIGEN_STRONG_INLINE const Scalar& coeff(Index index) const in coeff() 125 EIGEN_STRONG_INLINE Scalar& coeffRef(Index index) in coeffRef() 151 const Index index = i1 + i0 * m_storage.dimensions()[1]; in operator() local 154 const Index index = i0 + i1 * m_storage.dimensions()[0]; in operator() local 162 const Index index = i2 + m_storage.dimensions()[2] * (i1 + m_storage.dimensions()[1] * i0); in operator() local 165 const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * i2); in operator() local 173 …const Index index = i3 + m_storage.dimensions()[3] * (i2 + m_storage.dimensions()[2] * (i1 + m_sto… in operator() local 176 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local 184 …const Index index = i4 + m_storage.dimensions()[4] * (i3 + m_storage.dimensions()[3] * (i2 + m_sto… in operator() local 187 …const Index index = i0 + m_storage.dimensions()[0] * (i1 + m_storage.dimensions()[1] * (i2 + m_sto… in operator() local [all …]
|
| /external/clang/test/CodeGen/ |
| D | avx512pf-builtins.c | 8 void test_mm512_mask_prefetch_i32gather_pd(__m256i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i32gather_pd() 14 void test_mm512_prefetch_i32gather_pd(__m256i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_pd() 20 void test_mm512_mask_prefetch_i32gather_ps(__m512i index, __mmask16 mask, void const *addr, int hin… in test_mm512_mask_prefetch_i32gather_ps() 26 void test_mm512_prefetch_i32gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i32gather_ps() 32 void test_mm512_mask_prefetch_i64gather_pd(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_pd() 38 void test_mm512_prefetch_i64gather_pd(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_pd() 44 void test_mm512_mask_prefetch_i64gather_ps(__m512i index, __mmask8 mask, void const *addr, int hint… in test_mm512_mask_prefetch_i64gather_ps() 50 void test_mm512_prefetch_i64gather_ps(__m512i index, void const *addr, int hint) { in test_mm512_prefetch_i64gather_ps() 56 void test_mm512_prefetch_i32scatter_pd(void *addr, __m256i index) { in test_mm512_prefetch_i32scatter_pd() 62 void test_mm512_mask_prefetch_i32scatter_pd(void *addr, __mmask8 mask, __m256i index) { in test_mm512_mask_prefetch_i32scatter_pd() [all …]
|
| /external/angle/src/libANGLE/ |
| D | context_private_call_gl.cpp | 19 GLuint index, in ContextPrivateVertexAttrib1d() 27 GLuint index, in ContextPrivateVertexAttrib1dv() 35 GLuint index, in ContextPrivateVertexAttrib1s() 43 GLuint index, in ContextPrivateVertexAttrib1sv() 51 GLuint index, in ContextPrivateVertexAttrib2d() 60 GLuint index, in ContextPrivateVertexAttrib2dv() 68 GLuint index, in ContextPrivateVertexAttrib2s() 77 GLuint index, in ContextPrivateVertexAttrib2sv() 85 GLuint index, in ContextPrivateVertexAttrib3d() 95 GLuint index, in ContextPrivateVertexAttrib3dv() [all …]
|
| D | validationGL2.cpp | 16 GLuint index, in ValidateGetVertexAttribdv() 26 GLuint index, in ValidateVertexAttrib1d() 35 GLuint index, in ValidateVertexAttrib1dv() 44 GLuint index, in ValidateVertexAttrib1s() 53 GLuint index, in ValidateVertexAttrib1sv() 62 GLuint index, in ValidateVertexAttrib2d() 72 GLuint index, in ValidateVertexAttrib2dv() 81 GLuint index, in ValidateVertexAttrib2s() 91 GLuint index, in ValidateVertexAttrib2sv() 100 GLuint index, in ValidateVertexAttrib3d() [all …]
|
| /external/angle/src/libGLESv2/ |
| D | entry_points_gl_2_autogen.cpp | 36 void GL_APIENTRY GL_GetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) in GL_GetVertexAttribdv() 63 void GL_APIENTRY GL_VertexAttrib1d(GLuint index, GLdouble x) in GL_VertexAttrib1d() 88 void GL_APIENTRY GL_VertexAttrib1dv(GLuint index, const GLdouble *v) in GL_VertexAttrib1dv() 115 void GL_APIENTRY GL_VertexAttrib1s(GLuint index, GLshort x) in GL_VertexAttrib1s() 140 void GL_APIENTRY GL_VertexAttrib1sv(GLuint index, const GLshort *v) in GL_VertexAttrib1sv() 167 void GL_APIENTRY GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in GL_VertexAttrib2d() 194 void GL_APIENTRY GL_VertexAttrib2dv(GLuint index, const GLdouble *v) in GL_VertexAttrib2dv() 221 void GL_APIENTRY GL_VertexAttrib2s(GLuint index, GLshort x, GLshort y) in GL_VertexAttrib2s() 248 void GL_APIENTRY GL_VertexAttrib2sv(GLuint index, const GLshort *v) in GL_VertexAttrib2sv() 275 void GL_APIENTRY GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) in GL_VertexAttrib3d() [all …]
|
| /external/openthread/tests/unit/ |
| D | test_child.cpp | 53 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 64 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 77 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 125 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 141 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 239 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 253 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 264 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 276 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 291 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local [all …]
|
| /external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | LazyStringArrayList.java | 111 public String get(int index) { in get() 138 public String set(int index, String s) { in set() 145 public void add(int index, String element) { in add() 151 private void add(int index, ByteString element) { in add() 157 private void add(int index, byte[] element) { in add() 173 public boolean addAll(int index, Collection<? extends String> c) { in addAll() 201 public String remove(int index) { in remove() 230 public Object getRaw(int index) { in getRaw() 235 public ByteString getByteString(int index) { in getByteString() 245 public byte[] getByteArray(int index) { in getByteArray() [all …]
|
| /external/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | LazyStringArrayList.java | 111 public String get(int index) { in get() 138 public String set(int index, String s) { in set() 145 public void add(int index, String element) { in add() 151 private void add(int index, ByteString element) { in add() 157 private void add(int index, byte[] element) { in add() 173 public boolean addAll(int index, Collection<? extends String> c) { in addAll() 201 public String remove(int index) { in remove() 230 public Object getRaw(int index) { in getRaw() 235 public ByteString getByteString(int index) { in getByteString() 245 public byte[] getByteArray(int index) { in getByteArray() [all …]
|
| /external/flatbuffers/java/com/google/flatbuffers/ |
| D | ByteBufferReadWriteBuf.java | 21 public boolean getBoolean(int index) { in getBoolean() 26 public byte get(int index) { in get() 31 public short getShort(int index) { in getShort() 36 public int getInt(int index) { in getInt() 41 public long getLong(int index) { in getLong() 46 public float getFloat(int index) { in getFloat() 51 public double getDouble(int index) { in getDouble() 106 public void setBoolean(int index, boolean value) { in setBoolean() 111 public void set(int index, byte value) { in set() 117 public void set(int index, byte[] value, int start, int length) { in set() [all …]
|
| D | ArrayReadWriteBuf.java | 43 public boolean getBoolean(int index) { in getBoolean() 48 public byte get(int index) { in get() 53 public short getShort(int index) { in getShort() 58 public int getInt(int index) { in getInt() 66 public long getLong(int index) { in getLong() 78 public float getFloat(int index) { in getFloat() 83 public double getDouble(int index) { in getDouble() 147 public void setBoolean(int index, boolean value) { in setBoolean() 152 public void set(int index, byte value) { in set() 158 public void set(int index, byte[] toCopy, int start, int length) { in set() [all …]
|
| D | ReadBuf.java | 13 boolean getBoolean(int index); in getBoolean() 20 byte get(int index); in get() 27 short getShort(int index); in getShort() 34 int getInt(int index); in getInt() 41 long getLong(int index); in getLong() 48 float getFloat(int index); in getFloat() 55 double getDouble(int index); in getDouble()
|
| /external/sfntly/cpp/src/sfntly/data/ |
| D | writable_font_data.cc | 57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() 62 int32_t WritableFontData::WriteBytes(int32_t index, in WriteBytes() 72 int32_t WritableFontData::WriteBytes(int32_t index, std::vector<uint8_t>* b) { in WriteBytes() 77 int32_t WritableFontData::WriteBytesPad(int32_t index, in WriteBytesPad() 92 int32_t WritableFontData::WritePadding(int32_t index, int32_t count) { in WritePadding() 96 int32_t WritableFontData::WritePadding(int32_t index, int32_t count, in WritePadding() 104 int32_t WritableFontData::WriteChar(int32_t index, uint8_t c) { in WriteChar() 108 int32_t WritableFontData::WriteUShort(int32_t index, int32_t us) { in WriteUShort() 114 int32_t WritableFontData::WriteUShortLE(int32_t index, int32_t us) { in WriteUShortLE() 120 int32_t WritableFontData::WriteShort(int32_t index, int32_t s) { in WriteShort() [all …]
|
| /external/brotli/research/ |
| D | brotlidump.py | 187 def __getitem__(self, index): argument 191 def bitPattern(self, index): argument 194 def length(self, index): argument 224 def revBits(index): argument 231 def __getitem__(self, index): argument 237 def bitPattern(self, index): argument 241 def length(self, index): argument 371 def __getitem__(self, index): return self.mode.__getitem__(self, index) argument 372 def bitPattern(self, index): return self.mode.bitPattern(self, index) argument 373 def length(self, index): return self.mode.length(self, index) argument [all …]
|
| /external/clang/lib/Headers/ |
| D | avx512pfintrin.h | 34 #define _mm512_mask_prefetch_i32gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument 39 #define _mm512_prefetch_i32gather_pd(index, addr, scale, hint) __extension__ ({\ argument 44 #define _mm512_mask_prefetch_i32gather_ps(index, mask, addr, scale, hint) ({\ argument 49 #define _mm512_prefetch_i32gather_ps(index, addr, scale, hint) ({\ argument 54 #define _mm512_mask_prefetch_i64gather_pd(index, mask, addr, scale, hint) __extension__ ({\ argument 59 #define _mm512_prefetch_i64gather_pd(index, addr, scale, hint) __extension__ ({\ argument 64 #define _mm512_mask_prefetch_i64gather_ps(index, mask, addr, scale, hint) ({\ argument 68 #define _mm512_prefetch_i64gather_ps(index, addr, scale, hint) ({\ argument 72 #define _mm512_prefetch_i32scatter_pd(addr, index, scale, hint) __extension__ ({\ argument 77 #define _mm512_mask_prefetch_i32scatter_pd(addr, mask, index, scale, hint) __extension__ ({\ argument [all …]
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | service_type.h | 107 void MarkMethodCallback(int index, internal::MethodHandler* handler) { in MarkMethodCallback() 111 void MarkMethodRawCallback(int index, internal::MethodHandler* handler) { in MarkMethodRawCallback() 115 internal::MethodHandler* GetHandler(int index) { in GetHandler() 126 void RequestAsyncUnary(int index, ::grpc::ServerContext* context, in RequestAsyncUnary() 140 int index, ::grpc::ServerContext* context, in RequestAsyncClientStreaming() 150 int index, ::grpc::ServerContext* context, Message* request, in RequestAsyncServerStreaming() 159 int index, ::grpc::ServerContext* context, in RequestAsyncBidiStreaming() 172 void MarkMethodAsync(int index) { in MarkMethodAsync() 183 void MarkMethodRaw(int index) { in MarkMethodRaw() 193 void MarkMethodGeneric(int index) { in MarkMethodGeneric() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | service_type.h | 107 void MarkMethodCallback(int index, internal::MethodHandler* handler) { in MarkMethodCallback() 111 void MarkMethodRawCallback(int index, internal::MethodHandler* handler) { in MarkMethodRawCallback() 115 internal::MethodHandler* GetHandler(int index) { in GetHandler() 126 void RequestAsyncUnary(int index, ::grpc::ServerContext* context, in RequestAsyncUnary() 140 int index, ::grpc::ServerContext* context, in RequestAsyncClientStreaming() 150 int index, ::grpc::ServerContext* context, Message* request, in RequestAsyncServerStreaming() 159 int index, ::grpc::ServerContext* context, in RequestAsyncBidiStreaming() 172 void MarkMethodAsync(int index) { in MarkMethodAsync() 183 void MarkMethodRaw(int index) { in MarkMethodRaw() 193 void MarkMethodGeneric(int index) { in MarkMethodGeneric() [all …]
|
| /external/angle/src/libANGLE/capture/ |
| D | capture_gl_2_params.cpp | 16 GLuint index, in CaptureGetVertexAttribdv_params() 25 GLuint index, in CaptureVertexAttrib1dv_v() 33 GLuint index, in CaptureVertexAttrib1sv_v() 41 GLuint index, in CaptureVertexAttrib2dv_v() 49 GLuint index, in CaptureVertexAttrib2sv_v() 57 GLuint index, in CaptureVertexAttrib3dv_v() 65 GLuint index, in CaptureVertexAttrib3sv_v() 73 GLuint index, in CaptureVertexAttrib4Nbv_v() 81 GLuint index, in CaptureVertexAttrib4Niv_v() 89 GLuint index, in CaptureVertexAttrib4Nsv_v() [all …]
|
| /external/vulkan-validation-layers/layers/generated/ |
| D | vk_enum_string_helper.h | 1464 int index = 0; in string_VkFormatFeatureFlags() local 1539 int index = 0; in string_VkImageUsageFlags() local 1594 int index = 0; in string_VkImageCreateFlags() local 1633 int index = 0; in string_VkSampleCountFlags() local 1687 int index = 0; in string_VkQueueFlags() local 1728 int index = 0; in string_VkMemoryPropertyFlags() local 1757 int index = 0; in string_VkMemoryHeapFlags() local 1784 int index = 0; in string_VkDeviceQueueCreateFlags() local 1861 int index = 0; in string_VkPipelineStageFlags() local 1908 int index = 0; in string_VkImageAspectFlags() local [all …]
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
| D | ArrayNode.java | 114 public JsonNode get(int index) { in get() 128 public JsonNode path(int index) { in path() 136 public JsonNode required(int index) { in required() 271 public JsonNode set(int index, JsonNode value) in set() 334 public ArrayNode insert(int index, JsonNode value) in insert() 350 public JsonNode remove(int index) in remove() 610 public ArrayNode insertArray(int index) in insertArray() 624 public ObjectNode insertObject(int index) in insertObject() 637 public ArrayNode insertPOJO(int index, Object value) in insertPOJO() 651 public ArrayNode insertNull(int index) in insertNull() [all …]
|
| /external/openthread/src/core/mac/ |
| D | mac_frame.cpp | 93 uint8_t index = FindPayloadIndex(); in ValidatePsdu() local 128 uint8_t index; in FindDstPanIdIndex() local 173 uint8_t index = FindDstPanIdIndex(); in GetDstPanId() local 184 uint8_t index = FindDstPanIdIndex(); in SetDstPanId() local 198 uint8_t index = FindDstAddrIndex(); in GetDstAddr() local 229 uint8_t index = FindDstAddrIndex(); in SetDstAddr() local 257 uint8_t index = 0; in FindSrcPanIdIndex() local 311 uint8_t index = FindSrcPanIdIndex(); in GetSrcPanId() local 323 uint8_t index = FindSrcPanIdIndex(); in SetSrcPanId() local 334 uint8_t index = 0; in FindSrcAddrIndex() local [all …]
|
| /external/mesa3d/src/glx/ |
| D | indirect_vertex_program.c | 38 do_vertex_attrib_enable(GLuint index, GLboolean val) in do_vertex_attrib_enable() 51 __indirect_glEnableVertexAttribArray(GLuint index) in __indirect_glEnableVertexAttribArray() 58 __indirect_glDisableVertexAttribArray(GLuint index) in __indirect_glDisableVertexAttribArray() 65 get_parameter(unsigned opcode, unsigned size, GLenum target, GLuint index, in get_parameter() 90 __indirect_glGetProgramEnvParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterfvARB() 98 __indirect_glGetProgramEnvParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramEnvParameterdvARB() 106 __indirect_glGetProgramLocalParameterfvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterfvARB() 114 __indirect_glGetProgramLocalParameterdvARB(GLenum target, GLuint index, in __indirect_glGetProgramLocalParameterdvARB() 122 __indirect_glGetVertexAttribPointerv(GLuint index, GLenum pname, in __indirect_glGetVertexAttribPointerv() 146 get_attrib_array_data(__GLXattribute * state, GLuint index, GLenum cap, in get_attrib_array_data() [all …]
|