/external/clang/lib/StaticAnalyzer/Checkers/ |
AllocationDiagnostics.cpp | 1 //=- AllocationDiagnostics.cpp - Config options for allocation diags *- C++ -*-// 10 // Declares the configuration functions for leaks/allocation diagnostics. 20 return AOpts.getBooleanOption("leak-diagnostics-reference-allocation",
|
/external/replicaisland/src/com/replica/replicaisland/ |
AllocationGuard.java | 22 * allocation of AllocationGuard or its derivatives will cause an error log entry. Note 29 // An allocation has occurred while the guard is active! Report it. 30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneGraphBase.java | 24 import android.renderscript.Allocation; 40 Allocation mNameAlloc; 50 Allocation getNameAlloc(RenderScriptGL rs) {
|
RenderPass.java | 101 Allocation drawableData = Allocation.createSized(rs, 102 Element.ALLOCATION(rs), 104 Allocation[] drawableAllocs = new Allocation[mObjectsToDraw.size()];
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
ShadersTestRS.java | 20 import android.renderscript.Allocation; 65 private Allocation mMeshTexture; 66 private Allocation mScreen; 67 private Allocation mScreenDepth; 135 mMeshTexture = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot, 136 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 137 Allocation.USAGE_GRAPHICS_TEXTURE); 192 mScreen = Allocation.createTyped(mRS, b.create(), 193 Allocation.USAGE_GRAPHICS_TEXTURE | Allocation.USAGE_GRAPHICS_RENDER_TARGET) [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
WhiteBalance.java | 21 import android.renderscript.Allocation; 28 private Allocation mSums; 33 mSums = Allocation.createSized(mRS, Element.I32_3(mRS), 256);
|
Blur25.java | 21 import android.renderscript.Allocation; 38 private Allocation mScratchPixelsAllocation1; 39 private Allocation mScratchPixelsAllocation2; 79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create()); 80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
|
Blur25G.java | 22 import android.renderscript.Allocation; 40 private Allocation mScratchPixelsAllocation1; 41 private Allocation mScratchPixelsAllocation2; 70 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create()); 71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
|
Grain.java | 21 import android.renderscript.Allocation; 33 private Allocation mNoise; 34 private Allocation mNoise2; 76 mNoise = Allocation.createTyped(mRS, tb.create()); 77 mNoise2 = Allocation.createTyped(mRS, tb.create());
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
PipelineInterface.java | 21 import android.support.v8.renderscript.Allocation; 27 public Allocation getInPixelsAllocation(); 28 public Allocation getOutPixelsAllocation();
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.renderscript.Allocation.html | 10 android.renderscript.Allocation 74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Allocation.html" target="_top"><font size="+2"><code>Allocation</code></font></A> 86 <A NAME="android.renderscript.Allocation.getBytesSize_added()"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#getBytesSize()" target="_top"><code>getBytesSize</code></A>()</nobr> 93 <A NAME="android.renderscript.Allocation.getElement_added()"></A> 94 <nobr><code>Element</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#getElement()" target="_top"><code>getElement</code></A>()</nobr> 100 <A NAME="android.renderscript.Allocation.getSurface_added()"></A> 101 <nobr><code>Surface</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#getSurface()" target="_top"><code>getSurface</code></A>()</nobr> 107 <A NAME="android.renderscript.Allocation.getUsage_added()"></A [all...] |
/frameworks/av/libvideoeditor/vss/mcs/src/ |
M4MCS_MediaAndCodecSubscription.c | 178 M4OSA_TRACE1_0("M4READER_3GP interface allocation error"); 196 M4OSA_TRACE1_0("M4READER_AMR interface allocation error"); 215 M4OSA_TRACE1_0("M4READER_MP3 interface allocation error"); 238 M4OSA_TRACE1_0("M4DECODER_MPEG4 interface allocation error"); 255 M4OSA_TRACE1_0("M4DECODER_AVC interface allocation error"); 277 M4OSA_TRACE1_0("M4AD PHILIPS AMRNB interface allocation error"); 294 M4OSA_TRACE1_0("M4AD PHILIPS AAC interface allocation error"); 311 M4OSA_TRACE1_0("M4AD PHILIPS MP3 interface allocation error"); 340 M4OSA_TRACE1_0("M4WRITER_3GP interface allocation error"); 365 M4OSA_TRACE1_0("M4MP4E_MPEG4 interface allocation error") [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.renderscript.Allocation.html | 10 android.renderscript.Allocation 74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Allocation.html" target="_top"><font size="+2"><code>Allocation</code></font></A> 86 <A NAME="android.renderscript.Allocation.copy1DRangeFrom_added(int, int, android.renderscript.Allocation, int)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/Allocation.html#copy1DRangeFrom(int, int, android.renderscript.Allocation, int)" target="_top"><code>copy1DRangeFrom</code></A>(<code>int,</nobr> int<nobr>,</nobr> Allocation<nobr>,</nobr> int<nobr><nobr></code>)</nobr> 93 <A NAME="android.renderscript.Allocation.copy2DRangeFrom_added(int, int, int, int, android.renderscript.Allocation, int, int)"></A [all...] |
/packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/ |
GalaxyRS.java | 137 private Allocation loadTexture(int id) { 138 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mResources, id, local 139 Allocation.MipmapControl.MIPMAP_NONE, 140 Allocation.USAGE_GRAPHICS_TEXTURE); 141 return allocation; 144 // TODO: Fix Allocation.createFromBitmapResource() to do this when RGBA_8888 is specified 145 private Allocation loadTextureARGB(int id) { 147 final Allocation allocation = Allocation.createFromBitmap(mRS, b local [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationCopy2DRangeTest.java | 19 import android.renderscript.Allocation; 26 private Allocation mInAllocation; 27 private Allocation mOutAllocation; 46 mInAllocation = Allocation.createTyped(mRS, typeBuilder.create()); 47 mOutAllocation = Allocation.createTyped(mRS, mInAllocation.getType());
|
GlobalSync.java | 19 import android.renderscript.Allocation; 25 Allocation AFailed; 27 Allocation AIn; 33 AFailed = Allocation.createTyped(mRS, t); 39 AIn = Allocation.createTyped(mRS, t);
|
RSBaseCompute.java | 20 import android.renderscript.Allocation; 95 Allocation mAllocationIn = setInAlloc(inElement); 98 Allocation mAllocationOut = setOutAlloc(outElement); 147 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 151 public void forEach(int testId, Allocation mIn) throws RSRuntimeException { 160 protected Allocation setInAlloc(Element e) { 161 return Allocation.createSized(mRS, e, INPUTSIZE); 164 protected Allocation setOutAlloc(Element e) { 165 return Allocation.createSized(mRS, e, INPUTSIZE) [all...] |
RsPackColorTo8888Test.java | 20 import android.renderscript.Allocation; 36 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 70 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_3(mRS), INPUTSIZE); 71 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE); 97 Allocation mAllocationIn = Allocation.createSized(mRS, Element.F32_4(mRS), INPUTSIZE); 98 Allocation mAllocationOut = Allocation.createSized(mRS, Element.U8_4(mRS), INPUTSIZE) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_button_gtk.cc | 59 GtkAllocation* allocation) { 60 if (allocation->height != old_height_) 75 GtkAllocation allocation; 76 gtk_widget_get_allocation(widget(), &allocation); local 77 old_height_ = allocation.height;
|
/external/llvm/lib/CodeGen/ |
AllocationOrder.cpp | 1 //===-- llvm/CodeGen/AllocationOrder.cpp - Allocation Order ---------------===// 10 // This file implements an allocation order for virtual registers. 12 // The preferred allocation order for a virtual register depends on allocation 50 "Target hint is outside allocation order.");
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameBuffer1D.java | 20 import android.renderscript.Allocation; 44 * Access frame's data using a RenderScript {@link Allocation}. 48 * @return The Allocation instance holding the Frame's data. 51 public Allocation lockAllocation(int mode) { 53 return (Allocation) mBackingStore.lockData(mode, BackingStore.ACCESS_ALLOCATION);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Blur25.java | 21 import android.renderscript.Allocation; 38 private Allocation mScratchPixelsAllocation1; 39 private Allocation mScratchPixelsAllocation2; 79 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create()); 80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
|
Grain.java | 21 import android.renderscript.Allocation; 33 private Allocation mNoise; 34 private Allocation mNoise2; 76 mNoise = Allocation.createTyped(mRS, tb.create()); 77 mNoise2 = Allocation.createTyped(mRS, tb.create());
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsic3DLUTThunker.java | 49 public void setLUT(Allocation lut) { 63 * @param ain Input allocation 64 * @param aout Output allocation 66 public void forEach(Allocation ain, Allocation aout) {
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
FillTest.java | 66 mTests[index].testName = Allocation.createFromString(mRS, 68 Allocation.USAGE_SCRIPT); 71 Allocation.USAGE_SCRIPT); 131 private Allocation loadTextureARGB(int id) { 133 return Allocation.createFromBitmap(mRS, b, 134 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE, 135 Allocation.USAGE_GRAPHICS_TEXTURE); 138 private Allocation loadTextureRGB(int id) { 139 return Allocation.createFromBitmapResource(mRS, mRes, id, 140 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE [all...] |