HomeSort by relevance Sort by last modified time
    Searched refs:startInfo (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 30 EbmlLoc startInfo;
31 Ebml_StartSubElement(&ebml, &startInfo, Info);
34 Ebml_EndSubElement(&ebml, &startInfo);
WebMElement.h 15 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo,
WebMElement.c 107 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration) {
108 Ebml_StartSubElement(ebml, startInfo, Info);
113 Ebml_EndSubElement(ebml, startInfo);
  /external/clang/lib/Lex/
MacroInfo.cpp 53 startInfo = SM.getDecomposedExpansionLoc(macroStart);
56 assert(startInfo.first == endInfo.first &&
58 assert(startInfo.second <= endInfo.second);
59 DefinitionLength = endInfo.second - startInfo.second;
  /external/deqp/execserver/
xsWin32TestProcess.cpp 515 STARTUPINFO startInfo;
517 deMemset(&startInfo, 0, sizeof(startInfo));
535 startInfo.cb = sizeof(startInfo);
536 startInfo.hStdError = stdErrWrite;
537 startInfo.hStdOutput = stdOutWrite;
538 startInfo.hStdInput = stdInRead;
539 startInfo.dwFlags |= STARTF_USESTDHANDLES;
541 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &m_procInfo)
    [all...]
  /external/deqp/framework/delibs/deutil/
deProcess.c 631 STARTUPINFO startInfo;
653 deMemset(&startInfo, 0, sizeof(startInfo));
696 startInfo.cb = sizeof(startInfo);
697 startInfo.hStdError = stdErrWrite;
698 startInfo.hStdOutput = stdOutWrite;
699 startInfo.hStdInput = stdInRead;
700 startInfo.dwFlags |= STARTF_USESTDHANDLES;
702 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo, &process->procInfo)
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 423 STARTUPINFO startInfo;
526 GetStartupInfo(&startInfo);
527 startInfo.dwFlags = STARTF_USESTDHANDLES;
528 startInfo.lpReserved = 0;
529 startInfo.cbReserved2 = 0;
530 startInfo.lpReserved2 = 0;
531 startInfo.lpTitle = shell_name ? shell_name : exec_path;
532 startInfo.hStdInput = (HANDLE)pproc->sv_stdin[1];
533 startInfo.hStdOutput = (HANDLE)pproc->sv_stdout[1];
534 startInfo.hStdError = (HANDLE)pproc->sv_stderr[1]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 116 EbmlLoc startInfo;
147 Ebml_StartSubElement(ebml, &startInfo, Info);
153 Ebml_EndSubElement(ebml, &startInfo);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 

Completed in 1023 milliseconds