/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
H A D | byte_array.cc | 34 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 D | exception_type.h | 53 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 D | byte_array_test.cc | 37 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 D | IPConstantPropagation.cpp | 256 int index = -1; in PropagateConstantReturn() local
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | spirv_reduce_mutator.h | 76 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 D | constant.h | 106 auto WithScalarAt(size_t index, Func&& func) const { in WithScalarAt() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbi_cache.h | 181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize() argument
|
H A D | uvectr64.cpp | 95 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 D | MachORelocation.h | 46 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 D | dng_1d_table.cpp | 167 uint32 index = 1; in Expand16() local
|
H A D | dng_matrix.h | 188 real64 & operator [] (uint32 index) in operator []() argument
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | objectivec_oneof.cc | 66 int index = descriptor_->index() + index_base; in SetOneofIndexBase() local
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | scc.h | 75 int index; member
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnmodifiableLazyStringList.java | 57 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 D | TextFormatParseInfoTree.java | 113 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 D | RubyOneofDescriptor.java | 105 public DescriptorProtos.OneofDescriptorProto build(int index) { in build() argument
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | substitute.cc | 84 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 D | main.rs | 59 let mut index = 0; in consume_digits() variables [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_ring_reader.h | 41 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 D | substitute.cc | 44 int index = format[i + 1] - '0'; in SubstituteAndAppendArray() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | bind_front_test.cc | 29 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 D | hash_testing.h | 163 size_t index; member 193 size_t index; in VerifyTypeImplementsAbslHashCorrectly() member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | variant_benchmark.cc | 101 MakeVariant(std::size_t dimension, std::size_t index) MakeVariant() argument
|
/third_party/skia/experimental/graphite/src/ |
H A D | ContextUtils.h | 61 uint32_t offset(int index) { in offset() argument
|
/third_party/skia/experimental/graphite/src/mtl/ |
H A D | MtlRenderCommandEncoder.h | 67 void setVertexBuffer(id<MTLBuffer> buffer, NSUInteger offset, NSUInteger index) { in setVertexBuffer() argument [all...] |