HomeSort by relevance Sort by last modified time
    Searched full:pinputfile (Results 1 - 11 of 11) sorted by null

  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 160 const_mapping find(const std::string& pInputFile,
162 mapping find(const std::string& pInputFile, const std::string& pInputSection);
199 const std::string& pInputFile,
ObjectBuilder.h 65 LDSection* MergeSection(const Input& pInputFile, LDSection& pInputSection);
  /frameworks/compile/mclinker/lib/Object/
SectionMap.cpp 173 const std::string& pInputFile,
179 if (matched(**in, pInputFile, pInputSection))
186 SectionMap::mapping SectionMap::find(const std::string& pInputFile,
192 if (matched(**in, pInputFile, pInputSection))
297 const std::string& pInputFile,
299 if (pInput.spec().hasFile() && !matched(pInput.spec().file(), pInputFile))
306 if (matched(llvm::cast<WildcardPattern>(**file), pInputFile)) {
ObjectBuilder.cpp 55 LDSection* ObjectBuilder::MergeSection(const Input& pInputFile,
58 pInputFile.path().native(), pInputSection.name());
86 eh_frame->merge(pInputFile, *pInputSection.getEhFrame());
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 202 FILE *pInputfile;
223 FILE *pInputfile;
602 OMX_SAMPLE_BUFFER_SIZE, pContext->pInputfile);
616 pBufHeader->nAllocLen, pContext->pInputfile);
1015 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1016 if (NULL == pContext->pInputfile)
1135 fclose(pContext->pInputfile);
1163 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1164 if (NULL == pContext->pInputfile)
1184 ch1 = fgetc(pContext->pInputfile);
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 202 FILE *pInputfile;
223 FILE *pInputfile;
602 OMX_SAMPLE_BUFFER_SIZE, pContext->pInputfile);
616 pBufHeader->nAllocLen, pContext->pInputfile);
1015 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1016 if (NULL == pContext->pInputfile)
1135 fclose(pContext->pInputfile);
1163 pContext->pInputfile = fopen(INPUT_FILE, "rb");
1164 if (NULL == pContext->pInputfile)
1184 ch1 = fgetc(pContext->pInputfile);
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 29 Archive::Archive(Input& pInputFile, InputBuilder& pBuilder)
30 : m_ArchiveFile(pInputFile),
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 111 Archive(Input& pInputFile, InputBuilder& pBuilder);
  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 126 const Input& pInputFile,
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 693 const Input& pInputFile,
707 builder.MergeSection(pInputFile, pInputSection);
    [all...]
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 

Completed in 490 milliseconds