/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | msg.h | 39 explicit MessageBase(Type eType = Type::KMSG) : from(), name(), type(eType) {} in from() 41 …plicit MessageBase(const std::string &sName, Type eType = Type::KMSG) : from(), name(sName), type(… in from() 43 explicit MessageBase(const AID &aFrom, const AID &aTo, Type eType = Type::KMSG) 44 : from(aFrom), to(aTo), name(), body(), type(eType) {} in from() 46 …explicit MessageBase(const AID &aFrom, const AID &aTo, const std::string &sName, Type eType = Type… 47 : from(aFrom), to(aTo), name(sName), body(), type(eType) {} in from() 50 Type eType = Type::KMSG) 51 : from(aFrom), to(aTo), name(sName), body(std::move(sBody)), type(eType) {} in from() 71 inline void SetType(Type eType) { type = eType; } in SetType() argument
|
/third_party/vk-gl-cts/scripts/khr_util/ |
D | registry.py | 290 def parseType(eType): argument 296 Type, eType, 297 name=eType.get('name') or eType.findtext('name'), 298 definition=''.join(eType.xpath('.//text()')), 299 api=eType.get('api'), 300 requires=eType.get('requires'))
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
D | test_utils_win32.cpp | 42 void OnCallstackEntry(CallstackEntryType eType, CallstackEntry &entry) override in OnCallstackEntry() argument 46 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/ |
D | Windows_system_utils.cpp | 44 void OnCallstackEntry(CallstackEntryType eType, CallstackEntry &entry) override in OnCallstackEntry() argument 48 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry()
|
/third_party/ltp/testcases/network/nfsv4/locks/ |
D | locktests.c | 88 char *eType = NULL; variable 224 printf("%s initialization\n", eType); in initialize() 289 eType, clnt, maxClients, maxClients + 1, totalClients); in report() 290 printf("%s number running test successfully :\n", eType); in report() 296 TOTAL_RESULT_OK[i], eType, totalClients, in report() 1021 eType = "process"; in main()
|
/third_party/openh264/codec/encoder/core/src/ |
D | svc_mode_decision.cpp | 293 inline bool IsMbStatic (int32_t* pBlockType, EStaticBlockIdc eType) { in IsMbStatic() argument 295 eType == pBlockType[0] && in IsMbStatic() 296 eType == pBlockType[1] && in IsMbStatic() 297 eType == pBlockType[2] && in IsMbStatic() 298 eType == pBlockType[3]); in IsMbStatic()
|
/third_party/openmax/api/1.1.2/ |
D | OMX_Other.h | 87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member
|
D | OMX_Component.h | 125 OMX_SUSPENSIONTYPE eType; member
|
D | OMX_Core.h | 465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member
|
/third_party/sqlite/src/ |
D | sqlite3.c | 23408 u8 eType; /* Transformation type code */ 23617 switch( aXformType[i].eType ){ 23671 int eType; 23677 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT 23678 || eType==SQLITE_INTEGER ){ 24966 u8 eType; /* Allocation type code */ 25174 pHdr->eType = MEMTYPE_HEAP; 25286 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ 25291 pHdr->eType = eType; 25304 SQLITE_PRIVATE int sqlite3MemdebugHasType(const void *p, u8 eType){ [all …]
|
D | shell.c | 1932 int eType = sqlite3_value_type(argv[0]); in sha3Func() local 1945 if( eType==SQLITE_NULL ) return; in sha3Func() 1947 if( eType==SQLITE_BLOB ){ in sha3Func() 10719 int eType; /* SQLITE_NULL, INTEGER, REAL, TEXT, BLOB */ member 10745 switch( pSlot->eType ){ in idxRemFunc() 10767 pSlot->eType = sqlite3_value_type(argv[1]); in idxRemFunc() 10768 switch( pSlot->eType ){ in idxRemFunc() 10794 if( pSlot->eType==SQLITE_BLOB ){ in idxRemFunc() 11652 static int dbdataValueBytes(int eType){ in dbdataValueBytes() argument 11653 switch( eType ){ in dbdataValueBytes() [all …]
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 170 virtual void OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry);
|
D | StackWalker.cpp | 1385 void StackWalker::OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry) in OnCallstackEntry() argument 1392 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 170 virtual void OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry);
|
D | StackWalker.cpp | 1385 void StackWalker::OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry) in OnCallstackEntry() argument 1392 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 88161 if( pSlot->eType==SQLITE_BLOB ){ 92507 +** Allowed values for IdList.eType, which determines which value of the a.u4 93546 - u8 eType; /* Transformation type code */ 93692 - switch( aXformType[i].eType ){ 101101 int eType = 0; /* Type of RHS table. IN_INDEX_* */ 101129 eType = IN_INDEX_NOOP; 105800 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, 0, &iTab); 105813 + eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap,&iTab); 105820 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap, &iTab); 105828 if( eType==IN_INDEX_INDEX_DESC ){ [all …]
|
D | 0004-3.2-Beta5.patch | 48078 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap, &iTab);
|