Searched refs:Source (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/include/bcc/
H A DScript.h2 * Copyright 2010-2012, The Android Open Source Project
22 class Source;
28 Source *mSource;
36 Script(Source &pSource) : mSource(&pSource) { }
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
51 bool mergeSource(Source &pSource);
53 inline Source &getSource()
55 inline const Source &getSource() const
H A DBCCContext.h2 * Copyright 2012, The Android Open Source Project
27 class Source;
42 void addSource(Source &pSource);
43 void removeSource(Source &pSource);
H A DSource.h2 * Copyright 2010-2012, The Android Open Source Project
30 class Source { class in namespace:bcc
40 Source(const char* name, BCCContext &pContext, llvm::Module &pModule,
44 static Source *CreateFromBuffer(BCCContext &pContext,
49 static Source *CreateFromFile(BCCContext &pContext,
52 // Create a Source object from an existing module. If pNoDelete
54 static Source *CreateFromModule(BCCContext &pContext,
59 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
65 bool merge(Source &pSource);
85 ~Source();
[all...]
/frameworks/compile/libbcc/lib/Core/
H A DScript.cpp2 * Copyright 2010-2012, The Android Open Source Project
19 #include "bcc/Source.h"
23 bool Script::reset(Source &pSource, bool pPreserveCurrent) {
35 bool Script::mergeSource(Source &pSource) {
H A DBCCContextImpl.h2 * Copyright 2012, The Android Open Source Project
26 class Source;
37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
H A DBCCContextImpl.cpp2 * Copyright 2012, The Android Open Source Project
23 #include "bcc/Source.h"
28 // Another temporary container is needed to store the Source objects that we
29 // are going to destroy. Since the destruction of Source object will call
31 std::vector<Source *> Sources(mOwnSources.begin(), mOwnSources.end());
H A DSource.cpp2 * Copyright 2012, The Android Open Source Project
17 #include "bcc/Source.h"
55 void Source::setModule(llvm::Module *pModule) {
60 Source *Source::CreateFromBuffer(BCCContext &pContext,
79 Source *result = CreateFromModule(pContext, pName, *module, /* pNoDelete */false);
87 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) {
105 Source *result = CreateFromModule(pContext, pPath.c_str(), *module, /* pNoDelete */false);
113 Source *Sourc
131 Source::Source(const char* name, BCCContext &pContext, llvm::Module &pModule, function in class:bcc::Source
[all...]
/frameworks/compile/libbcc/include/bcc/Renderscript/
H A DRSScriptGroupFusion.h2 * Copyright 2013, The Android Open Source Project
29 class Source;
42 const std::vector<Source *>& sources,
47 bool renameInvoke(BCCContext& Context, const Source* source, const int slot,
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSScript.cpp2 * Copyright 2012, The Android Open Source Project
20 #include "bcc/Source.h"
31 Source *libclcore_source = Source::CreateFromFile(context, core_lib);
51 RSScript::RSScript(Source &pSource)
/frameworks/av/tools/resampler_tools/
H A DAndroid.mk1 # Copyright 2005 The Android Open Source Project
/frameworks/native/cmds/rawbu/
H A DAndroid.mk1 # Copyright 2009 The Android Open Source Project
/frameworks/base/tools/aapt2/
H A DManifestParser.h2 * Copyright (C) 2015 The Android Open Source Project
22 #include "Source.h"
36 bool parse(const Source& source, std::shared_ptr<XmlPullParser> parser, AppInfo* outInfo);
H A DPng.h2 * Copyright (C) 2015 The Android Open Source Project
21 #include "Source.h"
33 bool process(const Source& source, std::istream& input, BigBuffer* outBuffer,
H A DLogger.h2 * Copyright (C) 2015 The Android Open Source Project
20 #include "Source.h"
42 static std::ostream& error(const Source& source);
46 static std::ostream& warn(const Source& source);
50 static std::ostream& note(const Source& source);
59 SourceLogger(const Source& source);
71 Source mSource;
/frameworks/base/cmds/am/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/frameworks/base/cmds/appops/
H A DAndroid.mk1 # Copyright 2014 The Android Open Source Project
/frameworks/base/cmds/appwidget/
H A DAndroid.mk1 # Copyright 2014 The Android Open Source Project
/frameworks/base/cmds/backup/
H A DAndroid.mk1 # Copyright 2009 The Android Open Source Project
/frameworks/base/cmds/bmgr/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/cmds/bu/
H A DAndroid.mk1 # Copyright 2011 The Android Open Source Project
/frameworks/base/cmds/content/
H A DAndroid.mk1 # Copyright 2012 The Android Open Source Project
/frameworks/base/cmds/dpm/
H A DAndroid.mk1 # Copyright 2014 The Android Open Source Project
/frameworks/base/cmds/ime/
H A DAndroid.mk1 # Copyright 2007 The Android Open Source Project
/frameworks/base/cmds/input/
H A DAndroid.mk1 # Copyright 2008 The Android Open Source Project
/frameworks/base/cmds/media/
H A DAndroid.mk1 # Copyright 2013 The Android Open Source Project

Completed in 434 milliseconds

1234567891011>>