Home
last modified time | relevance | path

Searched defs:getCode (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIAInjectedSource.cpp51 std::string DIAInjectedSource::getCode() const { in getCode() function in DIAInjectedSource
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DEchoStatus.php47 public function getCode() function in Grpc\\Testing\\EchoStatus
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DEchoStatus.php47 public function getCode() function in Grpc\\Testing\\EchoStatus
DErrorStatus.php51 public function getCode() function in Grpc\\Testing\\ErrorStatus
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2Exception.java14 public long getCode() { in getCode() method in EJDB2Exception
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2Exception.java14 public long getCode() { in getCode() method in EJDB2Exception
/third_party/jsframework/runtime/main/extend/systemplugin/napi/commonEvent/
DcommonEventSubscriber.js19 getCode: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeEnumInjectedSources.cpp68 std::string getCode() const override { in getCode() function in llvm::pdb::__anonabdde4be0111::NativeInjectedSource
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h591 template <typename T> T getCode() const { in getCode() function
615 MachineInstr *getCode() const { in getCode() function
621 MachineInstr *getCode() const { in getCode() function
627 MachineBasicBlock *getCode() const { in getCode() function
635 MachineFunction *getCode() const { in getCode() function
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DcommonEvent.js20 getCode: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h88 uint32_t getCode() const { return Code; } in getCode() function
DDWARFExpression.h86 uint8_t getCode() { return Opcode; } in getCode() function
/third_party/vk-gl-cts/framework/common/
DtcuTestCase.hpp194 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } in getCode() function in tcu::TestStatus
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScript.java931 public static final int[] getCode(Locale locale){ in getCode() method in UScript
941 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
956 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScript.java1109 public static final int[] getCode(Locale locale){ in getCode() method in UScript
1120 public static final int[] getCode(ULocale locale){ in getCode() method in UScript
1136 public static final int[] getCode(String nameOrAbbrOrLocale) { in getCode() method in UScript
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h108 tgtok::TokKind getCode() const { return CurCode; } in getCode() function
/third_party/node/lib/
Dassert.js201 function getCode(fd, line, column) { function