Home
last modified time | relevance | path

Searched defs:SharedObject (Results 1 – 10 of 10) sorted by relevance

/external/executorch/backends/vulkan/runtime/graph/containers/
DSharedObject.h25 struct SharedObject { struct
28 explicit SharedObject() = default; argument
30 VkMemoryRequirements aggregate_memory_requirements;
31 std::vector<ValueRef> users;
32 vkapi::Allocation allocation;
/external/icu/icu4c/source/common/
Dsharedobject.h20 class SharedObject; variable
57 SharedObject() : in SharedObject() function
63 SharedObject(const SharedObject &other) : in SharedObject() function
/external/icu/libicu/cts_headers/
Dsharedobject.h20 class SharedObject; variable
57 SharedObject() : in SharedObject() function
63 SharedObject(const SharedObject &other) : in SharedObject() function
/external/cronet/tot/third_party/icu/source/common/
Dsharedobject.h20 class SharedObject; variable
57 SharedObject() : in SharedObject() function
63 SharedObject(const SharedObject &other) : in SharedObject() function
/external/cronet/stable/third_party/icu/source/common/
Dsharedobject.h20 class SharedObject; variable
57 SharedObject() : in SharedObject() function
63 SharedObject(const SharedObject &other) : in SharedObject() function
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/
DSharedObject.java95 public class SharedObject implements Cloneable { class
159 public SharedObject() {} in SharedObject() method in SharedObject
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DSharedObject.java97 public class SharedObject implements Cloneable { class
162 public SharedObject() {} in SharedObject() method in SharedObject
/external/executorch/exir/
Dmemory_planning.py453 class SharedObject: class
473 shared_objects: List[SharedObject], input_total_size: int = 0
487 def _size_abs_dif(sobj: SharedObject, spec: TensorSpec) -> int:
496 shared_objects: List[SharedObject], spec: TensorSpec
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp450 const std::string &SharedObject, in diffProgram()
DMiscompilation.cpp970 std::string SharedObject = BD.compileSharedObject(SafeModuleBC.str(), Error); in TestCodeGenerator() local
1059 std::string SharedObject = compileSharedObject(SafeModuleBC.str(), *Error); in debugCodeGenerator() local