Home
last modified time | relevance | path

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

/external/rust/crates/clang-sys/tests/
Dbuild.rs189 let _env = Env::new("linux", "64") in test_linux_directory_preference() localVariable
203 let _env = Env::new("linux", "64") in test_linux_version_preference() localVariable
218 let _env = Env::new("linux", "64") in test_linux_directory_and_version_preference() localVariable
236 let _env = Env::new("windows", "64") in test_windows_bin_sibling() localVariable
251 let _env = Env::new("windows", "64") in test_windows_mingw_gnu() localVariable
269 let _env = Env::new("windows", "64") in test_windows_mingw_msvc() 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/rust/crates/jni/0.20.0/benches/
Dapi_calls.rs358 let _env = VM.attach_current_thread().unwrap(); in native_rc() localVariable
/external/python/cpython3/Doc/tools/extensions/
Dpyspecific.py682 def patch_pairindextypes(app, _env) -> None: argument
/external/rust/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/crates/grpcio/src/
Dchannel.rs591 _env: Arc<Environment>, field