Home
last modified time | relevance | path

Searched refs:context2 (Results 1 - 15 of 15) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dprocattr.c219 char **prev_context, *context2 = NULL; in setprocattrcon_raw() local
256 context2 = strdup(context); in setprocattrcon_raw()
257 if (!context2) in setprocattrcon_raw()
260 ret = write(fd, context2, strlen(context2) + 1); in setprocattrcon_raw()
272 free(context2); in setprocattrcon_raw()
277 *prev_context = context2; in setprocattrcon_raw()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp643 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
650 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
740 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2.get(), in TEST()
742 ApplyAndCheckFreshIds(add_livesafe_function, context2.get(), in TEST()
745 context2.get(), validator_options, kConsoleMessageConsumer)); in TEST()
751 context2.get(), transformation_context2, 30, 100)); in TEST()
811 ASSERT_TRUE(IsEqual(env, added_as_livesafe_code, context2.get())); in TEST()
869 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
876 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
927 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2 in TEST()
1028 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1319 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1650 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1754 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_function_test.cpp643 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
650 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
740 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2.get(), in TEST()
742 ApplyAndCheckFreshIds(add_livesafe_function, context2.get(), in TEST()
745 context2.get(), validator_options, kConsoleMessageConsumer)); in TEST()
751 context2.get(), transformation_context2, 30, 100)); in TEST()
811 ASSERT_TRUE(IsEqual(env, added_as_livesafe_code, context2.get())); in TEST()
869 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
876 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
927 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2 in TEST()
1028 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1319 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1650 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1754 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_function_test.cpp663 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
670 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
760 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2.get(), in TEST()
762 ApplyAndCheckFreshIds(add_livesafe_function, context2.get(), in TEST()
765 context2.get(), validator_options, kConsoleMessageConsumer)); in TEST()
771 context2.get(), transformation_context2, 30, 100)); in TEST()
831 ASSERT_TRUE(IsEqual(env, added_as_livesafe_code, context2.get())); in TEST()
894 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() local
901 MakeUnique<FactManager>(context2.get()), validator_options); in TEST()
952 ASSERT_TRUE(add_livesafe_function.IsApplicable(context2 in TEST()
1058 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1353 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1686 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
1792 const auto context2 = BuildModule(env, consumer, shader, kFuzzAssembleOption); TEST() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDisplayPowerPreferenceTest.cpp220 EGLContext context2; in runMultiDisplay() local
222 initializeContextForDisplay(display2, &context2); in runMultiDisplay()
223 eglMakeCurrent(display2, EGL_NO_SURFACE, EGL_NO_SURFACE, context2); in runMultiDisplay()
235 terminateContext(display2, context2); in runMultiDisplay()
H A DEGLMultiContextTest.cpp117 EGLContext context2 = window->createContext(EGL_NO_CONTEXT, nullptr); in TEST_P() local
120 EXPECT_EGL_TRUE(eglDestroyContext(dpy, context2)); in TEST_P()
/third_party/typescript/tests/baselines/reference/
H A DarrayLiterals.js26 var context2 = [{ a: '', b: 0, c: '' }, { a: "", b: 3, c: 0 }];
73 var context2 = [{ a: '', b: 0, c: '' }, { a: "", b: 3, c: 0 }];
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_config.c313 char *context2; in hostapd_config_read_wpa_psk() local
354 context2 = NULL; in hostapd_config_read_wpa_psk()
355 name = str_token(token, "=", &context2); in hostapd_config_read_wpa_psk()
358 value = str_token(token, "", &context2); in hostapd_config_read_wpa_psk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_config.c283 char *context2; in hostapd_config_read_wpa_psk() local
323 context2 = NULL; in hostapd_config_read_wpa_psk()
324 name = str_token(token, "=", &context2); in hostapd_config_read_wpa_psk()
327 value = str_token(token, "", &context2); in hostapd_config_read_wpa_psk()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTransformFeedbackTest.cpp2320 auto context2 = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttributes); in TEST_P() local
2321 ASSERT_NE(context2, EGL_NO_CONTEXT); in TEST_P()
2323 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
2340 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
2367 eglDestroyContext(display, context2); in TEST_P()
H A DFramebufferTest.cpp3758 // Create context2, sharing resources with context1. in TEST_P()
3759 EGLContext context2 = eglCreateContext(display, config, context1, contextAttributes); in TEST_P() local
3760 ASSERT_NE(context2, EGL_NO_CONTEXT); in TEST_P()
3761 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
3780 // Render to the texture in context2. in TEST_P()
3783 // Texture is still a valid name in context2. in TEST_P()
3805 eglDestroyContext(display, context2); in TEST_P()
H A DWebGLCompatibilityTest.cpp2508 // Create context2, sharing resources with context1. in TEST_P()
2509 auto context2 = eglCreateContext(display, config, context1, contextAttributes); in TEST_P() local
2510 ASSERT_NE(context2, EGL_NO_CONTEXT); in TEST_P()
2511 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
2530 // Render to the texture in context2. in TEST_P()
2533 // Texture is still a valid name in context2. in TEST_P()
2547 eglDestroyContext(display, context2); in TEST_P()
H A DStateChangeTest.cpp479 EGLContext context2 = eglCreateContext(display, config, EGL_NO_CONTEXT, contextAttributes); in TEST_P() local
480 ASSERT_NE(context2, EGL_NO_CONTEXT); in TEST_P()
481 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
504 eglMakeCurrent(display, surface, surface, context2); in TEST_P()
516 eglDestroyContext(display, context2); in TEST_P()
/third_party/libdrm/include/drm/
H A Dradeon_drm.h430 drm_radeon_context2_regs_t context2; member
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java5009 String context2[] = { in TestCharsetCallbacks()
5022 for (int i = 0; i < context2.length; i++) { in TestCharsetCallbacks()
5026 ((CharsetDecoderICU)decoder).setToUCallback(CoderResult.malformedForLength(1), CharsetCallback.TO_U_CALLBACK_ESCAPE, context2[i]); // This callback is valid. in TestCharsetCallbacks()

Completed in 42 milliseconds