OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startInfo
(Results
1 - 16
of
16
) sorted by null
/external/libvpx/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
);
/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
628
STARTUPINFO
startInfo
;
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
, &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
...]
/external/libvpx/libvpx/
webmenc.c
116
EbmlLoc
startInfo
;
147
Ebml_StartSubElement(ebml, &
startInfo
, Info);
153
Ebml_EndSubElement(ebml, &
startInfo
);
/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
/external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar
Completed in 354 milliseconds