OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ppfile
(Results
26 - 31
of
31
) sorted by null
1
2
/prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/bin/
scan-build
842
my $
ppfile
= <ATTR>;
843
chomp $
ppfile
;
845
next if (! -e "$Dir/failures/$
ppfile
");
847
open (INFO, "$Dir/failures/$
ppfile
.info.txt") or
848
die "Cannot open $Dir/failures/$
ppfile
.info.txt\n";
855
print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$
ppfile
\">$
ppfile
</a></td><td><a href=\"failures/$
ppfile
.stderr.txt\">$
ppfile
.stderr.txt</a></td></tr>\n";
856
my $ppfile_clang = $
ppfile
;
[
all
...]
/prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build
817
my $
ppfile
= <ATTR>;
818
chomp $
ppfile
;
820
next if (! -e "$Dir/failures/$
ppfile
");
822
open (INFO, "$Dir/failures/$
ppfile
.info.txt") or
823
die "Cannot open $Dir/failures/$
ppfile
.info.txt\n";
830
print OUT "<tr><td>$attribute</td><td>$srcfile</td><td><a href=\"failures/$
ppfile
\">$
ppfile
</a></td><td><a href=\"failures/$
ppfile
.stderr.txt\">$
ppfile
.stderr.txt</a></td></tr>\n";
831
my $ppfile_clang = $
ppfile
;
[
all
...]
/hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.c
476
S_RESULT static_readFile(const char* pFilename, void**
ppFile
, uint32_t* pnFileLength)
523
*
ppFile
= pBuff;
532
*
ppFile
= NULL;
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.c
425
S_RESULT static_readFile(const char* pFilename, void**
ppFile
, uint32_t* pnFileLength)
472
*
ppFile
= pBuff;
481
*
ppFile
= NULL;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vfw.h
[
all
...]
mfapi.h
404
HRESULT WINAPI MFEndCreateFile(IMFAsyncResult *pResult,IMFByteStream **
ppFile
);
[
all
...]
Completed in 970 milliseconds
1
2