/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_swap_commutable_operands_test.cpp | 112 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 114 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 337 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 339 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 451 ASSERT_TRUE(IsEqual(env, variantShader, context.get())); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/reduce/ |
H A D | remove_unused_instruction_test.cpp | 435 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 438 BuildModule(env, consumer, shader, kReduceAssembleOption); in TEST() 487 CheckEqual(env, expected_1, context.get()); in TEST() 530 CheckEqual(env, expected_2, context.get()); in TEST() 558 CheckEqual(env, expected_3, context.get()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_constants_test.cpp | 65 spv_target_env env; member 74 const auto env = GetParam().env; in TEST_P() local 75 CompileSuccessfully(GetParam().assembly, env); in TEST_P() 76 const auto result = ValidateInstructions(env); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_function_call_test.cpp | 134 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 136 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 434 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST() 457 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local 459 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
|
H A D | transformation_make_vector_operation_dynamic_test.cpp | 92 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 95 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 203 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 206 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 359 ASSERT_TRUE(IsEqual(env, variant_shader, context.get())); in TEST()
|
H A D | transformation_swap_commutable_operands_test.cpp | 112 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 114 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 337 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 339 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 451 ASSERT_TRUE(IsEqual(env, variantShader, context.get())); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | remove_unused_instruction_test.cpp | 435 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 438 BuildModule(env, consumer, shader, kReduceAssembleOption); in TEST() 487 CheckEqual(env, expected_1, context.get()); in TEST() 530 CheckEqual(env, expected_2, context.get()); in TEST() 558 CheckEqual(env, expected_3, context.get()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_constants_test.cpp | 65 spv_target_env env; member 74 const auto env = GetParam().env; in TEST_P() local 75 CompileSuccessfully(GetParam().assembly, env); in TEST_P() 76 const auto result = ValidateInstructions(env); in TEST_P()
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_make_vector_operation_dynamic_test.cpp | 92 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 95 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 203 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 206 BuildModule(env, consumer, reference_shader, kFuzzAssembleOption); in TEST() 359 ASSERT_TRUE(IsEqual(env, variant_shader, context.get())); in TEST()
|
H A D | transformation_toggle_access_chain_instruction_test.cpp | 112 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 114 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 312 const auto env = SPV_ENV_UNIVERSAL_1_5; in TEST() local 314 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST() 435 ASSERT_TRUE(IsEqual(env, variantShader, context.get())); in TEST()
|
/third_party/spirv-tools/test/reduce/ |
H A D | remove_unused_instruction_test.cpp | 435 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local 438 BuildModule(env, consumer, shader, kReduceAssembleOption); in TEST() 487 CheckEqual(env, expected_1, context.get()); in TEST() 530 CheckEqual(env, expected_2, context.get()); in TEST() 558 CheckEqual(env, expected_3, context.get()); in TEST()
|
/third_party/spirv-tools/test/val/ |
H A D | val_constants_test.cpp | 65 spv_target_env env; member 74 const auto env = GetParam().env; in TEST_P() local 75 CompileSuccessfully(GetParam().assembly, env); in TEST_P() 76 const auto result = ValidateInstructions(env); in TEST_P()
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/ |
H A D | sample_xcomponent.h | 39 static napi_value NapiRegister(napi_env env, napi_callback_info info); 40 static napi_value NapiUnregister(napi_env env, napi_callback_info info); 53 void Export(napi_env env, napi_value exports);
|
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/ |
H A D | common_utils.cpp | 33 const char *CommonUtils::GetStringArgument(napi_env env, napi_value value) in GetStringArgument() argument 37 napi_status status = napi_get_value_string_utf8(env, value, nullptr, 0, &bufferLength); in GetStringArgument() 45 status = napi_get_value_string_utf8(env, value, buffer, bufferLength + 1, &bufferLength); in GetStringArgument()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.h | 39 static napi_value NapiDrawPattern(napi_env env, napi_callback_info info); 40 static napi_value NapiDrawText(napi_env env, napi_callback_info info); 52 void Export(napi_env env, napi_value exports);
|
/device/soc/rockchip/rk2206/tools/package/ |
H A D | mkimage.sh | 16 BOARD=$(hb env | grep "board:" | awk -F' ' '{print $4}') 17 PRODUCT=$(hb env | grep "product:" | awk -F' ' '{print $4}') 18 ROOT_DIR=$(hb env | grep "root path" | awk -F' ' '{print $5}')
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.h | 20 struct env { struct 53 extern struct env env;
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | unwind-libunwind.c | 8 #include "env.h" 38 /* env->arch is NULL for live-mode (i.e. perf top) */ in unwind__prepare_access() 39 if (!maps->machine->env || !maps->machine->env->arch) in unwind__prepare_access() 46 arch = perf_env__arch(maps->machine->env); in unwind__prepare_access()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | header.c | 95 int tui__header_window(struct perf_env *env) in tui__header_window() argument 104 session = container_of(env, struct perf_session, header.env); in tui__header_window()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | header.c | 95 int tui__header_window(struct perf_env *env) in tui__header_window() argument 104 session = container_of(env, struct perf_session, header.env); in tui__header_window()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bench.h | 20 struct env { struct 66 extern struct env env;
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | unwind-libunwind.c | 8 #include "env.h" 40 /* env->arch is NULL for live-mode (i.e. perf top) */ in unwind__prepare_access() 41 if (!machine->env || !machine->env->arch) in unwind__prepare_access() 48 arch = perf_env__arch(machine->env); in unwind__prepare_access()
|
/third_party/gn/infra/recipe_modules/windows_sdk/ |
H A D | api.py | 67 env = {} 73 # "env": { 85 'env': { 90 data = step_result.json.output.get('env') 100 env[key] = ';'.join(results) 102 return {'env': env, 'env_prefixes': env_prefixes}
|
/third_party/libunwind/libunwind/src/setjmp/ |
H A D | siglongjmp.c | 56 static void siglongjmp (sigjmp_buf env, int val) UNUSED; 61 siglongjmp (sigjmp_buf env, int val) in siglongjmp() argument 63 unw_word_t *wp = (unw_word_t *) env; in siglongjmp()
|
/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-setjmp.c | 46 static sigjmp_buf env; variable 70 siglongjmp (env, 1); in sighandler() 105 if (sigsetjmp (env, 1)) in doit()
|