Home
last modified time | relevance | path

Searched defs:elements (Results 1 - 25 of 265) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
H A DgenericMethodOverspecialization.js14 var elements = names.map(function (name) { variable
31 var elements = names.map(function (name) { variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dnon-type-params.hpp5 T elements[Capacity]; member
/third_party/mesa3d/src/mesa/main/
H A Duniforms.h113 const struct gl_builtin_uniform_element *elements; member
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils.h30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() argument
37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() argument
44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() argument
[all...]
/third_party/benchmark/src/
H A Dcsv_reporter.cc33 std::vector<std::string> elements = { member
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DRbValue.java20 private final ImmutableList<String> elements; field in RbValue
24 public static RbValue of(String... elements) { in of() argument
29 public static RbValue of(Iterable<String> elements) { in of() argument
34 public static RbValue of(Stream<String> elements) { in of() argument
38 RbValue(ImmutableList<String> elements, int elementsPerLine) RbValue() argument
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dbytestriebuilder.h178 BytesTrieElement *elements; member in BytesTrieBuilder
H A Ducharstriebuilder.h178 UCharsTrieElement *elements; member in UCharsTrieBuilder
/third_party/jerryscript/tests/jerry/es2015/
H A Dset.js54 var elements = [int, str, number, object, func, symbol]; variable
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_callstack.cpp85 int elements; in update_max_depth() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dbytestriebuilder.h178 BytesTrieElement *elements; member in BytesTrieBuilder
H A Ducharstriebuilder.h178 UCharsTrieElement *elements; member in UCharsTrieBuilder
/third_party/skia/third_party/externals/angle2/util/
H A Drandom_utils.h43 T &randomSelect(std::vector<T> &elements) in randomSelect() argument
49 const T &randomSelect(const std::vector<T> &elements) in randomSelect() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestriebuilder.h178 BytesTrieElement *elements; member in BytesTrieBuilder
H A Ducharstriebuilder.h178 UCharsTrieElement *elements; member in UCharsTrieBuilder
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c174 unsigned elements = cso->u.buf.size / util_format_get_blocksize(format); in fd5_sampler_view_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c73 fd6_vertex_state_create(struct pipe_context *pctx, unsigned num_elements, const struct pipe_vertex_element *elements) fd6_vertex_state_create() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp66 std::array<sw::vec<T, Width>, N> elements; member
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A Dnative-lib.cpp28 jint *elements = env->GetIntArrayElements(intArray, nullptr); in convertJavaArrayToVector() local
/third_party/icu/icu4c/source/i18n/
H A Dcollationrootelements.h269 const uint32_t *elements; global() member in CollationRootElements
[all...]
/third_party/icu/icu4c/source/common/
H A Duvector.h87 UElement* elements = nullptr; member in UVector
[all...]
H A Duvectr32.h69 int32_t* elements; member in UVector32
[all...]
H A Duvectr64.h68 int64_t* elements; member in UVector64
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_vertex.c126 SVGA3dInputElementDesc elements[PIPE_MAX_ATTRIBS]; in define_input_element_object() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duvectr32.h69 int32_t* elements; member in UVector32
[all...]

Completed in 13 milliseconds

1234567891011