Home
last modified time | relevance | path

Searched defs:partials (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/pathops/
DSkPathWriter.h42 const SkTArray<SkPath>& partials() const { return fPartials; } in partials() function
/third_party/libdrm/
Dxf86drmHash.h42 unsigned long partials; /* Not at top of linked list */ member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java354 int[] partials = new int[subCount]; in wrapIteratorWithFilter() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFilteredSentenceBreakIterator.java341 int[] partials = new int[subCount]; in wrapIteratorWithFilter() local
/third_party/mesa3d/src/glx/
Dglxhash.c119 unsigned long partials; /* Not at top of linked list */ member
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js184 this.partials = []; property in self.IdlArray
864 this.partials = []; property
/third_party/node/deps/icu-small/source/common/
Dfilteredbrk.cpp605 LocalMemory<int> partials; in build() local
/third_party/icu/icu4c/source/common/
Dfilteredbrk.cpp605 LocalMemory<int> partials; in build() local
/third_party/skia/third_party/externals/icu/source/common/
Dfilteredbrk.cpp606 LocalMemory<int> partials; in build() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c192 LLVMValueRef partials = LLVMBuildURem(gallivm->builder, block_x_size_arg, vec_length, ""); in generate_compute() local