| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | khugepaged.c | 112 static void success(const char *msg) in success() function 292 success("OK"); in restore_settings() 321 success("OK"); in save_settings() 334 success("OK"); in adjust_settings() 520 success("OK"); in alloc_at_fault() 529 success("OK"); in alloc_at_fault() 544 success("OK"); in collapse_full() 561 success("OK"); in collapse_empty() 574 success("OK"); in collapse_single_pte_entry() 598 success("OK"); in collapse_max_ptes_none() [all …]
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | policy_unpack_test.c | 323 bool success; in policy_unpack_test_unpack_nameX_with_null_name() local 327 success = unpack_nameX(puf->e, AA_U32, NULL); in policy_unpack_test_unpack_nameX_with_null_name() 329 KUNIT_EXPECT_TRUE(test, success); in policy_unpack_test_unpack_nameX_with_null_name() 337 bool success; in policy_unpack_test_unpack_nameX_with_wrong_code() local 341 success = unpack_nameX(puf->e, AA_BLOB, NULL); in policy_unpack_test_unpack_nameX_with_wrong_code() 343 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code() 352 bool success; in policy_unpack_test_unpack_nameX_with_name() local 356 success = unpack_nameX(puf->e, AA_U32, name); in policy_unpack_test_unpack_nameX_with_name() 358 KUNIT_EXPECT_TRUE(test, success); in policy_unpack_test_unpack_nameX_with_name() 367 bool success; in policy_unpack_test_unpack_nameX_with_wrong_name() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/sparc/prom/ |
| H A D | ranges.c | 68 int success; in prom_ranges_init() local 77 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init() 80 if (success != -1) in prom_ranges_init() 81 num_obio_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_ranges_init() 91 int success; in prom_apply_generic_ranges() local 95 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges() 98 if (success != -1) { in prom_apply_generic_ranges() 99 num_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges() 104 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges() 107 if (success != -1) { in prom_apply_generic_ranges() [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Kconfig.include | 14 # $(if-success,<command>,<then>,<else>) 16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)") 18 # $(success,<command>) 20 success = $(if-success,$(1),y,n) variable 24 failure = $(if-success,$(1),n,y) 28 cc-option = $(success,mkdir .tmp_$$$$; trap "rm -rf .tmp_$$$$" EXIT; $(CC) -Werror $(CLANG_FLAGS) $… 32 ld-option = $(success,$(LD) -v $(1)) 36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) -c -x assembler -o /dev/null -) 43 $(error-if,$(success, $(LD) -v | grep -q gold), gold linker '$(LD)' not supported) 48 cc-option-bit = $(if-success,$(CC) -Werror $(1) -E -x c /dev/null -o /dev/null,$(1))
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | obj_name.c | 8 int success; in test_obj_name() member 40 CHECK((tests[i].success && fd < 0) || in test_obj_name() 41 (!tests[i].success && fd != -1) || in test_obj_name() 42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name() 61 CHECK((tests[i].success && fd < 0) || in test_obj_name() 62 (!tests[i].success && fd != -1) || in test_obj_name() 63 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name() 66 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/command/ |
| H A D | pinyinime_dictbuilder.cpp | 32 bool success; in main() local 34 success = dict_trie->build_dict(argv[1], argv[2]); in main() 36 success = dict_trie->build_dict("../data/rawdict_utf16_65105_freq.txt", in main() 39 if (success) { in main() 46 success = dict_trie->save_dict("../data/dict_pinyin.dat"); in main() 48 if (success) { in main()
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | os.S | 84 | d1 - 0 = success, !0 = failure 94 clr.l %d1 | return success 101 clr.l %d1 | return success 115 | d1 - 0 = success, !0 = failure 127 clr.l %d1 | return success 134 clr.l %d1 | return success 147 | d1 - 0 = success, !0 = failure 152 clr.l %d1 | assume success 170 | d1 - 0 = success, !0 = failure 181 | d1 - 0 = success, !0 = failure [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-Make-local-functions-static-to-avoid-assembler-error.patch | 35 /* return 1 if success, 0 if failure */ 39 UWord old, success; 44 /* return 1 if success, 0 if failure */ 48 UWord old, success; 53 /* return 1 if success, 0 if failure */ 62 /* return 1 if success, 0 if failure */ 71 /* return 1 if success, 0 if failure */ 75 UWord old, success; 80 /* return 1 if success, 0 if failure */ 84 UWord old, success; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/placemanager_utils/ |
| H A D | placemanager_utils.cpp | 106 bool success = checkSignals(searchReply, expectedError, manager); in doSearch() local 108 return success; in doSearch() 115 bool success = false; in doSearch() local 118 success = doSearch(manager, request, &searchResults, expectedError); in doSearch() 125 return success; in doSearch() 134 bool success = checkSignals(reply, expectedError, manager); in doSearchSuggestions() local 137 if (!success) in doSearchSuggestions() 140 return success; in doSearchSuggestions() 163 bool success = checkSignals(detailsReply, expectedError, manager); in doFetchDetails() local 166 if (!success) in doFetchDetails() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | spinlock.h | 100 int success; in arch_read_trylock() local 113 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock() 116 return success; in arch_read_trylock() 122 int success; in arch_write_trylock() local 135 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock() 138 return success; in arch_write_trylock()
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/ |
| H A D | README.md | 138 ID[1]: RGA3_core0 imcopy 1 time success! 139 ID[1]: RGA3_core0 check buffer 1 time success! 140 ID[1]: RGA3_core0 imcopy 2 time success! 141 ID[1]: RGA3_core0 check buffer 2 time success! 142 ID[1]: RGA3_core0 imcopy 3 time success! 143 ID[1]: RGA3_core0 check buffer 3 time success! 146 im2d api slt success!
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-trap.c | 59 bool success; variable 219 : : : : failure, success); in ping() 222 success = false; in ping() 225 success: in ping() 226 success = true; in ping() 321 if (success) { in tm_trap_test()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
| H A D | postfix | 11 success() { 26 success 47 success 57 success
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | locking.rst | 63 | return success/error | d. Return success/error 102 | return success/error | d. Return success/error 105 | return success/error | 3. Release bus lock 106 +-------------------------------> 4. Return success/error
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | globtest.c | 22 bool success = match == expected; in test() local 32 if (!success) in test() 37 return success; in test() 40 return success; in test()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cmpxchg.h | 160 bool success; \ 170 : CC_OUT(z) (success), \ 182 : CC_OUT(z) (success), \ 194 : CC_OUT(z) (success), \ 206 : CC_OUT(z) (success), \ 216 if (unlikely(!success)) \ 218 likely(success); \
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | blake2s-selftest.c | 552 bool success = true; in blake2s_selftest() local 570 success = false; in blake2s_selftest() 586 success = false; in blake2s_selftest() 590 return success; in blake2s_selftest()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/openipmi/files/ |
| H A D | ipmi-init-fix-the-arguments.patch | 6 The functions success/failure/warning defined in /etc/init.d/functions 23 success) 25 - success "$*" 26 + success 0
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/ |
| H A D | Pci.c | 132 Bool success = FALSE; in xf86scanpci() local 134 success = (pci_system_init() == 0); in xf86scanpci() 139 return success; in xf86scanpci()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_bios.c | 422 goto success; in amdgpu_get_bios() 427 goto success; in amdgpu_get_bios() 432 goto success; in amdgpu_get_bios() 437 goto success; in amdgpu_get_bios() 442 goto success; in amdgpu_get_bios() 447 goto success; in amdgpu_get_bios() 452 goto success; in amdgpu_get_bios() 458 success: in amdgpu_get_bios()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/ |
| H A D | RouteAddress.qml | 103 property int success: 0 108 if (success == 1 && count == 1) { 116 success++ 117 if (success == 1) { 121 if (success == 2) { 124 success = 0 131 var st = (success == 0 ) ? "start" : "end" 132 success = 0
|
| /OK3568_Linux_fs/kernel/drivers/video/backlight/ |
| H A D | jornada720_lcd.c | 40 goto success; in jornada_lcd_get_contrast() 46 success: in jornada_lcd_get_contrast() 61 goto success; in jornada_lcd_set_contrast() 67 success: in jornada_lcd_set_contrast()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 530 bool success = false; in page_lock_anon_vma_read() local 553 trace_android_vh_do_page_trylock(page, NULL, NULL, &success); in page_lock_anon_vma_read() 554 if (success) { in page_lock_anon_vma_read() 1134 bool success = false; in do_page_add_anon_rmap() local 1149 &first, &success); in do_page_add_anon_rmap() 1150 if (!success) in do_page_add_anon_rmap() 1226 bool success = false; in page_add_file_rmap() local 1233 compound, &first_mapping, &success); in page_add_file_rmap() 1234 if ((success)) { in page_add_file_rmap() 1257 compound, &first_mapping, &success); in page_add_file_rmap() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | unaligned.c | 704 goto success; in emulate_load_store_microMIPS() 723 goto success; in emulate_load_store_microMIPS() 743 goto success; in emulate_load_store_microMIPS() 766 goto success; in emulate_load_store_microMIPS() 805 goto success; in emulate_load_store_microMIPS() 841 goto success; in emulate_load_store_microMIPS() 879 goto success; in emulate_load_store_microMIPS() 920 goto success; in emulate_load_store_microMIPS() 975 goto success; in emulate_load_store_microMIPS() 1028 goto success; in emulate_load_store_microMIPS() [all …]
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_mixed.c | 175 Bool success; in exaPrepareAccessReg_mixed() local 177 success = ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccessReg_mixed() 179 if (success && has_gpu_copy && pExaPixmap->pDamage) { in exaPrepareAccessReg_mixed() 186 success = ExaDoPrepareAccess(pPixmap, index); in exaPrepareAccessReg_mixed() 188 if (success) { in exaPrepareAccessReg_mixed() 203 if (!success) { in exaPrepareAccessReg_mixed()
|