HomeSort by relevance Sort by last modified time
    Searched full:getcommandline (Results 1 - 25 of 274) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/libbrillo/brillo/
process_information.cc 14 std::string ProcessInformation::GetCommandLine() {
process_information.h 23 std::string GetCommandLine();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
processenv.h 55 #define GetCommandLine __MINGW_NAME_AW(GetCommandLine)
  /external/deqp/external/openglcts/modules/common/
glcContext.cpp 56 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine());
58 if (m_testCtx.getCommandLine().getRunMode() != tcu::RUNMODE_EXECUTE)
65 m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), renderCfg);
  /external/deqp/modules/gles31/
tes31Context.cpp 42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE)
66 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3, 2));
70 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3, 1));
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 73 return getCommandLine().hasOption<opt::GLMajorVersion>();
78 return getCommandLine().hasOption<opt::GLMinorVersion>();
84 return getCommandLine().getOption<opt::GLMajorVersion>();
90 return getCommandLine().getOption<opt::GLMinorVersion>();
  /frameworks/base/tools/bit/
command.h 38 string GetCommandline() const;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemContext.cpp 38 , m_phyDevice (vk::chooseDevice(m_vki, *m_instance, m_context.getTestContext().getCommandLine()))
57 , m_phyDevice (vk::chooseDevice(m_vki, *m_instance, m_context.getTestContext().getCommandLine()))
  /external/deqp/modules/gles3/
tes3Context.cpp 44 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3,0));
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp 723 const vk::VkPhysicalDevice device (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
772 const vk::VkPhysicalDevice physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
843 const vk::VkPhysicalDevice physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
890 const vk::VkPhysicalDevice physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
936 const vk::VkPhysicalDevice physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
970 const vk::VkPhysicalDevice physicalDevice (vk::chooseDevice(vki, *instance, context.getTestContext().getCommandLine()));
    [all...]
vktApiDeviceInitializationTests.cpp 391 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
436 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
522 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
592 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
684 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance.get(), context.getTestContext().getCommandLine());
746 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance.get(), context.getTestContext().getCommandLine());
    [all...]
  /external/deqp/framework/common/
tcuApp.cpp 53 de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive()));
160 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE);
188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode();
tcuTestHierarchyUtil.cpp 128 de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive()));
186 de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive()));
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 121 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
142 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
179 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
teglTestCase.cpp 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine())
teglQuerySurfaceTests.cpp 309 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
317 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
340 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
582 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
590 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), display, config, DE_NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
611 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
teglRenderCase.cpp 132 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine());
136 const eglu::WindowParams params (width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine()));
157 const eglu::NativePixmapFactory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine());
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
TestInvocationMultiTest.java 156 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty");
215 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty");
293 EasyMock.expect(mMockConfig.getCommandLine()).andStubReturn("empty");
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.hpp 67 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine();
  /external/deqp/modules/gles2/
tes2Context.cpp 47 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(2,0));
  /external/mesa3d/src/gallium/auxiliary/os/
os_process.c 128 const char *args = GetCommandLine();
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 73 const char* getCommandLine (void) const { return m_cmdLine.c_str(); }
335 m_cmdLine = new tcu::CommandLine(m_state.getCommandLine());
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
TradefedSandbox.java 143 QuotationAwareTokenizer.tokenizeLine(config.getCommandLine()));
236 String[] args = QuotationAwareTokenizer.tokenizeLine(config.getCommandLine());
  /tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
TradefedSandboxTest.java 178 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1");
190 EasyMock.expect(mMockConfig.getCommandLine()).andReturn("empty --arg 1").times(2);
  /tools/loganalysis/tests/src/com/android/loganalysis/parser/
BugreportParserTest.java 230 assertTrue(bugreport.getCommandLine().isEmpty());
234 assertEquals(1, bugreport.getCommandLine().size());
235 assertEquals("value", bugreport.getCommandLine().get("key"));
239 assertEquals(2, bugreport.getCommandLine().size());
240 assertEquals("value1", bugreport.getCommandLine().get("key1"));
241 assertEquals("value2", bugreport.getCommandLine().get("key2"));
246 assertEquals(2, bugreport.getCommandLine().size());
247 assertEquals("value=withequals", bugreport.getCommandLine().get("key1"));
248 assertEquals("", bugreport.getCommandLine().get("key2"));
252 assertEquals(3, bugreport.getCommandLine().size())
    [all...]

Completed in 497 milliseconds

1 2 3 4 5 6 7 8 91011