| /OK3568_Linux_fs/buildroot/support/testing/tests/package/ |
| H A D | sample_python_constantly.py | 4 class RESULT(Values): class 16 print(list(RESULT.iterconstants())) 17 assert(RESULT.OK < RESULT.FAIL) 18 assert(RESULT.OK.value > RESULT.FAIL.value) 19 assert(RESULT.get(-5) == RESULT.FAIL)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/function/ |
| H A D | adapt_function.hpp | 16 #define BOOST_PHOENIX_ADAPT_FUNCTION_NULLARY(RESULT, NAME, FUNC) \ argument 21 typedef RESULT result_type; \ 43 #define BOOST_PHOENIX_ADAPT_FUNCTION(RESULT, NAME, FUNC, N) \ argument 53 {typedef RESULT type;}; \ 56 RESULT \ 83 #define BOOST_PHOENIX_ADAPT_FUNCTION_VARARG(RESULT, NAME, FUNC) \ argument 89 , (RESULT, NAME, FUNC) \
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/media_buffer/ |
| H A D | media_buffer_pool.c | 37 RESULT MediaBufPoolGetSize(MediaBufPoolConfig_t* pPoolConfig) in MediaBufPoolGetSize() 39 RESULT ret = RET_SUCCESS; in MediaBufPoolGetSize() 85 RESULT MediaBufPoolCreate(MediaBufPool_t* pBufPool, in MediaBufPoolCreate() 92 RESULT ret = RET_SUCCESS; in MediaBufPoolCreate() 185 RESULT MediaBufPoolDestroy(MediaBufPool_t *pBufPool) in MediaBufPoolDestroy() 198 RESULT MediaBufPoolReset(MediaBufPool_t* pBufPool) in MediaBufPoolReset() 222 RESULT MediaBufPoolRegisterCb(MediaBufPool_t* pBufPool, in MediaBufPoolRegisterCb() 226 RESULT ret = RET_NOTAVAILABLE; in MediaBufPoolRegisterCb() 253 RESULT MediaBufPoolDeregisterCb(MediaBufPool_t* pBufPool, in MediaBufPoolDeregisterCb() 256 RESULT ret = RET_NOTAVAILABLE; in MediaBufPoolDeregisterCb()
|
| H A D | media_buffer_pool.h | 206 RESULT MediaBufPoolGetSize(MediaBufPoolConfig_t* pPoolConfig); 218 extern RESULT MediaBufPoolCreate(MediaBufPool_t* pBufPool, 231 extern RESULT MediaBufPoolDestroy(MediaBufPool_t* pBufPool); 242 extern RESULT MediaBufPoolReset(MediaBufPool_t* pBufPool); 255 extern RESULT MediaBufPoolRegisterCb(MediaBufPool_t* pBufPool, 269 extern RESULT MediaBufPoolDeregisterCb(MediaBufPool_t* pBufPool,
|
| H A D | media_buffer.h | 108 extern RESULT MediaBufLockBuffer(MediaBuffer_t* pBuf); 120 extern RESULT MediaBufUnlockBuffer(MediaBuffer_t* pBuf);
|
| H A D | media_buffer.c | 89 RESULT MediaBufLockBuffer(MediaBuffer_t* pBuf) in MediaBufLockBuffer() 103 RESULT MediaBufUnlockBuffer(MediaBuffer_t* pBuf) in MediaBufUnlockBuffer()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_args_symbol.tc | 34 RESULT=`grep "testprobe_str" trace | sed -e 's/.* arg1=\(.*\)/\1/'` 36 RESULT=`echo $RESULT | sed -e 's/.* \((.*)\) \((.*)\) .*/\1 \2/'` 38 test "$RESULT" = "$ORIG"
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/atmo/ |
| H A D | rk_aiq_atmo_algo.h | 23 RESULT AtmoStart(AtmoHandle_t pAtmoCtx); 24 RESULT AtmoStop(AtmoHandle_t pAtmoCtx); 32 RESULT AtmoInit(AtmoInstanceConfig_t* pInstConfig, CamCalibDbV2Context_t* pCalibV2) ; 33 RESULT AtmoRelease(AtmoHandle_t pAtmoCtx) ;
|
| H A D | rk_aiq_algo_atmo_itf.cpp | 33 RESULT ret = ATMO_RET_SUCCESS; in AtmoCreateCtx() 56 RESULT ret = ATMO_RET_SUCCESS; in AtmoDestroyCtx() 76 RESULT ret = ATMO_RET_SUCCESS; in AtmoPrepare() 125 RESULT ret = ATMO_RET_SUCCESS; in AtmoPreProcess() 146 RESULT ret = ATMO_RET_SUCCESS; in AtmoProcess() 214 RESULT ret = ATMO_RET_SUCCESS; in AtmoPostProcess()
|
| /OK3568_Linux_fs/debian/overlay-firmware/usr/share/alsa/init/ |
| H A D | 00main | 20 # 2) if RESULT=="skip", skip ALSA standard configuration files 23 # 5) if RESULT!="true", initialize hardware using a guess method, 28 RESULT="unknown" 30 RESULT=="skip", GOTO="init_end" 44 RESULT=="true", GOTO="00_mainend"
|
| H A D | rk809 | 10 RESULT="true", EXIT="return"
|
| H A D | rt5651 | 27 RESULT="true", EXIT="return"
|
| H A D | rt5616 | 30 RESULT="true", EXIT="return"
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-diff-machines.sh | 111 declare -i RESULT=0 118 RESULT+=${PIPESTATUS[0]} 156 RESULT+=${ERRORS} 170 if [ "${RESULT}" != "0" -a -f ${OUTPUT}/failed-recipes.log ] ; then 172 …echo "ERROR: ${RESULT} issues were found in these recipes: `cat ${OUTPUT}/failed-recipes.log | xar… 176 exit ${RESULT}
|
| H A D | sstate-sysroot-cruft.sh | 178 RESULT=`cat ${OUTPUT}/diff.txt | wc -l` 180 if [ "${RESULT}" != "0" ] ; then 181 echo "ERROR: ${RESULT} issues were found." 189 exit ${RESULT}
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
| H A D | 0001-MDEV-29644-a-potential-bug-of-null-pointer-dereferen.patch | 62 +NOT FOUND /\[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*/ in mysq… 65 +FOUND 1 /\[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*/ in mysqld… 126 +let SEARCH_PATTERN= \[WARN SPIDER RESULT\].* Warning 1265 Data truncated for column 'a' at row 1.*; 234 - fprintf(stderr, "%04d%02d%02d %02d:%02d:%02d [WARN SPIDER RESULT] " 246 + "%04d%02d%02d %02d:%02d:%02d [WARN SPIDER RESULT] from [%s] %ld "
|
| /OK3568_Linux_fs/external/alsa-config/alsa/init/ |
| H A D | rk809 | 13 RESULT="true", EXIT="return"
|
| H A D | rt5651 | 27 RESULT="true", EXIT="return"
|
| H A D | rt5616 | 30 RESULT="true", EXIT="return"
|
| H A D | rt5640 | 28 RESULT="true", EXIT="return"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | exceptions-64s.S | 650 std r10,RESULT(r1) /* clear regs->result */ 1036 std r10,RESULT(r1) 1057 ld r10,RESULT(r1) 1215 std r10,RESULT(r1) 1221 std r3,RESULT(r1) /* Save result */ 1227 ld r10,RESULT(r1) 1280 ld r3,RESULT(r1) /* Load result */ 1503 std r3,RESULT(r1) 1506 ld r5,RESULT(r1) 1595 std r3,RESULT(r1) [all …]
|
| H A D | optprobes_head.S | 48 std r5,RESULT(r1)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ppc_defs.h | 74 #define RESULT 188 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 7411 'RESULT = ABS(A)' 7472 'RESULT = ACCESS(NAME, MODE)' 7520 'RESULT = ACHAR(I [, KIND])' 7562 'RESULT = ACOS(X)' 7610 'RESULT = ACOSD(X)' 7652 'RESULT = ACOSH(X)' 7692 'RESULT = ADJUSTL(STRING)' 7729 'RESULT = ADJUSTR(STRING)' 7768 'RESULT = AIMAG(Z)' 7811 'RESULT = AINT(A [, KIND])' [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 7411 'RESULT = ABS(A)' 7472 'RESULT = ACCESS(NAME, MODE)' 7520 'RESULT = ACHAR(I [, KIND])' 7562 'RESULT = ACOS(X)' 7610 'RESULT = ACOSD(X)' 7652 'RESULT = ACOSH(X)' 7692 'RESULT = ADJUSTL(STRING)' 7729 'RESULT = ADJUSTR(STRING)' 7768 'RESULT = AIMAG(Z)' 7811 'RESULT = AINT(A [, KIND])' [all …]
|