Home
last modified time | relevance | path

Searched refs:env (Results 901 - 925 of 4971) sorted by relevance

1...<<31323334353637383940>>...199

/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_synonym_test.cpp70 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
72 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
207 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
209 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
337 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
369 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
371 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
439 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
462 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
464 const auto context = BuildModule(env, consume in TEST()
500 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
558 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
654 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
962 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1155 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1265 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1303 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1390 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]
H A Dtransformation_add_function_test.cpp40 spv_target_env env, const MessageConsumer& consumer, in GetInstructionsForFunction()
44 BuildModule(env, consumer, donor, kFuzzAssembleOption); in GetInstructionsForFunction()
148 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
150 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
293 ASSERT_TRUE(IsEqual(env, after_transformation1, context.get())); in TEST()
432 ASSERT_TRUE(IsEqual(env, after_transformation2, context.get())); in TEST()
499 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
501 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
580 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
642 const auto context1 = BuildModule(env, consume in TEST()
39 GetInstructionsForFunction( spv_target_env env, const MessageConsumer& consumer, const std::string& donor, uint32_t function_id) GetInstructionsForFunction() argument
835 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
994 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1187 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1632 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1736 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1882 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2039 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2194 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2341 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2453 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2618 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2810 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2959 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
H A Dfuzz_test_util.h33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
38 bool IsEqual(spv_target_env env, const std::string& expected_text,
43 bool IsEqual(spv_target_env env, const std::string& expected_text,
48 bool IsEqual(spv_target_env env, const opt::IRContext* ir_1,
53 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& binary_1,
58 std::string ToString(spv_target_env env, const opt::IRContext* ir);
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
H A Dtransformation_record_synonymous_constants_test.cpp86 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
88 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
195 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
197 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
287 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
289 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
393 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
395 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
530 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
532 const auto context = BuildModule(env, consume in TEST()
628 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
719 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
798 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
833 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
867 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp66 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
68 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
164 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
268 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
270 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
444 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
491 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
493 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
566 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
600 const auto env in TEST() local
648 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
731 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
814 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_synonym_test.cpp70 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
72 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
207 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
209 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
337 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
369 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
371 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
439 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
462 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
464 const auto context = BuildModule(env, consume in TEST()
500 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
558 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
654 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
962 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1155 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1265 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1303 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1390 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]
H A Dtransformation_add_function_test.cpp40 spv_target_env env, const MessageConsumer& consumer, in GetInstructionsForFunction()
44 BuildModule(env, consumer, donor, kFuzzAssembleOption); in GetInstructionsForFunction()
148 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
150 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
293 ASSERT_TRUE(IsEqual(env, after_transformation1, context.get())); in TEST()
432 ASSERT_TRUE(IsEqual(env, after_transformation2, context.get())); in TEST()
499 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
501 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
580 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
642 const auto context1 = BuildModule(env, consume in TEST()
39 GetInstructionsForFunction( spv_target_env env, const MessageConsumer& consumer, const std::string& donor, uint32_t function_id) GetInstructionsForFunction() argument
835 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
994 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1187 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1632 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1736 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1882 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2039 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2194 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2341 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2453 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2618 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2810 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2959 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
H A Dfuzz_test_util.h33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
38 bool IsEqual(spv_target_env env, const std::string& expected_text,
43 bool IsEqual(spv_target_env env, const std::string& expected_text,
48 bool IsEqual(spv_target_env env, const opt::IRContext* ir_1,
53 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& binary_1,
58 std::string ToString(spv_target_env env, const opt::IRContext* ir);
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
H A Dtransformation_record_synonymous_constants_test.cpp86 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
88 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
195 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
197 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
287 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
289 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
393 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
395 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
530 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
532 const auto context = BuildModule(env, consume in TEST()
628 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
719 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
798 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
833 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
867 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
H A Dtransformation_replace_branch_from_dead_block_with_exit_test.cpp66 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
68 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
164 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
268 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
270 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
444 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
491 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
493 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
566 ASSERT_TRUE(IsEqual(env, after_transformation, context.get())); in TEST()
600 const auto env in TEST() local
648 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
731 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
814 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_synonym_test.cpp70 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
72 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
207 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
209 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
337 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
369 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
371 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
439 ASSERT_TRUE(IsEqual(env, expected_shader, context.get())); in TEST()
462 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
464 const auto context = BuildModule(env, consume in TEST()
500 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
558 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
654 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
962 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1160 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1270 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1308 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
1395 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]
H A Dtransformation_add_function_test.cpp40 spv_target_env env, const MessageConsumer& consumer, in GetInstructionsForFunction()
44 BuildModule(env, consumer, donor, kFuzzAssembleOption); in GetInstructionsForFunction()
148 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
150 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
304 ASSERT_TRUE(IsEqual(env, after_transformation1, context.get())); in TEST()
443 ASSERT_TRUE(IsEqual(env, after_transformation2, context.get())); in TEST()
510 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
512 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
592 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
662 const auto context1 = BuildModule(env, consume in TEST()
39 GetInstructionsForFunction( spv_target_env env, const MessageConsumer& consumer, const std::string& donor, uint32_t function_id) GetInstructionsForFunction() argument
855 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1019 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1217 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1666 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1772 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
1920 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2077 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2232 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2379 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2491 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2656 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2848 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
2997 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
H A Dfuzz_test_util.h33 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& expected_binary,
38 bool IsEqual(spv_target_env env, const std::string& expected_text,
43 bool IsEqual(spv_target_env env, const std::string& expected_text,
48 bool IsEqual(spv_target_env env, const opt::IRContext* ir_1,
53 bool IsEqual(spv_target_env env, const std::vector<uint32_t>& binary_1,
58 std::string ToString(spv_target_env env, const opt::IRContext* ir);
62 std::string ToString(spv_target_env env, const std::vector<uint32_t>& binary);
H A Dtransformation_record_synonymous_constants_test.cpp86 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
88 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
195 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
197 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
287 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
289 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
393 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
395 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
530 const auto env = SPV_ENV_UNIVERSAL_1_4; in TEST() local
532 const auto context = BuildModule(env, consume in TEST()
628 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
719 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
798 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
833 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
867 const auto env = SPV_ENV_UNIVERSAL_1_4; TEST() local
[all...]
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp290 JSVMTEST_CALL(OH_JSVM_CompileWasmFunction(env, wasmModule, 0, JSVM_WASM_OPT_HIGH));
294 JSVMTEST_CALL(OH_JSVM_CreateWasmCache(env, wasmModule, &cacheData, &cacheSize));
299 [[maybe_unused]] static void RandomDeserialize(JSVM_Env env, const std::string &filename) argument
308 JSVMTEST_CALL(OH_JSVM_CompileWasmFunction(env, wasmModule, 0, JSVM_WASM_OPT_HIGH));
311 JSVMTEST_CALL(OH_JSVM_CreateWasmCache(env, wasmModule, &data, &length));
315 JSVMTEST_CALL(OH_JSVM_ReleaseCache(env, data, JSVM_CACHE_TYPE_WASM));
323 JSVMTEST_CALL(OH_JSVM_CompileWasmModule(env, buffer.data(), buffer.size(), cache.data(), cache.size(),
353 RandomDeserialize(env, filename);
363 JSVMTEST_CALL(OH_JSVM_CompileWasmFunction(env, wasmModule, 0, JSVM_WASM_OPT_BASELINE));
364 JSVMTEST_CALL(OH_JSVM_CompileWasmFunction(env, wasmModul
388 TestImportGlobal(JSVM_Env env, JSVM_Value exports) global() argument
413 TestImportFunc(JSVM_Env env, JSVM_Value exports) global() argument
424 TestImportMemory(JSVM_Env env, JSVM_Value exports) global() argument
450 TestImportTable(JSVM_Env env, JSVM_Value exports) global() argument
521 CompileWasmFunctions(JSVM_Env env, JSVM_Value wasmModule, const std::initializer_list<uint32_t> &funcIndexList, JSVM_WasmOptLevel optLevel) global() argument
530 TestCacheAndRelocInfoStep1(JSVM_Env env, const std::vector<uint8_t> &buffer, const uint8_t *&cacheData, size_t &cacheSize) global() argument
563 TestCacheAndRelocInfoStep2(JSVM_Env env, const std::vector<uint8_t> &buffer, const uint8_t *cacheData, size_t cacheSize, JSVM_Value exports) global() argument
648 FakeConsoleLog(JSVM_Env env, JSVM_CallbackInfo info) global() argument
658 InstallFakeConsoleLog(JSVM_Env env) global() argument
879 runCToWasm(JSVM_Env env, const std::string& filePath) global() argument
[all...]
/third_party/libsnd/tests/
H A Dgenerate.c60 float env = 0.0f ; in crappy_snare() local
62 for (k = offset ; k < len && env < gain ; k++) in crappy_snare()
63 { env += 0.03f ; in crappy_snare()
64 output [k] += env * rand_float () ; in crappy_snare()
68 for ( ; k < len && env > 1e-8 ; k++) in crappy_snare()
69 { env *= 0.995f ; in crappy_snare()
70 output [k] += env * rand_float () ; in crappy_snare()
/third_party/node/test/parallel/
H A Dtest-set-http-max-http-headers.js36 const env = Object.assign({}, process.env, {
46 env,
59 const env = Object.assign({}, process.env, {
68 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' });
80 const cp = spawn(process.execPath, args, { env, stdio: 'inherit' });
/third_party/rust/crates/libc/ci/
H A Drun-docker.sh1 #!/usr/bin/env sh
14 # If the CARGO_HOME env var is already set, use that. If it isn't set use the
42 --env LIBC_CI \
43 --env LIBC_CI_ZBUILD_STD \
44 --env CARGO_HOME=/cargo \
45 --env CARGO_TARGET_DIR=/checkout/target \
74 --env LIBC_CI \
75 --env CARGO_HOME=/cargo \
76 --env CARGO_TARGET_DIR=/checkout/target \
/third_party/skia/modules/androidkit/src/
H A DImage.cpp16 jlong Image_Create(JNIEnv* env, jobject, jbyteArray jdata) { in Image_Create() argument
17 auto size = env->GetArrayLength(jdata); in Image_Create()
18 auto* data = env->GetByteArrayElements(jdata, nullptr); in Image_Create()
21 env->ReleaseByteArrayElements(jdata, data, 0); in Image_Create()
62 int register_androidkit_Image(JNIEnv* env) { in register_androidkit_Image() argument
73 const auto clazz = env->FindClass("org/skia/androidkit/Image"); in register_androidkit_Image()
75 ? env->RegisterNatives(clazz, methods, SK_ARRAY_COUNT(methods)) in register_androidkit_Image()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dtests.rs9 use std::env;
29 if env::var_os("RUSTFMT").is_some() { in rustfmt()
59 let mut child = match env::var_os("RUSTFMT") { in rustfmt()
71 concat!(env!("CARGO_MANIFEST_DIR"), "/tests/rustfmt.toml"), in rustfmt()
120 if let Some(var) = env::var_os("BINDGEN_OVERWRITE_EXPECTED") { in should_overwrite_expected()
157 if let Some(var) = env::var_os("BINDGEN_TESTS_DIFFTOOL") { in error_diff_mismatch()
164 PathBuf::from(env::var("OUT_DIR").unwrap()).join(name); in error_diff_mismatch()
373 // Fool builder_from_flags() into believing it has real env::args_os... in create_bindgen_builder()
421 env::var_os("BINDGEN_DISABLE_ROUNDTRIP_TEST").is_none();
433 include!(concat!(env!("OUT_DI
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp65 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
67 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
129 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
131 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
204 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
206 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
284 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
286 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
330 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
332 const auto context = BuildModule(env, consume in TEST()
374 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
432 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
510 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
597 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
645 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp65 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
67 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
129 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
131 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
204 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
206 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
284 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
286 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
330 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
332 const auto context = BuildModule(env, consume in TEST()
374 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
432 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
510 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
597 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
645 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djsimd.c128 char *env = NULL; in init_simd() local
150 env = getenv("JSIMD_FORCENEON"); in init_simd()
151 if ((env != NULL) && (strcmp(env, "1") == 0)) in init_simd()
153 env = getenv("JSIMD_FORCENONE"); in init_simd()
154 if ((env != NULL) && (strcmp(env, "1") == 0)) in init_simd()
156 env = getenv("JSIMD_NOHUFFENC"); in init_simd()
157 if ((env != NULL) && (strcmp(env, " in init_simd()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Drestricted_trace_gold_tests.py1 #! /usr/bin/env vpython3
128 def run_wrapper(args, cmd, env, stdoutfile=None):
130 return xvfb.run_executable(cmd, env, stdoutfile=stdoutfile)
132 return test_env.run_command_with_output(cmd, env=env, stdoutfile=stdoutfile)
158 def get_skia_gold_keys(args, env):
204 if run_wrapper(args, sysinfo_args, env, tempfile_path):
335 def _run_tests(args, tests, extra_flags, env, screenshot_dir, results, test_results):
336 keys = get_skia_gold_keys(args, env)
379 batch_result = PASS if run_wrapper(args, cmd, env,
[all...]
/third_party/spirv-tools/test/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts_test.cpp65 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
67 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
129 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
131 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
204 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
206 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
284 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
286 const auto context = BuildModule(env, consumer, shader, kFuzzAssembleOption); in TEST()
330 const auto env = SPV_ENV_UNIVERSAL_1_3; in TEST() local
332 const auto context = BuildModule(env, consume in TEST()
374 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
432 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
510 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
597 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
645 const auto env = SPV_ENV_UNIVERSAL_1_3; TEST() local
[all...]

Completed in 23 milliseconds

1...<<31323334353637383940>>...199