HomeSort by: relevance | last modified time | path
    Searched defs:get_sources (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 91 =item B<get_sources> I<LIST>
103 sub get_sources { subroutine
112 my %parts = ( %{$self->get_sources(@sources)},
113 %{$self->get_sources(@staticlibs)} );
118 my %generator_parts = %{$self->get_sources(@generator)};
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Config/
Query.pm 91 =item B<get_sources> I<LIST>
103 sub get_sources { subroutine
112 my %parts = ( %{$self->get_sources(@sources)},
113 %{$self->get_sources(@staticlibs)} );
118 my %generator_parts = %{$self->get_sources(@generator)};
  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
sync_source_lists_from_cmake.py 93 def get_sources(source_re, text): function in function:sync_source_lists.find_gitrev
95 gn_cpp = get_sources(gn_cpp_re, open(gn_file).read())
96 gn_cpp |= get_sources(gn_cpp_re2, open(gn_file).read())
97 cmake_cpp = get_sources(cmake_cpp_re, open(cmake_file).read())
  /src/external/gpl3/binutils/dist/gprofng/src/
Function.cc 793 Function::get_sources () function in class:Function
DbeSession.cc 660 DbeSession::get_sources () function in class:DbeSession
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Function.cc 793 Function::get_sources () function in class:Function
DbeSession.cc 660 DbeSession::get_sources () function in class:DbeSession

Completed in 32 milliseconds