HomeSort by relevance Sort by last modified time
    Searched refs:Array2 (Results 1 - 5 of 5) sorted by null

  /external/dbus/test/data/valid-messages/
recursive-types.message 70 LENGTH Array2
71 START_LENGTH Array2
87 END_LENGTH Array2
  /external/llvm/unittests/ADT/
ArrayRefTest.cpp 41 ArrayRef<uint16_t> Array2 = makeArrayRef(Words2, 5);
43 ArrayRef<uint16_t> Array2c = Array2.copy(Alloc);
46 EXPECT_TRUE(Array2.equals(Array2c));
47 EXPECT_NE(Array2.data(), Array2c.data());
  /frameworks/rs/api/
rs_for_each.spec 71 field: uint32_t array2Start, "Starting index in the Array2 dimension."
72 field: uint32_t array2End, "Ending index (exclusive) in the Array2 dimension."
275 summary: Index in the Array2 dimension for the specified kernel context
277 Returns the index in the Array2 dimension of the cell being processed,
281 Returns 0 if the Array2 dimension is not present.
330 summary: Size of the Array2 dimension for the specified kernel context
332 Returns the size of the Array2 dimension for the specified kernel context.
335 Returns 0 if the Array2 dimension is not present.
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgpos.c 112 FT_UInt Array1, Array2;
125 Array2 = FT_NEXT_USHORT( p );
136 func( table + Array2, otvalid );
  /external/clang/lib/AST/
ASTImporter.cpp 397 const ArrayType *Array2) {
400 Array2->getElementType()))
402 if (Array1->getSizeModifier() != Array2->getSizeModifier())
404 if (Array1->getIndexTypeQualifiers() != Array2->getIndexTypeQualifiers())
508 const ConstantArrayType *Array2 = cast<ConstantArrayType>(T2);
509 if (!llvm::APInt::isSameValue(Array1->getSize(), Array2->getSize()))
512 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))
526 const VariableArrayType *Array2 = cast<VariableArrayType>(T2);
528 Array1->getSizeExpr(), Array2->getSizeExpr()))
531 if (!IsArrayStructurallyEquivalent(Context, Array1, Array2))
    [all...]

Completed in 639 milliseconds