Home
last modified time | relevance | path

Searched defs:_env (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/clang-sys/tests/
Dbuild.rs246 let _env = Env::new("linux", Arch::X86_64, "64") in test_linux_directory_preference() localVariable
258 let _env = Env::new("linux", Arch::X86_64, "64") in test_linux_version_preference() localVariable
271 let _env = Env::new("linux", Arch::X86_64, "64") in test_linux_directory_and_version_preference() localVariable
287 let _env = Env::new("windows", Arch::X86_64, "64") in test_windows_bin_sibling() localVariable
300 let _env = Env::new("windows", Arch::X86_64, "64") in test_windows_mingw_gnu() localVariable
316 let _env = Env::new("windows", Arch::X86_64, "64") in test_windows_mingw_msvc() localVariable
332 let _env = Env::new("windows", Arch::X86_64, "64") in test_windows_arm64_on_x86_64() localVariable
346 let _env = Env::new("windows", Arch::ARM64, "64") in test_windows_x86_64_on_arm64() localVariable
/external/neven/
DFaceDetector_jni.cpp95 (JNIEnv *_env, jclass _this) in nativeClassInit()
118 initialize(JNIEnv *_env, jobject _this, in initialize()
180 destroy(JNIEnv *_env, jobject _this) in destroy()
194 detect(JNIEnv *_env, jobject _this, in detect()
249 get_face(JNIEnv *_env, jobject _this, in get_face()
281 int register_android_media_FaceDetector(JNIEnv *_env) in register_android_media_FaceDetector()
/external/autotest/client/site_tests/graphics_parallel_dEQP/
Dgraphics_parallel_dEQP.py34 _env = None # environment for test processes variable in graphics_parallel_dEQP
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/core/
Denvironment.hpp282 struct _env struct
286 struct impl
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/
Denv.hpp470 struct _env struct
474 struct impl
/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/unit/
D_simple_stubs_test.py63 def _env(key: str, value: str): function
/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py453 _env = TestEnvironment() variable
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py392 def patch_pairindextypes(app, _env) -> None: argument
/external/rust/android-crates-io/extra_versions/crates/jni/benches/
Dapi_calls.rs358 let _env = VM.attach_current_thread().unwrap(); in native_rc() localVariable
/external/rust/android-crates-io/crates/jni/benches/
Dapi_calls.rs428 let _env = VM.attach_current_thread().unwrap(); in native_rc() localVariable
/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denvironment.hpp82 environment_t * _env; member
/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs591 _env: Arc<Environment>, field