Home
last modified time | relevance | path

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

/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/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/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/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.c24444 int eType;
24450 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
24451 || eType==SQLITE_INTEGER ){
25816 u8 eType; /* Allocation type code */
26024 pHdr->eType = MEMTYPE_HEAP;
26136 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){
26141 pHdr->eType = eType;
26154 SQLITE_PRIVATE int sqlite3MemdebugHasType(const void *p, u8 eType){
26160 if( (pHdr->eType&eType)==0 ){
26176 SQLITE_PRIVATE int sqlite3MemdebugNoType(const void *p, u8 eType){
[all …]
Dshell.c2035 int eType = sqlite3_value_type(argv[0]); in sha3Func() local
2048 if( eType==SQLITE_NULL ) return; in sha3Func()
2050 if( eType==SQLITE_BLOB ){ in sha3Func()
10849 int eType; /* SQLITE_NULL, INTEGER, REAL, TEXT, BLOB */ member
10875 switch( pSlot->eType ){ in idxRemFunc()
10897 pSlot->eType = sqlite3_value_type(argv[1]); in idxRemFunc()
10898 switch( pSlot->eType ){ in idxRemFunc()
10925 if( pSlot->eType==SQLITE_BLOB ){ in idxRemFunc()
11811 static int dbdataValueBytes(int eType){ in dbdataValueBytes() argument
11812 switch( eType ){ in dbdataValueBytes()
[all …]
/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/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-ohos-1115.patch93564 if( pSlot->eType==SQLITE_BLOB ){
97922 +** Allowed values for IdList.eType, which determines which value of the a.u4
98962 - u8 eType; /* Transformation type code */
99108 - switch( aXformType[i].eType ){
106857 int eType = 0; /* Type of RHS table. IN_INDEX_* */
106885 eType = IN_INDEX_NOOP;
111655 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, 0, &iTab);
111668 + eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap,&iTab);
111675 eType = sqlite3FindInIndex(pParse, pX, IN_INDEX_LOOP, 0, aiMap, &iTab);
111683 if( eType==IN_INDEX_INDEX_DESC ){
[all …]