Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/frameworks/compile/libbcc/lib/Core/
DSource.cpp56 void Source::setModule(llvm::Module *pModule) { in setModule()
61 Source *Source::CreateFromBuffer(BCCContext &pContext, in CreateFromBuffer()
81 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false); in CreateFromBuffer()
89 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
107 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false); in CreateFromFile()
115 Source *Source::CreateFromFd(BCCContext &pContext, int pFd) { in CreateFromFd()
135 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false); in CreateFromFd()
143 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, in CreateFromModule()
145 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete); in CreateFromModule()
153 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) in Source() function in bcc::Source
[all …]
DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { in reset()
35 bool Script::mergeSource(Source &pSource, bool pPreserveSource) { in mergeSource()
DBCCContextImpl.h26 class Source; variable
37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
DBCCContext.cpp56 void BCCContext::addSource(Source &pSource) in addSource()
59 void BCCContext::removeSource(Source &pSource) in removeSource()
/frameworks/compile/libbcc/include/bcc/
DSource.h30 class Source {
39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false);
42 static Source *CreateFromBuffer(BCCContext &pContext,
47 static Source *CreateFromFile(BCCContext &pContext,
50 static Source *CreateFromFd(BCCContext &pContext, int pFd);
54 static Source *CreateFromModule(BCCContext &pContext,
58 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName);
62 bool merge(Source &pSource, bool pPreserveSource = false);
80 ~Source();
DScript.h22 class Source; variable
28 Source *mSource;
36 Script(Source &pSource) : mSource(&pSource) { } in Script()
45 bool reset(Source &pSource, bool pPreserveCurrent = false);
51 bool mergeSource(Source &pSource, bool pPreserveSource = false);
53 inline Source &getSource() in getSource()
55 inline const Source &getSource() const in getSource()
DBCCContext.h27 class Source; variable
42 void addSource(Source &pSource);
43 void removeSource(Source &pSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h30 struct NuPlayer::Source : public AHandler { struct
49 Source(const sp<AMessage> &notify) in Source() function
82 virtual ~Source() {} in ~Source() argument
97 DISALLOW_EVIL_CONSTRUCTORS(Source); argument
DNuPlayer.cpp186 sp<Source> source; in setDataSourceAsync()
209 sp<Source> source = new GenericSource(notify, fd, offset, length); in setDataSourceAsync()
293 mSource = static_cast<Source *>(obj.get()); in onMessageReceived()
431 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived()
1066 sp<AMessage> NuPlayer::Source::getFormat(bool audio) { in getFormat()
1258 case Source::kWhatPrepared: in onSourceNotify()
1285 case Source::kWhatFlagsChanged: in onSourceNotify()
1290 if ((mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()
1291 && (!(flags & Source::FLAG_DYNAMIC_DURATION))) { in onSourceNotify()
1293 } else if (!(mSourceFlags & Source::FLAG_DYNAMIC_DURATION) in onSourceNotify()
[all …]
/frameworks/ex/variablespeed/jni/
Dmacros.h55 template <class Dest, class Source>
56 inline Dest bit_cast(const Source& source) { in bit_cast()
59 typedef char VerifySizesAreEqual [sizeof(Dest) == sizeof(Source) ? 1 : -1]; // NOLINT in bit_cast()
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp49 Source *libclcore_source = Source::CreateFromFile(context, core_lib); in LinkRuntime()
70 RSScript::RSScript(Source &pSource) in RSScript()
/frameworks/av/media/libstagefright/include/
DFragmentedMP4Parser.h30 struct Source : public RefBase { struct
31 Source() {} in Source() argument
37 virtual ~Source() {} in ~Source() argument
40 DISALLOW_EVIL_CONSTRUCTORS(Source);
46 void start(const sp<Source> &source);
164 sp<Source> mSource;
/frameworks/base/tests/BrowserTestPlugin/jni/
DAndroid.mk35 WEBCORE_PATH := external/webkit/Source/WebCore
43 external/webkit/Source/WebKit/android/plugins
/frameworks/base/docs/html/guide/faq/
Dindex.jd8 <dt><a href="licensingandoss.html">Open Source Licensing FAQ</a></dt>
9 <dd>Common topics around licensing and Android Open Source</dd>
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSScript.h31 class Source; variable
65 RSScript(Source &pSource);
/frameworks/av/media/libmediaplayerservice/nuplayer/mp4/
DMP4Source.cpp29 struct StreamSource : public FragmentedMP4Parser::Source {
109 : Source(notify), in MP4Source()
/frameworks/av/drm/common/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/base/libs/storage/
DNOTICE2 Copyright (c) 2010, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/base/core/jni/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/av/media/libstagefright/codecs/raw/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/base/media/jni/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/av/libvideoeditor/vss/video_filters/src/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/av/media/libmediaplayerservice/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/av/media/libeffects/downmix/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DNOTICE2 Copyright (c) 2005-2008, The Android Open Source Project
39 "Source" form shall mean the preferred form for making modifications,
44 transformation or translation of a Source form, including but
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
84 Work and such Derivative Works in Source or Object form.
104 modifications, and in Source or Object form, provided that You
113 (c) You must retain, in the Source form of any Derivative Works
115 attribution notices from the Source form of the Work,
125 as part of the Derivative Works; within the Source form or

12345678910>>...16