/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/ |
D | IsArray.java | 13 public class IsArray<T> extends TypeSafeMatcher<T[]> { class 16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray() method in IsArray
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | logical_buffer.h | 142 bool IsArray() const { return is_array_; } in IsArray() function
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_object.cpp | 66 bool CPDF_Object::IsArray() const { in IsArray() function in CPDF_Object
|
D | cpdf_array.cpp | 38 bool CPDF_Array::IsArray() const { in IsArray() function in CPDF_Array
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util.h | 396 static bool IsArray(const Shape& shape) { in IsArray() function
|
/external/pdfium/fxjs/ |
D | cfxjse_value.cpp | 327 bool CFXJSE_Value::IsArray() const { in IsArray() function in CFXJSE_Value
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) { in IsArray() function in v8::internal::interpreter::IntrinsicsHelper
|
/external/v8/src/ast/ |
D | ast-types.h | 824 bool IsArray() { return IsKind(AstTypeBase::kArray); } in IsArray() function
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 1502 bool IsArray; // new[] ? member in __anon9d46d5f30111::NewExpr 1541 bool IsArray; member in __anon9d46d5f30111::DeleteExpr 2673 bool IsArray = look(1) == 'a'; in parseNewExpr() local
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4639 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local 4681 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 119 bool &IsArray) { in findMostDerivedSubobject() 203 bool IsArray = false; in SubobjectDesignator() local 2673 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
|
D | SemaChecking.cpp | 8751 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|
/external/v8/src/ |
D | api.cc | 3403 bool Value::IsArray() const { in IsArray() function in v8::Value
|
D | objects.cc | 842 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function in v8::internal::Object
|