HomeSort by relevance Sort by last modified time
    Searched defs:IsArray (Results 1 - 24 of 24) sorted by null

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArray.java 13 public class IsArray<T> extends TypeSafeMatcher<T[]> {
16 public IsArray(Matcher<? super T>[] elementMatchers) {
93 public static <T> IsArray<T> array(Matcher<? super T>... elementMatchers) {
94 return new IsArray<T>(elementMatchers);
  /external/pdfium/core/fpdfapi/parser/
cpdf_array.cpp 38 bool CPDF_Array::IsArray() const {
68 if (!IsArray() || m_Objects.size() != 4)
80 if (!IsArray() || m_Objects.size() != 6)
159 ASSERT(IsArray());
172 ASSERT(IsArray());
187 ASSERT(IsArray());
cpdf_object.cpp 65 bool CPDF_Object::IsArray() const {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
EfiVfr.h 56 char IsArray;
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 180 Node* IntrinsicsHelper::IsArray(Node* input, Node* arg_count, Node* context) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 23 IsArray() bool
67 func (t *CompilerType) IsArray() bool { return false }
100 func (t *TupleType) IsArray() bool { return false }
type_test.go 37 func (t *TypeImpl) IsArray() bool { return t.array }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 23 IsArray() bool
67 func (t *CompilerType) IsArray() bool { return false }
100 func (t *TupleType) IsArray() bool { return false }
type_test.go 37 func (t *TypeImpl) IsArray() bool { return t.array }
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 334 bool IsArray = isa<ElementRegion>(Target);
337 !IsArray) {
488 if (CNE->isArray()) {
  /external/pdfium/fxjs/
cfxjse_value.cpp 411 bool CFXJSE_Value::IsArray() const {
417 return hValue->IsArray();
  /external/v8/src/ast/
ast-types.h 824 bool IsArray() { return IsKind(AstTypeBase::kArray); }
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1165 func (t *Type) IsArray() bool {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1165 func (t *Type) IsArray() bool {
  /system/tools/aidl/
aidl_language.h 87 bool IsArray() const { return is_array_; }
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h     [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/clang/lib/AST/
ExprConstant.cpp 119 bool &IsArray) {
129 IsArray = true;
135 IsArray = true;
140 IsArray = false;
144 IsArray = false;
203 bool IsArray = false;
207 MostDerivedType, IsArray);
208 MostDerivedIsArrayElement = IsArray;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/v8/src/
api.cc     [all...]
objects.cc 842 Maybe<bool> Object::IsArray(Handle<Object> object) {
850 isolate->factory()->NewStringFromAsciiChecked("IsArray")));
853 return Object::IsArray(handle(proxy->target(), isolate));
    [all...]

Completed in 537 milliseconds