Home
last modified time | relevance | path

Searched +defs:set +defs:offset (Results 1 - 25 of 208) sorted by relevance

123456789

/third_party/icu/icu4c/source/common/
H A Dstringpiece.cpp46 void StringPiece::set(const char* str) { in set() function in StringPiece
54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/node/deps/icu-small/source/common/
H A Dstringpiece.cpp46 void StringPiece::set(const char* str) { in set() function in StringPiece
54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/skia/src/pdf/
H A DSkPDFGlyphUse.h22 void set(SkGlyphID gid) { fBitSet.set(this->toCode(gid)); } in set() function in SkPDFGlyphUse
30 uint16_t offset = fFirstNonZero - 1; in getSetValues() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp46 void StringPiece::set(const char* str) { in set() function in StringPiece
54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/skia/include/sksl/
H A DDSLLayout.h46 DSLLayout& offset(int offset, PositionInfo pos = PositionInfo::Capture()) { in offset() argument
60 DSLLayout& set(int set, PositionInfo pos = PositionInfo::Capture()) { in set() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java29 private int set(int n) { in set() method in AbstractBreakIteratorTests.AbstractBreakIterator
68 public int following(int offset) { in following() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DAbstractBreakIteratorTests.java26 private int set(int n) { in set() method in AbstractBreakIteratorTests.AbstractBreakIterator
65 public int following(int offset) { in following() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dstringpiece.h150 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { } in StringPiece() argument
221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_scratch.c47 nir_ssa_def *offset = in lower_load_store() local
104 struct set *set = _mesa_pointer_set_create(NULL); in nir_lower_vars_to_scratch() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringpiece.h150 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { } in StringPiece() argument
221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h140 inline void set(int index, Smi value) { in set() function in v8::internal::FixedArray
146 int offset = OffsetOfElementAt(index); in set() local
612 matches(int offset, const T* buffer, int length) matches() argument
625 void set(int index, const T& value) { copy_in(index, &value, 1); } set() function
[all...]
H A Dproperty-array-inl.h54 void PropertyArray::set(int index, Object value) { in set() function in v8::internal::PropertyArray
58 int offset = OffsetOfElementAt(index); in set() local
63 void PropertyArray::set(int index, Object value, WriteBarrierMode mode) { in set() function in v8::internal::PropertyArray
66 int offset = OffsetOfElementAt(index); in set() local
71 void PropertyArray::set(int index, Object value, SeqCstAccessTag tag) { in set() function in v8::internal::PropertyArray
76 int offset in set() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryMappingTests.cpp121 void set (size_t ndx, bool value) in set() function in vkt::memory::__anon29285::BitVector
129 void setRange (size_t offset, size_t count, bool value) in setRange() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.h46 GLintptr offset() const { return mOffset; } in offset() function in es2::Buffer
52 void flushMappedRange(GLintptr offset, GLsizeiptr length) {} in flushMappedRange() argument
71 void set(Buffer *newBuffer, int newOffset = 0, int newSize = 0) in set() function in es2::BufferBinding
84 int offset; member in es2::BufferBinding
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h150 StringPiece(const char* offset, int32_t len) : ptr_(offset), length_(len) { } in StringPiece() argument
221 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } in set() function in StringPiece
237 inline void set(const char8_t* xdata, int32_t len) { in set() function in StringPiece
246 inline void set(const char8_t* str) { in set() function in StringPiece
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_descriptor_set.h40 uint32_t offset; member
97 } set[MAX_SETS]; member
110 radv_immutable_samplers(const struct radv_descriptor_set_layout *set, in radv_immutable_samplers() argument
124 radv_immutable_ycbcr_samplers(const struct radv_descriptor_set_layout *set, unsigned binding_index) radv_immutable_ycbcr_samplers() argument
[all...]
/third_party/musl/libc-test/src/regression/
H A Dmalloc-safe-unlink.c43 int offset = *(const uint16_t *)(p - OFF_OFFSET); in get_group() local
112 sigset_t set; in main() local
H A Dmalloc-encode-pointer.c44 int offset = *(const uint16_t *)(p - OFF_OFFSET); in get_group() local
116 sigset_t set; in main() local
H A Dmalloc-modify-pointer.c51 int offset = *(uint16_t *)(p - OFF_OFFSET); in get_group() local
103 sigset_t set; in main() local
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc65 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) {} in Slot() argument
69 void set(const T& value) { in set() function in v8::internal::GDBJITInterface::Writer::Slot
88 Slot<T> SlotAt(uintptr_t offset) { in SlotAt() argument
162 Address AddressAt(uintptr_t offset) { in AddressAt() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp160 void set (size_t ndx, bool value) in set() function in vkt::memory::__anon28054::BitVector
168 void setRange (size_t offset, size_t count, bool value) in setRange() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrRect.h50 void set(int16_t left, int16_t top, int16_t right, int16_t bottom) { in set() function
57 void set(const SkIRect& r) { in set() function
64 void offset(int16_t dx, int16_t dy) { in offset() function
/third_party/skia/include/core/
H A DSkPoint.h64 void set(int32_t x, int32_t y) { in set() function
206 void set(SkScalar x, SkScalar y) { in set() function
275 void offset(SkScalar dx, SkScalar dy) { offset() function
[all...]
/third_party/skia/gm/
H A Dimagescalealigned.cpp29 auto& set = fSets.push_back(); variable
51 SkPoint offset; member
119 auto& set = fSets[i]; drawSets() local
134 drawSet(SkCanvas* canvas, const ImageSet& set, const SkSamplingOptions& sampling, const SkPaint& paint) const drawSet() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DDictionaryBreakEngine.java29 private int offset; // Offset in the text of these candidates field in DictionaryBreakEngine.PossibleWord
211 void setCharacters(UnicodeSet set) { in setCharacters() argument
[all...]

Completed in 10 milliseconds

123456789