Home
last modified time | relevance | path

Searched defs:elements (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DRbValue.java20 private final ImmutableList<String> elements; field in RbValue
24 public static RbValue of(String... elements) { in of()
29 public static RbValue of(Iterable<String> elements) { in of()
34 public static RbValue of(Stream<String> elements) { in of()
38 private RbValue(ImmutableList<String> elements, int elementsPerLine) { in RbValue()
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeBlockBuffer.hpp175 int BlockBuffer<T>::writeToCurrentBlock (int numElements, const T* elements, bool blocking) in writeToCurrentBlock()
218 int BlockBuffer<T>::readFromCurrentBlock (int numElements, T* elements, bool blocking) in readFromCurrentBlock()
267 int BlockBuffer<T>::tryWrite (int numElements, const T* elements) in tryWrite()
295 void BlockBuffer<T>::write (int numElements, const T* elements) in write()
348 int BlockBuffer<T>::tryRead (int numElements, T* elements) in tryRead()
374 void BlockBuffer<T>::read (int numElements, T* elements) in read()
/third_party/flutter/skia/third_party/externals/angle2/util/
Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect()
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect()
/third_party/skia/third_party/externals/angle2/util/
Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect()
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
135 std::vector<T> elements() const { return mElements; } in elements() function
/third_party/skia/third_party/externals/angle2/src/common/
Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix()
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix()
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix()
135 std::vector<T> elements() const { return mElements; } in elements() function
/third_party/json/doc/examples/
Dsax_parse.cpp52 bool start_object(std::size_t elements) override in start_object()
64 bool start_array(std::size_t elements) override in start_array()
/third_party/gstreamer/gstreamer/plugins/
Dmeson.build2 subdir('elements') subdir
/third_party/skia/src/gpu/v1/
DClipStack.cpp309 const skgpu::v1::ClipStack::Element** elements, in render_sw_mask()
375 const skgpu::v1::ClipStack::Element** elements, in render_stencil_mask()
840 void ClipStack::SaveRecord::removeElements(RawElement::Stack* elements) { in removeElements()
846 void ClipStack::SaveRecord::restoreElements(RawElement::Stack* elements) { in restoreElements()
895 bool ClipStack::SaveRecord::addElement(RawElement&& toAdd, RawElement::Stack* elements) { in addElement()
992 bool ClipStack::SaveRecord::appendElement(RawElement&& toAdd, RawElement::Stack* elements) { in appendElement()
1085 void ClipStack::SaveRecord::replaceWithElement(RawElement&& toAdd, RawElement::Stack* elements) { in replaceWithElement()
1595 const Element** elements, int count, in GetSWMaskFP()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dcontainers.h142 TStorage* elements = buffer; variable
231 reinterpret_cast<T*>(elements)[count].~T(); in pop_back() local
302 reinterpret_cast<T*>(elements)[--count].~T(); in resize() local
341 reinterpret_cast<T*>(elements)[i].~T(); in free() local
/third_party/skia/third_party/externals/expat/expat/examples/
DMakefile.am34 noinst_PROGRAMS = elements outline program
/third_party/typescript/tests/cases/compiler/
DgenericMethodOverspecialization.ts13 var elements = names.map(function (name) { variable
/third_party/typescript/src/compiler/transformers/
Ddestructuring.ts139 const elements = getElementsOfBindingOrAssignmentPattern(pattern); constant
311 const elements = getElementsOfBindingOrAssignmentPattern(pattern); constant
369 const elements = getElementsOfBindingOrAssignmentPattern(pattern); constant
/third_party/typescript/tests/baselines/reference/JSDocParsing/
DTypeExpressions.parsesCorrectly.tupleType0.json8 "elements": { object
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dnon-type-params.hpp5 T elements[Capacity]; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_callstack.cpp85 int elements; in update_max_depth() local
/third_party/node/deps/icu-small/source/common/unicode/
Ducharstriebuilder.h178 UCharsTrieElement *elements; variable
Dbytestriebuilder.h178 BytesTrieElement *elements; variable
/third_party/mesa3d/src/mesa/main/
Duniforms.h113 const struct gl_builtin_uniform_element *elements; member
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Ducharstriebuilder.h174 UCharsTrieElement *elements; variable
Dbytestriebuilder.h169 BytesTrieElement *elements; variable
/third_party/icu/icu4c/source/common/unicode/
Ducharstriebuilder.h178 UCharsTrieElement *elements; variable
Dbytestriebuilder.h178 BytesTrieElement *elements; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Ducharstriebuilder.h178 UCharsTrieElement *elements; variable
Dbytestriebuilder.h178 BytesTrieElement *elements; variable

12345678910>>...13