/frameworks/compile/libbcc/lib/Core/ |
D | Source.cpp | 55 void Source::setModule(llvm::Module *pModule) { in setModule() 60 Source *Source::CreateFromBuffer(BCCContext &pContext, in CreateFromBuffer() 80 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false); in CreateFromBuffer() 88 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile() 107 Source *result = CreateFromModule(pContext, *module, /* pNoDelete */false); in CreateFromFile() 115 Source *Source::CreateFromModule(BCCContext &pContext, llvm::Module &pModule, in CreateFromModule() 125 Source *result = new (std::nothrow) Source(pContext, pModule, pNoDelete); in CreateFromModule() 133 Source::Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete) in Source() function in bcc::Source 138 Source::~Source() { in ~Source() 144 bool Source::merge(Source &pSource, bool pPreserveSource) { in merge() [all …]
|
D | BCCContextImpl.h | 26 class Source; variable 37 llvm::SmallPtrSet<Source *, 2> mOwnSources;
|
D | Script.cpp | 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { in reset() 35 bool Script::mergeSource(Source &pSource, bool pPreserveSource) { in mergeSource()
|
D | BCCContext.cpp | 56 void BCCContext::addSource(Source &pSource) in addSource() 59 void BCCContext::removeSource(Source &pSource) in removeSource()
|
/frameworks/compile/libbcc/include/bcc/ |
D | Script.h | 22 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()
|
D | Source.h | 30 class Source { 39 Source(BCCContext &pContext, llvm::Module &pModule, bool pNoDelete = false); 42 static Source *CreateFromBuffer(BCCContext &pContext, 47 static Source *CreateFromFile(BCCContext &pContext, 52 static Source *CreateFromModule(BCCContext &pContext, 56 static Source *CreateEmpty(BCCContext &pContext, const std::string &pName); 60 bool merge(Source &pSource, bool pPreserveSource = false); 78 ~Source();
|
D | BCCContext.h | 27 class Source; variable 42 void addSource(Source &pSource); 43 void removeSource(Source &pSource);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | VirtualDisplaySurface.h | 93 enum Source {SOURCE_SINK = 0, SOURCE_SCRATCH = 1}; enum 122 static Source fbSourceForCompositionType(CompositionType type); 123 status_t dequeueBuffer(Source source, uint32_t format, uint32_t usage, 135 static int mapSource2ProducerSlot(Source source, int sslot); 136 static int mapProducer2SourceSlot(Source source, int pslot); 234 static const char* dbgSourceStr(Source s);
|
D | VirtualDisplaySurface.cpp | 286 status_t VirtualDisplaySurface::dequeueBuffer(Source source, in dequeueBuffer() 344 Source source = fbSourceForCompositionType(mCompositionType); in dequeueBuffer() 479 Source source = fbSourceForCompositionType(mCompositionType); in cancelBuffer() 567 int VirtualDisplaySurface::mapSource2ProducerSlot(Source source, int sslot) { in mapSource2ProducerSlot() 574 int VirtualDisplaySurface::mapProducer2SourceSlot(Source source, int pslot) { in mapProducer2SourceSlot() 578 VirtualDisplaySurface::Source 594 const char* VirtualDisplaySurface::dbgSourceStr(Source s) { in dbgSourceStr()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScript.cpp | 32 Source *libclcore_source = Source::CreateFromFile(context, core_lib); in LinkRuntime() 53 RSScript::RSScript(Source &pSource) in RSScript()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayerSource.h | 34 struct NuPlayer::Source : public AHandler { struct 63 Source(const sp<AMessage> ¬ify) in Source() function 121 virtual ~Source() {} in ~Source() argument 134 DISALLOW_EVIL_CONSTRUCTORS(Source); argument
|
D | NuPlayer.cpp | 237 sp<Source> source; in setDataSourceAsync() 383 mSource = static_cast<Source *>(obj.get()); in onMessageReceived() 653 if (mSourceFlags & Source::FLAG_DYNAMIC_DURATION) { in onMessageReceived() 811 if (!audio && mSource != NULL && mSourceFlags & Source::FLAG_SECURE) { in onMessageReceived() 1014 if (mSourceFlags & Source::FLAG_SECURE) { in onStart() 1120 if (mSource != NULL && mSourceFlags & Source::FLAG_SECURE) { in handleFlushComplete() 1208 if (mSourceFlags & Source::FLAG_SECURE) { in instantiateDecoder() 1212 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder() 1250 if (!audio && (mSourceFlags & Source::FLAG_SECURE)) { in instantiateDecoder() 1659 case Source::kWhatPrepared: in onSourceNotify() [all …]
|
D | NuPlayerDecoderPassThrough.h | 29 const sp<Source> &source, 55 sp<Source> mSource;
|
/frameworks/ex/variablespeed/jni/ |
D | macros.h | 55 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/base/docs/html/guide/faq/ |
D | index.jd | 8 <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/ |
D | RSScript.h | 27 class Source; variable 59 RSScript(Source &pSource);
|
/frameworks/multidex/ |
D | NOTICE | 8 Copyright 2005-2014 The Android Open Source Project 11 The Android Open Source Project (http://source.android.com).
|
/frameworks/compile/slang/ |
D | NOTICE | 5 Copyright (c) 2005-2011, The Android Open Source Project 42 "Source" form shall mean the preferred form for making modifications, 47 transformation or translation of a Source form, including but 51 "Work" shall mean the work of authorship, whether in Source or 56 "Derivative Works" shall mean any work, whether in Source or Object 87 Work and such Derivative Works in Source or Object form. 107 modifications, and in Source or Object form, provided that You 116 (c) You must retain, in the Source form of any Derivative Works 118 attribution notices from the Source form of the Work, 128 as part of the Derivative Works; within the Source form or [all …]
|
/frameworks/av/media/mediaserver/ |
D | NOTICE | 2 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/cmds/dpm/ |
D | NOTICE | 2 Copyright (c) 2014, 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/m4v_h263/enc/ |
D | NOTICE | 2 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/visualizer/ |
D | NOTICE | 2 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/packages/FakeOemFeatures/ |
D | NOTICE | 2 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/packages/SystemUI/ |
D | NOTICE | 2 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/mp3dec/ |
D | NOTICE | 2 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
|