/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 177 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | StackMaps.h | 47 uint64_t getID() const { return MI->getOperand(IDPos).getImm(); } in getID() function 101 uint64_t getID() const { return getMetaOper(IDPos).getImm(); } in getID() function 204 uint64_t getID() const { return MI->getOperand(NumDefs + IDPos).getImm(); } in getID() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/ |
H A D | mtl_resources.h | 313 id getID() const override { return get(); } in getID() function 449 id getID() const override { return get(); } in getID() function
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/ |
H A D | ProgramPipelineGL.h | 26 GLuint getID() const { return mProgramPipelineID; } in getID() function
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | ANQPElement.java | 13 public Constants.ANQPElementType getID() { in getID() method in ANQPElement
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Option/ |
D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Option/ |
D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Option/ |
D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Option/ |
D | OptSpecifier.h | 29 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-dup-fwd-decl.cpp | 9 getID() const in getID() function in Test
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/com/android/i18n/timezone/ |
H A D | ZoneInfoData.java | 65 public java.lang.String getID() { throw new RuntimeException("Stub!"); } in getID() method in ZoneInfoData
|
/aosp_15_r20/external/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 33 unsigned getID() const { return ID; } in getID() function
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/params/ |
H A D | ParametersWithID.java | 23 public byte[] getID() in getID() method in ParametersWithID
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
H A D | ParametersWithID.java | 19 public byte[] getID() in getID() method in ParametersWithID
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/ |
H A D | device_info.cpp | 45 unsigned int DeviceInfo::getID() const in getID() function in DeviceInfo
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/params/ |
H A D | ParametersWithID.java | 23 public byte[] getID() in getID() method in ParametersWithID
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-scripting/src/test/java/org/apache/velocity/script/test/tools/ |
H A D | CustomEvent.java | 41 public long getID(){ in getID() method in CustomEvent
|
/aosp_15_r20/frameworks/rs/cpp/ |
H A D | BaseObj.cpp | 22 void * BaseObj::getID() const { in getID() function in BaseObj
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/locale/ |
H A D | Extension.java | 33 public String getID() { in getID() method in Extension
|