HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 226 - 250 of 3585) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilter.java 21 import android.support.v8.renderscript.Allocation;
71 public void apply(Allocation in, Allocation out) {
  /dalvik/vm/
Profile.h 58 * Memory allocation profiler state. This is used both globally and
64 bool enabled; // is allocation tracking enabled?
69 int failedAllocCount; // #of times an allocation failed
75 int gcCount; // #of times an allocation triggered a GC
  /external/chromium/base/debug/
leak_tracker.h 42 // then the allocation callstack for each leaked instances is dumped to
76 // Walk the allocation list and print each entry it contains.
79 // Copy the first 3 leak allocation callstacks onto the stack.
111 // Walk the allocation list and count how many entries it has.
  /external/chromium/base/
process_util_unittest_mac.h 17 // allocation.
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 88 // Revise our allocation strategy to account for this new renderer.
116 // it is given a fair cache allocation, but we defer this for a bit in
205 NOTREACHED() << "Unknown cache allocation tactic";
247 // We succeeded in computing an allocation strategy.
274 // Record the allocation in our strategy.
275 strategy->push_back(Allocation(*iter, cache_size));
281 // Inform each render process of its cache allocation.
282 AllocationStrategy::const_iterator allocation = strategy.begin(); local
283 while (allocation != strategy.end()) {
284 RenderProcessHost* host = RenderProcessHost::FromID(allocation->first)
    [all...]
  /external/clang/test/SemaCXX/
auto-subst-failure.cpp 12 (void)new auto(f()); // expected-error {{allocation of incomplete type 'void'}}
  /external/eigen/test/
dynalloc.cpp 91 // low level dynamic memory allocation
106 // check static allocation, who knows ?
113 // dynamic allocation, single object
122 // dynamic allocation, array
  /external/eigen/test/eigen2/
eigen2_dynalloc.cpp 91 // low level dynamic memory allocation
106 // check static allocation, who knows ?
112 // dynamic allocation, single object
121 // dynamic allocation, array
  /external/icu4c/samples/uresb/
en.txt 13 "Memory allocation error",
  /external/libxml2/include/libxml/
dict.h 3 * Description: dictionary of reusable strings, just used to avoid allocation
  /external/llvm/test/CodeGen/PowerPC/
2012-10-11-dynalloc.ll 15 ; Check we actually have two instances of dynamic stack allocation,
  /external/oprofile/libop/
op_alloc_counter.h 3 * hardware counter allocation
  /external/replicaisland/src/com/replica/replicaisland/
TObjectPool.java 21 * allocation.
  /external/stlport/test/compiler/
eh.cc 21 // CPPUNIT_ASSERT( pbigStruct != 0 && "Allocation failed but no exception thrown" );
  /external/v8/test/mjsunit/compiler/
alloc-object.js 30 // Test that inlined object allocation works for different layouts of
43 // Test adding a new property after allocation was inlined.
49 // Test changing the prototype after allocation was inlined.
85 // Test inlined allocation while slack tracking is still in progress.
  /external/valgrind/main/drd/tests/
filter_stderr 15 -e "s/^Allocation context: stack of thread \([0-9]*\), offset -[0-9]*$/Allocation context: stack of thread \1, offset .../" \
18 -e 's/^Allocation context: Data section of .\//Allocation context: BSS section of /' \
read_and_free_race.stderr.exp 8 Address 0x........ is at offset 0 from 0x......... Allocation context:
  /external/valgrind/main/memcheck/tests/
badpoll.c 20 // Previously, the bounds-error due to the under-allocation was detected,
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 31 import android.renderscript.Allocation.MipmapControl;
66 Allocation robotTex;
70 robotTex = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
72 Allocation.USAGE_GRAPHICS_TEXTURE);
  /frameworks/rs/driver/
rsdBcc.h 40 const android::renderscript::Allocation * ain,
41 android::renderscript::Allocation * aout,
68 uint32_t slot, android::renderscript::Allocation *data);
86 android::renderscript::Allocation * rsdScriptGetAllocationForPointer(
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Contrast.java 21 import android.renderscript.Allocation;
Exposure.java 21 import android.renderscript.Allocation;
Shadows.java 21 import android.renderscript.Allocation;
TestBase.java 28 import android.renderscript.Allocation;
45 protected Allocation mInPixelsAllocation;
46 protected Allocation mInPixelsAllocation2;
47 protected Allocation mOutPixelsAllocation;
Vibrance.java 21 import android.renderscript.Allocation;

Completed in 1390 milliseconds

1 2 3 4 5 6 7 8 91011>>