Home
last modified time | relevance | path

Searched defs:Array (Results 426 – 450 of 967) sorted by relevance

1...<<11121314151617181920>>...39

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/memory/
H A Dmemory_test.cc167 TEST(Make_UniqueTest, Array) { in TEST() argument
/aosp_15_r20/external/rust/android-crates-io/crates/toml/src/
Dvalue.rs18 pub type Array = Vec<Value>; typedef
37 Array(Array), enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGClass.cpp613 const ConstantArrayType *Array = CGF.getContext().getAsConstantArrayType(T); in EmitAggMemberInitializer() local
720 const ConstantArrayType *Array in EmitMemberInitializer() local
H A DCGExprAgg.cpp320 LValue Array = CGF.EmitLValue(E->getSubExpr()); in VisitCXXStdInitializerListExpr() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml34 | Array Constructor
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py960 def Array(typecode, sequence, lock=True): function
/aosp_15_r20/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp327 std::unique_ptr<char[]> Array; member in __anonac8f5c8b0211::ArgvArray
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaLambda.cpp1414 while (const ConstantArrayType *Array in performLambdaVarCaptureInitialization() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp99 namespace Array { namespace
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/memory/
H A Dmemory_test.cc167 TEST(Make_UniqueTest, Array) { in TEST() argument
/aosp_15_r20/external/cronet/third_party/libevent/
H A Devent_rpcgen.py329 def Array(self): member in Entry
/aosp_15_r20/external/angle/src/common/
H A DPackedGLEnums_autogen.h48 Array = 0, enumerator
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlambda-expressions.cpp113 namespace Array { namespace
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp53 class Array class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp716 auto Array = new GlobalVariable( in CreateFunctionLocalArrayInSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp719 auto *Array = dyn_cast<DICompositeType>(Var->getType()); in dependencies() local
/aosp_15_r20/art/runtime/
H A Druntime.h77 class Array; variable
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py427 class Array(ReferenceKind): class
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5645 EVT *Array = Allocator.Allocate<EVT>(2); in getVTList() local
5664 EVT *Array = Allocator.Allocate<EVT>(3); in getVTList() local
5685 EVT *Array = Allocator.Allocate<EVT>(4); in getVTList() local
5707 EVT *Array = Allocator.Allocate<EVT>(NumVTs); in getVTList() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/
DScopInfo.h115 Array, enumerator
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/
H A DBase.h1321 #define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0])) argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp920 auto *Array = dyn_cast<DICompositeType>(Var->getType()); in dependencies() local
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/vtab/
Dmod.rs751 fn get_array(&self, idx: usize) -> Option<array::Array> { in get_array()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/
DScopInfo.h115 Array, enumerator
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/
H A DBase.h1297 #define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0])) argument

1...<<11121314151617181920>>...39