Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
H A DIsArray.java13 public class IsArray<T> extends TypeSafeMatcher<T[]> { class
16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray() method in IsArray
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_value.h146 bool IsArray() const { return is_array_; } in IsArray() function
/aosp_15_r20/art/tools/veridex/
H A Dveridex.h62 bool IsArray() const { in IsArray() function
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.h133 bool IsArray() const { return !!AsArray(); } in IsArray() function
/aosp_15_r20/external/pigweed/pw_json/public/pw_json/
H A Dbuilder.h295 [[nodiscard]] constexpr bool IsArray() const { return buffer_[0] == '['; } in IsArray() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dshape.h66 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dtype_test.cc24 TEST_F(TypeTest, IsArray) { in TEST_F() argument
Dtype.h121 bool IsArray() const { return is_array_; } in IsArray() function
/aosp_15_r20/external/libcxxabi/src/demangle/
H A DItaniumDemangle.h1639 bool IsArray; // new[] ? variable
1675 bool IsArray; variable
1765 bool IsArray; variable
3855 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/aosp_15_r20/external/pdfium/fxjs/
H A Dfxv8.cpp47 bool IsArray(v8::Local<v8::Value> value) { in IsArray() function
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp286 bool CFXJSE_Value::IsArray(v8::Isolate* pIsolate) const { in IsArray() function in CFXJSE_Value
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1743 bool IsArray; // new[] ? variable
1779 bool IsArray; variable
1869 bool IsArray; variable
4100 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_analysis.h136 bool IsArray() const { in IsArray() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h37 IsArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h37 IsArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h37 IsArray, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsArray, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h37 IsArray, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1942 bool IsArray; // new[] ? variable
1977 bool IsArray; variable
2099 bool IsArray; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/
DItaniumDemangle.h2082 bool IsArray; // new[] ? variable
2117 bool IsArray; variable
2240 bool IsArray; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/
DItaniumDemangle.h2081 bool IsArray; // new[] ? variable
2116 bool IsArray; variable
2239 bool IsArray; variable
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/demangle/
H A DItaniumDemangle.h2082 bool IsArray; // new[] ? variable
2117 bool IsArray; variable
2240 bool IsArray; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/
DItaniumDemangle.h2081 bool IsArray; // new[] ? variable
2116 bool IsArray; variable
2239 bool IsArray; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/
DItaniumDemangle.h2081 bool IsArray; // new[] ? variable
2116 bool IsArray; variable
2239 bool IsArray; variable

12