/aosp_15_r20/hardware/google/gfxstream/guest/qemupipe/ |
D | qemu_pipe_guest.cpp | 109 int open_verbose(const char *pipeName, const int flags) { in open_verbose() argument 114 if (!is_graphics_pipe(pipeName)) { in open_verbose() 144 int qemu_pipe_open_ns(const char* ns, const char* pipeName, int flags) { in qemu_pipe_open_ns() argument 145 if (pipeName == NULL || pipeName[0] == '\0') { in qemu_pipe_open_ns() 150 const int fd = open_verbose(pipeName, flags); in qemu_pipe_open_ns() 158 bufLen = snprintf(buf, sizeof(buf), "pipe:%s:%s", ns, pipeName); in qemu_pipe_open_ns() 160 bufLen = snprintf(buf, sizeof(buf), "pipe:%s", pipeName); in qemu_pipe_open_ns() 174 int qemu_pipe_open(const char* pipeName) { in qemu_pipe_open() argument 175 return qemu_pipe_open_ns(NULL, pipeName, O_RDWR | O_NONBLOCK); in qemu_pipe_open()
|
/aosp_15_r20/hardware/google/aemu/host-common/ |
D | AndroidPipe.cpp | 195 char* pipeName; in onGuestSend() local 205 pipeName = mBuffer + 5; in onGuestSend() 206 pipeArgs = strchr(pipeName, ':'); in onGuestSend() 223 if (!::strncmp(pipeName, kQemudPrefix, kQemudPrefixSize)) { in onGuestSend() 224 assert(pipeArgs == pipeName + kQemudPrefixSize - 1); in onGuestSend() 229 svc = findServiceByName(pipeName); in onGuestSend() 245 svc = findServiceByName(pipeName); in onGuestSend() 249 D("%s: Unknown server with name %s!", __FUNCTION__, pipeName); in onGuestSend() 255 D("%s: Initialization failed for %s pipe!", __FUNCTION__, pipeName); in onGuestSend() 264 pipeName); in onGuestSend()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSeparateShaderTests.cpp | 1328 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineRendering() local 1340 glBindProgramPipeline(pipeName); in testPipelineRendering() 1341 log() << TestLog::Message << "// Bind pipeline " << pipeName << TestLog::EndMessage; in testPipelineRendering() 1359 GLuint pipeName = pipeline.pipeline->getPipeline(); in testCurrentProgPriority() local 1366 LOG_CALL(glBindProgramPipeline(pipeName)); in testCurrentProgPriority() 1375 LOG_CALL(glBindProgramPipeline(pipeName)); in testCurrentProgPriority() 1449 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineQueryPrograms() local 1453 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_VERTEX_SHADER, &queryVtx))); in testPipelineQueryPrograms() 1457 LOG_CALL(GLU_CHECK_CALL(glGetProgramPipelineiv(pipeName, GL_FRAGMENT_SHADER, &queryFrg))); in testPipelineQueryPrograms() 1466 GLuint pipeName = pipeline.pipeline->getPipeline(); in testPipelineQueryActive() local [all …]
|
/aosp_15_r20/external/deqp/execserver/ |
H A D | xsWin32TestProcess.cpp | 441 char pipeName[128]; in createPipeWithOverlappedIO() local 447 …deSprintf(pipeName, sizeof(pipeName), "\\\\.\\Pipe\\dEQP-ExecServer-%08x-%08x-%08x", GetCurrentPro… in createPipeWithOverlappedIO() 450 readHandle = CreateNamedPipe(pipeName, /* Pipe name. */ in createPipeWithOverlappedIO() 462 writeHandle = CreateFile(pipeName, GENERIC_WRITE, /* Access mode. */ in createPipeWithOverlappedIO()
|
/aosp_15_r20/hardware/google/gfxstream/guest/qemupipe/include/ |
D | qemu_pipe_bp.h | 24 QEMU_PIPE_HANDLE qemu_pipe_open_ns(const char* ns, const char* pipeName, int flags); 25 QEMU_PIPE_HANDLE qemu_pipe_open(const char* pipeName);
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glxext.h | 837 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 842 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 850 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 856 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/GL/ |
D | glxext.h | 837 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 842 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 850 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 856 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/ |
D | glxext.h | 735 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 739 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 745 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 750 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
|
/aosp_15_r20/external/angle/include/GLX/ |
H A D | glxext.h | 763 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 767 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 773 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 778 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
|
/aosp_15_r20/external/mesa3d/include/GL/ |
H A D | glxext.h | 763 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 767 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 773 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member 778 char pipeName[80]; /* Should be [GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX] */ member
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
H A D | glxew.h | 1274 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 1278 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 1285 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member 1291 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member
|
/aosp_15_r20/tools/deviceinfra/prebuilts/ |
D | ats_console_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
D | ats_olc_server_local_mode_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
D | ats_olc_server_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/31.7.0-alpha07/ |
HD | kotlin-compiler-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/jps-common ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/ |
HD | kotlin-compiler-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/jps-common ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/ |
D | metalava-gradle-plugin-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/AL2.0
META ... |