Searched refs:gethandle (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/PC/ |
D | _subprocess.c | 307 gethandle(PyObject* obj, char* name) in gethandle() function 464 si.hStdInput = gethandle(startup_info, "hStdInput"); in sp_CreateProcess() 465 si.hStdOutput = gethandle(startup_info, "hStdOutput"); in sp_CreateProcess() 466 si.hStdError = gethandle(startup_info, "hStdError"); in sp_CreateProcess()
|
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 78 #define gethandle() \ macro 222 gethandle(); in TJCompressor_compress() 326 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 401 gethandle(); in TJCompressor_encodeYUV() 502 gethandle(); in TJCompressor_encodeYUV_12() 562 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy() 629 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() 667 gethandle(); in TJDecompressor_decompress() 760 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 841 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() [all …]
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 210 gethandle(JNIEnv *env, jobject obj) in gethandle() function 775 handle *h = gethandle(env, obj); in doclose() 894 handle *h = gethandle(env, obj); in Java_SQLite_Database__1busy_1timeout() 934 handle *h = gethandle(env, obj); in Java_SQLite_Database_dbversion() 957 handle *h = gethandle(env, obj); in Java_SQLite_Database__1last_1insert_1rowid() 982 handle *h = gethandle(env, obj); in Java_SQLite_Database__1changes() 1029 handle *h = gethandle(env, obj); in Java_SQLite_Database__1interrupt() 1055 handle *h = gethandle(env, obj); in Java_SQLite_Database__1open4() 1274 handle *h = gethandle(env, obj); in Java_SQLite_Database__1open_1aux_1file() 1323 handle *h = gethandle(env, obj); in Java_SQLite_Database__1busy_1handler() [all …]
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 691 gethandle(PyObject* obj, const char* name) in gethandle() function 1021 si.StartupInfo.hStdInput = gethandle(startup_info, "hStdInput"); in _winapi_CreateProcess_impl() 1022 si.StartupInfo.hStdOutput = gethandle(startup_info, "hStdOutput"); in _winapi_CreateProcess_impl() 1023 si.StartupInfo.hStdError = gethandle(startup_info, "hStdError"); in _winapi_CreateProcess_impl()
|