Searched refs:startInfo (Results 1 - 10 of 10) sorted by relevance

/external/libvpx/libvpx/third_party/libmkv/
H A Dtestlibmkv.c30 EbmlLoc startInfo; local
31 Ebml_StartSubElement(&ebml, &startInfo, Info);
34 Ebml_EndSubElement(&ebml, &startInfo);
H A DWebMElement.h15 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo,
H A DWebMElement.c107 void writeSegmentInformation(EbmlGlobal *ebml, EbmlLoc *startInfo, unsigned long timeCodeScale, double duration) { argument
108 Ebml_StartSubElement(ebml, startInfo, Info);
113 Ebml_EndSubElement(ebml, startInfo);
/external/clang/lib/Lex/
H A DMacroInfo.cpp53 startInfo = SM.getDecomposedExpansionLoc(macroStart); local
56 assert(startInfo.first == endInfo.first &&
58 assert(startInfo.second <= endInfo.second);
59 DefinitionLength = endInfo.second - startInfo.second;
/external/deqp/execserver/
H A DxsWin32TestProcess.cpp515 STARTUPINFO startInfo; local
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,
[all...]
/external/deqp/framework/delibs/deutil/
H A DdeProcess.c628 STARTUPINFO startInfo; local
650 deMemset(&startInfo, 0, sizeof(startInfo));
693 startInfo.cb = sizeof(startInfo);
694 startInfo.hStdError = stdErrWrite;
695 startInfo.hStdOutput = stdOutWrite;
696 startInfo.hStdInput = stdInRead;
697 startInfo.dwFlags |= STARTF_USESTDHANDLES;
699 if (!CreateProcess(DE_NULL, (LPTSTR)commandLine, DE_NULL, DE_NULL, TRUE /* inherit handles */, 0, DE_NULL, workingDirectory, &startInfo,
[all...]
/external/libvpx/libvpx/
H A Dwebmenc.c116 EbmlLoc startInfo; local
147 Ebml_StartSubElement(ebml, &startInfo, Info);
153 Ebml_EndSubElement(ebml, &startInfo);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1056 milliseconds