Searched refs:elements (Results 51 - 62 of 62) sorted by relevance

123

/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp605 ASSERT_THAT(array->elements, SizeIs(3));
607 EXPECT_THAT(ValueCast<Reference>(array->elements[0].get()), NotNull());
608 EXPECT_THAT(ValueCast<String>(array->elements[1].get()), NotNull());
609 EXPECT_THAT(ValueCast<BinaryPrimitive>(array->elements[2].get()), NotNull());
630 ASSERT_THAT(array->elements, SizeIs(1));
632 String* str = ValueCast<String>(array->elements[0].get());
H A DResourceParser.cpp233 // Build a string from XML that converts nested elements into Span objects.
576 // XML elements require a name.
1435 array->elements.emplace_back(std::move(item));
/frameworks/rs/
H A DrsApiStubs.cpp290 extern "C" RsElement rsElementCreate2 (RsContext ctxWrapper, const RsElement * elements, size_t elements_length, argument
295 elements, elements_length,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ml/nn/common/
H A DUtils.cpp63 std::vector<std::string> elements = android::base::Split(vLogSetting, " ,:"); local
64 for (const auto& elem : elements) {
/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp136 for (auto& item : array->elements) {
/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize.cpp530 for (const std::unique_ptr<Item>& element : array->elements) {
H A DProtoDeserialize.cpp713 array->elements.push_back(std::move(item));
/frameworks/compile/slang/
H A Dslang_backend.cpp858 for (llvm::Type *fieldType : origStructType->elements()) {
1005 // getelementptr and load instruction for all elements in
1025 // Call and pass the all elements as parameter to F
/frameworks/rs/cpp/
H A DrsCppStructs.h626 * Enable/Disable AutoPadding for Vec3 elements.
872 * Creates an Allocation with a specified number of given elements.
875 * @param[in] count Number of elements of the Allocation
883 * Creates a 2D Allocation with a specified number of given elements.
908 * or complex. Some basic elements are:
931 * multiple sub-elements, such as a collection of floats, float2,
932 * float4. This function returns zero for simple elements or the number of
933 * sub-elements otherwise.
934 * @return number of sub-elements
1399 * Builder class for producing complex elements wit
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec3199 for the corresponding elements of a vector, you could instead use <code>step(a, b) * @atan2(a, b)</code>.
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 6475 milliseconds

123