Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/include/actor/
Dmsg.h39 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/
Dregistry.py290 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/
Dtest_utils_win32.cpp42 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/
DWindows_system_utils.cpp44 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/
Dlocktests.c88 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/
Dsvc_mode_decision.cpp293 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/
DOMX_Other.h87 OMX_TIME_SEEKMODETYPE eType; /**< The seek mode */ member
DOMX_Component.h125 OMX_SUSPENSIONTYPE eType; member
DOMX_Core.h465 OMX_EXTRADATATYPE eType; /* Extra Data type */ member
/third_party/sqlite/src/
Dsqlite3.c23408 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 …]
Dshell.c1932 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/
DStackWalker.h170 virtual void OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry);
DStackWalker.cpp1385 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/
DStackWalker.h170 virtual void OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry);
DStackWalker.cpp1385 void StackWalker::OnCallstackEntry(CallstackEntryType eType, CallstackEntry& entry) in OnCallstackEntry() argument
1392 if ((eType != lastEntry) && (entry.offset != 0)) in OnCallstackEntry()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch88161 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 …]
D0004-3.2-Beta5.patch48078 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap, &iTab);