Home
last modified time | relevance | path

Searched defs:index (Results 676 - 700 of 4102) sorted by relevance

1...<<21222324252627282930>>...165

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc34 int32_t ByteArray::Get(int32_t index) { in Get() argument
40 int32_t ByteArray::Get(int32_t index, std::vector<uint8_t>* b) { in Get() argument
45 int32_t ByteArray::Get(int32_t index, in Get() argument
60 Put(int32_t index, uint8_t b) Put() argument
73 Put(int index, std::vector<uint8_t>* b) Put() argument
78 Put(int32_t index, uint8_t* b, int32_t offset, int32_t length) Put() argument
114 int32_t index = 0; CopyTo() local
135 int32_t index = 0; CopyTo() local
148 int32_t index = 0; CopyFrom() local
168 int32_t index = 0; CopyFrom() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h53 IndexOutOfBoundException(const char* message, int32_t index) throw() { in IndexOutOfBoundException() argument
58 msg << index; in IndexOutOfBoundException() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dbyte_array_test.cc37 int32_t index = 0; in ReadByteArrayWithBuffer() local
49 int32_t index = 0; in ReadByteArrayWithSlidingWindow() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp256 int index = -1; in PropagateConstantReturn() local
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dspirv_reduce_mutator.h76 auto index = generator_.GetUInt32(static_cast<uint32_t>(arr->size())); in GetRandomElement() local
83 auto index = generator_.GetUInt32(static_cast<uint32_t>(arr->size())); in GetRandomElement() local
/third_party/skia/third_party/externals/tint/src/sem/
H A Dconstant.h106 auto WithScalarAt(size_t index, Func&& func) const { in WithScalarAt() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi_cache.h181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize() argument
H A Duvectr64.cpp95 void UVector64::setElementAt(int64_t elem, int32_t index) { in setElementAt() argument
102 void UVector64::insertElementAt(int64_t elem, int32_t index, UErrorCode &status) { in insertElementAt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachORelocation.h46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, in MachORelocation() argument
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_1d_table.cpp167 uint32 index = 1; in Expand16() local
H A Ddng_matrix.h188 real64 & operator [] (uint32 index) in operator []() argument
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_oneof.cc66 int index = descriptor_->index() + index_base; in SetOneofIndexBase() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h75 int index; member
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java57 public String get(int index) { in get() argument
62 public Object getRaw(int index) { in getRaw() argument
72 public ByteString getByteString(int index) { in getByteString() argument
82 public void set(int index, ByteString element) { in set() argument
92 public byte[] getByteArray(int index) { in getByteArray() argument
102 public void set(int index, byt argument
112 listIterator(final int index) listIterator() argument
[all...]
H A DTextFormatParseInfoTree.java113 public TextFormatParseLocation getLocation(final FieldDescriptor fieldDescriptor, int index) { in getLocation() argument
137 getNestedTree(final FieldDescriptor fieldDescriptor, int index) getNestedTree() argument
150 getFromList(List<T> list, int index, FieldDescriptor fieldDescriptor) getFromList() argument
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyOneofDescriptor.java105 public DescriptorProtos.OneofDescriptorProto build(int index) { in build() argument
/third_party/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc84 int index = format[i+1] - '0'; in SubstituteAndAppend() local
118 unsigned int index = format[i+1] - '0'; in SubstituteAndAppend() local
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs59 let mut index = 0; in consume_digits() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring_reader.h41 CordRepRing::index_type index() const { return index_; } in index() function in absl::cord_internal::CordRepRingReader
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dsubstitute.cc44 int index = format[i + 1] - '0'; in SubstituteAndAppendArray() local
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dbind_front_test.cc29 char CharAt(const char* s, size_t index) { return s[index]; } in CharAt() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_testing.h163 size_t index; member
193 size_t index; in VerifyTypeImplementsAbslHashCorrectly() member
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dvariant_benchmark.cc101 MakeVariant(std::size_t dimension, std::size_t index) MakeVariant() argument
/third_party/skia/experimental/graphite/src/
H A DContextUtils.h61 uint32_t offset(int index) { in offset() argument
/third_party/skia/experimental/graphite/src/mtl/
H A DMtlRenderCommandEncoder.h67 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...165