Home
last modified time | relevance | path

Searched defs:rc2 (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DCookieHandlerTest.java42 MockCookieHandler rc2 = new MockCookieHandler(); in test_SetDefault_java_net_cookieHandler() local
46 assertSame(CookieHandler.getDefault(), rc2); in test_SetDefault_java_net_cookieHandler() local
H A DResponseCacheTest.java46 ResponseCache rc2 = new MockResponseCache(); in test_SetDefaultLjava_net_ResponseCache_Normal() local
50 assertSame(ResponseCache.getDefault(), rc2); in test_SetDefaultLjava_net_ResponseCache_Normal() local
/aosp_15_r20/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_list.c107 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append() local
142 int rc2 = cil_list_append_item(test_class_list, test_new_item); in test_cil_list_append_item_append_extra() local
H A Dtest_cil_resolve_ast.c228 int rc2 = cil_resolve_call1(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_classmapping_anon_inmacro() local
263 int rc2 = cil_resolve_call1(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_classmapping_anon_inmacro_neg() local
530 int rc2 = cil_resolve_catorder(test_db->ast->root->cl_head->next->next, args); in test_cil_resolve_catorder() local
573 int rc2 = cil_resolve_dominance(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_dominance() local
1183 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args); in test_cil_resolve_level() local
1332 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args); in test_cil_resolve_level_sens_neg() local
1365 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args); in test_cil_resolve_level_cat_neg() local
1398 int rc2 = cil_resolve_level(level->next, (struct cil_level*)level->next->data, args); in test_cil_resolve_level_senscat_neg() local
1719 …int rc2 = cil_resolve_call1(test_db->ast->root->cl_head->next->next->next->next->next->next->next-… in test_cil_resolve_context_macro() local
1764 …int rc2 = cil_resolve_call1(test_db->ast->root->cl_head->next->next->next->next->next->next->next-… in test_cil_resolve_context_macro_neg() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/arbitrary/
DCHANGELOG.md221 ### Added
225 ### Changed
/aosp_15_r20/external/selinux/libsepol/src/
H A Dnode_record.c317 int rc1, rc2; in sepol_node_compare() local
335 int rc1, rc2; in sepol_node_compare2() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs189 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
197 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs189 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
197 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
/aosp_15_r20/external/libopus/dnn/torch/fargan/
H A Drc.py28 rc2 = lpc2rc(lpc) variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
H A D1-2.c35 static void *rc2; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setscope/
H A D5-1.c29 int rc2; in main() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs189 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
197 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs189 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
197 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/rc/
H A Dtests.rs189 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
197 let rc2 = unsafe { Rc::from_raw(ptr) }; in test_into_from_raw_unsized() localVariable
/aosp_15_r20/external/tpm2-tss/test/integration/
H A Dsapi-param-encrypt-decrypt.int.c30 TSS2_RC rc, rc2; in test_invoke() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/os_str/
H A Dtests.rs170 let rc2: Rc<OsStr> = Rc::from(os_str.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/os_str/
H A Dtests.rs170 let rc2: Rc<OsStr> = Rc::from(os_str.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/os_str/
H A Dtests.rs179 let rc2: Rc<OsStr> = Rc::from(os_str.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ffi/os_str/
H A Dtests.rs179 let rc2: Rc<OsStr> = Rc::from(os_str.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/os_str/
H A Dtests.rs179 let rc2: Rc<OsStr> = Rc::from(os_str.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs181 let rc2: Rc<CStr> = Rc::from(cstr.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs181 let rc2: Rc<CStr> = Rc::from(cstr.to_owned()); in into_rc() localVariable
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_listener.h79 auto* rc2 = absl::get_if<std::shared_ptr<const XdsRouteConfigResource>>( member
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs181 let rc2: Rc<CStr> = Rc::from(cstr.to_owned()); in into_rc() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ffi/c_str/
H A Dtests.rs181 let rc2: Rc<CStr> = Rc::from(cstr.to_owned()); in into_rc() localVariable

12