Home
last modified time | relevance | path

Searched refs:obj1 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_attrs.py10 obj1 = Obj(2) variable
11 assert(obj1.x == 2)
12 assert(obj1.y == 1)
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_attach.c10 struct bpf_object *obj1, *obj2, *obj3; in test_xdp_attach() local
19 err = bpf_prog_load(file, BPF_PROG_TYPE_XDP, &obj1, &fd1); in test_xdp_attach()
89 bpf_object__close(obj1); in test_xdp_attach()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dutils.js83 function compareObj(testCase, obj1, obj2) { argument
85 if (obj1[propertyName] !== undefined) {
87 testCase.verify(isNaN(obj1["dateTime"].getTime()));
89 testCase.compare(obj1[propertyName], obj2[propertyName])
/OK3568_Linux_fs/kernel/tools/testing/radix-tree/
H A Dregression4.c15 static int obj0, obj1; variable
49 radix_tree_insert(&mt_tree, 1, &obj1); in writer_fn()
/OK3568_Linux_fs/kernel/include/linux/
H A Dobjagg.h11 int (*hints_obj_cmp)(const void *obj1, const void *obj2);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_6000.c1017 uint32_t obj1 = 0; in xtest_tee_test_6009_single() local
1039 sizeof(data_01), &obj1, storage_id))) in xtest_tee_test_6009_single()
1052 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_close(&sess, obj1))) in xtest_tee_test_6009_single()
1099 TEE_DATA_FLAG_ACCESS_WRITE_META, &obj1, storage_id))) in xtest_tee_test_6009_single()
1102 if (!ADBG_EXPECT_TEEC_SUCCESS(c, fs_unlink(&sess, obj1))) in xtest_tee_test_6009_single()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_erp.c1218 static int mlxsw_sp_acl_erp_hints_obj_cmp(const void *obj1, const void *obj2) in mlxsw_sp_acl_erp_hints_obj_cmp() argument
1220 const struct mlxsw_sp_acl_erp_key *key1 = obj1; in mlxsw_sp_acl_erp_hints_obj_cmp()