/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 129 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 135 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 144 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 152 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 158 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/third_party/node/deps/v8/src/objects/ |
D | fixed-array-inl.h | 67 Object FixedArray::get(int index) const { in get() 72 Object FixedArray::get(PtrComprCageBase cage_base, int index) const { in get() 78 Handle<Object> FixedArray::get(FixedArray array, int index, Isolate* isolate) { in get() 82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() 87 void FixedArray::set(int index, Smi value) { in set() 96 void FixedArray::set(int index, Object value) { in set() 105 void FixedArray::set(int index, Object value, WriteBarrierMode mode) { in set() 114 void FixedArray::NoWriteBarrierSet(FixedArray array, int index, Object value) { in NoWriteBarrierSet() 123 Object FixedArray::get(int index, RelaxedLoadTag) const { in get() 128 Object FixedArray::get(PtrComprCageBase cage_base, int index, in get() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | validationGL2.cpp | 16 GLuint index, in ValidateGetVertexAttribdv() 25 GLuint index, in ValidateVertexAttrib1d() 33 GLuint index, in ValidateVertexAttrib1dv() 41 GLuint index, in ValidateVertexAttrib1s() 49 GLuint index, in ValidateVertexAttrib1sv() 57 GLuint index, in ValidateVertexAttrib2d() 66 GLuint index, in ValidateVertexAttrib2dv() 74 GLuint index, in ValidateVertexAttrib2s() 83 GLuint index, in ValidateVertexAttrib2sv() 91 GLuint index, in ValidateVertexAttrib3d() [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator-impl.h | 29 Register InputRegister(size_t index) const { in InputRegister() 33 FloatRegister InputFloatRegister(size_t index) { in InputFloatRegister() 37 DoubleRegister InputDoubleRegister(size_t index) { in InputDoubleRegister() 41 Simd128Register InputSimd128Register(size_t index) { in InputSimd128Register() 45 double InputDouble(size_t index) { return ToDouble(instr_->InputAt(index)); } in InputDouble() 47 float InputFloat32(size_t index) { return ToFloat32(instr_->InputAt(index)); } in InputFloat32() 49 int32_t InputInt32(size_t index) { in InputInt32() 53 uint32_t InputUint32(size_t index) { in InputUint32() 57 int64_t InputInt64(size_t index) { in InputInt64() 61 int8_t InputInt8(size_t index) { in InputInt8() [all …]
|
/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/typescript/src/testRunner/unittests/ |
D | incrementalParser.ts | 147 const index = source.indexOf("+ 1"); constant 205 const index = source.indexOf(";"); constant 231 const index = source.indexOf(": string"); constant 242 const index = source.indexOf("<<"); constant 270 const index = source.indexOf("f"); constant 280 const index = source.indexOf("f"); constant 290 const index = source.indexOf("b"); constant 300 const index = source.indexOf("s"); constant 310 const index = source.indexOf("f"); constant 320 const index = source.indexOf("a"); constant [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | WritableFontData.java | 159 public int writeByte(int index, byte b) { in writeByte() 174 public int writeBytes(int index, byte[] b, int offset, int length) { in writeBytes() 192 public int writeBytesPad(int index, byte[] b, int offset, int length, byte pad) { in writeBytesPad() 206 public int writePadding(int index, int count) { in writePadding() 218 public int writePadding(int index, int count, byte pad) { in writePadding() 233 public int writeBytes(int index, byte[] b) { in writeBytes() 245 public int writeChar(int index, byte c) { in writeChar() 257 public int writeUShort(int index, int us) { in writeUShort() 271 public int writeUShortLE(int index, int us) { in writeUShortLE() 285 public int writeShort(int index, int s) { in writeShort() [all …]
|
D | ReadableFontData.java | 314 public int readUByte(int index) { in readUByte() 335 public int readByte(int index) { in readByte() 359 public int readBytes(int index, byte[] b, int offset, int length) { in readBytes() 376 public int readChar(int index) { in readChar() 387 public int readUShort(int index) { in readUShort() 398 public int readShort(int index) { in readShort() 409 public int readUInt24(int index) { in readUInt24() 421 public long readULong(int index) { in readULong() 434 public int readULongAsInt(int index) { in readULongAsInt() 449 public long readULongLE(int index) { in readULongLE() [all …]
|
D | ByteArray.java | 69 public int get(int index) { in get() 85 public int get(int index, byte[] b) { in get() 99 public int get(int index, byte[] b, int offset, int length) { in get() 150 public void put(int index, byte b) { in put() 167 public int put(int index, byte[] b) { in put() 184 public int put(int index, byte[] b, int offset, int length) { in put() 231 int index = 0; in copyTo() local 264 int index = 0; in copyTo() local 284 int index = 0; in copyFrom() local 305 int index = 0; in copyFrom() local [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | unionOfClassCalls.js | 90 arr.map(function (a, index) { argument 94 arr.reduce(function (acc, a, index) { argument 97 arr.forEach(function (a, index) { argument 100 arr1.map(function (a, index) { argument 103 arr1.reduce(function (acc, a, index) { argument 106 arr1.forEach(function (a, index) { argument 109 arr2.map(function (a, index) { argument 112 arr2.reduce(function (acc, a, index) { argument 115 arr2.forEach(function (a, index) { argument
|
/third_party/cef/libcef/browser/ |
D | simple_menu_model_impl.cc | 145 bool CefSimpleMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() 153 bool CefSimpleMenuModelImpl::InsertItemAt(int index, in InsertItemAt() 163 bool CefSimpleMenuModelImpl::InsertCheckItemAt(int index, in InsertCheckItemAt() 173 bool CefSimpleMenuModelImpl::InsertRadioItemAt(int index, in InsertRadioItemAt() 185 int index, in InsertSubMenuAt() 200 bool CefSimpleMenuModelImpl::RemoveAt(int index) { in RemoveAt() 225 int CefSimpleMenuModelImpl::GetCommandIdAt(int index) { in GetCommandIdAt() 232 bool CefSimpleMenuModelImpl::SetCommandIdAt(int index, int command_id) { in SetCommandIdAt() 241 CefString CefSimpleMenuModelImpl::GetLabelAt(int index) { in GetLabelAt() 252 bool CefSimpleMenuModelImpl::SetLabelAt(int index, const CefString& label) { in SetLabelAt() [all …]
|
D | menu_model_impl.cc | 80 bool GetAcceleratorAt(int index, in GetAcceleratorAt() 127 void ActivatedAt(int index) override { ActivatedAt(index, 0); } in ActivatedAt() 129 void ActivatedAt(int index, int event_flags) override { in ActivatedAt() 152 bool GetTextColor(int index, in GetTextColor() 159 bool GetBackgroundColor(int index, in GetBackgroundColor() 319 bool CefMenuModelImpl::InsertSeparatorAt(int index) { in InsertSeparatorAt() 329 bool CefMenuModelImpl::InsertItemAt(int index, in InsertItemAt() 340 bool CefMenuModelImpl::InsertCheckItemAt(int index, in InsertCheckItemAt() 351 bool CefMenuModelImpl::InsertRadioItemAt(int index, in InsertRadioItemAt() 363 int index, in InsertSubMenuAt() [all …]
|
/third_party/cef/libcef_dll/ctocpp/ |
D | list_value_ctocpp.cc | 193 NO_SANITIZE("cfi-icall") bool CefListValueCToCpp::Remove(size_t index) { in Remove() 210 CefValueType CefListValueCToCpp::GetType(size_t index) { in GetType() 227 CefRefPtr<CefValue> CefListValueCToCpp::GetValue(size_t index) { in GetValue() 243 NO_SANITIZE("cfi-icall") bool CefListValueCToCpp::GetBool(size_t index) { in GetBool() 259 NO_SANITIZE("cfi-icall") int CefListValueCToCpp::GetInt(size_t index) { in GetInt() 275 NO_SANITIZE("cfi-icall") double CefListValueCToCpp::GetDouble(size_t index) { in GetDouble() 291 NO_SANITIZE("cfi-icall") CefString CefListValueCToCpp::GetString(size_t index) { in GetString() 310 CefRefPtr<CefBinaryValue> CefListValueCToCpp::GetBinary(size_t index) { in GetBinary() 327 CefRefPtr<CefDictionaryValue> CefListValueCToCpp::GetDictionary(size_t index) { in GetDictionary() 344 CefRefPtr<CefListValue> CefListValueCToCpp::GetList(size_t index) { in GetList() [all …]
|
/third_party/cef/libcef_dll/cpptoc/ |
D | list_value_cpptoc.cc | 198 size_t index) { in list_value_remove() 215 list_value_get_type(struct _cef_list_value_t* self, size_t index) { in list_value_get_type() 232 size_t index) { in list_value_get_value() 249 size_t index) { in list_value_get_bool() 266 size_t index) { in list_value_get_int() 283 size_t index) { in list_value_get_double() 300 list_value_get_string(struct _cef_list_value_t* self, size_t index) { in list_value_get_string() 317 list_value_get_binary(struct _cef_list_value_t* self, size_t index) { in list_value_get_binary() 335 list_value_get_dictionary(struct _cef_list_value_t* self, size_t index) { in list_value_get_dictionary() 353 list_value_get_list(struct _cef_list_value_t* self, size_t index) { in list_value_get_list() [all …]
|
/third_party/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 …]
|
/third_party/skia/src/gpu/geometry/ |
D | GrAAConvexTessellator.h | 55 const SkPoint& point(int index) const { return fPts[index]; } in point() 56 int index(int index) const { return fIndices[index]; } in index() 57 SkScalar coverage(int index) const { return fCoverages[index]; } in coverage() 78 const SkPoint& point(int index) const { return fPts[index].fPt; } in point() 80 int originatingIdx(int index) const { return fPts[index].fOriginatingIdx; } in originatingIdx() 81 int origEdge(int index) const { return fPts[index].fOrigEdgeId; } in origEdge() 82 bool needsToBeNew(int index) const { return fPts[index].fNeedsToBeNew; } in needsToBeNew() 136 void addIdx(int index, int origEdgeId) { in addIdx() 153 const SkPoint& norm(int index) const { return fPts[index].fNorm; } in norm() 154 const SkPoint& bisector(int index) const { return fPts[index].fBisector; } in bisector() [all …]
|
/third_party/skia/src/sksl/lex/ |
D | TransitionTable.cpp | 64 for (size_t index = 0; index < result.v.size(); ++index) { in add_compact_entry() local 70 for (size_t index = 0; index < data.size(); ++index) { in add_compact_entry() local 77 for (size_t index = 0; index < entries->size(); ++index) { in add_compact_entry() local 96 for (size_t index = 0; index < entries->size(); ++index) { in add_full_entry() local 139 int index = add_compact_entry(transitionSet, data, &compactEntries); in WriteTransitionTable() local 143 int index = add_full_entry(transitionSet, data, &fullEntries); in WriteTransitionTable() local 151 for (int index=0; index < kNumValues; ++index) { in WriteTransitionTable() local 167 for (int index=0; index < kNumValues; ++index) { in WriteTransitionTable() local 192 for (int index=0; index < kNumValues; ++index) { in WriteTransitionTable() local 199 for (int index = 0; index < numTransitions; index++) { in WriteTransitionTable() local [all …]
|
/third_party/skia/src/core/ |
D | SkVertState.cpp | 11 int index = state->fCurrIndex; in Triangles() local 24 int index = state->fCurrIndex; in TrianglesX() local 36 int index = state->fCurrIndex; in TriangleStrip() local 54 int index = state->fCurrIndex; in TriangleStripX() local 71 int index = state->fCurrIndex; in TriangleFan() local 84 int index = state->fCurrIndex; in TriangleFanX() local
|
/third_party/node/deps/v8/src/execution/ |
D | arguments-inl.h | 19 Arguments* args, int index, in ChangeValueScope() 27 int Arguments<T>::smi_value_at(int index) const { in smi_value_at() 35 uint32_t Arguments<T>::positive_smi_value_at(int index) const { in positive_smi_value_at() 42 int Arguments<T>::tagged_index_value_at(int index) const { in tagged_index_value_at() 47 double Arguments<T>::number_value_at(int index) const { in number_value_at()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.h | 90 index_type index; member 136 pos_type const& entry_end_pos(index_type index) const { in entry_end_pos() 142 CordRep* const& entry_child(index_type index) const { in entry_child() 148 offset_type const& entry_data_offset(index_type index) const { in entry_data_offset() 271 pos_type const& entry_begin_pos(index_type index) const { in entry_begin_pos() 276 size_t entry_start_offset(index_type index) const { in entry_start_offset() 281 size_t entry_end_offset(index_type index) const { in entry_end_offset() 286 size_t entry_length(index_type index) const { in entry_length() 507 inline CordRepRing::index_type CordRepRing::advance(index_type index) const { in advance() 512 inline CordRepRing::index_type CordRepRing::advance(index_type index, in advance() [all …]
|
/third_party/node/deps/v8/src/utils/ |
D | identity-map.cc | 53 for (int index = start; index < capacity_; index++) { in ScanKeysFor() local 57 for (int index = 0; index < start; index++) { in ScanKeysFor() local 78 int index = start; in InsertKey() local 93 bool IdentityMapBase::DeleteIndex(int index, uintptr_t* deleted_value) { in DeleteIndex() 135 int index = ScanKeysFor(key, hash); in Lookup() local 147 int index = ScanKeysFor(key, hash); in LookupOrInsert() local 187 int index = Lookup(key); in FindEntry() local 216 int index; in InsertEntry() local 229 int index = Lookup(key); in DeleteEntry() local 290 int index = InsertKey(pair.first, Hash(pair.first)).first; in Rehash() local [all …]
|
/third_party/ffmpeg/libswscale/x86/ |
D | swscale_template.c | 234 #define REAL_WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) \ argument 256 #define WRITEBGR32(dst, dstw, index, b, g, r, a, q0, q2, q3, t) REAL_WRITEBGR32(dst, dstw, index, … argument 349 #define REAL_WRITERGB16(dst, dstw, index) \ argument 375 #define WRITERGB16(dst, dstw, index) REAL_WRITERGB16(dst, dstw, index) argument 425 #define REAL_WRITERGB15(dst, dstw, index) \ argument 452 #define WRITERGB15(dst, dstw, index) REAL_WRITERGB15(dst, dstw, index) argument 502 #define WRITEBGR24MMX(dst, dstw, index) \ argument 555 #define WRITEBGR24MMXEXT(dst, dstw, index) \ argument 605 #define WRITEBGR24(dst, dstw, index) WRITEBGR24MMXEXT(dst, dstw, index) argument 608 #define WRITEBGR24(dst, dstw, index) WRITEBGR24MMX(dst, dstw, index) argument [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdata.cpp | 120 int32_t index = getScriptIndex(script); in getFirstPrimaryForGroup() local 126 int32_t index = getScriptIndex(script); in getLastPrimaryForGroup() local 140 int32_t index = 1; in getGroupForPrimary() local 178 int32_t index = getScriptIndex(script); in getEquivalentScripts() local 227 int32_t index = scriptsIndex[ in makeReorderRanges() local 260 int32_t index = scriptsIndex[numScripts + i]; in makeReorderRanges() local 270 int32_t index = scriptsIndex[USCRIPT_LATIN]; in makeReorderRanges() local 293 int32_t index = getScriptIndex(script); in makeReorderRanges() local 309 int32_t index = getScriptIndex(script); in makeReorderRanges() local 365 CollationData::addLowScriptRange(uint8_t table[], int32_t index, int32_t lowStart) const { in addLowScriptRange() [all …]
|