OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Libs
(Results
1 - 9
of
9
) sorted by null
/hardware/qcom/gps/msm8960/utils/
Android.mk
7
##
Libs
/external/llvm/utils/
llvm-native-gxx
47
push (@
Libs
, $ARGV[$i]);
127
my $
Libs
= join (" ", @
Libs
);
128
run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $
Libs
";
/hardware/qcom/gps/utils/
Android.mk
9
##
Libs
/external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp
113
CCodecLib &lib =
Libs
.Back();
128
info.LibIndex =
Libs
.Size() - 1;
238
const NDLL::CLibrary &lib =
Libs
.Back().Lib;
260
item.LibIndex =
Libs
.Size() - 1;
355
Libs
.Add(CCodecLib());
356
CCodecLib &lib =
Libs
.Back();
392
Libs
.DeleteBack();
562
return
Libs
[ci.LibIndex].GetMethodProperty(ci.CodecIndex, propID, value);
577
return
Libs
[ci.LibIndex].CreateObject(&ci.Decoder, iid, (void **)coder);
593
return
Libs
[ci.LibIndex].CreateObject(&ci.Encoder, iid, (void **)coder);
[
all
...]
LoadCodecs.h
145
CObjectVector<CCodecLib>
Libs
;
159
return
Libs
[ai.LibIndex].CreateObject(&ai.ClassID, outHandler ? &IID_IOutArchive : &IID_IInArchive, (void **)archive);
/hardware/qcom/gps/loc_api/libloc_api_50001/
Android.mk
68
##
Libs
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Android.mk
68
##
Libs
/external/chromium_org/tools/gn/
variables.cc
594
" will use \"
libs
\" and \"lib_dirs\" instead.\n"
603
"
libs
and lib_dirs work differently than other flags in two respects.\n" \
626
const char kLibs[] = "
libs
";
628
"
libs
: [string list] Additional libraries to link.";
630
"
libs
: Additional libraries to link.\n"
653
"
libs
= [ \"ctl3d.lib\" ]\n"
655
"
libs
= [ \"ld\" ]\n";
[
all
...]
/external/llvm/tools/llvm-readobj/
ELFDumper.cpp
[
all
...]
Completed in 6514 milliseconds