Searched defs:pipe (Results 1 - 25 of 138) sorted by relevance

123456

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dplatform.py373 Writing to the pipe is currently not supported.
377 pipe = None variable in class:_popen
388 self.pipe = open(tmpfile,'rb')
394 return self.pipe.read()
399 return self.pipe.readlines()
405 if self.pipe:
406 rc = self.pipe.close()
502 pipe = popen(cmd)
503 info = pipe.read()
504 if pipe
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/
H A Dvktestbinding.cpp603 VkPipeline pipe; local
611 err = vkCreateGraphicsPipelines(dev.handle(), cache, 1, &info, NULL, &pipe);
613 NonDispHandle::init(dev.handle(), pipe);
H A Dlayer_validation_tests.cpp1151 VkPipelineObj pipe(&test_device);
1152 pipe.AddShader(&vs);
1153 pipe.AddShader(&fs);
1154 pipe.AddColorAttachment();
1157 pipe.SetRasterization(&rs_ci);
1158 pipe.CreateVKPipeline(pipeline_layout, render_pass.handle());
1166 VkPipelineObj pipe(&test_device);
1167 pipe.AddShader(&vs);
1168 pipe.AddShader(&fs);
1169 pipe
13152 VkPipeline pipe; local
13199 VkPipeline pipe; local
18646 VkPipeline pipe; local
18698 VkPipeline pipe; local
18753 VkPipeline pipe; local
18808 VkPipeline pipe; local
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
H A Dvktestbinding.cpp603 VkPipeline pipe; local
611 err = vkCreateGraphicsPipelines(dev.handle(), cache, 1, &info, NULL, &pipe);
613 NonDispHandle::init(dev.handle(), pipe);
H A Dlayer_validation_tests.cpp1151 VkPipelineObj pipe(&test_device);
1152 pipe.AddShader(&vs);
1153 pipe.AddShader(&fs);
1154 pipe.AddColorAttachment();
1157 pipe.SetRasterization(&rs_ci);
1158 pipe.CreateVKPipeline(pipeline_layout, render_pass.handle());
1166 VkPipelineObj pipe(&test_device);
1167 pipe.AddShader(&vs);
1168 pipe.AddShader(&fs);
1169 pipe
13152 VkPipeline pipe; local
13199 VkPipeline pipe; local
18646 VkPipeline pipe; local
18698 VkPipeline pipe; local
18753 VkPipeline pipe; local
18808 VkPipeline pipe; local
[all...]
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
H A Dsaxon-9.1.0.8-dom.jar ... receiver net.sf.saxon.event.PipelineConfiguration pipe public net.sf.saxon.om.NodeInfo ...
H A Dsaxon-9.1.0.8.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/saxon/ net/sf/saxon/AugmentedSource ...
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
H A Di915_drm.h339 int pipe; member in struct:drm_i915_vblank_pipe
752 /** pipe of requested CRTC **/
753 __u32 pipe; member in struct:drm_i915_get_pipe_from_crtc_id
/prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
H A DSaxon-HE-9.8.0-5.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/
H A Djdeferred-core-1.2.2.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/org. ...
/prebuilts/tools/common/m2/repository/org/jdeferred/jdeferred-core/1.2.3/
H A Djdeferred-core-1.2.3.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/org. ...
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2968 static VkSampleCountFlagBits getNumSamples(PIPELINE_STATE const *pipe) { argument
2969 if (pipe->graphicsPipelineCI.pMultisampleState != NULL &&
2970 VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO == pipe->graphicsPipelineCI.pMultisampleState->sType) {
2971 return pipe->graphicsPipelineCI.pMultisampleState->rasterizationSamples;
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp2968 static VkSampleCountFlagBits getNumSamples(PIPELINE_STATE const *pipe) { argument
2969 if (pipe->graphicsPipelineCI.pMultisampleState != NULL &&
2970 VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO == pipe->graphicsPipelineCI.pMultisampleState->sType) {
2971 return pipe->graphicsPipelineCI.pMultisampleState->rasterizationSamples;
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
H A Djarjar-1.3.jar ... .0_r3/s?defs= " () public static void pipe (java.io.InputStream, java.io.OutputStream ...
/prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
H A Djarjar-1.2.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/api/ ...
/prebuilts/jdk/jdk8/darwin-x86/lib/
H A Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt.jar/com/oracle/net/ ...
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/prebuilts/jdk/jdk8/linux-x86/lib/
H A Dct.symMETA-INF/ META-INF/MANIFEST.MF META-INF/sym/rt.jar/com/oracle/net/ ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.4/
H A Djarjar-1.4.jar ... .0_r3/s?defs= " () public static void pipe (java.io.InputStream, java.io.OutputStream ...
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
H A Djaxen-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...

Completed in 2428 milliseconds

123456