/third_party/node/tools/ |
H A D | mkssldef.py | 10 bases = [] variable
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/ |
H A D | dentry_meta_file_clouddisk_test.cpp | 245 std::vector<MetaBase> bases; in HWTEST_F() local 506 std::vector<MetaBase> bases; in HWTEST_F() local
|
H A D | dentry_meta_file_test.cpp | 280 std::vector<MetaBase> bases; in HWTEST_F() local 301 std::vector<MetaBase> bases; in HWTEST_F() local
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_iommu.h | 62 void __iomem *bases[2]; member
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_iommu.h | 62 void __iomem *bases[2]; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_gmem.c | 504 emit_mem2gmem_surf(struct fd_batch *batch, const uint32_t bases[], in emit_mem2gmem_surf() argument 59 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, struct pipe_surface **bufs, const uint32_t *bases, uint32_t bin_w, bool decode_srgb) emit_mrt() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_gmem.c | 317 emit_mem2gmem_surf(struct fd_batch *batch, const uint32_t *bases, in emit_mem2gmem_surf() argument 60 emit_mrt(struct fd_ringbuffer *ring, unsigned nr_bufs, struct pipe_surface **bufs, const uint32_t *bases, uint32_t bin_w, bool decode_srgb) emit_mrt() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
H A D | UDTLayout.h | 120 ArrayRef<BaseClassLayout *> bases() const { return AllBases; } in bases() function in llvm::pdb::UDTLayoutBase
|
/third_party/python/Lib/test/ |
H A D | test_shelve.py | 204 bases = (TestShelveInMemBase, mapping_tests.BasicTestMappingProtocol) variable in TestShelveFileBase 208 bases = (TestShelveFileBase, mapping_tests.BasicTestMappingProtocol) variable in TestShelveFileBase
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | time_test.cc | 909 absl::Time bases[2] = {absl::UnixEpoch(), absl::Now()}; in TEST() local
|
/third_party/python/Modules/ |
H A D | _abc.c | 304 PyObject *ns = NULL, *items = NULL, *bases = NULL; // Py_XDECREF()ed on error. in compute_abstract_methods() local
|
H A D | _csv.c | 1767 PyObject *bases = PyTuple_Pack(1, PyExc_Exception); in csv_exec() local
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 216 static u32 _engine_mmio_base(struct drm_i915_private *i915, const struct engine_mmio_base *bases) in _engine_mmio_base() argument
|
/foundation/filemanagement/dfs_service/utils/dentry/src/ |
H A D | meta_file_clouddisk.cpp | 618 static int32_t DecodeDentrys(const HmdfsDentryGroup &dentryGroup, std::vector<MetaBase> &bases) in DecodeDentrys() argument 640 int32_t CloudDiskMetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() argument
|
H A D | meta_file.cpp | 619 static int32_t DecodeDentrys(const HmdfsDentryGroup &dentryGroup, std::vector<MetaBase> &bases) in DecodeDentrys() argument 640 int32_t MetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() argument
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 491 static int32_t DecodeDentrys(const HmdfsDentryGroup &dentryGroup, std::vector<MetaBase> &bases) in DecodeDentrys() argument 496 int32_t CloudDiskMetaFile::LoadChildren(std::vector<MetaBase> &bases) in LoadChildren() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | rockchip-iommu.c | 136 void __iomem **bases;
member [all...] |
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 1149 std::vector<MetaBase> bases; in RmDir() local
|
/third_party/python/Include/internal/ |
H A D | pycore_ast_state.h | 166 PyObject *bases; member
|
H A D | pycore_ast.h | 208 asdl_expr_seq *bases; member
|
/third_party/python/Python/ |
H A D | bltinmodule.c | 17 update_bases(PyObject *bases, PyObject *const *args, Py_ssize_t nargs) in update_bases() argument 96 PyObject *mkw = NULL, *bases = NULL; in builtin___build_class__() local [all...] |
H A D | errors.c | 1132 PyObject *bases = NULL; in PyErr_NewException() local
|
/third_party/python/Objects/ |
H A D | abstract.c | 2502 PyObject *bases; in abstract_get_bases() local 2516 PyObject *bases = NULL; in abstract_issubclass() local 2567 PyObject *bases = abstract_get_bases(cls); check_class() local [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 3763 struct ir3_instruction *bases[IR3_MAX_SO_BUFFERS]; in emit_stream_out() local
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 201 PyObject *bases, *dict; in New() local
|